/* styles */
@import url('../css2.html');
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
    url('../fonts/Gilroy-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-HeavyItalic.woff2') format('woff2'),
    url('../fonts/Gilroy-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/Gilroy-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
    url('../fonts/Gilroy-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
    url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
    url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.woff2') format('woff2'),
    url('../fonts/Gilroy-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.woff2') format('woff2'),
    url('../fonts/Gilroy-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.woff2') format('woff2'),
    url('../fonts/Gilroy-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy-RegularItalic';
  src: url('../fonts/Gilroy-RegularItalic.woff2') format('woff2'),
    url('../fonts/Gilroy-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.woff2') format('woff2'),
    url('../fonts/Gilroy-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
    url('../fonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/Gilroy-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.woff2') format('woff2'),
    url('../fonts/Gilroy-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.woff2') format('woff2'),
    url('../fonts/Gilroy-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.woff2') format('woff2'),
    url('../fonts/Gilroy-UltraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.woff2') format('woff2'),
    url('../fonts/Gilroy-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.title span {
  background-image: linear-gradient(#ffbf2f 100%, #fa5407);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 25px;
}

.element p {
  margin: 10px 20px;
}

.element h2 {
  margin: 50px 0 30px 0 !important;
}

.element {
  padding: 0px !important;
}
.description_section {
  padding: 30px 0 0 0 !important;
}

body {
  min-width: 480px;
  background: #eee;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  cursor: default;
}

section {
  padding: 30px 0;
}

section.dark_theme {
  background: #333;
  color: #fff;
}

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

b {
  font-weight: 700;
}

.owl-height {
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

/* button */

/* titles */

h2.title {
  font-weight: 700;
  font-size: 30px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#ffdf56 60%, #ffcf01);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* header */

.offer_section {
  padding: 0 0 30px;
}

.offer_section.offer1 {
  background: #333;
}

.offer_section .title_block .main_title {
  font-weight: 700;
  font-size: 42px;
  line-height: 47px;
  text-align: center;
}

.offer_section.offer1 .title_block .main_title {
  padding: 12px 0;
  background: #41944b;
  color: #fff;
}

.offer_section.offer2 .title_block .main_title {
  padding: 12px 0;
}

/* .offer_section.offer3 .title_block .main_title {
  margin: 0 0 5px;
} */

.offer_section .title_block .subtitle {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  text-align: center;
  /* margin-left: -11px; */
  width: 100%;
  padding-bottom: 6px;
}

.offer_section.offer1 .title_block .subtitle {
  padding: 10px 0;
  color: #fff;
}

.offer_section.offer2 .title_block .subtitle {
  padding: 10px 0;
  background: #41944b;
  color: #fff;
}

.offer_section.offer3 .image_block {
  position: relative;
}

.offer_section.offer3 .discount_block {
  padding: 18px 0 0;
  width: 79px;
  height: 101px;
  background: url('../images/offer3__discount_bg.png') center no-repeat;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 20px;
}

.offer_section.offer3 .discount_block .value {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.offer_section.offer3 .discount_block .text {
  line-height: 20px;
}

.offer_section.offer1 .price_block {
  background: #fff;
  text-align: center;
}

.offer_section.offer1 .price_item {
  float: left;
  padding: 16px 0 0;
  width: 170px;
  height: 80px;
}

.offer_section.offer1 .price_item.new {
  background: #41944b;
  color: #fff;
}

.offer_section.offer1 .price_item .text {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 14px;
}

.offer_section.offer1 .price_item .value {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
}

.offer_section.offer1 .price_item.old .value {
  text-decoration: line-through;
}

.offer_section.offer1 .discount_block {
  float: left;
  padding: 12px 0 0;
  width: 140px;
  height: 80px;
  background: #ffd800;
  position: relative;
}

.offer_section.offer1 .discount_block:before,
.offer_section.offer1 .discount_block:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
}

.offer_section.offer1 .discount_block:before {
  border-top: 40px solid #ffd800;
  border-bottom: 40px solid #ffd800;
  border-left: 20px solid #fff;
  left: -10px;
}

.offer_section.offer1 .discount_block:after {
  border-top: 40px solid #41944b;
  border-bottom: 40px solid #41944b;
  border-left: 20px solid #ffd800;
  right: -10px;
}

.offer_section.offer1 .discount_block .text {
  margin: 0 0 5px;
  line-height: 16px;
  letter-spacing: 2px;
}

.offer_section.offer1 .discount_block .value {
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
}

.offer_section.offer2 .price_block {
  margin: -16px 0 25px;
  height: 126px;
  background: url('../images/offer2__price_bg.png') center no-repeat;
  text-align: center;
  position: relative;
}

.offer_section.offer2 .price_item {
  float: left;
  padding: 40px 0 0;
  width: 170px;
}

.offer_section.offer2 .price_item .text {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.offer_section.offer2 .price_item .value {
  font-size: 34px;
  line-height: 34px;
}

.offer_section.offer2 .price_item.old .value {
  text-decoration: line-through;
}

.offer_section.offer2 .price_item.new .value {
  font-weight: 700;
}

.offer_section.offer2 .discount_block {
  float: left;
  padding: 33px 0 0;
  width: 140px;
  font-weight: 700;
  color: #fff;
}

.offer_section.offer2 .discount_block .text {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
}

.offer_section.offer2 .discount_block .value {
  font-size: 40px;
  line-height: 40px;
}

.offer_section.offer3 .price_block {
  padding: 0 17px;
}

.offer_section.offer3 .price_item {
  float: left;
  padding: 35px 0 0;
  width: 50%;
  /* height: 90px; */
  text-align: left;
  color: rgba(32, 32, 32, 0.5);
}
.offer_section.offer3 .price_item.old {
  width: 45%;
}
.offer_section.offer3 .price_item:last-child {
  border: none;
}

.offer_section.offer3 .price_item.new {
  padding-top: 20px;
  float: right;
}

.offer_section.offer3 .price_item.new .text {
  margin: 0 0 5px;
  color: #202020;
}
.offer_section.offer3 .price_item .text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 14px;
}

.offer_section.offer3 .price_item.new .text {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.offer_section.offer3 .price_item.new .text span {
  padding: 4px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ee3737;
  color: #fff;
  font-weight: 400;
  line-height: 12px;
}

.offer_section.offer3 .price_item.old .value {
  font-weight: 700;
  font-size: 40px;
  line-height: 30px;
  text-decoration: line-through;
}

.sale_price {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;

  color: #202020;
}

.offer_section.offer3 .price_item.new .value {
  font-weight: 700;
  font-size: 55px;
  line-height: 51px;
  /*text-transform: uppercase;*/

  color: #202020;
}
/* .offer_section_container {
    display: flex;
    justify-content: space-between;
} */

.offer_section.offer1 ul li {
  color: #fff;
}

/* .offer_section ul li:last-child {
    margin: 0 40px;
} */

.offer_section.offer1 .timer_block {
  margin: 25px auto;
  width: 400px;
  color: #fff;
  text-align: center;
}

.offer_section.offer1 .timer_block p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}

.offer_section.offer1 .timer_item {
  float: left;
  margin: 0 32px 0 0;
  width: 112px;
  position: relative;
}

.offer_section.offer1 .timer_item:last-child {
  margin: 0;
}

.offer_section.offer1 .timer_item:before {
  display: block;
  content: ':';
  width: 32px;
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: -32px;
}

.offer_section.offer1 .timer_item:last-child:before {
  display: none;
}

.offer_section.offer1 .timer_item .count {
  margin: 0 0 10px;
  height: 60px;
  font-weight: 700;
  font-size: 25.2782px;
  line-height: 31px;
}

.offer_section.offer1 .timer_item .count span {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  width: 54px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.3)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(50%, #4a4a4a),
    color-stop(51%, #4a4a4a),
    color-stop(51%, rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.3))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    #4a4a4a 50%,
    #4a4a4a 51%,
    rgba(0, 0, 0, 0.3) 51%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    #4a4a4a 50%,
    #4a4a4a 51%,
    rgba(0, 0, 0, 0.3) 51%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    #4a4a4a 50%,
    #4a4a4a 51%,
    rgba(0, 0, 0, 0.3) 51%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    #4a4a4a 50%,
    #4a4a4a 51%,
    rgba(0, 0, 0, 0.3) 51%,
    rgba(0, 0, 0, 0.3) 100%
  );
  -webkit-box-shadow: inset 0 -2px 0 #4a4a4a;
  -moz-box-shadow: inset 0 -2px 0 #4a4a4a;
  box-shadow: inset 0 -2px 0 #4a4a4a;
}

.offer_section.offer1 .timer_item .count span:last-child {
  margin: 0;
}

.offer_section.offer1 .timer_item .text {
  line-height: 16px;
}

.offer_section.offer2 .timer_block {
  margin: 0 auto 25px;
  width: 400px;
  text-align: center;
}

.offer_section.offer2 .timer_block p {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}

.offer_section.offer2 .timer_item {
  float: left;
  margin: 0 32px 0 0;
  width: 112px;
  position: relative;
}

.offer_section.offer2 .timer_item:last-child {
  margin: 0;
}

.offer_section.offer2 .timer_item:before {
  display: block;
  content: ':';
  width: 32px;
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  color: #41944b;
  text-align: center;
  position: absolute;
  top: 0;
  right: -32px;
}

.offer_section.offer2 .timer_item:last-child:before {
  display: none;
}

.offer_section.offer2 .timer_item .count {
  margin: 0 0 6px;
  height: 60px;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  color: #41944b;
}

.offer_section.offer2 .timer_item .count span {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  width: 54px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
}

.offer_section.offer2 .timer_item .count span:last-child {
  margin: 0;
}

.offer_section.offer2 .timer_item .text {
  line-height: 16px;
}

.offer_section.offer3 .timer {
  float: right;
  border-bottom: 2px solid;
  padding-bottom: 8px;
}

.offer_section.offer3 .timer_item {
  float: left;
  width: 60px;
  text-align: center;
  margin-right: 10px;
}
.offer_section.offer3 .timer_item:last-child {
  margin-right: 0;
}
.offer_section.offer3 .timer_item .text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 12px;
}

.offer_section.offer3 .timer_item .count {
  font-weight: 700;
  font-size: 40px;
  line-height: 30px;
  position: relative;
}

.offer_section.offer3 .timer_item .count:before {
  display: block;
  content: ':';
  width: 10px;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: -8px;
}

.offer_section.offer3 .timer_item:last-child .count:before {
  display: none;
}

.offer_section.offer3 .benefits_list {
  padding: 12px 0 12px 18px;
  /* background: #41944b; */
  color: #fff;
}

.offer_section.offer3 .benefits_list .benefit_item {
  float: left;
  padding: 0 0 0 44px;
  width: 160px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}

.offer_section.offer3 .benefits_list .benefit_item:last-child {
  width: 130px;
}

.offer_section.offer3 .benefits_list .benefit_item:before {
  display: block;
  content: '';
  width: 34px;
  height: 34px;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white center no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(1):before {
  background-image: url('../fonts/offer_benefit1.svg');
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(2):before {
  background-image: url('../fonts/offer_benefit2.svg');
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(3):before {
  background-image: url('../fonts/offer_benefit3.svg');
}

.products_count {
  margin: 20px 0 0;
  text-align: center;
  color: black;
}

.offer_section.offer1 .products_count {
  color: #fff;
}

.products_count span {
  margin: 0 3px;
  padding: 3px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 2px 1px #acabab;
  color: #f9a62b;
  font-weight: 700;
}

.offer_section .field {
  display: block;
  margin: 0 auto 20px;
  padding: 0 20px 0 80px;
  width: 400px;
  height: 66px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.offer_section.offer1 .field {
  border: none;
  background-color: #fff;
}

.offer_section .field[name='name'] {
  margin-top: 25px;
  background-image: url('../images/offer__name_icon_1.png');
  background-position: 23px center;
  background-repeat: no-repeat;
}

.offer_section .field[name='phone'] {
  background-image: url('../images/offer__phone_icon_1.png');
  background-position: 20px center;
  background-repeat: no-repeat;
}

.offer_section .field::-webkit-input-placeholder {
  opacity: 1;
  color: #333;
}

.offer_section .field:-moz-placeholder {
  opacity: 1;
  color: #333;
}

.offer_section .field::-moz-placeholder {
  opacity: 1;
  color: #333;
}

.offer_section .field:-ms-input-placeholder {
  opacity: 1;
  color: #333;
}

.offer_section .field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.offer_section .field:focus:-moz-placeholder {
  opacity: 0;
}

.offer_section .field:focus::-moz-placeholder {
  opacity: 0;
}

.offer_section .field:focus:-ms-input-placeholder {
  opacity: 0;
}

/* problems */

.problems_section h2 span {
  /* display: block; */
  color: #373737;
  background: #ffffff;
  border-radius: 6px;
  padding: 8px 10px 3px;
  line-height: 1.5;
}

/* video */

.video_section {
  padding: 30px 0 0;
  background: #f2f2f2;
}

.video_section h2 span {
  display: block;
  color: #41944b;
}

.video_block {
  width: 480px;
  height: 270px;
  background-color: #000;
  overflow: hidden;
  position: relative;
}

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

/* slider */

.slider .owl-prev,
.slider .owl-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #41944b url('../images/slider__arrows.png') no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.slider .owl-prev {
  background-position: left center;
  left: 20px;
}

.slider .owl-next {
  background-position: right center;
  right: 20px;
}

/* image */

img.image {
  display: block;
}

/* description */

.description_section h2 span {
  color: #41944b;
}

.description_section img {
  display: block;
  /* margin: 0 auto 30px; */
}
.description_section .products_count {
  margin-bottom: 30px;
}
.description_section .image_block img {
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.description_section .text_block {
  margin: 0 0 30px;
}

.description_section .text_block p {
  margin: 0 20px 15px;
}

/* .description_section .text_block p:last-child {
  margin: 0 20px;
} */

.description_section .benefit {
  background: linear-gradient(#f9a62b, #fa5407);
  position: relative;
  border-radius: 5px;
  padding: 20px 5px;
  margin: 0 20px 15px;
  /* display: flex;
  justify-content: center; */
}

.description_section .benefit .benefit_text {
  text-align: center;
  font-weight: 500;
  color: white;
}
/* list 1 */

.list1 {
  padding: 20px 0;
  background: #41944b;
}

section .list1 {
  padding: 0;
}

.list1 li {
  margin: 0 0 12px;
  padding: 0 20px 16px 50px;
  background: url('../images/yellow_tick_icon.png') 20px 2px no-repeat;
  color: #fff;
  position: relative;
}

.list1 li:last-child {
  margin: 0;
  padding: 0 20px 0 50px;
}

.list1 li:before {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: url('../images/list1__separator.png') center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list1 li:last-child:before {
  display: none;
}

/* list 2 */

.list2 {
  padding: 20px 0;
  background: #333;
}

section .list2 {
  padding: 0;
}

.list2 li {
  margin: 0 0 12px;
  padding: 0 20px 0 50px;
  background: url('../images/yellow_tick_icon.png') 20px 2px no-repeat;
  color: #fff;
  position: relative;
}

.list2 li:last-child {
  margin: 0;
}

/* list 3 */

.list3 li {
  padding: 14px 20px 14px 50px;
  background: url('../images/blue_tick_icon.png') 20px 16px no-repeat;
}

.list3 li:nth-child(odd) {
  background-color: #f5f5f5;
}

/* list 4 */

/* characteristics 1 */

.characteristics_list1 {
  margin: 0 20px;
}

.characteristics_list1 .characteristic_item {
  display: table;
  margin: 0 0 4px;
  width: 100%;
  height: 64px;
  border-left: 3px solid #1396bf;
  background: #f5f5f5;
}

.characteristics_list1 .characteristic_item:last-child {
  margin: 0;
}

.characteristics_list1 .characteristic_item .text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  font-weight: 700;
}

.characteristics_list1 .characteristic_item .value {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 0;
  text-align: right;
}

/* characteristics 2 */

.characteristics_list2 {
  margin: 0 20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}

.characteristics_list2 .characteristic_item {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 15px 0;
  padding: 0 0 0 30px;
  width: 210px;
  background: url('../images/blue_tick_icon.png') left 2px no-repeat;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}

.characteristics_list2 .characteristic_item:nth-child(even) {
  margin: 0 0 15px;
}

.characteristics_list2 .characteristic_item:nth-last-child(2) {
  margin: 0 20px 0 0;
}

.characteristics_list2 .characteristic_item:last-child {
  margin: 0;
}

.characteristics_list2 .characteristic_item .text {
  font-weight: 700;
}

/* benefits 1 */

.benefits_list1 {
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
}

.benefits_list1 .benefit_item {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 30px 0;
  width: 210px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}

.benefits_list1 .benefit_item:nth-child(even) {
  margin: 0 0 30px;
}

.benefits_list1 .benefit_item:nth-last-child(2) {
  margin: 0 20px 0 0;
}

.benefits_list1 .benefit_item:last-child {
  margin: 0;
}

.benefits_list1 img {
  display: block;
  margin: 0 auto 15px;
  width: 150px;
  border: 3px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #e6e6e6;
}

.dark_theme .benefits_list1 img {
  border: 3px solid #fff;
  background: #fff;
}

.benefits_list1.image_rounded img {
  width: 170px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.benefits_list1 h4 {
  font-weight: 700;
}

.dark_theme .benefits_list1 h4 {
  color: #ffd800;
}

.benefits_list1 h4 + p {
  margin: 5px 0 0;
}

/* benefits 3 */

.benefits_list3 .benefit_item {
  display: table;
  margin: 0 20px 30px;
  width: 440px;
  min-height: 150px;
  position: relative;
}

.benefits_list3 .benefit_item:last-child {
  margin: 0 20px 10px;
}

.benefits_list3 .benefit_item img {
  display: block;
  width: 150px;
  border: 3px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  margin-top: -75px;
  left: 0;
}

.dark_theme .benefits_list3 .benefit_item img {
  border: 3px solid #fff;
  background: #fff;
}

.benefits_list3 .benefit_item:nth-child(even) img {
  left: auto;
  right: 0;
}

.benefits_list3 .benefit_item .text_block {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 170px;
}

.benefits_list3 .benefit_item:nth-child(even) .text_block {
  padding: 0 170px 0 0;
  text-align: right;
}

.benefits_list3 .benefit_item .text_block h4 {
  font-weight: 700;
}

.dark_theme .benefits_list3 .benefit_item .text_block h4 {
  color: #ffd800;
}

.benefits_list3 .benefit_item .text_block h4 + p {
  margin: 5px 0 0;
}

/* benefits 4 */

.benefits_list4 .benefit_item {
  margin: 0 20px 30px;
  padding: 0 0 2px;
  border: 3px solid #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 0 #d9d9d9;
  -moz-box-shadow: 0 2px 0 #d9d9d9;
  box-shadow: 0 2px 0 #d9d9d9;
  color: #333;
  text-align: center;
  overflow: hidden;
}

.dark_theme .benefits_list4 .benefit_item {
  border: 3px solid #fff;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.benefits_list4 .benefit_item:last-child {
  margin: 0 20px 10px;
}

.benefits_list4 .benefit_item img {
  display: block;
}

.benefits_list4 .benefit_item h4 {
  margin: 0 17px;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.benefits_list4 .benefit_item h4:before {
  display: block;
  content: '';
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffd800 url('../images/benefits__plus_icon.png') center no-repeat;
  position: absolute;
  top: -23px;
  right: 10px;
}

.benefits_list4 .benefit_item p {
  margin: 15px;
}

/* benefits 5 */

.benefits_list5 .benefit_item {
  float: left;
  padding: 30px 20px 0 20px;
  width: 240px;
  height: 240px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  color: #fff;
}

.benefits_list5 .benefit_item:nth-child(4n-3) {
  background: #41944b;
}

.benefits_list5 .benefit_item:nth-child(4n-2) {
  background: #1394bd;
}

.benefits_list5 .benefit_item:nth-child(4n-1) {
  background: #128cb3;
}

.benefits_list5 .benefit_item:nth-child(4n) {
  background: #107d9f;
}

.benefits_list5 .benefit_item .icon_block {
  margin: 0 0 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 58px;
  text-align: center;
}

.benefits_list5 .benefit_item .icon_block img {
  display: inline-block;
  vertical-align: middle;
}

.benefits_list5 .benefit_item p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}

/* use steps */

.use_steps_section {
  padding: 30px 0 0;
}

.use_steps_section h2.title {
  padding: 0 20px;
}

/* use steps 1 */

.use_steps1_list .step_item {
  display: table;
  width: 100%;
  height: 204px;
  border-top: 4px solid #d9d9d9;
  background: #f5f5f5;
  position: relative;
}

.use_steps1_list .step_item img {
  display: block;
  width: 220px;
  position: absolute;
  top: 0;
  right: 0;
}

.use_steps1_list .step_item:nth-child(even) img {
  right: auto;
  left: 0;
}

.use_steps1_list .step_item .text_block {
  display: table-cell;
  vertical-align: middle;
  padding: 0 240px 0 20px;
  text-align: center;
}

.use_steps1_list .step_item:nth-child(even) .text_block {
  padding: 0 20px 0 240px;
}

.use_steps1_list .step_item .number {
  margin: 0 auto 10px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #41944b;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}

/* use steps 2 */

.use_steps2_list {
  background: #333;
}

.use_steps2_list .step_item {
  display: table;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #5c5c5c;
  color: #fff;
}

.use_steps2_list .step_item:last-child {
  margin: 0;
}

.use_steps2_list .step_item .number_block {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  position: relative;
}

.use_steps2_list .step_item .number_block:before {
  display: block;
  content: '';
  border-left: 7px solid #41944b;
  border-top: 7px solid rgba(255, 255, 255, 0);
  border-bottom: 7px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.use_steps2_list .step_item .number {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #41944b;
  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.use_steps2_list .step_item p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 27px;
}

/* comparison */

.comparison_section {
  padding: 30px 0 0;
}

.comparison_section h2.title {
  padding: 0 20px;
}

.comparison_section .titles_block h4 {
  float: left;
  margin: 0 4px 0 0;
  padding: 20px 0;
  width: 238px;
  background: #333;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.comparison_section .titles_block h4:last-child {
  margin: 0;
  background: #41944b;
}

.comparison_section .images_block {
  margin: 0 0 4px;
}

.comparison_section .images_block img {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  width: 238px;
}

.comparison_section .images_block img:last-child {
  margin: 0;
}

.comparison_section .row {
  display: table;
  margin: 0 0 4px;
  width: 100%;
}

.comparison_section .row:last-child {
  margin: 0;
}

.comparison_section .row .column {
  display: table-cell;
  vertical-align: top;
  padding: 10px 20px;
  width: 50%;
  border-right: 2px solid #fff;
  background: #f5f5f5;
}

.comparison_section .row .column:last-child {
  border-right: none;
  border-left: 2px solid #fff;
}

.comparison_section .row:last-child .column:first-child {
  padding-bottom: 16px;
  -webkit-box-shadow: 0 -6px 0 0 #333 inset;
  -moz-box-shadow: 0 -6px 0 0 #333 inset;
  box-shadow: 0 -6px 0 0 #333 inset;
}

.comparison_section .row:last-child .column:last-child {
  padding-bottom: 16px;
  -webkit-box-shadow: 0 -6px 0 0 #41944b inset;
  -moz-box-shadow: 0 -6px 0 0 #41944b inset;
  box-shadow: 0 -6px 0 0 #41944b inset;
}

/* opinion 1 */

.opinion1_section {
  padding: 30px 20px 40px;
  background: #f5f5f5;
}

.opinion1_section h2.title {
  margin: 0 0 50px;
}

.opinion1_section .opinion_block {
  padding: 60px 20px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff url('../images/opinion1__bg_top.jpg') center top no-repeat;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.opinion1_section .opinion_block:before {
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #41944b url('../images/opinion1__quote_icon.png') center no-repeat;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -30px;
}

.opinion1_section .photo {
  display: block;
  margin: 0 auto 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.opinion1_section .author_info {
  margin: 0 0 15px;
  padding: 0 0 20px;
  background: url('https://domashniy-vynorob.store/files/opinion__stars_icon.png')
    center bottom no-repeat;
}

.opinion1_section .author_info .name {
  font-weight: 700;
}

.opinion1_section .author_info .text {
  font-size: 14px;
  line-height: 22px;
}

.opinion1_section .text_block p {
  margin: 0 0 15px;
}

.opinion1_section .text_block p:last-child {
  margin: 0;
}

/* opinion 2 */

.opinion2_section {
  padding: 0;
  text-align: center;
}

.opinion2_section h2.title {
  padding: 12px 20px;
  background: #41944b;
  color: #fff;
}

.opinion2_section .image_block {
  margin: 0 auto 15px;
  width: 170px;
  position: relative;
}

.opinion2_section .image_block:before {
  display: block;
  content: '';
  width: 30px;
  height: 21px;
  background: url('https://domashniy-vynorob.store/files/opinion2__quote_icon.png')
    center no-repeat;
  position: absolute;
  top: 20px;
  right: 5px;
}

.opinion2_section .photo {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.opinion2_section .author_info {
  margin: 0 0 30px;
  padding: 0 20px 20px;
  background: url('https://domashniy-vynorob.store/files/opinion__stars_icon.png')
    center bottom no-repeat;
}

.opinion2_section .author_info .name {
  font-weight: 700;
}

.opinion2_section .author_info .text {
  font-size: 14px;
  line-height: 22px;
}

.opinion2_section .text_block {
  padding: 25px 20px;
  background: #41944b;
  color: #fff;
  position: relative;
}

.opinion2_section .text_block:before {
  display: block;
  content: '';
  border-top: 14px solid #fff;
  border-left: 12px solid rgba(255, 255, 255, 0);
  border-right: 12px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
}

.opinion2_section .text_block p {
  margin: 0 0 15px;
}

.opinion2_section .text_block p:last-child {
  margin: 0;
}

.opinion2_section .image_bottom {
  display: block;
}

/* reviews stats */

.reviews_stats_block {
  margin: 0 0 40px;
  text-align: center;
}

.reviews_stats_block .line {
  margin: 5px auto 0;
  width: 330px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e6e6e6;
  overflow: hidden;
}

.reviews_stats_block .line:before {
  display: block;
  content: '';
  width: 98%;
  height: 10px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #41944b;
}

/* reviews 1 */

.reviews1_section {
  padding: 30px 0 0;
}

.reviews1_section .image_bottom {
  display: block;
}

.reviews_list1 {
  margin: 0 auto 20px;
  width: 420px;
}

.reviews_list1 .author_block {
  margin: 0 0 30px;
}

.reviews_list1 .author_block .avatar {
  display: block;
  float: left;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reviews_list1 .author_block .author_info_block {
  float: left;
  margin: 15px 0 0 20px;
  width: 320px;
}

.reviews_list1 .author_block .author_info {
  font-weight: 700;
}

.reviews_list1 .author_block .text {
  font-size: 14px;
  line-height: 22px;
}

.reviews_list1 .author_block .text:before {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 8px 0 0;
  content: '';
  width: 17px;
  height: 16px;
  background: url('../images/reviews__like_icon.png') center no-repeat;
}

.reviews_list1 .text_block {
  padding: 20px 40px 67px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 -3px 0 #d9d9d9 inset;
  -moz-box-shadow: 0 -3px 0 #d9d9d9 inset;
  box-shadow: 0 -3px 0 #d9d9d9 inset;
  text-align: center;
  position: relative;
}

.reviews_list1 .text_block:before {
  display: block;
  content: '';
  border-bottom: 14px solid #f5f5f5;
  border-left: 10px solid rgba(255, 255, 255, 0);
  border-right: 10px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: -14px;
  left: 30px;
}

.reviews_list1 .text_block:after {
  display: block;
  content: '';
  width: 30px;
  height: 21px;
  background: url('../images/reviews__quote_icon.png') center no-repeat;
  position: absolute;
  top: -10px;
  right: 40px;
}

.reviews_list1 .text_block p {
  margin: 0 0 15px;
}

.reviews_list1 .text_block p:last-child {
  margin: 0;
}

.reviews_list1 .text_block .photo {
  display: block;
  margin: 24px auto 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.reviews_list1 .owl-prev,
.reviews_list1 .owl-next {
  width: 55px;
  height: 80px;
  border: 1px solid #f9a62b;
  border-radius: 5px;

  background: #ffffffcf url(../images/slider__arrows.png) no-repeat;
  position: absolute;
  top: 480px;
}

.reviews_list1 .owl-prev {
  background-position: left center;
  left: -20px;
}

.reviews_list1 .owl-next {
  background-position: right center;
  right: -20px;
}

.reviews_list1 .owl-dots {
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
  position: absolute;
  bottom: 33px;
  left: 0;
}

.reviews_list1 .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333;
}

.reviews_list1 .owl-dot.active {
  width: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #417cd3;
}

/* reviews 2*/

.reviews2_section {
  padding: 30px 20px 40px;
}

.reviews2_section .reviews_list1 .author_block .author_info_block {
  width: 280px;
}

.reviews2_section .reviews_list1 .text_block {
  padding: 20px 30px 73px;
}

.reviews2_section .reviews_list1 .text_block:after {
  right: 30px;
}

.reviews2_section .reviews_list1 .owl-prev {
  display: none;
}

.reviews2_section .reviews_list1 .owl-next {
  top: 20px;
  right: 0;
}

/* reviews 3 */

.reviews3_section {
  padding: 30px 20px 40px;
  background: #41944b;
}

.reviews3_section h2 {
  color: #fff;
}

.reviews3_section .reviews_stats_block {
  color: #fff;
}

.reviews3_section .reviews_stats_block .line {
  background: #fff;
}

.reviews3_section .reviews_stats_block .line:before {
  background: #ffd800;
}

.reviews_list3 .owl-stage-outer {
  padding: 30px 0 0;
}

.reviews_list3 .review_item {
  padding: 30px 40px 67px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 -3px 0 #1185a9 inset;
  -moz-box-shadow: 0 -3px 0 #1185a9 inset;
  box-shadow: 0 -3px 0 #1185a9 inset;
  position: relative;
}

.reviews_list3 .review_item:before {
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff url('../images/reviews__quote_icon.png') center no-repeat;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}

.reviews_list3 .author_block {
  margin: 0 0 15px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 10;
}

.reviews_list3 .author_block .avatar {
  display: block;
  float: left;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reviews_list3 .author_block .author_info {
  float: left;
  margin: 8px 0 0 20px;
  width: 280px;
  line-height: 22px;
}

.reviews_list3 .author_block .name {
  font-weight: 700;
}

.reviews_list3 .text_block {
  text-align: center;
}

.reviews_list3 .text_block p {
  margin: 0 0 15px;
}

.reviews_list3 .text_block p:last-child {
  margin: 0;
}

.reviews_list3 .owl-dots {
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
  position: absolute;
  bottom: 33px;
  left: 0;
}

.reviews_list3 .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333;
}

.reviews_list3 .owl-dot.active {
  width: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #41944b;
}

.reviews_list3 .owl-prev,
.reviews_list3 .owl-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #41944b url('../images/slider__arrows.png') no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

.reviews_list3 .owl-prev {
  background-position: left center;
  left: -20px;
}

.reviews_list3 .owl-next {
  background-position: right center;
  right: -20px;
}

/* reviews 4 */

.reviews4_section {
  padding: 30px 20px 40px;
  background: #41944b;
}

.reviews4_section h2 {
  color: #fff;
}

.reviews4_section .reviews_stats_block {
  color: #fff;
}

.reviews4_section .reviews_stats_block .line {
  background: #fff;
}

.reviews4_section .reviews_stats_block .line:before {
  background: #ffd800;
}

.reviews_list4 .review_item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 -3px 0 #1185a9 inset;
  -moz-box-shadow: 0 -3px 0 #1185a9 inset;
  box-shadow: 0 -3px 0 #1185a9 inset;
  text-align: center;
  overflow: hidden;
}

.reviews_list4 .text_block {
  padding: 20px 30px 67px;
}

.reviews_list4 .text_block .author_info {
  margin: 0 0 10px;
  font-weight: 700;
}

.reviews_list4 .owl-dots {
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
  position: absolute;
  bottom: 33px;
  left: 0;
}

.reviews_list4 .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333;
}

.reviews_list4 .owl-dot.active {
  width: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #41944b;
}

.reviews_list4 .owl-prev,
.reviews_list4 .owl-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #41944b url('../images/slider__arrows.png') no-repeat;
  position: absolute;
  top: 100px;
}

.reviews_list4 .owl-prev {
  background-position: left center;
  left: -20px;
}

.reviews_list4 .owl-next {
  background-position: right center;
  right: -20px;
}

/* order steps 1 */

.order_steps_section {
}

.order_steps_section h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #202020;
}

.order_steps_list1 .step_item {
  float: left;
  margin: 0 10px 12px 0;
  padding: 23px 20px 0 30px;
  width: 215px;
  height: 140px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 0 #d9d9d9;
  -moz-box-shadow: 0 2px 0 #d9d9d9;
  box-shadow: 0 2px 0 #d9d9d9;
  position: relative;
}

.dark_theme .order_steps_list1 .step_item {
  background: #fff;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #333;
}

.order_steps_list1 .step_item:nth-child(even) {
  margin: 0 0 11px;
}

.order_steps_list1 .step_item:before {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  background: center no-repeat;
  position: absolute;
  top: 19px;
  right: 19px;
}

.order_steps_list1 .step_item:nth-child(1):before {
  background-image: url('../images/order_steps1__step1_icon.png');
}

.order_steps_list1 .step_item:nth-child(2):before {
  background-image: url('../images/order_steps1__step2_icon.png');
}

.order_steps_list1 .step_item:nth-child(3):before {
  background-image: url('../images/order_steps1__step3_icon.png');
}

.order_steps_list1 .step_item:nth-child(4):before {
  background-image: url('../images/order_steps1__step4_icon.png');
}

.order_steps_list1 .step_item h4 {
  margin: 0 0 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.order_steps_list1 .step_item h4:after {
  display: block;
  content: '';
  margin: 12px 0 0;
  width: 30px;
  height: 2px;
  background: #e6e6e6;
}

/* order steps 2 */

.order_steps_list2 .step_item {
  float: left;
  padding: 50px 20px 0 20px;
  width: 240px;
  height: 240px;
  color: #fff;
  text-align: center;
  position: relative;
}

.order_steps_list2 .step_item:nth-child(1) {
  background: #41944b;
}

.order_steps_list2 .step_item:nth-child(2) {
  background: #1394bd;
}

.order_steps_list2 .step_item:nth-child(3) {
  background: #128cb3;
}

.order_steps_list2 .step_item:nth-child(4) {
  background: #107d9f;
}

.order_steps_list2 .step_item .number {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.order_steps_list2 .step_item:before {
  display: block;
  content: '';
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: center no-repeat;
}

.order_steps_list2 .step_item:nth-child(1):before {
  background-image: url('../images/order_steps2__step1_icon.png');
}

.order_steps_list2 .step_item:nth-child(2):before {
  background-image: url('../images/order_steps2__step2_icon.png');
}

.order_steps_list2 .step_item:nth-child(3):before {
  background-image: url('../images/order_steps2__step3_icon.png');
}

.order_steps_list2 .step_item:nth-child(4):before {
  background-image: url('../images/order_steps2__step4_icon.png');
}

.order_steps_list2 .step_item h4 {
  font-weight: 700;
  text-transform: uppercase;
}

/* order info 1 */

.benefits_section h2 span {
  display: block;
  color: #41944b;
}

.order_info1_section {
  padding: 30px 0;
}

.order_info_list1 .info_item {
  padding: 0 20px 20px;
  display: table;
  width: 100%;
}

.order_info_list1 .info_item:last-child {
  margin: 0 0 10px;
}

.order_info_list1 .info_item h4 {
  margin: 0 0 5px;
  font-weight: 700;
  color: #41944b;
  text-transform: uppercase;
}

.dark_theme .order_info_list1 .info_item h4 {
  color: #ffd800;
}

.order_info_list1 .info_item .icon_block {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 20px 4px;
  -moz-border-radius: 20px 4px;
  border-radius: 20px 4px;
  background: #41944b;
  font-size: 0;
  line-height: 80px;
  letter-spacing: 1px;
  text-align: center;
}

.dark_theme .order_info_list1 .info_item .icon_block {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #333;
  line-height: 78px;
}

.order_info_list1 .info_item .icon_block img {
  display: inline-block;
  vertical-align: middle;
}

.order_info_list1 .info_item .text_block {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
}

/* order info 2 */

.order_info2_section {
  padding: 30px 0 0;
}

.order_info2_section h2.title {
  padding: 0 20px;
}

.order_info_list2 .info_item {
  display: table;
  width: 100%;
  height: 204px;
  border-top: 4px solid #d9d9d9;
  position: relative;
}

.order_info_list2 .info_item img {
  display: block;
  width: 220px;
  position: absolute;
  top: 0;
  right: 0;
}

.order_info_list2 .info_item:nth-child(even) img {
  right: auto;
  left: 0;
}

.order_info_list2 .info_item .text_block {
  display: table-cell;
  vertical-align: middle;
  padding: 0 240px 0 20px;
  text-align: center;
}

.order_info_list2 .info_item:nth-child(even) .text_block {
  padding: 0 20px 0 240px;
}

.order_info_list2 .info_item h4 {
  margin: 0 0 5px;
  font-weight: 700;
  color: #41944b;
}

/* set */

.set_section {
  /* background: #f2f2f2; */
}

.set_section h2 span {
  display: block;
  color: #41944b;
}

.set_section .set_item {
  float: left;
  padding: 0 10px 30px;
  width: 50%;
  text-align: center;
}

.set_section .set_item img {
  display: block;
  margin: 0 auto;
}

.set_section .set_item p {
  padding: 0 10px;
}

.set_section .image_bottom {
  display: block;
  margin: 0 auto;
}

/* footer */

.footer_section {
  padding: 25px 0;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

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

.footer_section a {
  color: #111;
}

.sale {
  /* width: 85px;
  height: 85px; */
  width: 110px;
  height: 116px;
  background: url('../fonts/svg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  /* top: -37px;
  left: 100px; */
  top: -60px;
  left: 107px;
  overflow: hidden;
}

.sale_text {
  font-family: 'Bebas Neue';
  font-style: normal;
}

.sale_item {
  /* font-family: "Bebas Neue", cursive;
  width: 54px;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: -7px;
  left: 117px;
  font-weight: Bold;
  font-size: 31px;
  opacity: 1;
  text-align: left; */
  font-family: 'Bebas Neue', cursive;
  width: 54px;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: -15px;
  left: 127px;
  font-weight: Bold;
  font-size: 40px;
  opacity: 1;
  text-align: left;
}

.rotate {
  animation: rotation 4s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.rating_img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(89%) saturate(400%)
    hue-rotate(175deg) brightness(96%) contrast(95%);
}

.how-order-img {
  height: 106px;
  background-size: 100%;
  padding: 16px;
}
.how-order-img.img1 {
  background-image: url('../images/order1.png');
}

.how-order-img.img2 {
  background-image: url('../images/order2.png');
}
.how-order-img.img3 {
  background-image: url('../images/order3.png');
}
.how-order-img.img4 {
  background-image: url('../images/order4.png');
}

.how-order-img .title {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.how-order-img .description {
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  max-width: 160px;
  font-size: 13px;
  line-height: 20px;
}

.how-order-img .right {
  float: right;
}
.footer {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  color: #000;
}

/*   Головні стилі  */

body {
  /*font-family: "Rubik", sans-serif;*/
  font-family: 'Gilroy';
}

#sticky-block img {
  position: absolute;
  width: 40px;
  top: 75%;
  right: 3%;
}

.block_pidgotovka img {
}

.pidgotovka_big .block_pidgotovka {
  margin: 20px 20px !important;
  /* box-shadow: 0 0 7px 1px; */
  /*box-shadow: 0 0 7px 1px #656565;*/
  /*border-radius: 8px;*/
  /*background-color: #502516;*/
  /*background: rgb(110,57,147);*/
  /*background: linear-gradient(90deg, rgba(110,57,147,1) 27%, rgba(154,69,150,1) 100%);*/
  /*background: #1c60d2;*/
}

.pidgotovka_big .block_pidgotovka p {
  margin: 10px 0;
}

.block_pidgotovka {
  text-align: center;
}

.block_pidgotovka span {
  font-weight: 600;
  font-size: 21px;
}

.pidgotovka_big img {
  border-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 13px;
  border: 2px dashed white;
}

.list4 li {
  margin: 0 0 12px;
  padding: 0 10px 0 20px;
  background: url(../images/small-orange-diamond.png) left 1px no-repeat;
  position: relative;
  background-size: 20px;
}

.offer_section .field[name='metr'] {
  background-image: url(../images/check.png);
  background-size: 32px;
}

.fixed-message-1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;

  padding: 20px;
  display: none;
  z-index: 9999999999;
}

.fixed-message-1 a {
  width: 300px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}

.fixed-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(244, 244, 244) 80%);
  padding: 20px;
  display: none;
  z-index: 9999999999;
}

.fixed-message a {
  width: 300px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}

#popup_banner {
  bottom: 85px !important;
}

.order_form .form-txt {
  color: #000000;
  text-align: center;
  padding-bottom: 20px;
}

.order_form .pat {
  color: #fff;
}

.order_form .form-txt h4 {
  font-size: 30px;
  padding-bottom: 7px;
  text-transform: uppercase;
  color: #fff;
}

.order_form .form-txt p {
  font-size: 18px;
  padding: 0 75px;
  color: #fff;
}

.order_form .field[name='name'] {
  margin-top: 25px;
  background-image: url('../images/offer__name_icon.png');
  background-position: 23px center;
  background-repeat: no-repeat;
}

.order_form .field[name='phone'] {
  background-image: url('../images/offer__phone_icon.png');
  background-position: 20px center;
  background-repeat: no-repeat;
}

.metr_new_count .metr_value {
  font-size: 50px;
  /* color: #00AAF8; */
  /*color: #c32439;*/
  font-weight: 700;
  padding: 10px;
  color: #ff2e49;
  text-shadow: 1px 1px 1px #424242;
}

.sticky {
  padding: 20px 10px;
  text-align: center;
  background: #00aaf8;
  border-radius: 5px 5px 0 0;
}

.ak-border {
  /* border: 1px solid #fff; */
  padding: 0 10px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 700;
}

.BoughtTimes {
  /* border: 1px solid #fff; */
  padding: 0 10px;
  border-radius: 5px;
  background: #ff2a2c;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.button {
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 80px;
  border: none;
  border-radius: 4px;
  /* background: #00AAF8; */
  /*background: #c32439;*/
  background: #ff2e49;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 80px;
  /* color: #000000; */
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
}

.button .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  animation: flareAnimation 3s infinite linear;
}

.button {
  position: relative;
  overflow-x: hidden;
  font-family: 'Rubik', sans-serif;
}

.offer_section .field {
  font-family: 'Rubik', sans-serif;
}

h2.title {
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.products_count span {
  margin: 0 3px;
  padding: 3px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #000;
  box-shadow: 0px 2px 2px 1px #acabab;
  color: #fff;
  font-weight: 700;
}

.benefit {
  /* background: #00AAF8; */
  background: #ff2a2c;
  position: relative;
  border-radius: 5px;
  padding: 20px 5px;
  margin: 0 20px 15px;
  margin-top: 50px !important;
}

.fixed .ak-border {
  /* border: 1px solid #fa5407 !important; */
  color: #fff !important;
  background: #000;
}

.sticky {
  padding: 20px 10px;
  text-align: center;
  /* background: #00AAF8; */
  /* background: #FF2A2C; */
  /*background: #502516;*/
  border-radius: 5px 5px 0 0;
  /*color: black;*/
  /*background: linear-gradient(109.6deg, rgb(255, 219, 47) 11.2%, rgb(244, 253, 0) 100.2%);*/
  /*background: rgb(110, 57, 147);*/
  /*background: linear-gradient(90deg, rgba(110, 57, 147, 1) 27%, rgba(154, 69, 150, 1) 100%);*/
  background: #040c49;
  color: #fff;
  /* text-shadow: 1px 1px 1px black; */
}

.title span {
  color: #fff;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 25px;
}

.timer_block {
  padding: 26px;
  margin-bottom: 0;
  box-shadow: 0px -3px 7px -2px #b1b1b1;
  /* background-color: #1A0A44; */
  /*background-color: #000000;*/
  /*background-color: #8e24b9;*/
  background: #00b4db; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #0083b0,
    #00b4db
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #0083b0,
    #00b4db
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: #fff;
  height: 110px;
}

.timer_block p {
  background: url(../images/icons896.png) left center no-repeat;
  background-size: contain;
  float: left;
  margin: 6px 0 0;
  padding: 0 0 0 45px;
  width: 170px;

  font-size: 14px;
  line-height: 16px;
}

.title_block {
  display: flex;
  flex-direction: column;
  padding: 15px 10px 7px 15px;
  /* background-color: #1A0A44; */
  /* background-image: linear-gradient(270deg, #000000 0, #000000 50%, #000000 100%); */
  /*background: #e9dedb;*/
  /*background: #ffed00;*/
  background: #00b4db; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #0083b0,
    #00b4db
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #0083b0,
    #00b4db
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: #fff;
  text-align: center;
  /*border: 1px solid rgb(127 127 127 / 20%);*/
  border-radius: 0 0 10px 10px;
  border-top: unset;
}

.main_wrapper {
  margin: 0 auto;
  width: 480px;
  background: white;
  /* background-color: #1A0A44; */
  /* background-image: linear-gradient(270deg, #000000 0, #000000 50%, #000000 100%); */
  /*background: #e9dedb;*/
  /*background: whitesmoke;*/
  /*background-image: linear-gradient(316deg, #cdc1ff 0%, #cc9cff 74%);*/
}

.order-color {
  /* color: #00AAF8; */
  /* color: #FF2A2C; */
  color: #502516;
  font-weight: 600;
}

.top_list li {
  margin: 0 17px 12px;
  padding: 0 0 0 32px;
  background: url(../images/small-orange-diamond.png) left 1px no-repeat;
  flex: 1 0 20%;
  max-width: 44%;
  min-width: 30%;
  background-size: 20px;
}

.fixed-block {
  position: sticky;
  top: -6px;
  z-index: 99 !important;
  color: #000;
}

/*   Головні стилі  */

/* Моб меню */
.modal-body {
  background-color: #1a0a44;

  z-index: 90;
  padding: 100px 0 0 0;
  display: inline-block;
  max-width: 480px;
  width: 100%;
  -webkit-transform: skewX(-5deg) translateX(200%);
  -ms-transform: skewX(-5deg) translateX(200%);
  transform: skewX(-5deg) translateX(200%);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.1s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
  height: 100vh;
  overflow: auto;
}

.modal-block {
  padding: 0;
}

.modal-block li {
  text-align: right;
  padding: 0 10px;
  border-bottom: 1px solid;
  display: block;
  height: 47.5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.modal-block li a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 47.5px;
  line-height: 47.5px;
}

.modal-body.show-menu {
  opacity: 1 !important;
  transform: skewX(0deg) translate(0, 0) !important;
  -webkit-transform: skewX(0deg) translate(0, 0) !important;
  -ms-transform: skewX(0deg) translate(0, 0) !important;
}

header {
  width: 100%;
  height: 80px;
  transform: translate(0, -100%);
  transition: 0.5s;
  padding: 0 20px;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 481px;
  margin: 0 auto;
}

header.active {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transform: translate(0, 0);
  transition: 0.5s;
  z-index: 100;
  box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
  background-color: #1a0a44;
}

header a.logo svg {
  width: 100px;
  margin: 0 0;
}

header a.logo {
  width: 100px;
  height: 60px;
  transition: 0.6s;
  position: absolute;
  left: 190px;
}

header a.logo:hover {
  opacity: 0.7;
}

svg.nav-button {
  width: 45px;
  transition: 0.6s;
  cursor: pointer;
  position: absolute;
  left: 410px;
}

svg.nav-button:hover {
  opacity: 0.7;
}

.show-li:nth-child(1) {
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.show-li:nth-child(2) {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.show-li:nth-child(3) {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.show-li:nth-child(4) {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.show-li:nth-child(5) {
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.show-li:nth-child(6) {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.modal-block li svg {
  width: 36px;
  fill: #fff;
}

section.sect99 {
  padding: 40px 0 0 0;
}

.offer_section-top {
  border-top: 80px solid #4f41a2;
}

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

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

b {
  font-weight: 700;
}

/* Моб меню */

/*   Відгуки  */
.reviews_section {
  padding: 30px 20px;
  /* background-color: #1A0A44; */
  /* background-image: radial-gradient(circle at 50% 50%, #003b4f 0, #003848 6.25%, #003440 12.5%, #003037 18.75%, #062a2e 25%, #0b2425 31.25%, #0d1d1c 37.5%, #0c1514 43.75%, #090909 50%, #050000 56.25%, #000000 62.5%, #000000 68.75%, #000000 75%, #000000 81.25%, #000000 87.5%, #000000 93.75%, #000000 100%); */
  /*background: #e9dedb;*/
  background: #fff;
}

.reviews_section h2 {
  margin: 0 0 30px;
}

.wtsp_item {
  max-width: 410px;
  min-height: 770px;
  margin: 0 auto;
  background: url(../images/ADhTyuE4T3ar.jpg) 50% 0% repeat;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #d9d9d9;
}

.wtsp_item .info {
  background: #ffffff url(../images/XS6fbttaUIgm.png) 3px 50% no-repeat;
  padding: 16px 110px 13px 50px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
  border-radius: 20px 20px 0px 0px;
  text-align: left;
}

.wtsp_item .info > img {
  float: left;
  border-radius: 50%;
  width: 42px;
  border: 1px solid #0f3a33;
}

.wtsp_item .info .text {
  overflow: hidden;
  padding-left: 8px;
  color: #333;
}

.wtsp_item .info .text > p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.wtsp_item .info .text > small {
  font-size: 13px;
  line-height: 18px;
  display: block;
}

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

.wtsp_item .date {
  text-align: center;
  margin-top: 10px;
}

.wtsp_item .date > span {
  display: inline-block;
  vertical-align: top;
  background: #d4ebf3;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 28px;
  color: #3f5250;
  padding: 0 8px;
  border-radius: 7px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.wtsp_item .message_container {
  margin-top: 10px;
  padding: 0 12px;
}

.wtsp_item .message {
  display: inline-block;
  max-width: 295px;
  min-width: 70px;
  padding: 6px 10px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #212121;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

.wtsp_item .message.client {
  background: #fff;
  border-radius: 0 6px 6px 6px;
}

.wtsp_item .message.client:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  left: -6px;
}

.wtsp_item .message > p {
  margin-bottom: 5px;
  text-align: left;
}

.wtsp_item .message > img {
  display: block;
  margin: 6px auto;
  border-radius: 4px;
}

.wtsp_item .message .time {
  text-align: right;
  font-size: 14px;
  line-height: 15px;
  color: #989898;
  padding: 0 5px;
}

.wtsp_item .message:last-child {
  margin-bottom: 0;
}

.wtsp_item .message.author {
  background: #c8e2fd;
  border-radius: 10px 0 10px 10px;
  padding: 6px 10px;
  float: right;
}

.wtsp_item .message.author:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #c8e2fd transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -6px;
}

.wtsp_item .message.author .time {
  padding: 0;
}

.wtsp_item .message.author .time:after {
  content: '';
  width: 18px;
  height: 12px;
  background: url() 50% 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 4px;
}

.wtsp_item:after {
  content: '';
  width: 404px;
  height: 57px;
  background: url(../images/LKvurt5AgpH6.png) 50% 50% no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -202px;
  bottom: 7px;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
  position: relative;
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.wtsp_rev .owl-prev,
.wtsp_rev .owl-next {
  width: 47px;
  height: 47px;
  background: #000000 url(../images/g9nXtD5LDSge.jpg) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -23px;
}

.wtsp_rev .owl-prev {
  background-position: left center;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  left: -20px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sticky-new {
  background: white;
  border-radius: 0;
  color: black;
  border: 2px solid #ffbf2f;
  /* border-top: 8px solid #ffbf2f; */
  padding: 10px !important;
}

.sticky-new .TopPlashka {
  /* display: flex; */
  font-size: 16px;
}

.sticky-new .ak-border {
  background-color: black;
  color: white;
}

.wtsp_rev .owl-next {
  background-position: right center;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  right: -20px;
}

#order3 li img {
  max-width: 150px;
  max-height: 150px;
  object-fit: cover;
}

.metr_text_count span {
  background: black;
  display: inline-block;
  border-radius: 5px;
  padding: 0px 3px;
  margin-bottom: 3px;
}

.slick-next {
  right: 7px;
}

.slick-prev {
  left: 7px;
  z-index: 2;
}

.slick-next:before,
.slick-prev:before {
  font-size: 27px;
  color: #502516;
}

.slick-next,
.slick-prev {
  width: 27px;
  height: 27px;
}

.slick-slide img {
  display: block;
  width: 85%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #8a8a8a;
  border: 5px solid #f2f2f2;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #502516;
}

.metr_old_count {
  opacity: 0.6;
}

select {
  background: #fff url(../images/select.png) no-repeat 30px center;
}

.decorate-gear {
  position: absolute;
  top: -17px;
  right: 30px;
  width: 90px;
  height: 90px;
}

.decorate-gear span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}

.animation-rotate {
  animation: rotation 7s infinite linear;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
