@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')
}

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
}

.block-01__subtitle {
  margin-bottom: 10px;
  font-size: 42px;
  color: #fff;
  text-align: center;
  text-transform: uppercase
}

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: 700;
  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: 290px
}

.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;
  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;
  padding-left: 45px
}

.hb-center ul li:first-line {
  font-weight: 700
}

.hb-center ul li:before {
  position: absolute;
  left: 0;
  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.3;
  position: relative
}

.hb-center .promo .sale {
  font-weight: 700;
  font-size: 22px;
  color: #f56390
}

.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: 20px;
  align-items: center;
  background-color: rgba(45, 43, 94, .78);
  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: #d50025
}

.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
}

.timer-wrap p {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: center;
  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: 10px
}

.order_form input {
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 16px
}

.order_form input {
  width: 100%;
  height: 60px;
  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 15px;
  padding: 0;
  border: none;
  background: #d50025;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  transition: all .4s ease
}

.order_form input[type=submit]:hover {
  background: #151950
}

.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: 0;
  top: 0
}

.block-2 {
  padding: 40px 0
}

.b2-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: 700;
  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;
  padding-left: 40px
}

.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 {
  width: 480px
}

.block-2 .wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

.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: 21px;
  margin-bottom: 30px
}

.b3-right h2 .str-2,
.b3-right h2 .str-3 {
  font-weight: 700;
  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;
  padding-left: 45px
}

.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
}

.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
}

.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;
  margin-bottom: 20px
}

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

.b4l-right {
  float: left
}

.b4l-right h2 {
  font-size: 46px;
  font-weight: 700;
  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: -25px
}

.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: 217px;
  margin: 0 auto
}

.b5-right {
  width: 560px
}

.b5-right h2 {
  line-height: .9;
  margin-top: 20px
}

.b5-right .prod-title {
  display: inline-block;
  font-size: 34px;
  color: #fff;
  background-color: rgba(53, 52, 107, .929);
  padding: 0 10px;
  line-height: 1.5
}

.b5-right h2 .str-2 {
  font-size: 32px;
  color: #2b1429
}

.b5-right h2 .str-3 {
  font-size: 32px;
  line-height: 1.5;
  color: #0a1575
}

.b5-right p,
.b6-left ul {
  font-size: 20px;
  line-height: 1.6
}

.b5-right p {
  margin-top: 20px;
  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;
  margin-right: 40px
}

.b6-left .list {
  margin: 0;
  padding: 15px 25px 20px 20px;
  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
}

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

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

.b6-left ul li:before {
  position: absolute;
  left: 0;
  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;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.block-6 .wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

.b6-right h2 {
  font-size: 48px;
  font-weight: 300;
  color: #f5628f;
  text-align: center;
  line-height: 1
}

.b6-right h2 span {
  margin-top: 10px;
  font-weight: 700;
  font-size: 50px;
  display: block
}

.b6-right p {
  font-weight: 300;
  line-height: 1.5;
  margin: 20px 0 30px
}

.b6-right p span {
  font-weight: 700;
  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: 700;
  font-size: 53px
}

.factor {
  box-sizing: border-box;
  float: left
}

.factor p {
  font-size: 18px;
  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: 25%;
  padding: 10px
}

.b7-bottom .factor {
  width: 33.3333%;
  padding: 0 20px
}

.factor img {
  display: inline-block
}

.b7-bottom .factor:nth-child(3) {
  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;
  padding-left: 45px
}

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

.b8-left ul li:before {
  position: absolute;
  left: 0;
  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: 18px;
  line-height: 1.5;
  padding: 10px 20px 10px;
  background-color: #2e2e60;
  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 #f7f7f7
}

.block-9 .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap
}

.no-webp .block-9 {
  background: url(../images/b9-bg.png) left top no-repeat #f7f7f7
}

.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: 540px;
  float: right
}

.b9-right h2 {
  line-height: 1;
  font-size: 40px;
  color: #2e2e60;
  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 55px;
  background-color: #d9e4eb
}

.block-10 h2 {
  color: #000;
  font-size: 40px;
  width: 700px;
  margin: 0 auto 40px
}

.block-10 h2 span {
  color: #2e2e60
}

.client__wrapper {
  display: flex;
  justify-content: center
}

.block-10 .client {
  position: relative;
  width: 33.3333%;
  margin-right: 15px;
  background-color: #fff;
  border: 2px solid #caced3;
  box-sizing: border-box;
  position: relative
}

.block-10 .client:last-child {
  margin-right: 0
}

.block-10 .client .head {
  position: relative
}

.block-10 .client .text {
  height: 167px;
  overflow-y: auto;
  margin: 0;
  padding: 10px;
  font-size: 15px
}

.block-10 .client .text::-webkit-resizer {
  background-repeat: no-repeat;
  height: 0;
  cursor: pointer
}

.block-10 .client .text::-webkit-scrollbar {
  width: 3px;
  margin-left: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer
}

.block-10 .client .text::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  height: 0;
  cursor: pointer
}

.block-10 .client .text::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #cd538c;
  cursor: pointer
}

.block-10 .client .text::-webkit-scrollbar-track {
  background-color: #eff0f3;
  cursor: pointer
}

.client__footer {
  max-width: 100%;
  margin: 0 auto
}

.block-10 .client.content-plus .text {
  max-height: 700px
}

.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: #fff;
  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: space-around;
  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;
  max-width: 100%
}

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

.alert h3 {
  font-family: OpenSans, sans-serif;
  font-size: 32px;
  color: #f5628f;
  line-height: 1.2;
  margin: 0 0 20px
}

.alert h3 span {
  display: block;
  font-size: 61px;
  font-weight: 700;
  color: #000;
  margin-top: 20px
}

.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: 700;
  color: #f5628f;
  line-height: 1.2
}

.block-12 {
  padding: 40px 0
}

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

.stages {
  display: flex;
  justify-content: center
}

.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: 210px;
  flex: 1 0 100%;
  margin: 10px 10px 10px 0
}

.alarm-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0;
  text-transform: uppercase
}

.alarm-right {
  font-weight: 400;
  max-width: 600px;
  flex: 1 0 100%;
  margin: 10px 0
}

.alarm-text {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  color: #000
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0
}

@media (max-width:1000px) {
  .b4-left .container_flex {
    flex-direction: column
  }

  .b3-right .small-title,
  .b3-right h2 {
    text-align: center
  }

  .stages {
    flex-direction: column;
    align-items: center
  }

  .stage .arrow {
    right: 50%;
    top: 100%;
    transform: rotate(90deg) translateY(-16%)
  }

  .str-3.lt30 {
    display: block
  }

  .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%
  }

  .b7-bottom .factor,
  .b7-top .factor {
    margin-bottom: 30px
  }

  .b7-bottom .factor {
    padding: 10px
  }

  .b7-bottom {
    margin-top: 0
  }

  .b5-right h2 {
    text-align: center
  }

  .b5-right .prod-title {
    display: block;
    max-width: 160px;
    margin: 0 auto 10px
  }

  .hb-left {
    margin-bottom: 20px
  }

  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
  }

  .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 45px
  }

  .wrapper {
    width: 100%
  }

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

  .ht-left {
    width: 100%;
    text-align: center
  }

  .header-bottom {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .hb-center {
    margin-right: 0
  }

  .hb-center,
  .hb-left,
  .hb-right {
    float: none;
    width: 100%;
    max-width: 320px
  }

  .b5-left img,
  .hb-left img {
    left: 0;
    max-width: 190px
  }

  .b5-left img {
    display: block;
    margin: 0 auto 20px
  }

  .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 h2 {
    width: 100%
  }

  .b2-right img {
    display: block;
    margin: 50px auto 0;
    max-width: 400px;
    width: 100%
  }

  .b3-left {
    margin-bottom: 25px
  }

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

  .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 {
    flex-direction: column-reverse
  }

  .b6-right {
    text-align: center;
    height: auto;
    margin-bottom: 30px
  }

  .b6-right p {
    margin: 20px 0;
    width: 100%;
    float: none
  }

  .b6-right img {
    position: static
  }

  .b6-left {
    margin-right: 0
  }

  .b11-right img,
  .b6-right img {
    max-width: 190px
  }

  .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: 100%;
    max-width: 400px;
    padding: 0;
    margin-bottom: 70px
  }

  .stage:last-child {
    margin-bottom: 0
  }

  .review__content-btn,
  .shadow {
    visibility: hidden;
    opacity: 0
  }

  .block-10 .client .text {
    max-height: none
  }
}

@media screen and (max-width:767px) {
  .block-2 .wrapper {
    flex-direction: column
  }

  body p {
    font-size: 18px
  }

  .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
  }

  .review__content-btn {
    bottom: -13px
  }

  .review__content-btn,
  .shadow {
    visibility: visible;
    opacity: 1;
    height: 34px
  }

  .client__wrapper {
    position: relative;
    display: block;
    max-width: 360px;
    margin: 0 auto
  }

  .slick-arrow {
    width: 25px;
    height: 25px;
    font-size: 0;
    background: 0 0;
    border: none;
    border-top: 3px solid #cd538c;
    border-left: 3px solid #cd538c;
    position: absolute;
    bottom: -7px
  }

  .slick-prev {
    left: calc(50% - 70px);
    transform: rotate(-45deg)
  }

  .slick-next {
    right: calc(50% - 70px);
    transform: rotate(135deg)
  }

  .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .slick-dots .slick-active button {
    background-color: #cd538c
  }

  .slick-dots button {
    width: 15px;
    height: 15px;
    font-size: 0;
    background-color: transparent;
    border: 1px solid #cd538c;
    border-radius: 50%
  }

  .slick-dots button {
    margin: 0 5px
  }

  .block-10 .client {
    width: 100%;
    max-width: 360px
  }

  .block-10 .client .text {
    max-height: 200px
  }

  .block-10 .client-info {
    max-width: 700px;
    width: auto
  }
}

@media (max-width:700px) {
  .stage br {
    display: none
  }

  .stage:last-child {
    margin-bottom: 0
  }

  .stage p {
    margin: 0 0 0 10px;
    font-size: 15px
  }

  .stage img {
    max-width: 100px
  }
}

@media screen and (max-width:540px) {
  .b6-left .list {
    padding: 15px 15px 20px 15px
  }

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

@media screen and (max-width:479px) {
  .header {
    background: #2f484e
  }

  .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
  }
}

@media (max-width:450px) {
  .b4l-left {
    margin: 0 0 20px
  }

  .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
  }
}

@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%
  }

  .b6-left .list {
    padding-left: 10px
  }
}

@media screen and (max-width:576px) {
  .alarm {
    padding: 30px 15px
  }

  .alarm-wrap {
    padding-left: 80px
  }

  .alarm-wrap:before {
    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 {
  display: block;
  max-width: 100%;
  margin-right: 30px
}

.my-popup .form_wrap {
  width: 300px
}

.my-popup .price_main {
  color: #d50025
}

.my-popup .order_form {
  font-size: 16px
}

.popup_title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  text-align: center
}

@media screen and (max-width:639px) {
  .ever-popup__inner {
    width: 90% !important;
    margin: 15px auto 20px !important
  }

  .my-popup {
    padding: 15px 10px
  }

  .popup_title {
    font-size: 28px
  }

  .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
  }
}

@media screen and (max-width:560px) {
  .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
  }
}

@media screen and (max-width:460px) {
  .timer-wrap p {
    font-size: 14px;
    font-weight: 400
  }

  .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
  }
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none
}

ul:not(.browser-default)>li {
  list-style-type: none
}

.block-5_list li {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 20px
}

.block-5_list {
  margin-bottom: 0
}

.block-5_list li:last-child {
  margin-bottom: 0
}

.block-5_list li b {
  color: #0a1575
}

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

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

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

.review-image {
  width: 100%
}

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