/* styles */
body {
  min-width: 480px;
  background: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;

  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
  cursor: default;
}

img {
  display: block;
}

.bu2 img {
  margin: 0 auto;
}

#timer91b0bc3603fe8d64322d0120ca539d93 .timer-slide-inner,
#timer91b0bc3603fe8d64322d0120ca539d930 .timer-slide-inner {
  font-weight: 900 !important;
  background-color: #094755 !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #000000 !important;
  font-weight: 900 !important;
}

.of-tit {
  background: linear-gradient(90deg, #0088e2 0%, #1047ff 100%);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px 0 13px;
}

.of-subtit {
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 0;
  background: #1c1c1c;
}

.clock {
  position: absolute;
  top: 75px;
  left: 97px;
  transform: rotate(350deg);
}

.subb {
  background: linear-gradient(180deg, #211ece 0%, #1854c8 100%);
  box-shadow: 0px 0px 24px rgba(50, 47, 192, 0.55);
  border-radius: 8px;
  margin: 17px 0 28px;
  padding: 7px 44px;
}

.subb p {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #ebebeb;
}
.bult {
  margin-bottom: 80px;
  margin-top: 215px;
  margin-right: 215px;
  z-index: 9;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}

.bult .it {
  background: linear-gradient(180deg, #ff6939 0%, #e80e50 100%);
  border-radius: 15px;
  width: 152px;
  height: 120px;
}

.bult .it h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
  margin-top: 27px;
}

.bult .it p {
  font-weight: 800;
  font-size: 40px;
  line-height: 51px;
  color: #ffffff;
  text-align: center;
}

.gif1 img {
  width: 150px;
  height: 153px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  margin: 91px 0 0 217px;
}
.bult .it img {
  width: 80px;
  height: 80px;
  margin-right: 9px;
  display: block;
  margin: 0 auto 10px;
}

.clockk {
  display: flex;
  justify-content: right;
  margin-top: -60px;
}

.clockk .cl {
  background: #ffffff;
  border-radius: 10px;
  width: 141px;
  padding: 9px 16px;
  position: relative;
  z-index: 2;
}

.clockk .cl p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #292929;
}

.clockk .cl span {
  font-weight: 700;
}

.clockk .img-cl img {
  display: block;
  margin: -35px auto 0;
}

.bult .it span {
  color: #211ece;
  font-weight: 700;
}

.main_wrapper {
  margin: 0 auto;
  width: 480px;
  background: #fff;
  overflow: hidden;
}

.prev-header {
  padding: 6px 0;
  background: #dd1919;
  box-shadow: 0px 0px 38.8511px rgba(221, 25, 25, 0.75), 0px 0px 27.1958px rgba(0, 0, 0, 0.45);
}

.prev-header p {
  font-weight: 800;
  font-size: 25px;
  line-height: 98%;
  text-align: center;
  color: #ffffff;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

b {
  font-weight: 700;
}

.ch-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}

.ch-wrap .ch {
  border-bottom: none;
}

/* button */

.button_block {
  padding: 0 0 6px;
  position: relative;
}

.button_block:before {
  display: block;
  content: '';
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.button-m {
  cursor: pointer;
  text-decoration: none;
  border: none;
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 65px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 67px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  background: radial-gradient(57.41% 258.33% at 111.67% -20.83%, #2400ff 0%, rgba(5, 0, 255, 0) 100%)
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    linear-gradient(270.42deg, #00c2ff 0.25%, #1089f9 126.37%);
  box-shadow: 0px 3px 0px #196cb9;
  border-radius: 20px;
  text-align: center;
}

.s3 {
  background: #120527;
  padding: 22px 50px;
  margin: 40px 0;
  display: flex;
  align-items: center;
}

.s3-t {
  font-weight: 400;
  font-size: 15px;
  line-height: 99%;
  text-align: center;
  color: #ececec;
  margin-left: 13px;
}

.s3-t span {
  font-weight: 600;
}

.description_section.chhh {
  padding: 0px 50px 55px;
  text-align: left;
}

.description_section.chhh img {
  margin-bottom: 20px;
  display: block;
  width: 336px;
  border-radius: 10px;
}

.charact img {
  border-radius: 10px;
}

.ch {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
}

.char-ul p {
  padding: 13px 0px 13px 55px;
}

.char-ul p:nth-child(2n) {
  background: #ffffff;
}

/* .ch.r {
  margin-left: 20px;
} */

.ch-wrap .ch {
  width: 157px;
}

.ch .tit {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #171717;
  text-align: left;
}
#timer-text-24bf6fadeb126603ed51bf92cd7f1a8b0-hours,
#timer-text-24bf6fadeb126603ed51bf92cd7f1a8b0-minutes,
#timer-text-24bf6fadeb126603ed51bf92cd7f1a8b0-secundes {
  color: #000 !important;
}

.bul2 {
  display: flex;
  margin-top: 55px;
  padding: 0 70px;
  justify-content: space-between;
}

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

.b2 p {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 99%;
  text-align: center;
  color: #6f6f6f;
  margin-top: 10px;
}

.ch .sub {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #171717;
}

.button-m:active {
  top: 2px;
}
.reviw {
  padding: 35px 30px;
}

.revi {
  margin-top: 15px;
}

.reviw h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #383838;
  margin-bottom: 16px;
}

/* titles */
h2.title {
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.ostal {
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #222222;
}

.ostal span {
  color: rgb(255, 255, 255);
  background: #07b3b9;
  border-radius: 5px;
  padding: 2px 3px;
  font-size: 19px;
  font-weight: 600;
}

h2.title > span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ff0000;
}
.color_theme {
  background: #2298d5;
}
.color_theme h2.title {
  color: #fff;
}
.color_theme h2.title > span {
  color: #fff;
}
.color_theme p.subtitle {
  color: #fff;
}

section {
  padding: 30px 0 30px;
}
section > img {
  display: block;
  margin: 0px auto;
}

.of-wrap img {
  margin: 0 auto;
}

/* video */
.video_block {
  width: 100%;
  height: 260px;
  background-color: #f0f5ec;
  position: relative;
  margin: 0px auto 20px;
}

.video_block iframe,
.video_block object,
.video_block embed {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.off2 h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #109ea4;
  margin: 0px 0 8px;
}

.of-wrap {
  padding: 12px 50px 0px;
  text-align: center;
}
.ifr {
  display: flex;
  justify-content: space-between;
}
.ifr img {
  display: block;
  width: 150px;
}
.off2 {
  display: flex;
  align-items: center;
}
.of-wrap h2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 36px;
  text-align: center;
  color: #383838;
  margin-bottom: 10px;
}
.of-wrap h2 span {
  color: #222222;
}

.of-wrap p {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}

.of-wrap .gif2 {
  border-radius: 9px;
  width: 380px;
  margin-bottom: 15px;
}

.ifr h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #383838;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 9px;
}

.ifr p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #383838;
}

.bu2-wrap {
  padding: 10px 60px 40px 30px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.bu2 p {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #222222;
  margin-top: 5px;
}
/* offer */
.offer_section {
  padding: 25px 50px 30px;
  position: relative;
  background: url(../img/bg-off.png) no-repeat;
}
.offer_section.bg {
  background: url(../main.png) no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 5px;
  padding-bottom: 0px;
}

.top_line {
  background: #fff;
  padding: 15px 0 15px;
}
.top_line > li {
  float: left;
  width: 50%;
  padding: 0 0 0 60px;
  line-height: 1.3em;
}
.top_line > li:nth-child(1) {
  background: url(../images/top_line1.png) 17px 50% no-repeat;
  border-right: 1px solid #f9f5f3;
}
.top_line > li:nth-child(2) {
  background: url(../images/top_line2.png) 17px 50% no-repeat;
  border-left: 1px solid #f9f5f3;
}
.top_line > li > span {
  color: #e63e4b;
  display: block;
  font-weight: 700;
}
.title_block {
  background: url(../img/top.png) no-repeat;
  padding: 17px 0;
  position: relative;
  z-index: 2;
}
.tit {
  font-weight: 500;
  font-size: 25.8723px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 5px;
  text-align: center;
}

.offer {
  background: url(../img/off.png) no-repeat;
  height: 287px;
  display: flex;
}

.off-i img {
  margin-top: 80px;
}

.offer-i {
  display: block;
}

.main_title {
  font-weight: 700;
  font-size: 46px;
  line-height: 30px;
  text-align: left;
  color: #180b2d;
  padding: 92px 18px 10px 40px;
}

.offer h2 {
  font-weight: 700;
  font-size: 26.5px;
  line-height: 30px;
  text-align: left;
  color: #180b2d;
  padding: 0px 18px 10px 40px;
}
.main_title span {
  font-weight: 700;
  font-size: 25px;
}

.tabs-wrap {
  background: #000;
  padding: 15px 0 80px;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.tabs-wrap h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 96.7%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 13px;
}

.tabs {
  font-size: 0;
  margin: -40px auto 0;
}

.tabs > input[type='radio'] {
  display: none;
}

.tabs > div {
  /* скрыть контент по умолчанию */
  display: none;
  padding: 10px 0px;
  font-size: 16px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2 {
  display: block;
}

#content-1 p,
#content-2 p {
  font-weight: 400;
  font-size: 15px;
  line-height: 96.7%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}

#content-1 span,
#content-2 span {
  color: #ffc600;
}

.tabs > label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background: #ffc600;
  opacity: 0.5;
  width: 83px;
  height: 40px;
  border-radius: 10px;
  padding: 2px 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 360px;
  left: 135px;
  margin-left: 15px;
}

.tabs > label:not(:first-of-type) {
  border-left: none;
}

.tabs > input[type='radio']:checked + label {
  background: #ffc600;
  border-radius: 10px;
  opacity: 1;
  width: 83px;
  height: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
}

.osob {
  padding: 50px 50px 0;
}

.osob h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #292929;
  margin-bottom: 30px;
}

.osob p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #292929;
}

.osob span {
  color: #211ece;
  font-weight: 600;
}

.osob img {
  display: block;
  margin: 30px auto 0;
}

.osob2 {
  padding: 30px 0 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.osob2 h2 {
  font-weight: 900;
  font-size: 25px;
  line-height: 32px;
  color: #292929;
}

.osob2 p {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #292929;
  margin-bottom: 15px;
  margin-top: 30px;
}

.osob2 span {
  color: #211ece;
}

.plashka {
  position: absolute;
  top: -65px;
}

.pl {
  position: absolute;
  top: 40px;
  left: 41px;
  font-weight: 400;
  font-size: 25px;
  line-height: 107%;
  text-align: center;
  color: #ffffff;
  transform: rotate(-28deg);
}
.main_subtitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  background: #4d646a;
  height: 46px;
  padding-top: 5px;
}
.offer_img_block {
  position: relative;
}
.offer_img_block > img {
  display: block;
}
.offer_section .sale {
  color: #ff0014;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 211px;
  top: 50px;
  /* transform: rotate(-15deg);*/
}
.offer_section .sale > b {
  display: block;
  font-size: 36px;
  line-height: 1.05em;
}
.offer_section .colors {
  position: absolute;
  width: 154px;
  bottom: 16px;
  left: 25px;
  font-size: 0;
  letter-spacing: -1px;
  text-align: justify;
}
.offer_section .colors > p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
}
.offer_section .colors > span {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.offer_section .colors > span.pink {
  background: #ff6d58;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 110, 88, 0.4);
  -moz-box-shadow: 0px 0px 0px 6px rgba(255, 110, 88, 0.4);
  box-shadow: 0px 0px 0px 6px rgba(255, 110, 88, 0.4);
}
.offer_section .colors > span.turquoise {
  background: #5ab1ae;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(90, 177, 174, 0.6);
  -moz-box-shadow: 0px 0px 0px 6px rgba(90, 177, 174, 0.6);
  box-shadow: 0px 0px 0px 6px rgba(90, 177, 174, 0.6);
}
.offer_section .colors > span.gray {
  background: #c3bdc4;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(195, 189, 196, 0.6);
  -moz-box-shadow: 0px 0px 0px 6px rgba(195, 189, 196, 0.6);
  box-shadow: 0px 0px 0px 6px rgba(195, 189, 196, 0.6);
}
.offer_section .colors > span:nth-child(2) {
  margin: 0 21px;
}
.offer_bull {
  padding-top: 40px;
}
.offer_bull > li {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
  padding: 18px 0px 20px 45px;
  overflow: hidden;
  position: relative;
}
.offer_bull > li span {
  font-weight: 500;
}
.offer_bull > li > b {
  display: block;
}
.offer_bull > li:nth-child(1) {
  background: #fbf3e1;
}
.offer_bull > li:nth-child(2n) {
  background: #fdf9f0;
}
.offer_bull > li:nth-child(2) {
  background: #fbf3e1;
}
.offer_bull > li:nth-child(3) {
  background: #fbf3e1;
}
.offer_bull > li:before {
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  left: 24px;
  top: 50%;
  margin: -6px 0 0;
  z-index: 2;
}
.offer_bull > li:nth-child(1):before {
  background: #ffc641;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(255, 198, 65, 1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(255, 198, 65, 1);
  box-shadow: 0px 0px 6px 0px rgba(255, 198, 65, 1);
}
.offer_bull > li:before {
  background: #ff6d58;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(255, 109, 88, 1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(255, 109, 88, 1);
  box-shadow: 0px 0px 6px 0px rgba(255, 109, 88, 1);
}

.offer_bull > li:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  display: block;
  background: #ece8df;
  left: 29px;
  top: 0;
  z-index: 1;
}
.offer_bull > li:nth-child(1):after {
  top: 35%;
}

.order_block {
  background: #fdfbf6;
  padding: 15px 0 20px;
}

.timer_block {
  padding: 4px 5px;
  border-radius: 10px;
  width: 370px;
  margin: 0 auto 8px;
}
.timer_block .time {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}
.timer_block .time span {
  display: block;
  font-size: 25px;
  letter-spacing: normal;
}
.timer_block .timer {
  width: 290px;
  margin: 0px auto;
}
.timer .timer_item {
  width: 72px;
  margin-right: 37px;
  float: left;
  padding: 15px 0 10px;
  background: #ffc641;
  color: #fff;
  border-radius: 6px;
  position: relative;
}
.timer .timer_item:after {
  content: ':';
  color: #adadad;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  position: absolute;
  right: -25px;
  top: 8px;
}
.timer .timer_item:last-child {
  margin-right: 0;
}
.timer .timer_item:last-child:after {
  display: none;
}
.timer .timer_item .count {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.timer .timer_item .text {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}
.skidka {
  position: absolute;
  background: radial-gradient(57.41% 258.33% at 111.67% -20.83%, #2400ff 0%, rgba(5, 0, 255, 0) 100%)
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    linear-gradient(270.42deg, #00c2ff 0.25%, #1089f9 126.37%);
  box-shadow: 0px 3px 0px #196cb9;
  border-radius: 20px;
  width: 102px;
  height: 80px;
  color: rgb(228, 228, 228);
  font-weight: 700;
  text-align: center;
  left: 136px;
  top: -8px;
  font-size: 40px;
  font-weight: 800;
}

.skidka span {
  font-weight: 400;
  font-size: 16px;
  line-height: 39px;
  color: rgb(241, 241, 241);
}
.price_block {
  position: relative;
  background: #e4e4e4;
  border-radius: 7px;
  height: 65px;
  margin: 515px 0px 0px;
}
.off {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.off img {
  margin-right: 20px;
}

.off p {
  font-weight: 500;
  font-size: 15px;
  line-height: 105%;
  color: #0c4363;
}
.offer_section h1 {
  font-weight: 800;
  font-size: 23px;
  line-height: 31px;
  text-align: center;
  color: #00c0c7;
  text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.85);
}
.offer_section .price_item {
  width: 50%;
  float: left;
  text-transform: uppercase;
  height: 74px;
}
.offer_section .price_item .text {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #424242;
  margin-top: 5px;
  text-transform: none;
}
.offer_section .price_item .value span {
  font-size: 40px;
}
.offer_section .price_item .value small {
  font-size: 17px;
  color: #8e8e8e;
  font-weight: 500;
}
.offer_section .price_item.old {
  padding: 0px 50px 0 0;
  text-align: center;
  color: #8e8e8e;
}
.offer_section .price_item.old .value span {
  font-weight: 500;
  font-size: 33px;
  line-height: 37px;
  text-decoration-line: line-through;
  color: #8e8e8e;
}
.offer_section .price_item.new .text {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #292828;
}
.offer_section .price_item.new {
  padding: 0px 0 0 45px;
  color: #f13232;
  text-align: center;
}
/* .offer_section .price_item.old .value span{
	text-decoration: line-through;
} */

.offer1 {
  position: relative;
}

.charact {
  padding: 30px 0px 50px;
  background: #dceaff;
}

.charact h2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 36px;
  text-align: center;
  color: #383838;
  margin-bottom: 30px;
}

.off2 p {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #383838;
  text-align: left;
  margin-left: 10px;
}

.ifr img {
  display: block;
  margin: 30px auto 17px;
}
.ifr2 img {
  display: block;
  margin: 32px 0 40px;
  border-radius: 20px;
}
.naklad h4 {
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #222222;
  text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}

.naklad h4 span {
  color: #109ea4;
}

.naklad .gif3 {
  border: 6px solid #109ea4;
  border-radius: 189px;
  position: relative;
  z-index: 9;
  margin: 40px 0;
  width: 287px;
  height: 287px;
}

.naklad .n-i {
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
  margin-top: -145px;
}
.naklad p {
  font-weight: 500;
  font-size: 14.5px;
  line-height: 19px;
  text-align: center;
  color: #222222;
}

.offer1 p {
  font-weight: 500;
  font-size: 14px;
  line-height: 105%;
  color: #ffffff;
}

.offer1 img {
  display: block;
}

.ost {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

.ost span {
  color: #f1c835;
  font-weight: 700;
}

.offer_section .price_item.new .value span {
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  color: #039aff;
}

.offer_section .price_item.new .value small {
  font-weight: 800;
  color: #039aff;
}
.order_block .button-m {
  margin-top: 15px;
}
.products_count {
  text-align: center;
  margin: 25px 0 0;
}
.products_count > span {
  width: 33px;
  height: 33px;
  display: inline-block;
  background: #ff6d58;
  color: #fff;
  text-align: center;
  line-height: 33px;
  margin: 0 4px;
  font-weight: 700;
  border-radius: 50%;
}

.block1 {
  background: url(../img/bg.png) no-repeat;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.tt {
  font-weight: 800;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #171717;
  margin-bottom: 30px;
}

.sec1 .gif1 {
  margin-bottom: 30px;
  border-radius: 30px;
  width: 380px;
}

.sec1 h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 101%;
  text-align: center;
  color: #0c4363;
}

.s1-b img {
  display: block;
  margin: 17px auto 50px;
}

.sec1 .st {
  font-weight: 400;
  font-size: 14px;
  line-height: 108%;
  text-align: center;
  color: #6f6f6f;
  margin: 15px 0 30px;
}

.sec1 {
  background: #ffffff;
  padding: 0px 50px 0px;
}

.s1-t {
  margin: 30px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #313131;
}

.prev-sec {
  padding: 50px;
}

.prev-sec h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 101%;
  text-align: center;
  color: #0c4363;
  margin-bottom: 30px;
}

.prev-sec img {
  display: block;
  margin: 0 auto;
}

.spisok {
  margin-bottom: 30px;
}

.spisok p {
  font-weight: 400;
  font-size: 15.4px;
  line-height: 25px;
  color: #3d3d3d;
}

.spisok span {
  color: #30a2c7;
}

.tt1 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #171717;
}

.gall {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

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

.gall h3 {
  margin-top: 18px;
  color: #17063c;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 101.8%;
  margin-bottom: 10px;
}

.gall p {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #000000;
  margin-top: 11px;
}

.g2 img {
  padding: 40px 0;
  border-radius: 15px;
  width: 370px;
  display: block;
  margin: 0 auto;
}

.s1 {
  padding: 60px 0 0px;
  margin-top: -38px;
}

.s1 .line {
  font-weight: 500;
  font-size: 18px;
  line-height: 105%;
  color: #ffffff;
}

.s1-wrap {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
}

.s2 {
  padding: 50px;
  background: #f3fbff;
}

.s2-wr h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 101%;
  text-align: center;
  color: #0c4363;
  margin-bottom: 30px;
}

.s2-wr p {
  font-weight: 400;
  font-size: 14px;
  line-height: 108%;
  color: #6f6f6f;
  margin: 30px 0 40px;
}

.catalog {
  padding: 50px 50px 30px;
}

.catalog h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 101%;
  text-align: center;
  color: #0c4363;
  margin-bottom: 20px;
}

.cat-wr {
  background: #eef9ff;
  border-radius: 20px;
  padding: 30px 22px;
  margin-bottom: 20px;
}

.cat-wr img {
  display: block;
  margin: 0 auto 30px;
}

.cat-wr h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 101%;
  text-align: center;
  color: #0c4363;
  margin-bottom: 10px;
}

.cat-wr .sub {
  font-weight: 400;
  font-size: 13px;
  line-height: 108%;
  color: #6f6f6f;
  margin-bottom: 20px;
  text-align: center;
}

.cat-wr .cat-new {
  font-weight: 600;
  font-size: 50px;
  line-height: 108%;
  color: #0c4363;
  text-align: center;
}

.cat-wr .cat-new .n {
  font-size: 30px;
}

.cat-wr .cat-new .bn {
  font-size: 18px;
  font-weight: 400;
}

.cat-wr .cat-old {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  color: #bcbcbc;
}

.cat-wr .cat-old .old-bn {
  font-weight: 400;
  font-size: 30px;
  line-height: 108%;
  text-decoration: line-through;
  color: #bcbcbc;
  text-align: center;
  margin-bottom: 25px;
}

.vid-t {
  font-weight: 700;
  font-size: 26px;
  line-height: 101.8%;
  text-align: center;
  color: #180b2d;
  margin-bottom: 20px;
}

.b4 {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.block1 .item {
  margin-bottom: 56px;
}

.block1 .item h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.block1 .item p {
  font-weight: 400;
  font-size: 22px;
}

/*sect2*/
.sect2 {
  padding-bottom: 0;
}
.sect2 > img {
  display: block;
  margin: 0px auto;
}
.sect2 > p {
  text-align: left;
  margin: 29px 0;
  padding: 0 14px;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
}
.sect2 .info {
  background: #fb6953 url(https://akva-kovrik.lowcost.by/images/s2_info.jpg) 12px 50% no-repeat;
  color: #fff;
  font-weight: 700;
  line-height: 1.7em;
  padding: 35px 20px 35px 140px;
  margin-top: 2px;
}

/*.sect3*/

.sect3 {
  padding: 40px 5px 45px;
  background: #e1f2f9;
}
.sect3 .benef > li {
  display: table;
}
.sect3 .benef > li .img_block {
  width: 245px;
  display: table-cell;
  vertical-align: middle;
}
.sect3 .benef > li .img_block > img {
  border-radius: 0 4px 4px 0;
}
.sect3 .benef > li:nth-child(2n) .img_block > img {
  border-radius: 5px 0 0 5px;
}
.sect3 .benef > li .text_block {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 0px;
}
.sect3 .benef > li .text_block > h4 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}
.sect3 .button-m {
  margin-top: 30px;
}

/*.sect4*/
.sect4 {
  padding-bottom: 0;
}
.sect4 .subtitle {
  padding: 0 50px;
  margin-bottom: 20px;
  text-align: center;
}

.sect4 > img {
  display: block;
  margin-top: 30px;
}

.s4 {
  background: url(../img/bg2.png) no-repeat;
  padding: 40px 50px;
  display: flex;
  justify-content: center;
}

.s4-b {
  text-align: center;
}

.s4-b img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.s4-b h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 101.8%;
  text-align: center;
  color: #e9c921;
  margin: 10px 0;
}

.s4-b p {
  font-weight: 400;
  font-size: 13px;
  line-height: 99%;
  text-align: center;
  color: #d1d1d1;
}

/*sect5*/
.sect5 {
  background: #f3f3f3;
  padding-bottom: 0;
}
.rev_item > img {
  display: block;
  margin: 0px auto 30px;
}
.rev_item .rev_info {
  padding: 60px 0 15px 133px;
  position: relative;
  background: #fff url(../images/rev_q.png) 300px 68% no-repeat;
}
.rev_item .rev_info > p {
  font-size: 18px;
  padding: 20px 0 0;
  background: url(../images/stars_rev.png) 0% 0% no-repeat;
}
.rev_item .rev_info > img {
  border-radius: 50%;
  position: absolute;
  left: 20px;
  bottom: -20px;
  width: 100px;
}
.rev_item > p {
  background: #f8f8f8;
  padding: 20px 20px;
  text-align: justify;
  line-height: 1.8em;
}

/*sect6*/
.sect6 {
  padding-bottom: 0;
}
.sect6 .bull > li {
  padding: 0 20px 30px 125px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.sect6 .bull > li > span {
  font-weight: 700;
  display: block;
}
.sect6 .bull > li:before {
  content: '';
  width: 90px;
  height: 88px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 4px;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.sect6 .bull > li:nth-child(1):before {
  background: url(../images/s6_icon1.png);
}
.sect6 .bull > li:nth-child(2):before {
  background: url(../images/s6_icon2.png);
}
.sect6 .bull > li:nth-child(3):before {
  background: url(../images/s6_icon3.png);
}
.sect6 .bull > li:after {
  content: '';
  width: 4px;
  height: 100%;
  background: #f1f1f3;
  position: absolute;
  left: 63px;
  top: 0;
  z-index: 1;
}
.sect6 .bull > li:nth-child(1):after {
  top: 10px;
}

/*sect7*/
.order_list {
  padding: 0 20px;
}
.order_list > li {
  margin-bottom: 20px;
}
.order_list > li:last-child {
  margin-bottom: 0;
}
.order_list > li > img {
  float: left;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.order_list > li .text {
  padding: 25px 20px 0 165px;
}
.order_list > li .text > span {
  display: block;
  color: #ff6d58;
  font-size: 24px;
  margin-bottom: 8px;
}
.order_list > li:nth-child(2n) > img {
  float: right;
}
.order_list > li:nth-child(2n) .text {
  text-align: right;
  padding: 25px 165px 0 20px;
}
.order_list > li:nth-child(1) {
  padding: 0 0 70px;
  background: url(../images/order_arrow1.png) 50% 100% no-repeat;
}
.order_list > li:nth-child(2) {
  padding: 0 0 70px;
  background: url(../images/order_arrow2.png) 50% 100% no-repeat;
}

.offer_bottom .order_block {
  background: #fbf3e1;
}

.m1-form {
  padding: 20px 0 40px;
}

.price_item.old span {
  text-decoration: line-through;
}

.m1-form select,
.m1-form input {
  display: block;
  margin: 0 auto 15px;
  width: 379px;
  height: 70px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  outline: none;
  background: #f5f4f4;
  border-radius: 10px;
  padding: 0 0 0 50px;
  border: 1px solid #e7e7e7;
}

.m1-form.f2 input {
  background: #f1efef;
  color: #868686;
}

.m1-form ::-webkit-input-placeholder {
  color: #9e9e9e;
}
.m1-form ::-moz-placeholder {
  color: #5a5a5a;
}
.m1-form :-moz-placeholder {
  color: #5a5a5a;
}
.m1-form :-ms-input-placeholder {
  color: #5a5a5a;
}
.m1-form :focus::-webkit-input-placeholder {
  color: transparent;
}
.m1-form :focus::-moz-placeholder {
  color: transparent;
}
.m1-form :focus:-moz-placeholder {
  color: transparent;
}
.m1-form :focus:-ms-input-placeholder {
  color: transparent;
}
.characteristics__list {
  margin: 0 0 40px;
}

.characteristics__list li {
  padding: 15px 30px 15px 66px;
  text-align: right;
  position: relative;
}

.characteristics__list li:nth-child(odd) {
  background: #f4f4f4;
}

.characteristics__list li:before {
  display: block;
  content: '';
  width: 28px;
  height: 23px;
  background: url(../images/characteristics__tick_icon.png) center no-repeat;
  position: absolute;
  top: 16px;
  left: 30px;
}

.characteristics__list li b {
  float: left;
  font-size: 20px;
  line-height: 24px;
  color: #1f1f1f;
}

.dost h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #222222;
  text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.85);
}

.dost {
  padding: 30px 50px;
  background: #f8f8f8;
}

.d-wrap {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.d1 {
  background: #f2f2f2;
  border-radius: 10px;
  width: 180px;
  height: 170px;
  padding: 40px 46px;
}

.d1 img {
  display: block;
  width: 88px;
  filter: hue-rotate(171deg);
}

.d-it h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #171717;
  margin: 20px 0 15px;
}

.d-it p {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #171717;
}

/* footer */

.footer_section {
  padding: 25px 0;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  background: #ffffff;
  width: 480px;
  margin: 0 auto;
  display: block;
}

.footer_section img {
  display: block;
  margin: 0 auto 10px;
}

.footer_section a,
.footer_section p {
  color: #797979;
}

.order_steps2 .step_item {
  float: left;
  padding: 0 30px 0 30px;
  width: 239px;
}
.order_steps2 .step_item img {
  display: block;
  margin-bottom: 20px;
}
.order_steps_section h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 101.8%;
  text-align: center;
  color: #180b2d;
  margin-bottom: 20px;
}

.order_steps_section {
  padding: 0 0 0px;
}
.swiper {
  width: 480px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
  margin-right: 20px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  margin-left: 21px;
}

.sect8 {
  background: url(../img/bg2.png) no-repeat;
  padding: 33px 9px;
}

.sect8 h2.title span {
  color: #fa5b18;
  font-size: 32px;
}

.reviews {
  padding: 0 0px 20px;
}

.rev_item {
  overflow: hidden;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 10px;
}

.rev_item:last-child {
  margin-bottom: 0;
}

.rev_info {
  padding: 0 20px 0 0;
}

.rev_info > img {
  float: left;
  border-radius: 50%;
  position: relative;
}

.rev_info .text > span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}

.rev_item > p {
  background: #f6f6f6;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}

.rev_item .rrr {
  margin: 0px auto 0px;
  display: block;
  width: 380px;
}

.chhh h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #292929;
  margin-bottom: 30px;
}

.swiper {
  width: 380px;
}

.rev_item {
  overflow: hidden;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 30px;
}

.rev_item .rev_info {
  padding: 25px 0 15px 23px;
  position: relative;
  background: #f6f6f6 url(../img/rev_q.png) 257px 53% no-repeat;
}

.rev_item .rev_info > img {
  border-radius: 50%;
  position: absolute;
  left: 20px;
  bottom: -1px;
  width: 77px;
  float: left;
}

.rev_info .text > span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}

.rev_item > p {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #171717;
  text-align: left;
  padding: 10px 30px 0px 35px;
  background: #f6f6f6;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
  margin-right: 20px;
  margin-top: 60px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  margin-left: 21px;
  margin-top: 60px;
}

.pre-rev {
  background: linear-gradient(270.38deg, #ff002e 0.29%, #33386b 147.1%);
  box-shadow: 0px 4px 14px #ff002e6b;
  text-align: center;
  padding: 22px 0;
}

.pre-rev p {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
}

.pre-rev p span {
  color: #ffff00;
}

.vid {
  padding: 20px 50px 30px;
}

.vid h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 101%;
  text-align: center;
  color: #0c4363;
  margin-bottom: 30px;
}

.vid img {
  display: block;
  margin: 0 auto 20px;
  width: 380px;
  border-radius: 20px;
}

.s5 {
  padding: 0 50px 50px;
}

.s5 h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 101%;
  text-align: center;
  color: #0c4363;
  margin-bottom: 30px;
}

#timer8ff2431b0776a90e30d6da3e6f50fc37 .timer-slide-inner {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}

.vid {
  padding: 50px 50px 0;
}

.vid p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
  margin-top: 10px;
}

.vid h2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 36px;
  text-align: center;
  color: #383838;
  text-transform: none;
  margin-bottom: 20px;
}

.vid video {
  border-radius: 9px;
}

.problem {
  padding: 0px 50px 18px;
}

.problem h2 {
  font-weight: 900;
  font-size: 31px;
  line-height: 36px;
  text-align: center;
  color: #383838;
  margin-bottom: 30px;
}

.problem h2 span {
  color: #222222;
}

.prob-wrap {
  margin-bottom: 20px;
}

.prob img {
  display: block;
  width: 380px;
  margin: 0 auto;
  border-radius: 20px;
}

.prob p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin: 20px 0;
  text-align: center;
}

.prob h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #383838;
  margin: 20px 0 8px;
}

.chh {
  margin: 20px 49px;
}

.chh p {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #383838;
}

.chh p span {
  font-weight: 700;
}

.color h2 {
  font-weight: 900;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #383838;
}

.color {
  padding: 0 50px 30px;
}

.color-item {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}

.color-item img {
  width: 180px;
}

.catalog__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog__item__content__left {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #2c2c2c;
}

.catalog__item__content .catalog__old {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #6d6d6d;
  text-decoration: line-through;
  -webkit-text-decoration-color: #fe1818;
  text-decoration-color: #fe1818;
}

.catalog__item__content .catalog__new {
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  color: #2c2c2c;
  margin-left: 5px;
}

.catalog__item__content .catalog__new__prefix {
  font-size: 20px;
  text-transform: uppercase;
}

.catalog__item__img {
  margin-bottom: 20px;
}

.char-ul {
  padding: 15px 0px 0 0px;
}

.char-ul p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #383838;
}

.char-ul span {
  font-weight: 600;
}

.table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}

.table thead th {
  font-weight: bold;
  text-align: left;
  border: none;
  padding: 12px 5px;
  background: #eaeaea;
  font-weight: 700;
  font-size: 14px;
  line-height: 99%;
  text-align: center;
  color: #3a3a3a;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table tbody td {
  text-align: left;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: #3a3a3a;
  vertical-align: top;
}
.table tbody td:nth-child(3),
.table tbody td:nth-child(4) {
  padding-top: 17px;
}
.table thead tr th:first-child,
.table tbody tr td:first-child {
  border-left: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 175%;
  text-align: center;
  padding: 17px 15px;
  color: #3a3a3a;
}
.table thead tr th:last-child,
.table tbody tr td:last-child {
  border-right: none;
}
.table tbody tr:nth-child(even) {
  background: #eaeaea;
}

.table-wrap {
  padding: 50px;
}

.table-wrap h2 {
  padding: 15px 0;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 99%;
  background: #eaeaea;
  border-radius: 20px 20px 0 0;
}

.table thead th span {
  font-weight: 400;
  font-size: 10px;
  line-height: 99%;
}

.table tbody tr td span:last-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 99%;
}

#marketing-footer-buttons > button {
  color: #797979;
}

.ul-block {
  margin-top: 30px;
}

.ul-box {
  display: flex;
  justify-content: space-between;
}

.ul-box img {
  margin: 0 auto 6px;
  width: 180px;
  height: 153px;
}

.ul-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}
