@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');

/* 
    font-family: "Open Sans", sans-serif;
*/

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 {
    width: 100%;
    padding: 0;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #000
}

h2 {
    font-size: 56px;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif
}

.hb-center ul,
.header h2 span {
    font-family: 'Open Sans', sans-serif
}

.clearfix {
    clear: both
}

.wrapper {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: .5rem;
    height: 2rem;
}

.input-field .prefix~label {
    top: -5px
}

.icon-account,
.icon-phone {
    background: no-repeat left 10% center;
    background-size: auto 90%;
}

.icon-account {
    background-image: url(../images/icon-account.png);
}

.icon-phone {
    background-image: url(../images/icon-phone.png);
}

.header {
    padding: 5px 0;
    color: #fff;
    background-image: url(../images/bg_01.jpg);
    background-size: cover
}

.hb-center .promo:before,
.hb-center ul li:before {
    content: "";
    background-size: 100% 100%
}

.header h2 span {
    font-weight: 400;
    font-size: 42px
}

.header-top {
    padding-bottom: 40px
}

.ht-left {
    float: left;
    width: 470px;
    padding-right: 10px
}

.ht-right {
    float: right;
    padding: 15px 0;
    text-align: right
}

.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 {
    position: relative;
    left: -180px;
    max-width: 500px;
    margin-top: 10px
}

.hb-center ul {
    margin: 0;
    padding-left: 55px;
    font-size: 19px
}

.hb-center ul li {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.5
}

.hb-center ul li:first-line {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.hb-center ul li:before {
    position: absolute;
    top: 5px;
    left: -45px;
    width: 28px;
    height: 28px;
    background-image: url(../images/check-circle.png)
}

.hb-center .promo {
    position: relative;
    margin: 10px 0;
    padding-left: 55px;
    font-size: 20px;
    line-height: 1.05;
    font-family: 'Open Sans', sans-serif
}

.hb-center .promo .sale {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    color: #fff722
}

.hb-center .promo:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(../images/percent.png)
}

.hb-center .price {
    float: right;
    width: 260px;
    height: 95px;
    margin-top: 10px;
    padding: 10px 20px 5px;
    background-color: #910439
}

.hb-center .price p {
    margin: 0;
    line-height: 1
}

.hb-center .price .price_old {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    color: #cd5c76
}

.hb-center .price .price_old span {
    font-size: 17px
}

.hb-center .price .price_main {
    font-weight: 700;
    font-size: 58px;
    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 {
    margin: 0;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    color: #000
}

.order_form {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    font-size: 19px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    color: #262626;
    background-color: #e5e9ea
}

.b2-left h2,
.landing__countdown span {
    font-family: 'Open Sans', 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 {
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 19px
}

.order_form select {
    box-sizing: border-box;
    width: 100%;
    height: 58px;
    border: 2px solid #8ebbb9
}

.order_form .custom-select {
    position: relative
}

.order_form .custom-select:after,
.order_form .custom-select:before {
    content: "";
    position: absolute;
    pointer-events: none
}

.order_form .custom-select:before {
    top: 2px;
    right: 2px;
    width: 60px;
    height: 54px;
    background: #fff;
    border-left: 2px solid #8ebbb9
}

.order_form .custom-select:after {
    top: 50%;
    right: 23px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-top: 10px solid #8ebbb9;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.order_form .custom-select:hover:after {
    border-top: 10px solid #6e9b99
}

.order_form input {
    box-sizing: border-box;
    width: 100%;
    height: 58px;
    border: 2px solid #8ebbb9
}

.factor,
.landing__countdown span {
    box-sizing: border-box;
    text-align: center
}

.order_form .button {
    width: 100%;
    height: 70px;
    margin: 20px 0 10px;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    background-image: linear-gradient(to top, #1d6f4d, #269366);
    border: 0;
    cursor: pointer
}

.order_form input[type=submit]:hover {
    background-image: linear-gradient(to top, #1c6345, #2a8660)
}

.order_form p {
    margin: 0;
    line-height: 1.3;
    text-align: center;
    color: #3e3e3e
}

.order_form p .red-span {
    font-weight: 700;
    color: #ff002c
}

.landing__countdown {
    margin: 10px 0 20px
}

.landing__countdown span {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 85px;
    margin-right: 12px;
    font-size: 52px;
    color: #000;
    background-color: #fff;
    border: 2px solid #c2c6c7
}

.landing__countdown span:after {
    content: ":";
    position: absolute;
    top: -5px;
    right: -14px;
    color: #e7e8e9
}

.landing__countdown span:before {
    position: absolute;
    bottom: -25px;
    font-size: 17px
}

.landing__countdown span:last-child {
    margin-right: 0
}

.landing__countdown span:last-child:after {
    display: none
}

.landing__countdown .hours:before {
    content: "Ñ‡Ð°ÑÐ¾Ð²";
    left: 17px
}

.landing__countdown .minutes:before {
    content: "Ð¼Ð¸Ð½ÑƒÑ‚";
    left: 20px
}

.landing__countdown .seconds:before {
    content: "ÑÐµÐºÑƒÐ½Ð´";
    left: 17px
}

.b2-left ul li:before,
.b3-right ul li:before {
    content: "";
    top: 5px;
    left: -45px
}

.block-2 {
    padding: 40px 0 50px
}

.b2-left {
    float: left;
    width: 480px
}

.b2-left h2 {
    font-size: 42px;
    line-height: 1;
    color: #2b1429
}

.b2-left h2 .str-2,
.b2-left h2 .str-3 {
    font-size: 63px;
    font-family: 'Open Sans', sans-serif
}

.b2-left h2 .str-3 {
    color: #fb382a
}

.b2-left p {
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif
}

.b2-left p span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.b2-left ul {
    margin: 40px 0 0;
    padding-left: 45px;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif
}

.b2-left ul li {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.5
}

.b2-left ul li:last-child {
    margin-bottom: 0
}

.b2-left ul li:before {
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(../images/alert.png);
    background-size: 100% 100%
}

.b2-left ul li span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #d82a1d
}

.b2-right {
    float: right;
    width: 480px
}

.b2-right img {
    max-width: 100%;
    margin-top: 50px
}

::-webkit-scrollbar-button {
    width: 3px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #32312e;
    box-shadow: 0 0 3px #000 inset
}

::-webkit-scrollbar-thumb {
    background-color: #781242;
    border-radius: 5px;
    box-shadow: 0 1px 1px #fff inset
}

::-webkit-resizer {
    width: 3px;
    height: 0
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.preloader-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.spinner-layer {
    max-width: 50px;
    max-height: 50px;
    margin-left: -25px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

a {
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: bold;
    line-height: 1
}

.dib {
    display: inline-block;
    vertical-align: middle
}

.obj {
    position: absolute;
    z-index: 1
}

.img_box img,
.obj img {
    max-width: 100%;
    height: auto;
}

.ttu {
    text-transform: uppercase
}

.fwb {
    font-weight: bold
}

.dflex {
    display: flex
}

main {
    overflow: hidden
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif
}

section {
    padding: 50px 0
}

.container {
    position: relative
}

.block-01 {
    background: url("../images/bg_01.jpg")no-repeat center bottom;
    background-size: cover
}

.block-01__subtitle {
    margin-bottom: 10px;
    font-size: 42px;
    color: #fff
}

.block-01__title {
    font-weight: 900;
    font-size: 56px;
    line-height: 1;
    color: #fff
}

.block-01__dashes {
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify
}

.block-01__dashes-item {
    margin: 0 0 30px;
    padding: 15px 0;
    background: url("../images/ht-1.png")no-repeat center;
    background-size: contain;
}

.dashes-item__text {
    max-width: 200px;
    padding: 20px 40px;
    font-size: 18px;
    text-align: center;
    color: #fff722;
    transform: rotate(-15deg)
}

.dashes-item__text span {
    display: block;
    font-size: 16px;
    color: #ce5c76
}

.block-01__dashes-item:nth-child(2) {
    background: url("../images/ht-2.png")no-repeat center;
    background-size: contain
}

.block-01__dashes-item:nth-child(2) .dashes-item__text {
    padding: 70px 40px 36px;
    font-size: 48px;
    line-height: 1
}

.block-01__dashes-item:nth-child(3) {
    background: url("../images/ht-3.png")no-repeat center;
    background-size: contain
}

.block-01__dashes-item:nth-child(3) .dashes-item__text {
    padding: 60px 20px 30px;
    font-size: 12px;
    color: #000
}

.block-01__dashes-item:nth-child(3) .dashes-item__text span {
    font-size: 10px;
    color: #063d33
}

.block-01__prod-plus {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px
}

.block-01__prod-plus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url("../images/check-circle.png")no-repeat left top;
    background-size: contain
}

.prod-pluses__title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff
}

.prod-pluses__text {
    font-size: 20px;
    color: #fff
}

.block-01__prod-price {
    padding: 10px 15px;
    background: #910439;
    border-radius: 5px 5px 5px 5px
}

.prod-price__old {
    font-size: 22px;
    color: #fff722;
    text-decoration: line-through
}

.prod-price__new {
    font-weight: 900;
    font-size: 32px;
    color: #fff722
}

.percent-box {
    position: relative;
    margin-bottom: 15px;
    padding-left: 60px
}

.percent-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url("../images/percent.png")no-repeat center;
    background-size: contain
}

.percent-box__title {
    font-size: 24px;
    color: #fff
}

.percent-box__percent {
    font-weight: 900;
    font-size: 23px;
    line-height: 1;
    color: #fff722
}

.form-box {
    padding: 5px 15px 30px;
    background: #e5e9ea;
    border-radius: 5px 5px 5px 5px
}

.page-form {
    padding: 1px 0 5px;
}

.input_item {
    margin-bottom: 20px;
}

.input-group input {
    padding-left: 40px !important;
    box-sizing: border-box !important;
}

.custom_select {
    background: url("../images/custom_select.png")no-repeat 95% 17px
}

.main_form input.error {
    background-color: #ffc8c8;
    margin-bottom: 2px;
}

.main_form label.error {
    color: #f00 !important;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    direction: ltr;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.custom_btn,
.custom_btn:disabled {
    background-color: #2196f3 !important;
    color: #fff !important;
    height: inherit;
    padding: 5px 25px;
    font-size: 22px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.block-2__subtitle {
    font-size: 42px;
    color: #2b1429
}

.block-2__title {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 63px;
    line-height: 1;
    color: #2b1429
}

.block-2__title span {
    display: block;
    color: #fb382a
}

.block-2__text {
    margin-bottom: 40px;
    font-size: 22px
}

.block-2__text span {
    font-weight: bold
}

.block-2__cause {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 24px;
    line-height: 1.4;
    color: #000
}

.block-2__cause:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url("../images/alert.png")no-repeat center;
    background-size: contain
}

.block-2__cause span {
    font-weight: bold;
    color: #d82a1d
}

.block-2__image {
    position: relative
}

.block-2__image_text {
    position: absolute;
    top: 20px;
    left: 30%;
    font-size: 20px;
    color: #2b1429;
    border-bottom: 2px solid #2b1429
}

.row.valign-wrapper {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.block-3 {
    padding: 40px 0 50px;
    background-image: url(../images/b3-bg.jpg);
    background-size: cover
}

.b3-left img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0
}

.b3-right h2 {
    font-weight: 400;
    line-height: .9;
    font-family: 'Open Sans', sans-serif;
    color: #000
}

.b3-right h2 span {
    display: block;
    font-size: 26px;
    line-height: 1
}

.b3-right h2 .str-2,
.b3-right h2 .str-3 {
    font-size: 36px;
    font-family: 'Open Sans', sans-serif
}

.b3-right h2 .str-2 {
    color: #e60000
}

.b3-right ul {
    margin: 30px 0 0;
    padding-left: 45px;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif
}

.b3-right ul li {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.5
}

.b3-right ul li:last-child {
    margin-bottom: 0
}

.b3-right ul li:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/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-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #d82a1d
}

.block-4 {
    padding: 60px 0;
    overflow: hidden
}

.block-4 .wrapper {
    height: 100%
}

.b4-left {
    position: relative;
    z-index: 1
}

.b4-left p {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif
}

.b4l-left {
    float: left;
    width: 90px
}

.b4l-left img {
    max-width: 100%;
    margin-top: 15px
}

.b4l-right {
    padding-left: 100px
}

.b4l-right h2 {
    font-size: 46px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    color: #2b1429
}

.b4l-right h2 .str-2 {
    display: block;
    font-size: 60px;
    color: #d70000
}

.b4-right {
    position: absolute;
    right: 0;
    bottom: -80px;
    z-index: 9;
    width: 500px
}

.b4-right img {
    display: block
}

.block-5 {
    padding: 15px 0 20px;
    background-color: #f1efdd
}

.b5-left img {
    position: relative;
    width: 100%;
    margin-top: 30px
}

.b5-right h2 {
    line-height: .9
}

.b5-right h2 .str-1 {
    padding: 0 10px;
    font-size: 38px;
    line-height: 1.5;
    color: #fff;
    background-color: #145d1a
}

.b5-right h2 .str-2 {
    display: block;
    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: 'Open Sans', sans-serif
}

.b5-right p span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.block-5_list li {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Roboto', 'Open Sans', sans-serif
}

.block-5_list li b {
    color: #4397cb
}

.block-6 {
    padding: 50px 0;
    background: url(../images/b6-bg.jpg) center bottom no-repeat #e0eaf0;
    background-size: cover
}

.b6-left ul {
    margin: 0;
    padding: 15px 15px 20px 65px;
    font-family: 'Open Sans', sans-serif;
    border: 4px solid #fff
}

.b6-left ul li {
    position: relative;
    margin-bottom: 25px
}

.b6-left ul li:last-child {
    margin-bottom: 0
}

.b6-left ul li:before {
    position: absolute;
    left: -40px;
    width: 25px;
    height: 25px;
    background: url(../images/check-round.png) center center no-repeat;
    background-size: contain
}

.b6-left ul li span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #097d27
}

.b6-right {
    position: relative
}

.b6-right h2 {
    font-size: 48px;
    line-height: .9;
    font-family: 'Open Sans', sans-serif;
    color: #4397cb
}

.b6-right h2 span {
    display: block;
    font-size: 68px;
    font-family: 'Open Sans', sans-serif
}

.b6-right p {
    margin: 40px 0 0;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif
}

.b6-right p span {
    font-family: 'Open Sans', sans-serif;
    color: #4397cb
}

.b6-right img {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 30px auto 0
}

.block-7 {
    padding: 40px 0
}

.block-7 h2 {
    font-size: 48px;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif;
    text-align: center
}

.block-7 h2 span {
    display: block;
    font-size: 53px;
    font-family: 'Open Sans', sans-serif
}

.factor {
    box-sizing: border-box
}

.factor p {
    margin: 0;
    font-size: 19px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif
}

.b7-bottom,
.b7-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap
}

.factor p span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.b7-top .factor {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 10px
}

.block-8 {
    padding: 30px 0;
    text-align: center
}

.block_8-title {
    margin-bottom: 30px;
    font-size: 40px;
    text-transform: uppercase
}

.block_8-subtitle {
    margin-bottom: 50px;
    font-size: 18px
}

.info-num {
    font-weight: bold;
    font-size: 28px;
    color: #5c6171
}

.info-num div {
    font-weight: bold;
    font-size: 92px;
    line-height: 1
}

.block_8-bottom-text {
    margin-top: 40px
}

.block_8-bottom-text b {
    font-size: 30px
}

.block_8-top {
    padding-bottom: 100px;
    background: url(../images/section8_arrow.jpg) no-repeat center bottom;
    background-size: 90%
}

.percents {
    margin-top: 30px
}

.percent_column {
    position: relative;
    width: 100%;
    height: 350px
}

.percent_column-inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    margin: 0 auto;
    margin-left: -40%;
    padding-top: 10px;
    font-weight: bold;
    font-size: 30px;
    background: #f7c700;
    border-top: 7px solid #707480
}

.percent_column-wrap:nth-child(1) .percent_column-inner {
    height: 100%
}

.percent_column-wrap:nth-child(2) .percent_column-inner {
    height: 99.5%
}

.percent_column-wrap:nth-child(3) .percent_column-inner {
    height: 92%
}

.percent_column-wrap:nth-child(4) .percent_column-inner {
    height: 74%
}

.percent_column-wrap:nth-child(5) .percent_column-inner {
    height: 92.5%
}

.percent_column-wrap:nth-child(6) .percent_column-inner {
    height: 100%
}

@media screen and (max-width:992px) {
    .block_8-bottom-text b {
        font-size: 20px
    }

    .b4l-right {
        padding-left: 0
    }

    .block_8-top {
        padding-bottom: 50px
    }

    .percent_column {
        height: auto;
        margin-bottom: 0
    }

    .percent_column-inner {
        position: relative;
        left: 0;
        width: 100%;
        margin-left: 0;
        padding: 10px;
        text-align: right
    }

    .percent_column-wrap p {
        margin-top: 5px;
        margin-bottom: 20px
    }

    .percent_column-wrap:nth-child(1) .percent_column-inner {
        width: 100%
    }

    .percent_column-wrap:nth-child(2) .percent_column-inner {
        width: 99.5%
    }

    .percent_column-wrap:nth-child(3) .percent_column-inner {
        width: 92%
    }

    .percent_column-wrap:nth-child(4) .percent_column-inner {
        width: 74%
    }

    .percent_column-wrap:nth-child(5) .percent_column-inner {
        width: 92.5%
    }

    .percent_column-wrap:nth-child(6) .percent_column-inner {
        width: 100%
    }
}

.block-9 {
    padding: 10px 0 30px;
    background: url(../images/b9-bg.png) left top no-repeat #f7f7f7;
    background-size: contain
}

.b9-left img {
    position: relative
}

.b9-right h2 {
    margin: 50px 0 20px;
    font-size: 56px;
    line-height: 1;
    color: #7c204b
}

.b9-right p {
    margin: 20px 0 0;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif
}

.b9-right p span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.block-10 .client .text,
.block-10 .client-info {
    font-family: 'Open Sans', sans-serif
}

.block-10 {
    padding: 50px 0;
    background-color: #d9e4eb
}

.block-10 h2 {
    margin: 0 auto 40px;
    font-size: 40px
}

.block-10 h2 span {
    color: #50203d
}

.rw-slide-inner {
    max-width: 350px;
    min-height: 520px;
    margin: 0 auto;
    padding-bottom: 40px;
    background: #fff url(../images/bottom-icons.jpg) no-repeat center bottom;
    background-size: contain;
    box-shadow: 0 0 15px 0 #9696967d
}

.lSSlideOuter {
    overflow: visible
}

.lSSlideWrapper {
    overflow: visible
}

.lightSlider {
    overflow: visible
}

.review-name {
    padding: 15px 15px 15px 5px;
    font-size: 0
}

.review-name img {
    display: inline-block;
    width: 42px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%
}

.review-name span {
    display: inline-block;
    font-weight: 900;
    font-size: 12px;
    vertical-align: middle
}

.review-name span i {
    display: block;
    font-weight: 400;
    font-style: normal
}

.review_image {
    height: 305px;
    overflow: hidden;
    margin-bottom: 5px
}

.position {
    position: relative;
    bottom: 50px
}

.review-image {
    width: 100%;
    margin-bottom: 5px
}

.likes {
    padding: 10px;
    font-weight: bold;
    font-size: 12px
}

.rw-slide-inner p {
    margin: 0;
    padding: 0 10px 10px;
    font-size: 14px
}

.post-manage {
    min-height: 40px;
    background: url(../images/icons.jpg) no-repeat center top;
    background-size: contain
}

.block-10 .lSSlideOuter .lSPager.lSpg>li a {
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 #ababab
}

.block-10 .lSSlideOuter .lSPager.lSpg>li {
    padding: 0 10px
}

.block-10 .lSSlideOuter .lSPager.lSpg {
    padding-top: 30px;
    padding-bottom: 10px
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #ff5d55
}

.block-11 {
    padding: 20px 0 50px;
    background-color: #f9eded
}

.b11-right {
    position: relative
}

.b11-right img {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 0 auto
}

.alert {
    margin-top: 20px;
    padding: 25px 20px;
    background-color: #fff
}

.alert h3 {
    margin: 0 0 30px;
    font-size: 32px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    color: red
}

.alert h3 span {
    font-size: 69px;
    font-family: 'Open Sans', sans-serif;
    color: #000
}

.alert p {
    margin: 0;
    font-size: 19px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif
}

.alert p span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.quality {
    margin: 15px 0 0 30px;
    font-size: 26px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    color: #a81b5d
}

.block-12 {
    padding: 40px 0
}

.block-12 h2 {
    margin-bottom: 40px;
    font-size: 44px
}

.stages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap
}

.stage {
    position: relative;
    width: 33%;
    padding: 0 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-align: center
}

.stage .arrow {
    position: absolute;
    top: 40px;
    right: -10px;
    width: 22px;
    height: 67px
}

.stage p {
    margin: 20px 0 0
}

.footer {
    padding: 20px 0;
    background-color: #3d5254
}

.footer p {
    margin: 0;
    font-size: 15px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    color: #baced0
}

.price_old {
    text-decoration: line-through
}

.errorMessage {
    position: absolute;
    z-index: 100000;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    background: #dc3434
}

.copyright {
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    color: #6c6e6f
}

.copyright p {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center
}

.copyright br {
    display: none
}

.copyright img {
    margin: 10px auto !important
}

.copyright img:first-child {
    display: block !important
}

.copyright a {
    color: #6c6e6f;
    text-decoration: none
}

.copyright a:hover {
    color: #ff0069;
    text-decoration: none
}

@media screen and (min-width:992px) and (max-width:1366px) {
    .container {
        width: 90%
    }
}

@media screen and (max-width:1170px) {
    .block-01__subtitle {
        font-size: 36px
    }

    .block-01__title {
        font-size: 40px
    }

    .block-2__title {
        font-size: 50px
    }

    .b4-right {
        right: -100px
    }

    .b6-left ul li {
        margin-bottom: 15px
    }

    .b6-right h2 span {
        font-size: 64px
    }

    .b9-left img {
        margin-left: -30px
    }

    .b9-left p {
        margin: 0;
        margin-top: -50px;
        font-weight: bold;
        text-align: center
    }

    .block-11 {
        padding: 40px 0
    }
}

@media screen and (max-width:992px) {
    .block-01__dashes {
        margin: 20px 0
    }

    .block-01__prod-image {
        max-width: 400px;
        margin: 0 auto 30px
    }

    .block-2__image {
        max-width: 400px;
        margin: 0 auto
    }

    .b3-left img {
        margin-bottom: 50px
    }

    .b4l-right h2 {
        font-size: 24px;
        text-align: center
    }

    .b4l-right h2 .str-2 {
        font-size: 30px;
        text-align: center
    }

    .b4l-left {
        float: none;
        margin: 0 auto
    }

    .b4l-left img {
        margin: 0
    }

    .b4-right {
        width: 385px
    }

    .b5-left {
        width: 300px;
        margin: 0 auto 30px
    }

    .b5-right h2 .str-2 {
        font-size: 30px
    }

    .b5-right h2 .str-3 {
        font-size: 40px
    }

    .b6-right {
        margin-top: 30px
    }

    .b6-right h2 span {
        font-size: 50px
    }

    .b7-top .factor {
        width: 50%
    }

    .b9-left img {
        width: 100%
    }

    .block-10 {
        padding: 50px 0 10px
    }

    .block-10 .client {
        margin-bottom: 65px
    }
}

@media screen and (max-width:759px) {
    .block-9 h2 {
        font-size: 36px
    }

    .block-01__title,
    .block-01__subtitle {
        font-size: 32px;
        text-align: center
    }

    .block-01__dashes {
        flex-wrap: wrap;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        -ms-flex-wrap: wrap
    }

    .block-2__subtitle,
    .block-2__title {
        font-size: 34px
    }

    .block-2__image_text {
        top: 5px;
        left: 20%
    }

    .b4-right {
        display: none
    }

    .b4-left p {
        text-align: center
    }

    .b5-left {
        width: 100%
    }

    .b5-right h2 .str-2 {
        font-size: 26px
    }

    .b5-right h2 .str-3 {
        font-size: 26px;
        line-height: 1
    }

    .b5-right h2 .str-3 {
        font-size: 18px
    }

    .b6-right h2 {
        font-size: 36px
    }

    .b6-right h2 span {
        font-size: 36px;
    }

    .block-7 h2 {
        font-size: 34px;
        text-align: center
    }

    .block-7 h2 span {
        font-size: 40px
    }

    .b7-top .factor {
        width: 100%
    }

    .b8-left h2 {
        font-size: 28px
    }

    .b9-left img {
        margin: 0
    }

    .b9-left p {
        margin: 0;
        text-align: right
    }

    .b9-right h2 {
        font-size: 32px
    }

    .block-10 h2 {
        font-size: 26px
    }

    .alert h3 {
        font-size: 22px;
        text-align: center
    }

    .alert h3 span {
        font-size: 36px
    }

    .quality {
        margin: 20px 0 20px;
        font-size: 24px;
        text-align: center
    }

    .block-12 h2 {
        font-size: 30px
    }

    .stage {
        width: 100%;
        margin: 0 0 50px;
        padding: 0
    }

    .stage img {
        display: block;
        margin: 0 auto
    }

    .stage .arrow {
        top: inherit;
        right: inherit;
        bottom: -55px;
        left: 50%;
        margin-left: -11px;
        transform: rotate(90deg)
    }
}

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #a12000
}

.ac_footer a {
    color: #a12000
}

.ac_footer p {
    text-align: center
}

img[height="1"],
img[width="1"] {
    display: none !important
}