@charset "UTF-8";
body, h2 {
    margin: 0
}

.b2-left ul, .b3-right ul, .b6-left ul, .b8-left ul, .hb-center ul {
    list-style-type: none
}

.alert h3, .b6-right p, .block-10 .client-info, .hb-center .promo, .stage, h2 {
    text-transform: uppercase
}

body {
    font-family: OpenSans, sans-serif;
    font-size: 18px;
    color: 000;
    padding: 0;
    width: 100%;
}

h2 {
    font-family: OpenSansExtraBold, sans-serif;
    font-size: 56px;
    line-height: 1.1
}

.hb-center ul, .header h2 span {
    font-family: OpenSansLight, sans-serif
}

.clearfix {
    clear: both
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px
}

.header {
    background-image: url(../img/header-bg.jpg);
    background-size: cover;
    color: #fff;
    padding: 5px 0
}

.hb-center .promo:before, .hb-center ul li:before {
    content: "";
    background-size: 100% 100%
}

.header h2 span {
    font-size: 42px;
    font-weight: 400
}

.header-top {
    padding-bottom: 40px
}

.ht-left {
    float: left;
    width: 470px;
    padding-right: 10px
}

.ht-right {
    float: right;
    text-align: right;
    padding: 15px 0
}

.hb-center, .hb-left {
    float: left;
    width: 320px
}

.ht-right img {
    margin-right: 20px
}

.ht-right img:last-child {
    margin-right: 0
}

.hb-left img {
    max-width: 500px;
    margin-top: 10px;
    position: relative;
    left: -180px
}

.hb-center ul {
    margin: 0;
    padding-left: 55px;
    font-size: 19px
}

.hb-center ul li {
    margin-bottom: 20px;
    line-height: 1.5;
    position: relative
}

.hb-center ul li:first-line {
    font-family: OpenSans, sans-serif;
    font-weight: 700
}

.hb-center ul li:before {
    position: absolute;
    left: -45px;
    top: 5px;
    width: 28px;
    height: 28px;
    background-image: url(../img/check-circle.png)
}

.hb-center .promo {
    margin: 10px 0;
    padding-left: 55px;
    font-family: OpenSansLight, sans-serif;
    font-size: 20px;
    line-height: 1.05;
    position: relative
}

.hb-center .promo .sale {
    font-family: OpenSansExtraBold, sans-serif;
    font-size: 22px;
    color: #fff722
}

.hb-center .promo:before {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/percent.png)
}

.hb-center .price {
    float: right;
    width: 260px;
    height: 95px;
    padding: 10px 20px 5px;
    margin-top: 10px;
    background-color: #910439
}

.hb-center .price p {
    margin: 0;
    line-height: 1
}

.hb-center .price .price_old {
    font-family: OpenSansLight, sans-serif;
    font-size: 26px;
    color: #cd5c76;
    line-height: 1.2
}

.hb-center .price .price_old span {
    /*font-size: 17px*/
}

.hb-center .price .price_main {
    font-weight: 700;
    font-size: 38px;
    color: #fff722
}

.hb-center .price .price_main span {
    font-size: 38px
}

.hb-right {
    float: right;
    width: 320px
}

.timer-wrap {
    padding: 15px 20px;
    background-color: #d7d9da
}

.timer-wrap p {
    font-family: OpenSansExtraBold, sans-serif;
    font-size: 17px;
    color: #000;
    margin: 0
}

.order_form {
    width: 100%;
    background-color: #e5e9ea;
    padding: 15px 20px;
    color: #262626;
    font-family: Roboto, sans-serif;
    font-size: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.b2-left h2, .landing__countdown span {
    font-family: OpenSansLight, sans-serif
}

.order_form button, .order_form input, .order_form label, .order_form option, .order_form select {
    display: block
}

.order_form button:focus, .order_form input:focus, .order_form label:focus, .order_form option:focus, .order_form select:focus {
    outline: 0
}

.order_form label {
    margin-bottom: 5px
}

.order_form input, .order_form select {
    -webkit-box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 19px
}

.order_form select {
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    border: 2px solid #8ebbb9
}

.order_form .custom-select {
    position: relative
}

.order_form .custom-select:after, .order_form .custom-select:before {
    pointer-events: none;
    content: "";
    position: absolute
}

.order_form .custom-select:before {
    width: 60px;
    height: 54px;
    top: 2px;
    right: 2px;
    border-left: 2px solid #8ebbb9;
    background: #fff
}

.order_form .custom-select:after {
    right: 23px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #8ebbb9
}

.order_form .custom-select:hover:after {
    border-top: 10px solid #6e9b99
}

.order_form input {
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    border: 2px solid #8ebbb9
}

.factor, .landing__countdown span {
    -webkit-box-sizing: border-box;
    text-align: center
}

.order_form input[type=submit] {
    width: 100%;
    height: 70px;
    margin: 20px 0 10px;
    border: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1d6f4d), to(#269366));
    background-image: -webkit-linear-gradient(bottom, #1d6f4d, #269366);
    background-image: linear-gradient(to top, #1d6f4d, #269366);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer
}

.order_form input[type=submit]:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1c6345), to(#2a8660));
    background-image: -webkit-linear-gradient(bottom, #1c6345, #2a8660);
    background-image: linear-gradient(to top, #1c6345, #2a8660)
}

.order_form p {
    text-align: center;
    color: #3e3e3e;
    margin: 0;
    line-height: 1.3
}

.order_form p .red-span {
    font-weight: 700;
    color: #ff002c
}

.landing__countdown {
    margin: 10px 0 20px
}

.landing__countdown span {
    background-color: #fff;
    font-size: 52px;
    color: #000;
    margin-right: 12px;
    border: 2px solid #c2c6c7;
    box-sizing: border-box;
    display: inline-block;
    width: 80px;
    position: relative
}

.landing__countdown span:after {
    content: ":";
    position: absolute;
    color: #e7e8e9;
    right: -14px;
    top: -5px
}

.landing__countdown span:before {
    font-size: 17px;
    position: absolute;
    bottom: -25px
}

.landing__countdown span:last-child {
    margin-right: 0
}

.landing__countdown span:last-child:after {
    display: none
}

.landing__countdown .hours:before {
    content: "hours";
    left: 17px
}

.landing__countdown .minutes:before {
    content: "minutes";
    left: 10px
}

.landing__countdown .seconds:before {
    content: "seconds";
    left: 10px
}

.b2-left ul li:before, .b3-right ul li:before {
    content: "";
    left: -45px;
    top: 5px
}

.block-2 {
    padding: 40px 0 50px
}

.b2-left {
    float: left;
    width: 480px
}

.b2-left h2 {
    line-height: 1;
    color: #2b1429;
    font-size: 42px
}

.b2-left h2 .str-2, .b2-left h2 .str-3 {
    font-family: OpenSansExtraBold, sans-serif;
    font-size: 63px
}

.b2-left h2 .str-3 {
    color: #fb382a
}

.b2-left p {
    font-family: OpenSansLight, sans-serif;
    font-size: 20px;
    line-height: 1.4
}

.b2-left p span {
    font-family: OpenSans, sans-serif;
    font-weight: 700
}

.b2-left ul {
    margin: 40px 0 0;
    padding-left: 45px;
    font-family: OpenSansLight, sans-serif;
    font-size: 22px
}

.b2-left ul li {
    margin-bottom: 20px;
    line-height: 1.5;
    position: relative
}

.b2-left ul li:last-child {
    margin-bottom: 0
}

.b2-left ul li:before {
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(../img/alert.png);
    background-size: 100% 100%
}

.b2-left ul li span {
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    color: #d82a1d
}

.b2-right {
    float: right;
    width: 480px
}

.b2-right img {
    max-width: 100%;
    margin-top: 50px
}

.block-3 {
    padding: 40px 0 50px;
    background-image: url(../img/b3-bg.jpg);
    background-size: cover
}

.b3-left {
    width: 480px;
    float: left
}

.b3-left img {
    max-width: 100%;
    margin-top: 30px
}

.b3-right {
    width: 480px;
    float: right
}

.b3-right h2 {
    line-height: .9;
    color: #000;
    font-family: OpenSansLight, sans-serif;
    font-weight: 400
}

.b3-right h2 span {
    font-size: 26px
}

.b3-right h2 .str-2, .b3-right h2 .str-3 {
    font-family: OpenSansExtraBold, sans-serif;
    font-size: 42px
}

.b3-right h2 .str-2 {
    color: #e60000
}

.b3-right ul {
    margin: 30px 0 0;
    padding-left: 45px;
    font-family: OpenSansLight, sans-serif;
    font-size: 19px
}

.b3-right ul li {
    margin-bottom: 20px;
    line-height: 1.5;
    position: relative
}

.b3-right ul li:last-child {
    margin-bottom: 0
}

.b3-right ul li:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/arrow-right.png) center center no-repeat;
    background-size: contain
}

.b6-left ul li:before, .b8-left ul li:before {
    content: "";
    top: 3px
}

.b3-right ul li span {
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    color: #d82a1d
}

.block-4 {
    height: 330px;
    overflow: hidden
}

.block-4 .wrapper {
    height: 100%
}

.b4-left {
    width: 580px;
    float: left;
    position: relative;
    z-index: 1;
    padding-top: 70px
}

.b4-left p {
    font-family: OpenSansLight, sans-serif;
    font-size: 20px
}

.b4l-left {
    width: 90px;
    float: left
}

.b4l-left img {
    max-width: 100%;
    margin-top: 15px
}

.b4l-right {
    float: left;
    padding-left: 10px
}

.b4l-right h2 {
    font-family: OpenSansExtraBold, sans-serif;
    font-size: 46px;
    color: #2b1429;
    line-height: 1
}

.b4l-right h2 .str-2 {
    font-size: 70px;
    color: #d70000
}

.b4-right {
    width: 380px;
    float: right;
    position: relative;
    z-index: 0
}

.b4-right img {
    display: block;
    height: 330px;
    position: absolute;
    left: -70px
}

.block-5 {
    background-color: #f1efdd;
    padding: 15px 0 20px
}

.b5-left {
    width: 480px;
    float: left
}

.b5-left img {
    position: relative;
    left: -85px;
    top:20px;
}

.b5-right {
    width: 480px;
    float: right;
    padding-top: 30px
}

.b5-right h2 {
    line-height: .9
}

.b5-right h2 .str-1 {
    font-size: 38px;
    color: #fff;
    background-color: #145d1a;
    padding: 0 10px;
    line-height: 1.5
}

.b5-right h2 .str-2 {
    font-size: 45px;
    color: #2b1429
}

.b5-right h2 .str-3 {
    font-size: 45px;
    color: #257e2d
}

.b5-right p, .b6-left ul {
    font-size: 18px;
    line-height: 1.6
}

.b5-right p {
    margin-top: 30px;
    font-family: OpenSansLight, sans-serif
}

.b5-right p span {
    font-family: OpenSans, sans-serif;
    font-weight: 700
}

.block-6 {
    background: url(../img/b6-bg.jpg) center bottom no-repeat #e0eaf0;
    background-size: cover;
    padding: 30px 0
}

.b6-left {
    width: 440px;
    float: left;
    padding-right: 40px
}

.b6-left ul {
    margin: 0;
    padding: 15px 15px 20px 65px;
    border: 4px solid #fff;
    font-family: OpenSansLight, sans-serif
}

.b6-left ul li {
    margin-bottom: 25px;
    position: relative
}

.b6-left ul li:last-child {
    margin-bottom: 0
}

.b6-left ul li:before {
    position: absolute;
    left: -40px;
    width: 25px;
    height: 25px;
    background: url(../img/check-round.png) center center no-repeat;
    background-size: contain
}

.b6-left ul li span {
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    color: #097d27
}

.b6-right {
    width: 480px;
    height: 690px;
    float: right;
    position: relative
}

.b6-right h2 {
    font-family: OpenSansLight, sans-serif;
    font-size: 48px;
    color: #941952;
    line-height: .9
}

.b6-right h2 span {
    font-family: OpenSansExtraBold, sans-serif;
    font-size: 76px;
    display: block
}

.b6-right p {
    font-family: OpenSansLight, sans-serif;
    font-size: 16px;
    width: 170px;
    margin: 60px 0 0;
    float: right
}

.b6-right p span {
    font-family: OpenSansExtraBold, sans-serif;
    color: #26c44f
}

.b6-right img {
    position: absolute;
    right: 0;
    bottom: 0
}

.block-7 {
    padding: 40px 0
}

.block-7 h2 {
    font-family: OpenSansLight, sans-serif;
    font-size: 48px;
    line-height: 1.1;
    text-align: center
}

.block-7 h2 span {
    display: block;
    font-family: OpenSansExtraBold, sans-serif;
    font-size: 53px
}

.factor {
    box-sizing: border-box;
    float: left
}

.factor p {
    font-family: OpenSansLight, sans-serif;
    font-size: 19px;
    margin: 0;
    line-height: 1.4
}

.b7-bottom, .b7-top {
    margin-top: 30px
}

.b7-top, .b7-bottom {
    display: block;
}

.factor p span {
    font-family: OpenSans, sans-serif;
    font-weight: 700
}

.b7-top .factor {
    width: 25%;
    padding: 0 10px
}

.b7-top .factor:nth-child(1) {
    width: 20%
}

.b7-top .factor:nth-child(2) {
    width: 30%
}

.b7-bottom .factor {
    width: 33.3%;
    padding: 0 20px
}

.b7-bottom .factor:nth-child(2) {
    padding: 0 32px
}

.b7-bottom .factor:nth-child(3) {
    padding: 0
}

.block-8 {
    padding: 30px 0;
    background-image: url(../img/b8-bg.jpg);
    background-size: cover
}

.b8-left {
    width: 480px;
    float: left
}

.b8-left h2 {
    font-size: 52px;
    line-height: 1;
    color: #fff
}

.b8-left ul {
    margin: 40px 0 0;
    padding-left: 50px;
    font-family: OpenSansLight, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #fff
}

.b8-left ul li {
    margin-bottom: 25px;
    position: relative
}

.b8-left ul li:last-child {
    margin-bottom: 0
}

.b8-left ul li:before {
    position: absolute;
    left: -50px;
    width: 30px;
    height: 30px;
    background: url(../img/check-round-2.png) center center no-repeat;
    background-size: contain
}

.b7-when {
    display: none;
}

.b8-left ul li span {
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    color: #f8eb4a
}

.b8-right {
    width: 480px;
    float: right;
    text-align: center
}

.b8-right img {
    max-width: 95%;
    margin-top: 10px
}

.b8-right p {
    font-family: OpenSansLight, sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
    padding: 10px 20px 20px;
    background-color: #4f4153;
    text-align: left
}

.block-10 h2, .block-12 h2, .footer, .stage {
    text-align: center
}

.b8-right p span {
    font-family: OpenSans, sans-serif;
    font-weight: 700
}

.block-9 {
    padding: 10px 0 30px;
    background: url(../img/b9-bg.png) left top no-repeat #f7f7f7;
    background-size: contain
}

.b9-left {
    width: 440px;
    float: left
}

.b9-left img {
    position: relative;
    left: -25px
}

.b9-right {
    width: 520px;
    float: right
}

.b9-right h2 {
    line-height: 1;
    font-size: 56px;
    color: #7c204b;
    margin: 50px 0 20px
}

.b9-right p {
    font-family: OpenSansLight, sans-serif;
    font-size: 17px;
    margin: 20px 0 0
}

.b9-right p span {
    font-family: OpenSans, sans-serif;
    font-weight: 700
}

.block-10 .client .text, .block-10 .client-info {
    font-family: OpenSansLight, sans-serif
}

.block-10 {
    padding: 30px 0;
    background-color: #d9e4eb
}

.block-10 h2 {
    font-size: 40px;
    width: 700px;
    margin: 0 auto 70px
}

.block-10 h2 span {
    color: #50203d
}

.block-10 .client {
    float: left;
    width: 310px;
    margin-right: 15px;
    border: 2px solid #caced3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.block-10 .client:nth-child(4) {
    margin-right: 0
}

.block-10 .client .head {
    height: 50px;
    position: relative
}

.block-10 .client .text {
    padding: 10px 15px 30px;
    font-size: 17px;
    margin: 0;
    background-color: #fff
}

.block-10 .client-info {
    width: 150px;
    padding-left: 110px;
    padding-top: 10px;
    background-color: #d9e4eb;
    position: absolute;
    left: 10px;
    top: -50px;
    line-height: 1
}

.block-10 .client-info img {
    position: absolute;
    left: 0;
    top: 0
}

.block-10 .client-info .name {
    font-size: 25px;
    color: #94366f;
    margin: 0
}

.block-10 .client-info .city {
    font-size: 18px;
    color: #50203d;
    margin: 5px 0 0
}

.block-11 {
    padding: 20px 0 50px;
    background-color: #f9eded
}

.b11-left {
    width: 510px;
    float: left
}

.b11-right {
    width: 450px;
    float: right;
    position: relative
}

.b11-right img {
    position: absolute;
    left: 85px;
    top: -60px
}

.alert {
    padding: 25px 20px;
    background-color: #fff;
    margin-top: 20px
}

.alert h3 {
    font-family: OpenSans, sans-serif;
    font-size: 32px;
    color: red;
    line-height: 1;
    margin: 0 0 30px
}

.alert h3 span {
    font-family: OpenSansExtraBold, sans-serif;
    font-size: 61px;
    color: #000
}

.alert p {
    font-family: OpenSansLight, sans-serif;
    font-size: 19px;
    line-height: 1.4;
    margin: 0
}

.alert p span {
    font-family: OpenSans, sans-serif;
    font-weight: 700
}

.quality {
    margin: 15px 0 0 30px;
    font-family: OpenSansExtraBold, sans-serif;
    font-size: 26px;
    color: #a81b5d;
    line-height: 1
}

.block-12 {
    padding: 40px 0
}

.block-12 h2 {
    font-size: 44px;
    margin-bottom: 30px
}

.stage {
    width: 260px;
    float: left;
    font-weight: 700;
    font-size: 18px;
    padding: 0 30px;
    line-height: 1.2;
    position: relative
}

.stage .arrow {
    position: absolute;
    width: 22px;
    height: 67px;
    right: -10px;
    top: 40px
}

.stage p {
    margin: 20px 0 0
}

.footer {
    padding: 20px 0;
    background-color: #3d5254
}

.footer p {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #baced0
}

/*.price_old{text-decoration: line-through;}*/

.timer-wrap p {
    font-size: 21px;
    color: #ff002c;
    text-align: center;
    text-indent: -2px;
}

.hb-center .price .price_main {
    font-size: 44px;
    padding-top: 4px;
}

.hb-center .price .price_old {
    color: #f591a8;
    text-decoration: line-through;
}

.frzv {
    position: absolute
}

.fbtn {
    padding-left: 6px !important;
    font-size: 20px !important;
}

.block-10 .client-info .city {
    font-size: 16px;
}

.slider {
    display: none;
}

@media (max-width: 992px) {
    .wrapper {
        width: 100%;
    }

    .header-top, .header-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .ht-left {
        text-align: center;
    }

    .b2-right {
        display: none;
    }

    .b2-left, .b3-right,
    .b4-left, .b4-right,
    .b8-left, .b8-right,
    .b9-right, .b9-left {
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .b4-right {
        position: static;
        display: none;
    }

    .b4-left {
        padding: 0;
    }

    .b3-left {
        display: none;
    }

    .block-4 {
        height: auto;
        padding: 40px 0 50px;
        overflow: initial;
    }

    .block-4 .wrapper,
    .block-5 .wrapper,
    .block-6 .wrapper,
    .block-8 .wrapper,
    .block-9 .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .block-5 .wrapper,
    .block-6 .wrapper,
    .block-9 .wrapper {
        flex-direction: column-reverse;
    }

    .b7-top, .b7-bottom {
        display: none;
    }

    .b7-when {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .factor {
        float: none;
        width: 250px;
        height: 290px;
    }
   .client-wrap{
        max-width: 320px;
        margin: 0 auto;
    }

    .slider {
        display: block;
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }

 .client {
    width: 100% !important;
        display: flex;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .slider .client {
        display: block;
        float: none;
        width: 100%;
    }

    .block-10 .client-info {
        position: static;
        display: flex;
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px;
        align-items: center;
        justify-content: center;
    }

    .block-10 .client .head {
        height: auto;
    }

    .block-10 .client-info img {
        position: static;
        margin-right: 10px;
        width: 60px;
    }

    .stage, .client{
        float: none;
        position: relative;
        margin: 0 auto;
        margin-bottom: 70px;
    }

    .stage.mina {
        margin-bottom: 0;
    }

    .stage .arrow {
        top: auto;
        transform: translateX(50%) rotate(90deg);
        bottom: -70px;
        right: 50%;
    }

    .block-11 .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b11-right {
        position: static;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
        float: none;
        display: none;
    }

    .block-10 h2 {
        max-width: 700px;
        width: auto;
    }

    .hb-center .price {
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
        text-transform: uppercase;
        padding: 10px 0;
        margin-top: 30px;
        background-color: #910439;
    }

    .hb-center .price .price_main {
        font-size: 41px;
    }

    .frzv {
        position: absolute;
        font-size: 21px;
    }

    .header-bottom {
        margin-bottom: 20px;
    }

    .hb-left img {
        max-width: 300px;
        margin-top: 10px;
        position: relative;
        left: -50px;
    }

    .header-top {
        padding-bottom: 0px;
    }

    .b4l-right {
        padding-left: 0;
        float: left;
    }

    .b5-left img {
        position: relative;
        left: 30px;
        top: 3px;
        max-width: 300px;
    }

    .b6-right img {
        position: absolute;
        right: auto;
        bottom: auto;
        max-width: 340px;
        left: -60px;
        top: 206px;
    }

    .b6-right {
        height: 470px;
    }

    .b8-right img {
        max-width: 95%;
        margin-top: 50px;
    }

    .b9-left img {
        margin-top: 40px;
    }
}

@media (max-width: 550px) {
    .b11-left {
        width: auto;
    }

    .ht-left {
        width: auto;
        float: none;
        padding-right: 0;
        padding-top: 20px;
    }

    .block-12 h2 {
        font-size: 34px;
    }

    .alert h3 span {
        font-size: 43px;
        display: block;
    }

    .slider {
        display: block;
        max-width: 310px;
    }

    .block-10 h2 {
        font-size: 30px;
    }

    .b9-left img {
        max-width: 320px;
        position: static;
    }
    .b9-left{
        text-align: center;
    }
    .b5-left{
        text-align: center;
    }
    .b5-left img{
        position: static;
        margin-left: -30px;
    }

    .b9-right h2 {
        line-height: 1;
        font-size: 34px;
    }

    .b8-left h2 {
        font-size: 34px;
    }

    .block-7 h2 span {
        font-size: 34px;
    }

    .block-7 h2 {
        font-size: 30px;
    }

    .b6-right h2 span {
        font-size: 46px;
    }

    .b6-right {
        width: auto;
    }

    .b6-right img {
        left: 110px;
        top: 86px;
        max-width: 260px;
    }

    .b6-right p {
        font-family: OpenSansLight, sans-serif;
        font-size: 16px;
        width: 170px;
        margin: 20px 0 0;
        float: none;
    }
    .b6-right {
        height: 290px;
    }
    .b6-right h2 {
        font-size: 33px;
    }
    .b4l-right h2 .str-2 {
        font-size: 40px;
    }
    .b4l-right h2 {
        font-size: 39px;
    }
    .b3-right h2 .str-2, .b3-right h2 .str-3 {
        font-size: 31px;
    }

    .b3-right h2 span {
        font-size: 18px;
    }
    .b2-left h2 .str-2, .b2-left h2 .str-3 {
        font-family: OpenSansExtraBold, sans-serif;
        font-size: 42px;
    }
    .b2-left h2 {
        line-height: 1;
        color: #2b1429;
        font-size: 34px;
    }
    .b5-right{
        width: auto;
    }
    .b5-right h2 .str-2 {
        font-size: 31px;

    }
    .b5-right h2 .str-3 {
        font-size: 31px;
    }
    .b5-right h2 .str-1 {
        font-size: 33px;
    }
    .b5-left{
        width: auto;
    }
    .b6-left{
        width: auto;
    }
    .code-wrapper {
        padding-top: 30px!important;
    }
    .block-10 .client-info .name {
        font-size: 20px;
    }
    h2 {
        font-size: 34px;
    }

    .header h2 span {
        font-size: 31px;
    }

    .ht-right img {
        margin-right: 20px;
        max-width: 90px;
        width: 100%;
    }
}

@media (max-width: 366px){
    .ht-right img {
        max-width: 70px;
    }
}

/* ------------------------------------------ */

.ht-right {
    display: none !important;
}

.order_form button[type=submit] {
    width: 100%;
    height: 70px;
    margin: 20px 0 10px;
    border: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1d6f4d), to(#269366));
    background-image: -webkit-linear-gradient(bottom, #1d6f4d, #269366);
    background-image: linear-gradient(to top, #1d6f4d, #269366);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
}

.order_form button[type=submit]:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1c6345), to(#2a8660));
    background-image: -webkit-linear-gradient(bottom, #1c6345, #2a8660);
    background-image: linear-gradient(to top, #1c6345, #2a8660);
}
.b4-left {
   
    padding-top: 20px;
}

.js__countryblock {
    overflow: hidden;
}

.b4l-right {
    width: 480px;
}

@media (max-width: 992px) {
    
    .hb-left img {
        left: 15px !important;
        top:0px!important;
    }
    .b6-left {
        padding-right: 0;
    }
    .stage {  
        padding: 0 10px;
    }
    .b4l-right {
        width: auto;
    }
}