.container {
  min-width: 320px;
}
.banner {
  margin-bottom: 25px;
  margin-top: 15px;
}
.banner__img {
  width: 100%;
}
.main-content {
  color: #333333;
  margin-bottom: 30px;
  box-shadow: 0px 14px 27px -21px rgba(245, 245, 245, 0.6);
  border-radius: 5px;
  box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.main-content__ttl {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.main-content__txt {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.main-content__txt p {
	text-align: start;
}
.main-content__txt ul {
  padding-left: 40px;
  text-align: left;
}
.advantages {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.advantages__box {
  text-align: center;
  padding-top: 15px;
}
.advantages__ttl {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #3b7337;
  font-weight: 700;
}

.advantages__txt {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  font-weight: 300;
}

.advantages__line {
  display: block;
  width: 98px;
  height: 1px;
  margin: 0 auto;
  background-color: #eeeeee;
}
.advantages__line--last {
  display: none;
}
.products-type {
  text-align: center;
}

.products-type__ttl {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #0e1317;
  font-weight: 700;
}

.products-type__box {
  background-color: #ededed;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 32px;
  padding: 20px 15px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.products__for {
  display: block;
  color: #333;
  position: relative;
  transition: color 0.3s;
  padding: 0 15px 0 0;
  line-height: 24px;
  margin-bottom: 15px;
}
.products__for:hover {
  color: #3b7337;
}
.products__for::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 6px;
  height: 12px;
  background-image: url(../img/new_img/images/arrow_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-card {
  text-align: center;
  padding: 15px 10px 8px;
  margin: 10px 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.product-card__type {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #3b7337;
  font-weight: 400;
  margin: 0;
}
.product-card__ttl {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  margin: 0px 0 8px;
}
.product-card__img-box {
  border: 1px solid #ededed;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__img {
  width: 100%;
}

.product-card__data {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.product-card__price {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
}
.product-card__btn {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  width: 100%;
  position: relative;
  height: 48px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
  margin-top: 8px;
  cursor: pointer;
}
.product-card:hover .product-card__btn {
  height: 48px;
  border-radius: 5px;
  color: #fff;
  background: #c8e272;
  background: -moz-linear-gradient(-45deg, #c8e272 0%, #3b7337 100%);
  background: -webkit-linear-gradient(-45deg, #c8e272 0%, #3b7337 100%);
  background: linear-gradient(135deg, #c8e272 0%, #3b7337 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8e272', endColorstr='#3b7337',GradientType=1 );
}
.product-card:hover .product-card__btn-ico {
  background: none;
}
.product-card__btn-txt {
  margin: 0;
}
.product-card__btn-ico {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background: #a8d365;
  background: -moz-linear-gradient(-45deg, #a8d365 0%, #649948 100%);
  background: -webkit-linear-gradient(-45deg, #a8d365 0%, #649948 100%);
  background: linear-gradient(135deg, #a8d365 0%, #649948 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d365', endColorstr='#649948',GradientType=1 );
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-card__btn-ico::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 20px;
  background-image: url(../img/new_img/images/hover/icon_cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.products-owl-carousel .owl-controls {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.products-owl-carousel .owl-controls .owl-nav {
  font-size: 0;
  display: flex;
}

.products-owl-carousel .owl-controls .owl-nav .owl-prev {
  background-image: url(../img/new_img/images/arrow_left.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 7px;
}

.products-owl-carousel .owl-controls .owl-nav .owl-next {
  background-image: url(../img/new_img/images/arrow_right.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 7px;
}

.products-owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  border: 1px solid #3b7337;
}
.products-owl-carousel .owl-controls .owl-nav .owl-next:hover {
  border: 1px solid #3b7337;
}

.banner-slider {
  position: relative;
}
.banner-owl-carousel .owl-controls {
  height: 5px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-owl-carousel .owl-controls .owl-dots {
  display: flex;
  justify-content: center;
}
.banner-owl-carousel .owl-controls .owl-dot {
  width: 12px;
  height: 5px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0 4px;
}
.banner-owl-carousel .owl-controls .owl-dot.active {
  width: 24px;
  height: 5px;
  background-color: #a3d063;
}

.buy-steps {
  text-align: center;
}
.buy-steps__line {
  height: 1px;
  width: 100%;
  background-color: #eee;
  margin-bottom: 40px;
}
.buy-steps__ttl {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #0e1317;
  font-weight: 700;
}
.buy-steps__link {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #3b7337;
  font-weight: 700;
  margin-bottom: 40px;
  display: block;
}
.buy-steps__box {
  padding-left: 30px;
}
.buy-step {
  border-radius: 5px;
  border: 1px solid #ededed;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  position: relative;
  margin-bottom: 40px;
}
.buy-step::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 80px;
  height: 80px;
  top: -35%;
  left: -25%;
  transform: translate(25%, 25%);
  border-radius: 50%;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.2);
}
.buy-step--1::before {
  background-image: url(../img/new_img/images/step_1.svg);
}
.buy-step--2::before {
  background-image: url(../img/new_img/images/step_2.svg);
}
.buy-step--3::before {
  background-image: url(../img/new_img/images/step_3.svg);
}
.buy-step--4::before {
  background-image: url(../img/new_img/images/step_4.svg);
}
.buy-step__title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #0e1317;
  font-weight: 300;
}
.buy-step__title--1 span {
  color: #eaec7f;
}
.buy-step__title--2 span {
  color: #a3d063;
}
.buy-step__title--3 span {
  color: #3b7337;
}
.buy-step__title--4 span {
  color: #4c4040;
}
.buy-step__text {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
}
.buy-step--4 .buy-step__text {
  color: #3b7337;
  font-weight: 700;
}
.article {
  text-align: center;
  margin-bottom: 45px;
}
.article__ttl {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #0e1317;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0;
}
.article__ttl span {
  display: block;
  margin: 0 auto;
}
.article-box {
  margin: 0 auto;
  padding: 15px 0;
  margin: 18px auto;
  padding: 15px 0 36px;
  position: relative;
  box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.2);
  max-width: 290px;
  width: 100%;
}
.article-box__category {
  margin-bottom: 15px;
}
.article-box__about {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.article-box__date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}
.article-box__date-ico {
  background-image: url(../img/new_img/images/date.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.article-box__img {
  max-width: 220px;
  width: 100%;

  background-color: #eee;
}
.article-box__img img {
  max-width: 220px;
  width: 100%;
}
.article-box__date-num {
  width: 50px;
  display: block;
}
.article-box__ttl {
  font-size: 24px;
  color: #a3d063;
  font-weight: 700;
  padding: 0 15px;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 65px;
}
.article-box__txt {
  line-height: 24px;
  padding: 0 15px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 30px;
}
.article-box__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: 400;
  padding: 0 15px;
}
.article-box__author {
  font-style: italic;
  position: relative;
	padding-left: 20px;
	text-align: left;
}
.article-box__author span {
  font-weight: 300;
}
.article-box__author::before {
  content: "";
  position: absolute;
  background-image: url(../img/new_img/images/author.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 13px;
  height: 13px;
  left: 0px;
  top: 4px;
}
.article-box__link {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
  position: relative;
  padding-right: 30px;
	transition: all 0.5s;
	text-align: right;
}
.article-box__link::after {
  content: "";
  position: absolute;
  background-image: url(../img/new_img/images/arrow_right_slider.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  border: 1px solid #ededed;
  border-radius: 50%;
  transition: all 0.5s;
}

@media screen and (min-width: 480px) {
  .advantages {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .advantages__line--last {
    display: block;
  }
  .advantages__box {
    max-width: 210px;
    width: 100%;
  }

  .products-type__box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .buy-steps__box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .buy-step {
    margin-right: auto;
  }
  .buy-steps__ttl {
    display: inline-block;
  }
  .buy-steps__link {
    display: inline-block;
  }
  .articles__box {
    display: flex;
    flex-wrap: wrap;
  }
  .article__ttl span {
    display: inline;
  }
  .banner-owl-carousel .owl-controls {
    bottom: 17px;
  }
}
@media screen and (min-width: 992px) {
  .banner,
  .main-content {
    width: calc(100% - 290px);
    margin-left: auto;
  }

  .content-box {
    padding-top: 8px;
  }
  .products__box {
    display: flex;
    justify-content: space-between;
  }

  .products-slider {
    min-width: 0;
    margin-top: 50px;
    width: calc(100% - 263px);
    margin-right: -15px;
  }
  .products-type {
    min-width: 0;
    width: 263px;
  }
  .products-type__box {
    width: 100%;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 263px;
    height: 439px;
  }
  .products-type__box--1 {
    background-image: url(../img/new_img/images/men_health.jpg);
  }
  .products-type__box--2 {
    background-image: url(../img/new_img/images/women_health.jpg);
  }
  .products-type__box--3 {
    background-image: url(../img/new_img/images/life_balance_.jpg);
  }
  .products-type__box--4 {
    background-image: url(../img/new_img/images/family_health.jpg);
  }

  .buy-step {
    max-width: 250px;
  }

  .article-box__info:hover .article-box__link {
    color: #3b7337;
    text-decoration: none;
  }

  .article-box__info:hover .article-box__link::after {
    border: 1px solid #3b7337;
  }

  .products-owl-carousel .owl-controls {
    right: 6px;
    left: auto;
    transform: translateX(0);
  }
  .advantages {
    border-bottom: 1px solid #eee;
  }
  .advantages__line {
    display: none;
  }
  .advantages__txt {
    margin-bottom: 30px;
  }
  .products-type__ttl {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .buy-step {
    max-width: 225px;
    padding: 20px 20px;
  }

  .article-box {
    max-width: 263px;
  }
  .banner-owl-carousel .owl-controls {
    bottom: 24px;
  }
}
