@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto Regular', sans-serif;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
}

ul {
    list-style: none;
}

h1,
h2,
h3 {
    font-family: 'Roboto Bold', sans-serif;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 41px;
}

.wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.block1 {
    background: url(../img/bg1.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.b1_woman {
    position: absolute;
    bottom: -70px;
    right: 284px;
    z-index: 100;
}

.block1 header {
    max-width: 880px;
    margin: 0 auto 0 295px;
    padding-top: 20px;
    position: relative;
    z-index: 100;
}

.block1 header:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 2000px;
    height: 90px;
    background: #1f426b;
    top: 8px;
    left: -120px;
}

.block1 header h1,
.block1 header h3 {
    display: inline-block;
    margin: 0;
}

.block1 header h1 {
    position: relative;
    font-family: 'Roboto Regular', sans-serif;
    color: #9cffff;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    text-indent: 27px;
}

.block1 header h1 span {
    font-size: 47px;
    font-weight: bold;
    line-height: 60px;
}

.block1 header h1:before {
    content: "";
    background: url(../img/b1_pill.png) no-repeat;
    width: 22px;
    height: 26px;
    position: absolute;
    left: 4px;
    top: -4px;
}

.block1 header h1:after {
    content: "";
    background: url(../img/b1_line.png) no-repeat;
    width: 4px;
    height: 58px;
    position: absolute;
    left: 312px;
    top: 4px;
    background-size: contain;
}

.block1 header h3 {
    font-size: 38px;
    color: #fff;
    line-height: 34px;
    padding-left: 21px;
}

.block1 header h3 span {
    font-size: 29px;
    padding-left: 260px;
}

.b1_list,
.block1_form,
.block1_img {
    display: inline-block;
    max-width: 450px;
    vertical-align: top;
    position: relative;
}

.block1_img {
    float: left;
    position: relative;
    z-index: 101;
    top: 250px;
    left: 130px;
}

.b1_list {
    position: relative;
    margin: 25px 35px 0 -65px;
    padding-bottom: 18px;
}

.b1_list ul {
    position: relative;
    z-index: 100;
    color: #fff;
}

.block1 .b1_list ul li {
    position: relative;
    padding: 0 0 20px 42px;
    font-size: 21px;
    line-height: 27px;
}

.block1 .b1_list ul li b {
    font-weight: bolder;
    letter-spacing: 1px;
}

.block1 .b1_list ul li:nth-child(1) {
    color: #9cffff;
    font-weight: bold;
    letter-spacing: 0.9px;
}

.block1 .b1_list ul li:nth-child(1):before {
    content: "";
    background: url(../img/b1_mark.png) no-repeat;
    width: 43px;
    height: 41px;
    position: absolute;
    left: -6px;
    margin-top: 7px;
}

.b1_product {
    max-width: 390px; position: relative; top: 98px; left: -74px;
}

.block1 .b1_list ul li:nth-child(2) {
    padding-left: 70px;
}

.block1 .b1_list ul li:nth-child(2):before {
    content: "";
    background: url(../img/b1_mark.png) no-repeat;
    width: 43px;
    height: 41px;
    position: absolute;
    left: 23px;
    margin-top: 7px;
}

.block1 .b1_list ul li:nth-child(3) {
    padding-left: 90px;
}

.block1 .b1_list ul li:nth-child(3):before {
    content: "";
    background: url(../img/b1_mark.png) no-repeat;
    width: 43px;
    height: 41px;
    position: absolute;
    left: 43px;
    margin-top: 7px;
}

.block1 .b1_list ul li:nth-child(4) {
    padding-left: 110px;
}

.block1 .b1_list ul li:nth-child(4):before {
    content: "";
    background: url(../img/b1_mark.png) no-repeat;
    width: 43px;
    height: 41px;
    position: absolute;
    left: 63px;
    margin-top: 7px;
}

.block1 .b1_list ul li:nth-child(5) {
    padding-left: 145px;
}

.block1 .b1_list ul li:nth-child(5):before {
    content: "";
    background: url(../img/b1_mark.png) no-repeat;
    width: 43px;
    height: 41px;
    position: absolute;
    left: 99px;
    margin-top: 7px;
}

.b1_clock {
    padding-left: 200px;
}

.b1_clock_h {
    color: #9cffff;
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px;
}

.timerSH {
    text-align: center;
}

.daysSH,
.hoursSH,
.minutesSH,
.secondsSH,
.dotTimer {
    font-size: 26px;
    font-weight: bold;
    color: #9cffff;
    letter-spacing: 1.7px;
}

.dotTimer {
    position: relative;
    top: -14px;
}

.timer {
    display: inline-block;
    width: 61px;
    height: 61px;
    border: 1px solid #9cffff;
    padding: 6px;
    border-radius: 50px;
}

.timerSH_text {
    text-align: center;
}

.timer_text {
    display: inline-block;
    position: relative;
    color: #9cffff;
    font-size: 12px;
    top: -4px;
    left: 0px;
}

.timerSH_text p:nth-child(1) {
    left: -29px;
}

.timerSH_text p:nth-child(2) {
    left: -3px;
}

.timerSH_text p:nth-child(3) {
    left: 18px;
}

.timerSH_text p:nth-child(4) {
    left: 36px;
}

.block1_product {
    position: absolute;
    top: 392px;
    left: 20px;
}

.block1_form {
    width: 380px;
    margin: 38px 0 0 20px;
}

.b1_img_md,
.b1_clock_md {
    display: none;
}

.block1 .order_form {
    position: relative;
    background: #fefefe;
    -webkit-box-shadow: -4px 4px 11px 0px rgba(50, 50, 50, 0.68);
    -moz-box-shadow: -4px 4px 11px 0px rgba(50, 50, 50, 0.68);
    box-shadow: -4px 4px 11px 0px rgba(50, 50, 50, 0.68);
    border-radius: 4px;
    z-index: 1;
}

.form_head {
    position: relative;
    height: 140px;
    margin-bottom: 14px;
}

.form_head h3 {
    position: relative;
    top: -77px;
    margin: 15px 0 0 0;
    color: #234b77;
    text-align: center;
    text-transform: uppercase;
}
.form_price s {
    font-size: 20px;
}
.form_head:after {
    content: 'АКЦИЯ!';
    position: absolute;
    width: 150px;
    height: 98px;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    padding-top: 52px;
    border: 10px solid #fff;
    border-radius: 90px;
    color: red;
    background: #f1cf30;
    -ms-transform: (-14deg);
    -webkit-transform: (-14deg);
    -o-transform: (-14deg);
    -moz-transform: (-14deg);
    transform: rotate(-14deg);
    z-index: 105;
    top: -50px;
    left: 285px;
}


.form_promo_text {
    text-align: left;
    position: relative;
    color: #fff;
    background: red;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 10px;
    border-radius: 20px;
    top: -23px;
    z-index: 100;
    -webkit-box-shadow: 6px 6px 18px 0px rgba(50, 50, 50, 0.68);
    -moz-box-shadow: 6px 6px 18px 0px rgba(50, 50, 50, 0.68);
    box-shadow: 6px 6px 18px 0px rgba(50, 50, 50, 0.68);
}

.form_price {
    font-family: 'Roboto Bold', sans-serif;
    text-align: left;
    position: relative;
    color: #234b77;
    background: #f1cf30;
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 6px 57px 5px;
    margin-bottom: 0;
    border-radius: 37px;
    top: -78px;
    left: -50px;
    z-index: 99;
}

.form_img {
    position: absolute;
    z-index: 1;
    width: 370px;
    top: 21px;
    left: -14px;
}

.form_promo p:nth-child(2) {
    margin: 0;
    padding-top: 28px;
    color: #872950;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    z-index: 100;
}

.form_promo p:last-child {
    text-align: left;
    padding-left: 82px;
    margin-top: 0;
    font-size: 44px;
    color: #872950;
    font-weight: bold;
    position: relative;
    z-index: 100;
}

.form_item {
    text-align: center;
}

.form_item:last-child {
    height: 60px;
    position: relative;
    z-index: 100;
}

form input,
form select {
    color: #000;
    width: 330px;
    height: 50px;
    background: #cbcbcb;
    text-indent: 10px;
    border: 1px solid #e1dcda;
    font-size: 18px;
}

.form_item p {
    margin-bottom: 2px;
    text-align: left;
    text-indent: 45px;
    font-size: 14px;
}

.btn {
    font-family: 'Roboto Regular', sans-serif;
    display: inline-block;
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    user-select: none;
    margin-top: 30px;
    padding: 11px 75px;
    border: 1px solid #e7953a;
    border-radius: 50px;
    outline: none;
    background: #bd290e;
    background: -webkit-gradient(linear, left top, right top, from(#bd290e), to(#bd290e), color-stop(0.5, #ff0000));
    -webkit-box-shadow: 0 13px #9c280a, 0 3px 15px rgba(0, 0, 0, .4), inset 0 1px rgba(255, 255, 255, .3), inset 0 0 3px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 13px #9c280a, 0 3px 15px rgba(0, 0, 0, .4), inset 0 1px rgba(255, 255, 255, .3), inset 0 0 3px rgba(255, 255, 255, .5);
    box-shadow: 0 9px #9c280a, 0 3px 15px rgba(0, 0, 0, .4), inset 0 1px rgba(255, 255, 255, .3), inset 0 0 3px rgba(255, 255, 255, .5);
    transition: .2s;
    position: relative;
    z-index: 100;
    top: -12px;
}

.btn:hover {
    background: #ff0000 linear-gradient(#bd290e, #ff0000 80%);
}

.btn:active {
    background: #ff0000 linear-gradient(#ff0000 20%, #bd290e);
    box-shadow: 0 2px #5e721e,
        0 1px 6px rgba(0, 0, 0, .4),
        inset 0 1px rgba(255, 255, 255, .3),
        inset 0 0 3px rgba(255, 255, 255, .5);
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.form_item:last-child:after {
    content: "";
    background: url(../img/b1_arrow.png) no-repeat;
    width: 195px;
    height: 85px;
    position: absolute;
    left: -55px;
    top: 61px;
    -ms-transform: (6deg);
    -webkit-transform: (6deg);
    -o-transform: (6deg);
    -moz-transform: (6deg);
    transform: rotate(6deg);
    z-index: 1;
}



.block2 {
    background: url(../img/bg2.png) no-repeat right;
    padding-bottom: 39px;
}

.block2 header {
    text-align: center;
    position: relative;
}

.block2 header:before {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 70px;
    top: 110px;
}

.block2 header:after {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    right: 70px;
    top: 110px;
}

.block2 header h1 {
    color: #4274ae;
    line-height: 15px;
}

.block2 header h1 span {
    color: #ff3200;
}

.block2 header h1:first-child {
    margin-top: 0;
    padding-top: 55px;
}

.block2 header h1:last-child {
    margin-bottom: 55px;
}

.b2_list {
    height: 485px;
    text-align: center;
}

.ill {
    height: 440px;
    max-width: 400px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-left: 45px;
    vertical-align: top;
}

.ill:first-child {
    margin-left: 0;
}

.b2_ill_sm {
    display: none;
}

.ill p {
    font-size: 21px;
    max-width: 270px;
    margin: 0 auto;
    margin-top: -197px;
}

.ill:before {
    content: "";
    background: url(../img/b2_line.png) no-repeat;
    width: 55px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 79px;
}

.ill:after {
    content: "";
    background: url(../img/b2_line.png) no-repeat;
    width: 55px;
    height: 3px;
    position: absolute;
    right: -15px;
    top: 79px;
}

.b2_text {
    text-align: center;
    border: 3px dotted #ff3200;
    border-radius: 5px;
    max-width: 845px;
    margin: 50px auto;
}

.b2_text p {
    font-size: 30px;
    font-weight: bold;
    color: #4274ae;
    margin: 25px 0;
}

.b2_text p span {
    font-size: 30px;
    color: #ff3200;
}

.block3 {
    background: url(../img/bg3.png) no-repeat center;
    background-size: cover;
    padding-bottom: 40px;
}

.block3 header {
    text-align: center;
    position: relative;
}


.block3 header h1 {
    color: #4274ae;
    position: relative;
    margin-top: 0;
    padding-top: 40px;
}

.block3 header h1:after {
    content: "";
    background: url(../img/b3_line.png) no-repeat;
    width: 155px;
    height: 3px;
    position: absolute;
    left: 565px;
    top: 105px;
}

.block3 header h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #5c8325;
    max-width: 660px;
    margin: 0 auto 30px;
}


.block3 header:before {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 190px;
    top: 64px;
}

.block3 header:after {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    right: 190px;
    top: 64px;
}

.b3_text {
    font-size: 22px;
    max-width: 1090px;
    background: #fff;
    padding: 5px 40px;
    margin: 0 auto;
    border-radius: 7px;
}

.b3_list {
    max-width: 585px;
    position: relative;
}

.b3_main,
.block3 ul li {
    color: #4274ae;
    font-weight: bold;
}

.block3 ul li {
    position: relative;
    line-height: 30px;
}

.block3 ul li:before {
    content: "";
    background: url(../img/b3_list.png) no-repeat;
    width: 31px;
    height: 33px;
    position: absolute;
    left: -38px;
    top: 0px;
}

.b3_list img {
    position: absolute;
    top: 75px;
    left: 595px;
    max-width: 430px;
}

.block4 {
    background: url(../img/bg4.png) no-repeat;
    background-size: cover;
    padding-bottom: 22px;
}

.block4 header {
    text-align: center;
    position: relative;
}

.block4 header h1 {
    color: #4274ae;
    position: relative;
    margin-top: 0;
    padding-top: 40px;
}

.block4 header h1:after {
    content: "";
    background: url(../img/b4_line.png) no-repeat;
    width: 155px;
    height: 3px;
    position: absolute;
    left: 565px;
    top: 205px;
}

.block4 header p {
    max-width: 965px;
    font-size: 22px;
    margin: 45px auto;
}


.block4 header:before {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 245px;
    top: 65px;
}

.block4 header:after {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    right: 250px;
    top: 65px;
}

.b4_list {
    text-align: center;
    position: relative;
}

.b4_howitworks {
    display: inline-block;
    width: 370px;
    height: 280px;
    vertical-align: top;
}

.b4_howitworks p {
    font-size: 20px;
    max-width: 250px;
    margin: -132px auto 0;
    padding-left: 10px;
}

.b4_how2 p {
    margin: -116px auto 0;
}

.b4_howitworks span {
    color: #5c8325;
    font-weight: bold;
}

.b4_beaker {
    position: absolute;
    top: 95px;
    right: -140px;
}


.block5 {
    background: url(../img/bg5.png) no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    text-align: center;
}

.block5 header {
    text-align: center;
    position: relative;
}

.block5 header h1 {
    color: #fff;
    position: relative;
    margin-top: 0;
    padding-top: 40px;
}

.block5 header h1 span {
    color: #9cffff;
}

.block5 header:before {
    content: "";
    background: url(../img/b5_line.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 255px;
    top: 65px;
}

.block5 header:after {
    content: "";
    background: url(../img/b5_line.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    right: 255px;
    top: 65px;
}

.b5_list,
.b5_img {
    display: inline-block;
    letter-spacing: 0.7px;
    vertical-align: top;
    margin-top: 15px;
}

.b5_technology {
    font-size: 24px;
    max-width: 520px;
    padding-left: 110px;
    color: #fff;
    position: relative;
    text-align: left;
}

.b5_technology span {
    color: #9cffff;
    font-weight: bold;
}

.b5_tech1:before {
    content: "";
    background: url(../img/b5_tech1.png) no-repeat;
    width: 92px;
    height: 61px;
    position: absolute;
    left: 1px;
    top: 3px;
}

.b5_tech2:before {
    content: "";
    background: url(../img/b5_tech2.png) no-repeat;
    width: 92px;
    height: 61px;
    position: absolute;
    left: 1px;
    top: 12px;
}

.b5_tech3:before {
    content: "";
    background: url(../img/b5_tech3.png) no-repeat;
    width: 92px;
    height: 61px;
    position: absolute;
    left: 1px;
    top: 10px;
}

.b5_tech4:before {
    content: "";
    background: url(../img/b5_tech4.png) no-repeat;
    width: 92px;
    height: 61px;
    position: absolute;
    left: 1px;
    top: 7px;
}

.b5_img img {
    max-width: 470px;
    margin-left: 45px;
}

.block6 {
    background: url(../img/bg6.png) no-repeat center;
    background-size: cover;
    padding-bottom: 15px;
}

.b6_block1,
.b6_block2 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-left: 100px;
    position: relative;
}

.b6_block1 {
    left: 34px;
}

.b6_block1 h1 {
    color: #4274ae;
    text-transform: uppercase;
}

.b6_block1 h1 span {
    color: #c8d54f;
}

.b6_steps {
    position: relative;
    margin-bottom: 45px;
}

.b6_steps h3 {
    color: #4274ae;
    font-size: 26px;
    margin-bottom: 0;
}

.b6_steps p {
    max-width: 510px;
    font-size: 18px;
    margin-top: 0;
}

.b6_steps p span {
    color: #5c8325;
    font-weight: bold;
    letter-spacing: 0.6px;
}

.b6_step1:before {
    content: "";
    background: url(../img/b6_num1.png) no-repeat;
    width: 60px;
    height: 120px;
    position: absolute;
    left: -95px;
    top: -6px;
}

.b6_step2:before {
    content: "";
    background: url(../img/b6_num2.png) no-repeat;
    width: 80px;
    height: 120px;
    position: absolute;
    left: -92px;
    top: 6px;
}

.b6_step3:before {
    content: "";
    background: url(../img/b6_num3.png) no-repeat;
    width: 75px;
    height: 120px;
    position: absolute;
    left: -92px;
    top: 6px;
}

.b6_attention {
    max-width: 480px;
    position: relative;
    font-size: 17px;
    padding-left: 30px;
}

.b6_attention h3 {
    margin-bottom: 0;
    color: #ff3200;
}

.b6_attention p {
    margin-top: 0;
    color: #4274ae;
    margin-bottom: 12px;
}

.b6_attention:before {
    content: "";
    background: url(../img/b6_bkt1.png) no-repeat;
    width: 19px;
    height: 104px;
    position: absolute;
    left: 3px;
    top: -5px;
}

.b6_attention:after {
    content: "";
    background: url(../img/b6_bkt2.png) no-repeat;
    width: 19px;
    height: 104px;
    position: absolute;
    right: 34px;
    top: -5px;
}

.b6_block2 {
    padding: 100px 0 0 175px;
}

.b6_whatitdo {
    max-width: 380px;
    margin-bottom: 40px;
}

.b6_whatitdo h2 {
    font-size: 30px;
    color: #4274ae;
    margin-bottom: 0;
    padding-left: 45px;
    text-transform: uppercase;
    position: relative;
}

.b6_whatitdo p {
    font-size: 23px;
    margin-top: 0;
}

.b6_itdo1 h2:before {
    content: "";
    background: url(../img/b6_itdo1.png) no-repeat;
    width: 30px;
    height: 25px;
    position: absolute;
    left: 6px;
    top: 7px;
}

.b6_itdo2 h2:before {
    content: "";
    background: url(../img/b6_itdo2.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 6px;
    top: 5px;
}

.b6_itdo3 h2:before {
    content: "";
    background: url(../img/b6_itdo3.png) no-repeat;
    width: 30px;
    height: 25px;
    position: absolute;
    left: 6px;
    top: 6px;
}

.b6_minzdrav {
    position: relative;
    top: -28px;
    left: 100px;
}


.block7 {
    background: url(../img/bg7.png) no-repeat;
    background-size: cover;
}

.block7 header {
    position: relative;
}

.block7 header h1 {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding-top: 65px;
    color: #4274ae;
}

.block7 header h1 span {
    color: #c8d54f;
}


.block7 header:before {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 260px;
    top: 89px;
}

.block7 header:after {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    right: 260px;
    top: 89px;
}

.b7_doctor {
    background: url(../img/bg7_doctor.png) no-repeat;
    max-width: 1105px;
    height: 690px;
    margin: 0 auto;
    font-size: 18px;
    font-style: italic;
    position: relative;
}

.bg7_doctor_sm {
    display: none;
}

.b7_doctor_text {
    max-width: 620px;
    margin: 0 auto 0 440px;
    padding-top: 80px;
    position: relative;
}

.b7_doctor_text:after {
    content: "";
    background: url(../img/b7_quote.png) no-repeat;
    width: 40px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 40px;
}

.b7_doctor_text p span {
    color: #4274ae;
    font-weight: bold;
}

.b7_doctor_text ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 0;
    color: #4274ae;
    font-weight: bold;
}

.b7_doctor_text ul li span {
    color: black;
    font-weight: 100;
}

.b7_dr_name {
    position: relative;
    font-weight: bold;
    top: -30px;
    left: 105px;
}

.b7_sign {
    position: absolute;
    bottom: 60px;
    right: 55px;
}

.block8 header {
    position: relative;
    margin-bottom: 75px;
}

.block8 header h1 {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding-top: 65px;
    color: #4274ae;
}

.block8 header h1 span {
    color: #c8d54f;
}


.block8 header:before {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 260px;
    top: 89px;
}

.block8 header:after {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    right: 260px;
    top: 89px;
}

.b8_text {
    position: relative;
}

.bg8_glasses {
    position: absolute;
    top: 53px;
    right: -220px;
}

.b8_reviews figure,
.b8_reviews p {
    font-size: 18px;
}

.b8_reviews p {
    line-height: 25px;
}

.b8_reviews p span {
    color: #4274ae;
    font-weight: bold;
}

.b8_reviews {
    margin: 0 auto 100px;
    font-style: italic;
    position: relative;
}

.b8_review1 figure,
.b8_review3 figure {
    float: left;
    margin: 0 100px 0 0;
}

.b8_review2 figure {
    float: right;
    margin: 0 0 0 100px;
}

.b8_reviews figure figcaption {
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}

.b8_review1,
.b8_review3 {
    max-width: 990px;
}

.b8_review2 {
    max-width: 990px;
}

.b8_review1 p:before {
    content: "";
    background: url(../img/b8_line1.png) no-repeat;
    width: 25px;
    height: 155px;
    position: absolute;
    top: 10px;
    left: 225px;
}

.b8_review2 p:before {
    content: "";
    background: url(../img/b8_line2.png) no-repeat;
    width: 25px;
    height: 155px;
    position: absolute;
    top: 12px;
    right: 221px;
}

.b8_review3 p:before {
    content: "";
    background: url(../img/b8_line1.png) no-repeat;
    width: 25px;
    height: 155px;
    position: absolute;
    top: 0;
    left: 225px;
}

.block9 {
    background: url(../img/bg9.png) no-repeat;
    background-size: cover;
    padding-bottom: 45px;
}

.block9 header {
    position: relative;
}

.block9 header h1 {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 60px 0;
    color: #4274ae;
}

.block9 header:before {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 425px;
    top: 63px;
}

.block9 header:after {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    right: 430px;
    top: 63px;
}

.b9_list {
    text-align: center;
}

.b9_protect {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

.b9_protect p {
    max-width: 206px;
    margin: 20px auto;
    font-size: 18px;
    font-weight: bold;
    color: #5c8325;
    letter-spacing: 0.8px;
}

.block10 {
    background: url(../img/bg10.png) no-repeat center;
    background-size: cover;
    padding-bottom: 50px;
}

.block10 header {
    position: relative;
}

.block10 header h1 {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 60px 0;
    color: #4274ae;
}

.block10 header:before {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 360px;
    top: 63px;
}

.block10 header:after {
    content: "";
    background: url(../img/b2_line_head.png) no-repeat;
    width: 60px;
    height: 3px;
    position: absolute;
    right: 360px;
    top: 63px;
}

.b10_delivery {
    text-align: center;
}

.b10_delivery div {
    display: inline-block;
    max-width: 215px;
    text-align: center;
    vertical-align: top;
    position: relative;
}

.b10_delivery p {
    font-size: 18px;
    font-weight: bold;
}

.b10_del1,
.b10_del2 {
    margin-right: 125px;
}


.b10_del1:after,
.b10_del2:after {
    content: "";
    background: url(../img/b10_arrow.png) no-repeat;
    width: 95px;
    height: 14px;
    position: absolute;
    left: 235px;
    top: 95px;
}

.b10_delivery h3 {
    font-size: 24px;
    color: #4274ae;
    margin: 70px 0 135px;
}


.b10_fake {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 90px;
    position: relative;
    background: #fff;
    padding: 25px 10px 20px 300px;
}

.b10_fake h1 {
    font-size: 36px;
    margin: 0;
    color: #4274ae;
    position: relative;
}

.b10_fake h1:before {
    content: "";
    background: url(../img/b10_point.png) no-repeat;
    width: 93px;
    height: 70px;
    position: absolute;
    left: -92px;
    top: -14px;
}

.b10_fake p {
    font-size: 24px;
}

.b10_fake p:last-of-type {
    font-weight: bold;
    font-size: 24px;
    color: red;
}

.b10_fake img {
    position: absolute;
    left: 29px;
    top: 80px;
    width: 260px;
}

footer {
    background: #383a40;
    text-align: center;
    color: #fff;
}

footer p {
    margin: 0;
    padding-top: 20px;
}

footer p:last-child {
    padding-bottom: 20px;
}

@media (max-width: 338px) {
    .form_price {
        font-size: 24px!important;
    }
}