@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local(''), url(../fonts/open-sans-v20-latin-300.woff2) format('woff2'), url(../fonts/open-sans-v20-latin-300.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''), url(../fonts/open-sans-v20-latin-regular.woff2) format('woff2'), url(../fonts/open-sans-v20-latin-regular.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''), url(../fonts/open-sans-v20-latin-700.woff2) format('woff2'), url(../fonts/open-sans-v20-latin-700.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local(''), url(../fonts/open-sans-v20-latin-800.woff2) format('woff2'), url(../fonts/open-sans-v20-latin-800.woff) format('woff')
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    /* cursor: hand */
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slider {
    margin: 0;
    padding: 0
}

.slider * {
    box-sizing: border-box
}

.slider__item {
    margin: 0 10px;
    background: #fff
}

.slider__foto img {
    max-width: 100%
}

.slider__name {
    padding: 15px 15px 15px 5px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700
}

.slider__name img {
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 50px
}

.slider__foto {
    margin-bottom: 10px
}

.slider__likes {
    margin: 0;
    padding: 10px;
    font-size: 20px;
    font-weight: 700
}

.slider__bottom img,
.slider__manage img {
    width: 100%
}

.slider__text {
    min-height: 700px;
    margin: 0;
    padding: 10px;
    font-size: 20px
}

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
}

.b6-right p {
    text-align: center
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    padding: 0;
    width: 100%;
    min-width: 1000px
}

body p {
    font-size: 20px
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2
}

img {
    display: block
}

.hb-center ul {
    font-weight: 300
}

.clearfix {
    clear: both
}

.center {
    text-align: center
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px
}

.nowrap {
    white-space: nowrap
}

.header {
    background-image: url(../images/header-bg.jpg);
    background-size: cover;
    color: #fff;
    padding: 40px 0
}

.hb-center .promo:before,
.hb-center ul li:before {
    content: '';
    background-size: 100% 100%
}

.header-top {
    padding-bottom: 40px
}

.ht-left {
    text-align: center;
    padding-right: 10px
}

.ht-right {
    display: none;
    float: right;
    text-align: right;
    padding: 15px 0
}

.hb-center,
.hb-left {
    float: left;
    width: 305px
}

.hb-center {
    width: 320px;
    margin-right: 10px
}

.ht-right img {
    margin-right: 20px
}

.ht-right img:last-child {
    margin-right: 0
}

.hb-left img {
    margin: 0 auto;
    max-width: 370px;
    height: auto !important;
    position: relative;
    left: -30px
}

.hb-center ul {
    margin: 0;
    padding-left: 55px;
    font-size: 20px
}

.hb-center ul li {
    margin-bottom: 20px;
    line-height: 1.5;
    position: relative
}

.hb-center ul li:first-line {
    font-weight: 700
}

.hb-center ul li:before {
    position: absolute;
    left: -45px;
    top: 5px;
    width: 28px;
    height: 28px;
    background-image: url(../images/check-circle.png)
}

.hb-center .promo {
    margin: 10px 0 20px;
    padding-left: 55px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.05;
    position: relative
}

.hb-center .promo .sale {
    font-weight: 800;
    font-size: 22px;
    color: #fff722
}

.hb-center .promo:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-image: url(../images/percent.png)
}

.price {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding: 15px 20px;
    align-items: center;
    background-color: #910439;
    text-align: center;
    justify-content: space-around
}

.price p {
    margin: 0;
    line-height: 0
}

.price .price_old {
    margin-right: 10px;
    font-weight: 300;
    font-size: 26px;
    color: #c8c8c8;
    display: flex
}

.price .price_old span {
    padding-right: 5px;
    font-size: 20px;
    line-height: 1
}

.price .price_main {
    display: flex;
    font-weight: 700;
    font-size: 58px;
    line-height: 0;
    color: #fff722
}

.price .price_main span {
    padding-right: 5px;
    font-size: 34px;
    line-height: 1
}

.price .price_main .x_currency {
    padding-right: 0
}

.hb-right {
    float: right;
    width: 300px
}

.timer-wrap {
    padding: 15px 20px;
    background-color: #d7d9da;
    display: none
}

.timer-wrap p {
    font-weight: 800;
    font-size: 17px;
    color: #000;
    margin: 0
}

.order_form {
    width: 100%;
    background-color: #e5e9ea;
    padding: 25px 20px;
    color: #262626;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    box-sizing: border-box
}

.b2-left h2,
.landing__countdown span {
    font-weight: 300
}

.order_form input,
.order_form label {
    display: block;
    font-size: 16px
}

.order_form input:focus,
.order_form label:focus {
    outline: 0
}

.order_form label {
    margin-bottom: 5px
}

.order_form input {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 16px
}

.order_form input {
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    border: 2px solid #8ebbb9
}

.factor,
.landing__countdown span {
    text-align: center
}

.order_form input[type=submit] {
    width: 100%;
    height: 70px;
    margin: 20px 0 10px;
    padding: 0;
    border: none;
    background-image: linear-gradient(to top, #050c45, #0054a1);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer
}

.order_form input[type=submit]:hover {
    background-image: linear-gradient(to top, #0054a1, #050c45)
}

.order_form p {
    text-align: center;
    color: #3e3e3e;
    margin: 0;
    font-size: 16px;
    line-height: 1.3
}

.order_form p .red-span {
    font-weight: 700;
    color: #ff002c
}

.landing__countdown {
    margin-top: 10px
}

.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: 82px;
    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: '';
    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: '';
    left: -45px;
    top: 0
}

.block-2 {
    padding: 40px 0
}

.b2-left {
    float: left;
    width: 480px
}

.b2-left h2 {
    line-height: 1.2;
    color: #2b1429;
    font-size: 42px
}

.b2-left h2 .str-2,
.b2-left h2 .str-3 {
    font-weight: 800;
    font-size: 49px
}

.b2-left h2 .str-3 {
    color: #fb382a
}

.b2-left p {
    font-weight: 300;
    line-height: 1.4
}

.b2-left .bold {
    font-weight: 700
}

.b2-left ul {
    margin: 40px 0 0;
    padding-left: 45px;
    font-weight: 300;
    font-size: 20px
}

.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: 25px;
    height: 25px;
    background-image: url(../images/alert.png);
    background-size: 100% 100%
}

.b2-left .red {
    font-weight: 700;
    color: #d82a1d
}

.b2-right {
    float: right;
    width: 480px
}

.b2-right img {
    max-width: 100%
}

.block-3 {
    padding: 40px 0;
    background-image: url(../images/b3-bg.jpg);
    background-size: cover
}

.block-3 .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.b3-left {
    width: 480px;
    float: left
}

.b3-left img {
    max-width: 100%
}

.b3-right {
    width: 480px;
    float: right
}

.b3-right h2 {
    line-height: .9;
    color: #000;
    font-weight: 400
}

.b3-right .small-title {
    font-size: 24px
}

.b3-right h2 .str-2,
.b3-right h2 .str-3 {
    font-weight: 800;
    font-size: 40px
}

.b3-right h2 .str-2 {
    color: #e60000
}

.b3-right ul {
    margin: 30px 0 0;
    padding-left: 45px;
    font-weight: 300;
    font-size: 20px
}

.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(../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;
    color: #d82a1d
}

.block-4 {
    height: 330px;
    overflow: hidden
}

.block-4 .wrapper {
    height: 100%
}

.b4-left {
    width: 580px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 55px
}

.b4-left .container_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.b4-left p {
    font-weight: 300;
    margin-bottom: 0
}

.b4l-left {
    width: 85px;
    float: left
}

.b4l-left img {
    max-width: 100%;
    margin-top: 15px
}

.b4l-right {
    float: left;
    padding-left: 10px
}

.b4l-right h2 {
    font-size: 46px;
    font-weight: 800;
    color: #2b1429;
    line-height: .8
}

.b4l-right h2 .str-2 {
    font-size: 23px;
    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: 40px 0
}

.block-5 .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.b4l-left img {
    margin-top: 0
}

.b5-left {
    width: 400px
}

.b5-left img {
    width: 100%;
    max-width: 400px
}

.b5-right {
    width: 560px
}

.b5-right h2 {
    line-height: .9
}

.b5-right .prod-title {
    display: inline-block;
    font-size: 34px;
    color: #fff;
    background-color: #0054a1;
    padding: 0 10px;
    line-height: 1.5
}

.b5-right h2 .str-2 {
    font-size: 40px;
    color: #2b1429
}

.b5-right h2 .str-3 {
    font-size: 40px;
    line-height: 1.1;
    color: #0a1575
}

.b5-right p,
.b6-left ul {
    font-size: 20px;
    line-height: 1.6
}

.b5-right p {
    margin-top: 30px;
    font-weight: 300
}

.b5-right p:last-of-type {
    margin-bottom: 0
}

.bold {
    font-weight: 700
}

.block-6 {
    background: url(../images/b6-bg.jpg) center bottom no-repeat #e0eaf0;
    background-size: cover;
    padding: 40px 0
}

.b6-left {
    width: 447px;
    float: left;
    padding-right: 40px
}

.b6-left .list {
    margin: 0;
    padding: 15px 25px 20px 60px;
    border: 4px solid #fff;
    font-weight: 300
}

.b6-left .list strong {
    color: #941952
}

.b6-left .list p {
    margin-top: 0;
    margin-bottom: 15px
}

.b6-left .list ul {
    margin-top: 0;
    margin-bottom: 0
}

.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(../images/check-round.png) center center no-repeat;
    background-size: contain
}

.b6-left ul li span {
    font-weight: 700;
    color: #0a1575
}

.b6-right {
    width: 480px;
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.b6-right h2 {
    font-size: 48px;
    font-weight: 300;
    color: #941952;
    text-align: center;
    line-height: 1
}

.b6-right h2 span {
    margin-top: 10px;
    font-weight: 800;
    font-size: 70px;
    display: block
}

.b6-right p {
    font-weight: 300;
    margin: 20px 0 30px
}

.b6-right p span {
    font-weight: 800;
    color: #0a1575
}

.b6-right img {
    max-width: 350px
}

.block-7 {
    padding: 40px 0
}

.block-7 h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.1;
    text-align: center
}

.block-7 h2 span {
    display: block;
    font-weight: 800;
    font-size: 53px
}

.factor {
    box-sizing: border-box;
    float: left
}

.factor p {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    line-height: 1.4
}

.b7-bottom,
.b7-top {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.factor .bold {
    font-weight: 700
}

.b7-top .factor {
    width: 30%;
    padding: 10px
}

.b7-top .factor:nth-child(1),
.b7-top .factor:nth-child(4) {
    width: 19%
}

.b7-top .factor:nth-child(2) {
    width: 30%
}

.b7-bottom .factor {
    width: 33.1%;
    padding: 0 20px
}

.factor img {
    display: inline-block
}

.b7-bottom .factor:nth-child(2) {
    width: 37%
}

.b7-bottom .factor:nth-child(3) {
    width: 29%;
    padding: 0
}

.block-8 {
    padding: 40px 0;
    background-image: url(../images/b8-bg.jpg);
    background-size: cover
}

.block-8 .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.b8-left {
    width: 490px;
    float: left
}

.b8-left h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #fff
}

.b8-left ul {
    margin: 40px 0 0;
    padding-left: 50px;
    font-weight: 300;
    font-size: 20px;
    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(../images/check-round-2.png) center center no-repeat;
    background-size: contain
}

.b8-left .yellow {
    font-weight: 700;
    color: #f8eb4a
}

.b8-right {
    width: 455px;
    float: right;
    text-align: center
}

.b8-right img {
    max-width: 95%;
    margin: 10px auto 0
}

.b8-right p {
    font-weight: 300;
    color: #fff;
    margin: 0 10px;
    font-size: 20px;
    padding: 10px 20px 20px;
    background-color: #4f4153;
    text-align: center
}

.block-10 h2,
.block-12 h2,
.stage {
    text-align: center;
    color: #000
}

.b8-right p span {
    font-weight: 700
}

.block-9 {
    background-size: cover;
    overflow: hidden
}

.block-9 .spec {
    text-align: right;
    font-weight: 700
}

.webp .block-9 {
    background: url(../images/b9-bg.webp) left top no-repeat;
    background-size: cover
}

.block-9 .wrapper {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.no-webp .block-9 {
    background: url(../images/b9-bg.png) left top no-repeat;
    background-size: cover
}

.b9-left {
    width: 380px;
    float: left
}

.b9-left {
    text-align: center
}

.b9-left img {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    display: block
}

.b9-right {
    padding: 40px 0;
    width: 590px;
    float: right
}

.b9-right h2 {
    line-height: 1;
    font-size: 40px;
    color: #7c204b;
    margin: 0 0 20px
}

.b9-right p {
    font-weight: 300;
    margin: 20px 0 0
}

.block-10 .client .text,
.block-10 .client-info {
    font-weight: 300
}

.block-10 {
    padding: 40px 0;
    background-color: #d9e4eb
}

.block-10 h2 {
    color: #000;
    font-size: 40px;
    width: 700px;
    margin: 0 auto 40px
}

.block-10 h2 span {
    color: #50203d
}

.block-10 .client {
    float: left;
    width: 310px;
    margin-right: 15px;
    border: 2px solid #caced3;
    box-sizing: border-box;
    position: relative
}

.block-10 .client:nth-child(4) {
    margin-right: 0
}

.block-10 .client .head {
    position: relative
}

.block-10 .client .text {
    margin: 0;
    padding: 10px 15px 30px;
    max-height: 200px;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    background-color: #fff;
    transition: all 1s
}

.block-10 .client.content-plus .text {
    max-height: 800px
}

.review__content-btn {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -15px
}

.review-btn {
    width: 30px;
    height: 30px;
    background-color: #0a1575;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all .5s
}

.review-btn div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.review-btn:after,
.review-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 7.5px);
    background: #fff;
    border-radius: 3px
}

.review-btn:after {
    transform: rotate(90deg)
}

.shadow {
    position: absolute;
    content: "";
    width: 100%;
    height: 32px;
    background: #d9e4eb;
    background: linear-gradient(180deg, rgba(235, 239, 228, 0), #d9e4eb, #d9e4eb 100%);
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity .5s ease
}

.block-10 .client.content-plus .review-btn:after {
    display: none
}

.block-10 .client.content-plus .shadow {
    opacity: 0
}

.block-10 .client-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #d9e4eb;
    position: relative;
    font-size: 16px;
    line-height: 1
}

.block-10 .client-info p {
    line-height: 1.2
}

.block-10 .client-info .name {
    color: #94366f;
    margin: 0
}

.block-10 .client-info .city {
    color: #50203d;
    margin: 5px 0 0;
    font-size: 16px
}

.block-10 .client-info img {
    max-width: 85px;
    margin-right: 10px
}

.block-11 {
    padding: 40px 0;
    background-color: #f9eded
}

.block-11 .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.b11-left {
    width: 510px;
    float: left
}

.b11-right {
    float: right;
    position: relative
}

.b11-right img {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 350px
}

.alert {
    padding: 25px 20px;
    background-color: #fff;
    margin-top: 20px;
    text-align: center
}

.alert h3 {
    font-family: OpenSans, sans-serif;
    font-size: 32px;
    color: red;
    line-height: 1.2;
    margin: 0 0 30px
}

.alert h3 span {
    font-size: 61px;
    font-weight: 800;
    color: #000
}

.alert p {
    font-weight: 300;
    line-height: 1.3;
    margin: 0
}

.alert p span {
    font-weight: 700
}

.quality {
    margin: 15px 0 0;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #a81b5d;
    line-height: 1.2
}

.block-12 {
    padding: 40px 0
}

.block-12 h2 {
    font-size: 44px;
    margin-bottom: 30px
}

.stages {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.stage {
    width: 263px;
    float: left;
    font-weight: 700;
    font-size: 18px;
    padding: 0 30px;
    line-height: 1.2;
    position: relative
}

.stage img {
    display: inline-block
}

.stage .arrow {
    position: absolute;
    width: 22px;
    height: 67px;
    right: -10px;
    top: 40px
}

.stage p {
    margin: 20px 0 0
}

.price_old {
    position: relative
}

.price .price_old:after,
.price .price_old:before {
    display: block;
    content: '';
    width: 100%;
    height: 1.5px;
    background: red;
    position: absolute;
    top: calc(50% - .75px);
    left: 0;
    transform: rotate(-15deg)
}

.price .price_old:after {
    transform: rotate(15deg)
}

.b9-left span {
    font-size: 24px;
    margin: 0 10px;
    display: block
}

.alarm {
    font-family: Arial, sans-serif;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box
}

.alarm-wrap {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url(../images/alarm-bg.jpg) no-repeat 10% 50%/cover;
    position: relative;
    margin: 0 auto;
    padding: 30px 40px 30px 110px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box
}

.alarm-wrap:before {
    content: '';
    display: block;
    background: url(../images/alarm-before.png) no-repeat center;
    width: 55px;
    height: 49px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto
}

.alarm-left {
    max-width: 220px;
    flex: 1 0 100%;
    margin: 10px 10px 10px 0
}

.alarm-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-transform: uppercase
}

.alarm-right {
    font-weight: 400;
    max-width: 610px;
    flex: 1 0 100%;
    margin: 10px 0
}

.alarm-text {
    margin: 0;
    font-size: 20px;
    color: #000
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.slick-dots {
    display: none
}

.slick-dots li button:before {
    opacity: 0
}

.b3-image {
    display: none
}

.b5-img {
    display: none
}

.block-8-prod {
    color: #0a1575;
    text-shadow: 0 0 3px #fff
}

.popup-prod-title {
    margin-top: 7px;
    display: block;
    font-size: 28px
}

@media (max-width:1000px) {

    .block-5,
    .block-6 {
        padding: 30px 0
    }

    .b5-img {
        width: 300px;
        max-width: 100%;
        margin: 25px auto 0;
        display: block
    }

    .b5-right p {
        margin-top: 15px
    }

    body {
        min-width: auto
    }

    .alert h3,
    .b2-left h2,
    .b2-left h2 .str-2,
    .b2-left h2 .str-3,
    .b3-right h2 .str-2,
    .b3-right h2 .str-3,
    .b4l-right h2,
    .b5-right h2 .str-2,
    .b5-right h2 .str-3,
    .b6-right h2,
    .b6-right h2 span,
    .b8-left h2,
    .b9-right h2,
    .block-10 h2,
    .block-12 h2,
    .block-7 h2,
    .header h2 span,
    h2 {
        font-size: 32px
    }

    .b2-left h2 {
        text-align: center
    }

    .b2-left h2 br {
        display: none
    }

    .alert h3 span,
    .block-7 h2 span {
        font-size: 34px
    }

    .block-11,
    .block-12,
    .block-2,
    .block-3,
    .block-4,
    .block-7,
    .block-8,
    .block-9,
    .header {
        padding: 30px 0
    }

    .b9-right {
        padding: 0
    }

    .b5-left {
        margin-top: 0
    }

    .block-10 {
        padding: 30px 0
    }

    .wrapper {
        width: 100%
    }

    .slider {
        max-width: 700px;
        margin: 0 auto !important;
        padding-top: 35px;
        padding-bottom: 40px
    }

    .slider__text {
        min-height: 645px
    }

    .slick-arrow {
        position: absolute;
        top: 0;
        z-index: 10;
        cursor: pointer
    }

    .slick-arrow:hover {
        fill: #22825a
    }

    .arrow-left {
        left: 10px
    }

    .slick-dots {
        display: block;
        bottom: -5px
    }

    .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50px;
        background: #000
    }

    .slick-dots li.slick-active {
        background: #22825a
    }

    .slick-dots li.slick-active button:before {
        display: none
    }

    .arrow-right {
        right: 10px;
        transform: scale(-1)
    }

    .b9-left {
        margin-bottom: 30px;
        border-bottom: 1px solid #000;
        display: none
    }

    .ht-left {
        width: 100%;
        text-align: center
    }

    .header-bottom {
        max-width: 640px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center
    }

    .header-bottom .clearfix {
        display: none
    }

    .hb-center,
    .hb-left,
    .hb-right {
        float: none;
        width: 100%;
        max-width: 300px
    }

    .hb-center .promo:before {
        top: 50%;
        transform: translateY(-50%)
    }

    .hb-center {
        width: 100%;
        max-width: none;
        margin-right: 0;
        margin-bottom: 30px
    }

    .hb-left {
        order: 1
    }

    .hb-right {
        order: 2
    }

    .b5-left img,
    .hb-left img {
        left: 0;
        max-width: 300px;
        max-height: 346.5px
    }

    .b5-left img {
        display: block;
        margin: 0 auto;
        display: none
    }

    .b4l-right h2,
    .b5-right h2 .str-2,
    .b6-right h2,
    .b8-left h2,
    .b9-right h2,
    .block-7 h2,
    h2 {
        line-height: 1.2
    }

    .b11-left,
    .b11-right,
    .b2-left,
    .b2-right,
    .b3-left,
    .b3-right,
    .b4-left,
    .b5-left,
    .b5-right,
    .b6-left,
    .b6-right,
    .b6-right img,
    .b8-left,
    .b8-right,
    .b9-left,
    .b9-right,
    .block-10 .client,
    .block-10 h2 {
        width: 100%
    }

    .b2-right img {
        display: block;
        margin: 40px auto 0;
        max-width: 400px;
        width: 100%
    }

    .b3-left {
        margin: 0
    }

    .b3-left img {
        display: block;
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
        display: none
    }

    .b3-image {
        width: 400px;
        max-width: 100%;
        display: block;
        margin: 30px auto 0
    }

    .b3-right h2 {
        line-height: 1.2
    }

    .b4-left {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .block-4 {
        height: auto
    }

    .b4-right img {
        display: none;
        height: 0
    }

    .block-6 .wrapper {
        display: flex;
        flex-direction: column-reverse
    }

    .b6-right {
        text-align: center;
        height: auto
    }

    .b6-right p {
        margin: 20px 0;
        width: 100%;
        float: none
    }

    .b6-right img {
        position: static
    }

    .b6-left {
        padding-right: 0
    }

    .b11-right img,
    .b6-right img {
        max-width: 300px
    }

    .block-10 .client {
        margin-bottom: 60px
    }

    .block-10 .client:nth-child(4) {
        margin-bottom: 0
    }

    .b11-left {
        margin-bottom: 10px
    }

    .alert {
        margin-top: 0;
        margin-bottom: 15px;
        text-align: center
    }

    .quality {
        margin: 0 auto;
        text-align: center
    }

    .b11-right img {
        display: block;
        margin: 15px auto 0;
        position: static
    }

    .stage {
        width: 25%
    }

    .review__content-btn,
    .shadow {
        visibility: hidden;
        opacity: 0
    }

    .block-10 .client .text {
        max-height: none
    }

    .factor p {
        font-size: 18px
    }
}

@media screen and (max-width:788px) {

    .b3-right h2 .str-2,
    .b3-right h2 .str-3 {
        font-size: 28px
    }
}

@media screen and (max-width:767px) {

    .alert h3,
    .b2-left h2,
    .b2-left h2 .str-2,
    .b2-left h2 .str-3,
    .b3-right h2 .str-2,
    .b3-right h2 .str-3,
    .b4l-right h2,
    .b5-right h2 .str-2,
    .b5-right h2 .str-3,
    .b6-right h2,
    .b6-right h2 span,
    .b8-left h2,
    .b9-right h2,
    .block-10 h2,
    .block-12 h2,
    .block-7 h2,
    .header h2 span,
    h2 {
        font-size: 28px
    }

    .alert h3 span,
    .block-7 h2 span {
        font-size: 32px
    }

    .stage img {
        max-width: 120px
    }

    .stage {
        width: 24.2%
    }

    .review__content-btn {
        bottom: -13px
    }

    .review__content-btn,
    .shadow {
        visibility: visible;
        opacity: 1;
        height: 34px
    }

    .block-10 .client .text {
        max-height: 200px
    }

    .block-10 .client-info {
        max-width: 700px;
        width: auto
    }
}

@media (max-width:730px) {
    .slider {
        max-width: 290px
    }

    .slider__item {
        margin: 0 5px
    }
}

@media (max-width:700px) {

    .b7-bottom .factor,
    .b7-bottom .factor:nth-child(2),
    .b7-bottom .factor:nth-child(3),
    .b7-top .factor,
    .b7-top .factor:nth-child(1),
    .b7-top .factor:nth-child(2),
    .b7-top .factor:nth-child(4) {
        width: 50%
    }

    .stage {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        padding: 0;
        margin-bottom: 50px
    }

    .stage br {
        display: none
    }

    .stage:last-child {
        margin-bottom: 0
    }

    .stage p {
        margin: 0;
        text-align: center
    }

    .stage .arrow {
        margin: 0;
        left: calc(50% - 10px);
        right: auto;
        top: 100%;
        transform: rotate(90deg) translateX(-50%)
    }

    .stage img {
        max-width: 100px;
        margin-bottom: 15px
    }

    .b7-bottom {
        margin-top: 10px
    }

    .b7-bottom .factor:nth-child(3) {
        padding-top: 20px
    }
}

@media screen and (max-width:639px) {
    .header-bottom {
        flex-direction: column
    }

    .hb-left {
        margin-bottom: 10px
    }

    .hb-center {
        margin-bottom: 10px
    }
}

@media screen and (max-width:576px) {
    .alarm {
        padding: 30px 15px
    }

    .alarm-wrap {
        padding-left: 80px
    }

    .alarm-wrap:before {
        left: 10px
    }

    .block-7 h2 span {
        display: inline
    }
}

@media screen and (max-width:540px) {
    .block-10 .client {
        margin-bottom: 80px
    }

    .b6-left .list {
        padding: 15px 15px 20px 30px
    }

    .b6-left ul li {
        margin-bottom: 15px
    }
}

@media screen and (max-width:488px) {
    .alert h3 span {
        font-size: 30px
    }
}

@media screen and (max-width:479px) {

    .alert h3,
    .b2-left h2,
    .b2-left h2 .str-2,
    .b2-left h2 .str-3,
    .b3-right h2 .str-2,
    .b3-right h2 .str-3,
    .b4l-right h2,
    .b5-right h2 .str-2,
    .b5-right h2 .str-3,
    .b6-right h2,
    .b6-right h2 span,
    .b8-left h2,
    .b9-right h2,
    .block-10 h2,
    .block-12 h2,
    .block-7 h2,
    .header h2 span,
    h2 {
        font-size: 26px
    }

    .alert h3 span,
    .block-7 h2 span {
        font-size: 30px
    }

    .block-10 h2 {
        margin-bottom: 25px
    }

    .header {
        background: #2d464b
    }

    .block-3 {
        background: #dbe3ed
    }

    .block-6 {
        background: #e6edf5
    }

    .block-8 {
        background: #7a778a
    }

    .no-webp .block-9,
    .webp .block-9 {
        background: #f0eff1
    }

    .alarm-wrap {
        flex-direction: column;
        padding-top: 70px;
        padding-left: 40px;
        background: #f6f0f2
    }

    .alarm-right {
        margin-bottom: 0
    }

    .alarm-left {
        margin-right: 0
    }

    .alarm-title {
        text-align: center
    }

    .alarm-wrap:before {
        top: 10px;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    .b2-left ul {
        padding-left: 33px;
        font-size: 17px
    }

    .b2-left ul li:before {
        left: -33px
    }

    .stages {
        max-width: 290px;
        margin: 0 auto
    }

    .b2-left p,
    .b3-right ul,
    .b5-right p,
    .b8-right p,
    .b9-right p,
    .factor p,
    .hb-center ul,
    .slider__text {
        font-size: 18px
    }

    .slider__text {
        min-height: auto
    }

    .b6-left .list ul,
    .b8-left ul {
        font-size: 18px;
        line-height: 1.4
    }

    .header-top {
        padding-bottom: 30px
    }

    .b7-top {
        margin-top: 20px
    }

    .b8-left ul {
        margin-top: 30px
    }

    .alert h3,
    .block-12 h2 {
        margin-bottom: 20px
    }
}

@media (max-width:450px) {
    .header {
        background: #344d54
    }

    .b7-bottom .factor,
    .b7-bottom .factor:nth-child(2),
    .b7-bottom .factor:nth-child(3),
    .b7-top .factor,
    .b7-top .factor:nth-child(1),
    .b7-top .factor:nth-child(2),
    .b7-top .factor:nth-child(4) {
        width: 100%;
        margin-bottom: 20px
    }

    .b7-top .factor {
        padding: 0
    }

    .alert h3 {
        line-height: 1.2;
        margin: 0 0 10px
    }

    .no-webp .block-9,
    .webp .block-9 {
        background: #f7f7f7
    }

    .b9-left img {
        max-width: 250px
    }

    .alarm-wrap {
        background: linear-gradient(to right, #fdf5f7, #fff)
    }

    .block-6 {
        background: #e6edf5
    }

    .block-8 {
        background: #6f7085
    }

    .quality {
        font-size: 24px
    }

    .b4-left p br {
        display: none
    }

    .b7-bottom .factor:nth-child(3) {
        margin-bottom: 0
    }

    .b7-bottom {
        margin-top: 0
    }

    .b7-bottom .factor:nth-child(3) {
        padding-top: 0
    }
}

@media screen and (max-width:380px) {
    .b5-right .prod-title {
        font-size: 28px
    }
}

@media (max-width:360px) {
    .landing__countdown {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .landing__countdown span {
        font-size: 35px;
        width: 28%
    }

    .b4-left .container_flex {
        flex-direction: column
    }

    .b6-left .list {
        padding-left: 10px
    }
}

.my-popup {
    padding: 20px;
    background: #2e474c;
    border: 2px solid #fff
}

.my-popup .container_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.my-popup .product {
    width: 250px;
    margin-right: 15px
}

.my-popup .product img {
    width: 100%;
    display: block
}

.my-popup .form_wrap {
    width: 300px
}

.my-popup .price {
    padding-top: 0;
    background: 0 0;
    margin-bottom: 10px
}

.my-popup .order_form {
    font-size: 16px
}

.popup_title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center
}

@media screen and (max-width:639px) {
    .my-popup {
        padding: 15px 10px
    }

    .my-popup .product {
        margin-right: 10px;
        width: 210px
    }

    .my-popup .form_wrap {
        width: 260px
    }

    .my-popup .order_form {
        padding: 15px
    }

    .my-popup .order_form input {
        height: 50px;
        font-size: 18px
    }

    .order_form input[type=submit] {
        font-size: 26px;
        height: 60px
    }

    .my-popup .container_flex {
        flex-direction: column;
        align-items: center
    }

    .popup_title {
        font-size: 26px;
        text-align: center
    }

    .my-popup .product {
        margin-right: 0
    }

    .my-popup .product img {
        width: 70%;
        margin: 0 auto 10px;
        display: none
    }
}

@media screen and (max-width:460px) {
    .price .price_main span {
        font-size: 28px
    }

    .price .price_old span {
        font-size: 18px
    }

    .my-popup .order_form {
        font-size: 14px
    }

    .my-popup .order_form input {
        font-size: 16px;
        height: 43px
    }

    .order_form input[type=submit],
    .popup_title {
        font-size: 24px
    }

    .order_form input[type=submit] {
        margin-top: 10px;
        height: 50px
    }
}