.galery {
  padding: 35px 0 0;
}

.reviews-block {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.reviews_slider img,
.reviews_slider1 img {
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-height: 300px;
  object-fit: cover;
  margin-top: 30px;
}

.reviews_slider .slick-prev,
.reviews_slider .slick-next,
.reviews_slider1 .slick-prev,
.reviews_slider1 .slick-next {
  top: calc(50% - 20px);
  font-size: 0;
  line-height: 0;
  position: absolute;
  margin-top: -20px;
  display: block;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: #0074ae;

  /* background: url(../img/arrow.png) no-repeat #2f80ed; */
  z-index: 3;
}

.reviews_slider .slick-prev {
  left: 20px;
}

.reviews_slider .slick-next {
  right: 20px;
}

.reviews_slider1 .slick-prev {
  left: 20px;
}

.reviews_slider1 .slick-next {
  right: 20px;
}

.reviews_section {
  padding: 0 40px;
}

.reviews_section .description {
  padding: 0 0 25px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

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

.review_item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  color: #333;
  overflow: hidden;
  /* width: 410px; */
  margin: 20px auto;
}

.review_item p {
  padding: 10px 10px 30px;
  text-align: center;
}

.photo {
  display: block;
}

.author_block {
  text-align: center;
  padding: 20px;
  position: relative;
}

.reviews_section .avatar {
  display: block;
  float: left;
  width: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reviews_section .author_info {
  padding: 10px 0 0 79px;
}

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

.slick-initialized .slick-slide {
  padding: 30px;
}

@media screen and (max-width: 800px) {
  .slick-initialized .slick-slide {
    padding: 5px;
  }

  .reviews-block {
    padding: 5px;
  }

  .reviews-block .col-12 {
    padding: 0px;
  }
}

.how-container .how-item__icon {
  min-width: 100px;
}

.logo a span {
  font-size: 16px;
}

@media (max-width: 575px) {
  .mobile-content .mobile-content__header h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.timer {
  background: #fc1919;
  padding: 20px 0px 45px;
}

.timer p {
  padding: 0px;
  color: #fff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font: 26px "MuseoSansCyrl-700";
}

.countbox {
  margin: 0 auto;
  line-height: 1.2;
  font-size: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countbox .countbox-num {
  float: left;
  width: 120px;
  height: 60px;
  position: relative;
  color: #fff;
}

.countbox .countbox-space {
  float: left;
  width: 10px;
  line-height: 60px;
}

.countbox .countbox-space:before {
  content: "\003A";
  font: 30px "MuseoSansCyrl-900";
  color: #fff;
  line-height: 36px;
}

.countbox-hours1,
.countbox-mins1,
.countbox-secs1,
.countbox-hours2,
.countbox-mins2,
.countbox-secs2 {
  float: left;
  width: 48px;
  height: 60px;
  text-align: center;
  background: #dfdfdf;
  z-index: 1;
  font: 32px "MuseoSansCyrl-900";
  color: #000;
  line-height: 60px;
  margin: 0 3px;
  border-radius: 5px;
}

.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 66px;
  height: 18px;
  width: 108px;
  font-size: 16px;
  padding: 0 8px 4px;
  color: #fff;
  text-transform: lowercase;
}

.mobile-content .mobile-content__header,
header,
.cta-headline,
.reviews_slider .slick-prev,
.reviews_slider .slick-next {
  background-color: #292e2d;
}

.mobile-content .mobile-content__header,
header,
.cta-headline,
.reviews_slider1 .slick-prev,
.reviews_slider1 .slick-next {
  background-color: #292e2d;
}

@media (max-width: 575px) {
  .cta-img {
    width: 107%;
    height: 100%;
    margin-left: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

  .mobile-content .btn-buy {
    margin-top: 30px;
    font-size: 22px;
    margin-bottom: 30px;
    padding: 10px 18px;
  }
}

.price_item.new {
  background: #fc1a1a;
}

.btn-buy {
  background-color: #fc1a1a;
}

.timer {
  background: #fc1a1a;
}

.price_item.new::before {
  border-bottom: 100px solid #fc1a1a;
}

.price_item.old::after {
  border-top: 100px solid #fc1a1a;
}

.bullet-item {
  border-color: #136d79;
}

.char-list li::marker {
  color: #136d79;
}

.how-container .how-item__icon svg {
  fill: #136d79;
}

.loader-active .loader {
  /*background-color: #136d79;*/
  background: #4e910d; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.first-text .first-btns .btn-buy--details {
  color: white;
  border: 2px solid #fc1a1a;
}

.first-text .first-btns .btn-buy--details:hover {
  color: #136d79;
}

.nav-buy-item {
  white-space: nowrap;
  color: #136d79;
}

.color-selector {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;

  /* flex-direction: column;
	align-items: center; */
}

.color-option {
  position: relative;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.3s ease;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.color-option:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.color-option.selected {
  border-color: #6c2aa0;
  background-color: #f0f8ff;
}

.color-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
}

.color-label {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.checkmark {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #6c2aa0;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.color-option.selected .checkmark {
  display: flex;
}

.products_count {
  padding: 0 15px;
  font-size: 17px;
  line-height: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  text-wrap: balance;
}

.products_count {
  color: #000;
}

.products_count b {
  margin: 0 4px;
  padding: 3px 6px;
  background: #6c2aa0;
  font-size: 24px;
  color: #fff;
}

.color-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
