/* styles */
body {
  min-width: 480px;
  background: #eee;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
  cursor: default;
}

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

.logo {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.21);

border-radius: 10px;
padding: 8px 0px 8px 7px;
}

.logo img {
  margin-right: 10px;
}

.logo p {
  font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #ffffff;
}

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

.prev-header {
  padding: 20px 0 0;
  background: #000000;
  display: block;
}

.prev-header p {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  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: 300px;
height: 70px;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  background: linear-gradient(180deg, #EF4949 0%, #C71E1E 100%);
  box-shadow: 0px 0px 38.8511px rgba(221, 25, 25, 0.35);
  border-radius: 16px;
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: 50px 50px 55px;
  text-align: left;
}

.description_section.chhh img {
  margin-bottom: 20px;
}

.char {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgb(23 23 23 / 10%);
  border-radius: 20px;
  padding: 30px 22px 0px;
  margin-bottom: 30px;
}

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

/* .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: 50px 30px;
}

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

/* 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;
}

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

/* 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;
}

.of-wrap {
  display: flex;
  justify-content: space-between;
  padding: 17px 0 0;
  color: #000000;
}
/* offer */
.offer_section {
  padding: 20px 50px 30px;
  position: relative;
  background: url(../images/bg-off.png) no-repeat;
  display: block;
}
.offer_section.bg {
  background: url(../images/bg-3.png) no-repeat;
  position: relative;
  display: block;
}
.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(../images/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(../images/off.png) no-repeat;
  height: 287px;
  display: flex;
}

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

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

.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: linear-gradient(180deg, #EF4949 0%, #FF1010 100%);
  box-shadow: 0px 0px 14px rgba(166, 73, 239, 0.45);
  border-radius: 10px;
  width: 102px;
  height: 80px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 136px;
  top: -8px;
  font-size: 37px;
}

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

.offer-i {
  display: block;
  margin: 0 auto;
}

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

.off p {
  font-weight: 500;
font-size: 15px;
line-height: 105%;
color: #0C4363;
}
.offer_section h1 {
  font-weight: 700;
font-size: 36px;
line-height: 86%;
text-align: center;
color: #FFFFFF;
text-shadow: 0px 4px 15px #000000, 0px 4px 15px #000000, 0px 4px 15px #000000;
margin-bottom: 15px;
}
.offer_section .price_item {
  width: 50%;
  float: left;
  text-transform: uppercase;
  height: 74px;
}
.offer_section .price_item .text {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color:  #A2A2A2;
    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:  #A2A2A2;
}
.offer_section .price_item.old {
  padding: 0px 73px 0 0;
  text-align: right;
  color: #5C487C;
}
.offer_section .price_item.old .value span {
  font-weight: 700;
font-size: 30px;
line-height: 37px;
text-decoration-line: line-through;
color:  #A2A2A2;
}
.offer_section .price_item.new .text {
  font-weight: 400;
font-size: 12px;
line-height: 14px;
color: #d6d6d6;
}
.offer_section .price_item.new {
  padding: 0px 0 0 60px;
  color: #F13232;
  text-shadow: 0px 0px 14px rgba(246, 74, 74, 0.25);
}
/* .offer_section .price_item.old .value span{
	text-decoration: line-through;
} */

.offer1 {
position: relative;
}


.off2 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  color: #000000;
}

.of-wrap img {
  width: 30px;
  display: block;
  margin: 0 auto;
}


.of-wrap img, .offer1 img {
  margin-bottom: 6px;
  width: 30px;
  height: 30px;
  color: #000000;
}


.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: 700;
font-size: 40px;
line-height: 50px;
color: #F8E009;
text-shadow: 0px 0px 14px rgba(248, 224, 9, 0.25);
}

.offer_section .price_item.new .value small {
  font-weight: 400;
  color: #F8E009;
}
.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(../images/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: 800;
font-size: 28px;
line-height: 35px;
text-align: center;
color: #000000;
margin-bottom: 5px;
}

.sec1 h3 {
  font-weight: 400;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #8B8B8B;
margin-bottom: 20px;
}

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

.vidd {
  border-radius: 10px;
  display: block;
}

.garan {
  background: url(../images/bg4.png) no-repeat;
  padding: 40px 50px 60px;
}

.garan p {
  font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;
margin-bottom: 10px;
text-align: center;
}

.garan h2 {
  font-weight: 700;
font-size: 28px;
line-height: 35px;
text-align: center;
color: #FFFFFF;
margin-bottom: 6px;
}

.gar {
  display: flex;
}

.garan .gar p {
  text-align: left;
  font-weight: 400;
font-size: 13px;
line-height: 17px;
color: #BDBDBD;
  margin-top: 15px;
}

.gar2 img {
  margin-top: -145px;
  margin-bottom: 15px;
}

.gar3 img {
  display: block;
}

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

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

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

.b6-wr {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.b6i {
  display: block;
}

.b6-wr img{
  display: block;
}

.b6-wr.one p{
margin-left: 15px;
}
.b6-wr.two p{
  margin-right: 22px;
  }
.b6-wr p {
  font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #757575;
}

.b7 {
  background: url(../images/bg7.png) no-repeat;
  padding: 30px 50px;
}

.b7 h2 {
  font-weight: 700;
font-size: 25px;
line-height: 31px;
text-align: center;
color: #FFFFFF;
margin-bottom: 30px;
}

.b7 h3 {
  margin: 30px 0 15px;
  font-weight: 400;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #FFFFFF;
}

.b7 p {
  font-weight: 400;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;
padding: 20px 0 0 20px;
}

.b7 .w {
  width: 380px;
height: 159px;
margin-bottom: 20px;
}

.b7-wr1 {
  background: url(../images/b7-1.png) no-repeat;
}

.b7-wr2 {
  background: url(../images/b7-2.png) no-repeat;
}


.b7-wr3 {
  background: url(../images/b7-3.png) no-repeat;
}


.b7-wr4 {
  background: url(../images/b7-4.png) no-repeat;
}

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

.s1-t {
  margin: 20px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #8B8B8B;
}

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

.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(../images/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_1.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;
  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 {
  border: none;
  background: none;
  display: block;
  margin: 0 auto 25px;
  width: 379px;
height: 75px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  outline: none;
  background: #000000;
border-radius: 10px;
  padding: 0 0 0 50px;
}

.m1-form.f2 input {
  background: #fbf1f1;
  color: #9D9D9D;
}

.m1-form ::-webkit-input-placeholder {
  color: #9D9D9D;
}
.m1-form ::-moz-placeholder {
  color: #9D9D9D;
}
.m1-form :-moz-placeholder {
  color: #9D9D9D;
}
.m1-form :-ms-input-placeholder {
  color: #9D9D9D;
}
.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;
}

/* footer */

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

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

.footer_section a {
  color: #D2D2D2;
}

.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(../images/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;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
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 > img {
  display: block;
  border-radius: 6px 6px 0 0;
}

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

.rev_item .rrr{
  border-radius: 0px 0px 20px 20px;
  margin: 0px auto 20px;
  display: block;
  width: 340px;
}

.chhh h2{
  font-weight: 800;
font-size: 30px;
line-height: 101%;
text-align: center;
color: #000000;
margin-bottom: 30px;
}

.swiper {
  width: 380px;
}

.rev_item {
  overflow: hidden;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(23, 23, 23, 0.1);
border-radius: 20px;
}

.rev_item .rev_info {
  padding: 45px 0 15px 115px;
  position: relative;
  background: #fff url(../images/rev_q_1.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 {
  background: #F5F5F5;
border-radius: 10px 10px 0px 0px;
font-weight: 400;
font-size: 17px;
line-height: 23px;
color: #171717;
  text-align: left;
  margin: 20px 20px 20px;
}

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

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