.center {
    text-align: center;
}

.lv-order-form div.lv-row {
    display: block;
    margin-bottom: 8px;
}

.lv-order-form input[type="text"],
.lv-order-form select,
.lv-order-form textarea {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px;
    color: inherit;
    border: thin solid rgb(191, 191, 191);
    border-radius: 4px;
}

.lv-order-form select {
    width: 100%;
    cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/sel2.png') #fff 98% center no-repeat !important;
}

.lv-order-form .lv-label span.required {
    color: red;
}

.lv-order-form .lv-label label {
    display: inline;
}

.lv-order-form-css {
    padding: 15px;
    border: thin solid gray;
}

.lv-order-form-css input[type="text"],
.lv-order-form-css select,
.lv-order-form-css textarea {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 10px;
    text-transform: capitalize;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

body.in {
    line-height: 1.2;
}

body,
img {
    margin: 0;
    padding: 0;
}

body input {}

#header {
    width: 100%;
    height: 42px;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    color: white;
    background-color: rgb(26, 187, 156);
}

#header2 {
    width: 782px;
    margin: 35px auto auto;
    padding: 10px 15px;
    font-size: 27px;
    text-align: center;
    color: white;
    border: 3px solid rgb(26, 188, 156);
}

#header_image {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    background: url('../img/headerimage.jpg') no-repeat scroll center top transparent;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 20px;
}

#box {
    width: 345px;
    height: 352px;
    margin-top: -20px;
    margin-left: -34px;
    float: left;
    background: url('../img/box.png') no-repeat scroll center center transparent;
    -webkit-background-size: contain;
    background-size: contain;
}

#discount center {
    font-size: 12px;
    color: white;
    margin: 5px auto;
}

#discount {
    width: 260px;
    height: 300px;
    text-align: center;
    margin-top: 30px;
    float: left;
}

.form {
    width: 272px;
    margin-top: 20px;
    margin-left: 40px;
    padding: 10px 5px;
    float: left;
    color: rgb(69, 69, 69);
    border: 3px solid rgb(26, 188, 156);
    background-color: white;
}

.lv-order-form-css {
    border: medium none ! important;
}

.form {
    font-size: 16px;
}

.form input[type="text"] {
    width: 100%;
    margin-top: 9px;
    padding-left: 36px;
    color: #000;
    border: 1px solid rgb(205, 205, 205);
}

.lv-order-button,
#part4 button {
    display: inline-block;
    cursor: pointer;
    margin: 15px 0;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #585858;
    outline: none;
    background-color: #ec0011;
    -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all ease .9s;
    -o-transition: all ease .9s;
    transition: all ease .9s;
}

.lv-order-button:hover,
#part4 button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.form .lv-input-fio {
    background: url('../img/fio.png') no-repeat scroll 3px center transparent;
}

.form .lv-input-phone {
    background: url('../img/phone.png') no-repeat scroll 3px center transparent;
}

.h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: white;
}

.h2 {
    margin-top: -8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 37px;
    text-align: center;
    color: white;
}

.center_part {
    width: 1072px;
    margin: auto;
    padding-right: 45px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vertical_space {
    width: 100%;
    height: 35px;
}

.end_float {
    clear: both;
}

.bold {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.semibold {
    font-family: 'Open Sans', sans-serif;
}

#discount div {
    padding-left: 20px;
    color: white;
}

#discount .h1 {
    font-size: 33px;
    text-align: center;
}

#discount_text {
    text-align: left;
}

#discount_text p,
.part6 .inner .innertext p {
    margin: 0;
}

#part2 {
    margin-top: 40px;
    padding-left: 110px;
}

#part2 .redline {
    width: 188px;
    height: 10px;
    background-color: rgb(236, 0, 17);
}

#part2 .text {
    width: 972px;
    margin-top: 25px;
    font-size: 20px;
    color: rgb(69, 69, 69);
}

#part2 .h1 {
    text-align: left;
    text-transform: uppercase;
    color: rgb(26, 187, 156);
}

#part2 .image {
    width: 150px;
    margin-left: 32px;
    font-size: 14px;
    float: left;
    text-align: center;
    color: rgb(56, 56, 56);
}

#part2 .image .proc {
    margin-top: 10px;
    font-size: 26px;
}

#part2 .image .inner_image {
    height: 180px;
}

#part2 .image .text2 {
    margin-top: 10px;
}

#part3 {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    background: url('../img/part3_background.jpg') no-repeat scroll center top transparent;
}

#part3 .center_part {
    padding-top: 44px;
    text-align: left;
    color: rgb(68, 68, 68);
    background: url('../img/part3_fon_IN.png') no-repeat scroll left bottom transparent;
    -webkit-background-size: 480px;
    background-size: 590px;
    background-position-x: -14px;
}

#part3 .center_part .h1 {
    margin-top: -5px;
    margin-right: 80px;
    font-size: 41px;
    text-align: right;
    color: rgb(68, 68, 68);
}

#part3 .green_line {
    width: 188px;
    height: 10px;
    margin-top: 10px;
    margin-left: 800px;
    background-color: rgb(26, 187, 156);
}

#part3 .list {
    margin: 0 20px;
    padding-left: 515px;
    font-size: 20px;
    color: black;
    padding-bottom: 30px;
}

#part3 .list .li {
    margin: 15px 0;
    display: table;
}

#part3 .list .li>div {
    display: table-cell;
    vertical-align: middle;
}

#part3 .list .li div {}

#part3 .list .li .img {
    width: 56px;
    font-size: 40px;
    font-weight: 800;
    color: #444;
}

/*#part3 .list .li div {
    width: 394px;
}*/

#part3 .list .li div.text {
    padding-left: 20px;
}

#part3 .list .li div.text div {
    height: 11px;
}

#part4 {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    background: none no-repeat scroll center top rgb(26, 187, 156);
    padding: 50px 0 20px;
}

#part4 .h1 {
    margin-left: 20px;
    font-size: 41px;
    text-align: left;
    text-transform: uppercase;
}

#part4 .gray_line {
    width: 188px;
    height: 10px;
    margin-top: 10px;
    margin-left: 20px;
    background-color: rgb(79, 72, 76);
}

#part4 .text {
    margin-left: 20px;
    font-size: 20px;
    color: white;
}

#part4 .list {
    margin-top: 40px;
    margin-left: 20px;
    color: white;
}

#part4 .list .li {
    width: 32%;
    margin: 15px 0;
    float: left;
    text-transform: uppercase;
}

#part4 .list .li .li_inner {
    display: table;
    width: 100%;
}

#part4 .list .li .li_inner>div {
    display: table-cell;
    vertical-align: middle;
}

#part4 .list .li div {}

#part4 .list .li .li_inner .img {
    width: 108px;
    text-align: center;
    padding-right: 15px;
}

#part4 .list .li .desc {
    width: 195px;
    height: 108px;
    margin-top: 30px;
    margin-left: 15px;
    font-size: 19px;
}

#part5 {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    padding: 30px 0 50px;
}

#part5 .h1 {
    margin-left: 20px;
    font-size: 41px;
    text-align: left;
    text-transform: uppercase;
    color: rgb(26, 187, 156);
}

#part5 .red_line {
    width: 188px;
    height: 10px;
    margin-top: 10px;
    margin-left: 20px;
    background-color: rgb(236, 0, 17);
}

#part5 .opinions {
    margin-left: 20px;
    font-size: 20px;
    color: rgb(101, 107, 116);
}

#part5 .opinions .opinion {
    width: 100%;
    margin-top: 50px;
}

#part5 .opinions .opinion .img {
    width: 215px;
    height: 215px;
    float: left;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

#part5 .opinions .opinion .img img {
    width: 100%;
    height: auto;
}

#part5 .opinions .opinion .text {
    width: 680px;
    padding-right: 30px;
    padding-left: 30px;
    float: left;
}

#part5 .opinions .left_line {
    background: url('../img/part5_leftline.png') no-repeat scroll 0 0 transparent;
}

#part5 .opinions .right_line {
    float: right;
    background: url('../img/part5_rightline.png') no-repeat scroll 0 0 transparent;
}

#part5 .opinions .left_line,
#part5 .opinions .right_line {
    width: 368px;
    height: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#part5 .opinions .opinion.right {
    text-align: right;
}

.part6 {
    width: 100%;
    z-index: 7;
    overflow: auto;
    background: #eceef0;
    -webkit-background-size: cover;
    background-size: cover;
}

.part6 .inner {
    margin-left: 380px;
    padding-top: 30px;
}

.img_part6 {
    width: 345px;
    height: 352px;
    z-index: 6;
    margin-top: -350px;
    background: url('../img/box.png') no-repeat scroll left top transparent;
}

#header_image .countdown_ {
    margin: 0 auto;
    display: inline-block;
}

.countdown_2 {
    display: inline-block;
}

.part6 .h1 {
    text-align: center;
    text-transform: uppercase;
    color: black;
}

.part6 .inner .text,
.part6 .inner .form3 {
    float: left;
}

.part6 .inner .text {
    width: 250px;
    text-align: center;
}

.part6 .inner .innertext {
    margin-top: 10px;
    color: rgb(69, 69, 69);
}

.part6 .inner .text .proc {
    font-size: 12px;
    margin: 15px 0;
}

#part7 .h1 {
    text-align: right;
    text-transform: uppercase;
    color: rgb(26, 187, 156);
}

#part7 .redline,
#part10 .redline {
    width: 188px;
    height: 10px;
    margin-top: 10px;
    margin-left: 881px;
    background-color: rgb(236, 0, 17);
}

.floats {
    margin-left: 20px;
    font-size: 20px;
    color: rgb(72, 72, 72);
}

#part7 .floats .img {
    width: 280px;
    height: 266px;
    float: left;
    background: url('../img/part7_1.png') no-repeat scroll left top transparent;
    -webkit-background-size: contain;
    background-size: contain;
}

#part8 .floats .img {
    width: 225px;
    height: 225px;
    margin-top: 30px;
    margin-left: 80px;
    float: left;
    background: url('../img/part8_1.png') no-repeat scroll left top transparent;
    -webkit-background-size: contain;
    background-size: contain;
}

#part9 .floats .img {
    width: 330px;
    height: 227px;
    margin-top: 30px;
    float: left;
    background: url('../img/part9_1.png') no-repeat scroll left top transparent;
    -webkit-background-size: contain;
    background-size: contain;
}

#part10 .floats .img {
    width: 68px;
    height: 68px;
}

#part10 .floats .img.i1 {
    background: url('../img/part10_1.png') no-repeat scroll left top transparent;
}

#part10 .floats .img.i2 {
    background: url('../img/part10_2.png') no-repeat scroll left top transparent;
}

#part10 .floats .img.i3 {
    background: url('../img/part10_3.png') no-repeat scroll left top transparent;
}

#part10 .floats .img.i4 {
    background: url('../img/part10_4.png') no-repeat scroll left top transparent;
}

#part10 .floats .img.i5 {
    background: url('../img/part10_5.png') no-repeat scroll left top transparent;
}

#part10 .floats .img.i6 {
    background: url('../img/part10_6.png') no-repeat scroll left top transparent;
}

.floats .text {
    width: 590px;
    margin-top: 70px;
    margin-left: 20px;
    float: left;
}

#part9 .floats .text {
    margin-top: 45px;
}

#part10 .floats {
    width: 50%;
    margin: 35px auto 0;
}

.floats .text .small {
    margin-top: 10px;
    font-size: 16px;
    color: rgb(124, 119, 112);
}

.part7_line {
    width: 100%;
    height: 3px;
    background: url('../img/part7_line.png') repeat-x scroll 0 0 transparent;
}

#part8 .floats .text {
    width: 600px;
}

#part9 .floats .text {
    width: 600px;
}

#part10 {
    width: 100%;
    background: url('../img/part10_fon.jpg') no-repeat scroll 0 0 transparent;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0 20px;
}

#part10 .floats .floats_inner {
    display: table;
    margin: 20px 0;
}

#part10 .floats .floats_inner>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding-left: 10px;
}

#part10 .floats .text {
    width: 420px;
    font-size: 20px;
    color: white;
}

#part10 .h1 {
    margin-left: 20px;
    text-align: left;
    text-transform: uppercase;
}

#part10 .green_line {
    width: 188px;
    height: 10px;
    margin-top: 10px;
    margin-left: 20px;
    background-color: rgb(26, 187, 156);
}

#part11 {
    width: 100%;
}

#part11 .h1 {
    text-align: right;
    text-transform: uppercase;
    color: rgb(26, 187, 156);
}

#part11 .floats2 {
    width: 100%;
    float: left;
}

#part11 .floats2 .film {
    width: 560px;
    float: left;
}

#part11 .text {
    width: 420px;
    font-size: 20px;
    float: left;
    color: rgb(101, 107, 116);
}

#part12 {
    width: 100%;
    background-color: rgb(26, 187, 156);
}

#part12 .footer {
    font-size: 16px;
    color: white;
}

#part12 .footer a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-decoration: underline;
    color: white;
}

#part12 .footer .copyright {
    margin: 0;
    padding: 0;
    line-height: 45px;
}

#discount_text,
.part6 .inner .innertext {
    font-size: 26px;
    text-align: center;
}

#discount_text b,
.part6 .inner .innertext b {
    font-size: 40px;
    display: block;
}

.center_part .btn-scroll {
    display: none;
}

.btn-scroll {
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    background: #ec0011;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: 2px 2px 1px #920011;
}

.hidden {
    visibility: hidden;
}

body.in #header {
    line-height: 42px;
}

.tx {
    padding-top: 45px;
}
#shipping_areacode {
    width: 33%;
    float: left;
}
#billing_phone {
    width: 100%;
    max-width: 65%;
    float: right;
    padding: 0 10px;
}
footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    color: #A12000;
    line-height: 25px;
}
footer a {
    color: #A12000;
}