
* {
  box-sizing: border-box;
}
/* montserrat-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v29-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v29-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html,
body,
h1,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;

}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
}

body {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}

.container {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}

.text-center {
  text-align: center !important;

}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb37 {
  margin-bottom: 37px;
}

.article {
  
  margin: 15px 0;
}

.article--padding {
  padding: 0px 15px;
}

.title {
  color: #202629;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 117.857% */
}

.date {
  color: #4a4a4a;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.28px;
}

.subtitle {
  color: #202629;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3; /* 108.333% */
}

.header {
  background: #b12e32;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
}

.header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.center {
  text-align: center;
}

.header_logo {

  text-align: center;
}
.header_logo img {
  width: 134.94px;
}

.header_burger img {
  width: 24px;
}

.header_search img {
  width: 21px;
  height: 21px;
}

.header_bottom-left {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.header_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.header_bottom a:last-child {

  display: flex;
  align-items: center;
  justify-content: center;
}
.header_bottom a img {
  width: 19.833px;
  margin-right: 5px;
}
.header_bottom a span {
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 21px */
  text-transform: uppercase;
}

.comments_block {
  border-bottom: 0.5px solid #dadada;
  padding-bottom: 24px;
  margin-bottom: 22px;
}
.comments_block:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.accent-b {

  background-color: #ffeeba;
  padding: 15px;
  border-radius: 5px;
}

.content-title-accent {
  color: red;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 15px;
}

.comments_item {
  display: flex;
  align-items: flex-start;
  gap: 0 14px;
  margin-bottom: 15px;
}
.comments_item.answer {
  padding-left: 54px;

}
.comments_item-img {
  width: 50px;
  height: 50px;
}
.comments_item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.comments_item-time {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #bdbdbd;
}
.comments_item-actions a {
  display: block;
  line-height: 1;
}


.comments_item-text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #202629;
}
.comments_item-actions {
  display: flex;
  align-items: center;
  gap: 0 14px;
}
.comments_item-actions span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #bdbdbd;
}
.comments_item-likes {
  display: flex;
  align-items: center;
  gap: 0 6px;
  cursor: pointer;
}
.comments_item-likes.liked span {
 font-weight: bold;
}

.comments_item-likes img {
  width: 14px;
}
.comments_item-likes span {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #1fc762;
}

.comments {
  font-family: "Amiko", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
}
.comments_actions {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.comments_actions-photo {
  background: #bdbdbd;
  border-radius: 2px;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comments_actions-field {
  background: #ececec;
  border-radius: 2px;
  flex: 1;
  position: relative;
  height: 24px;
  display: flex;
  align-items: center;
}
.comments_actions-field .input {
  padding: 0 9px;
  border: none;
  background: rgba(255, 255, 255, 0);
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 28px;
  color: #d2d2d2;
}
.comments_actions-field svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.footer {
  padding: 15px 0 0;
}
.footer_copyright {
  color: #4a4a4a;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.22px;
  text-align: center;
}

.red_list {
  background: #fff5f5;
  padding: 15px;
}
.red_list--2 {
  padding: 0;
  margin: 15px 0;
}

.red_list.arrow .red_list-item::before {
  top: 0px;
  width: 25px;
  height: 25px;
  background: url("../images/redArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.red_list.check, .red_list.mark {
  background: #f6fff2;
}
.red_list.check .red_list-item {
  padding-left: 45px;
}
.red_list.check .red_list-item::before {
  top: 0;
  width: 24px;
  height: 24px;
  background: url("../images/check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


.red_list.mark .red_list-item {
  padding-left: 22px;
  

}

.red_list.mark .red_list-item::before {
  top: 10px;
  width: 6px !important;
  height: 6px;
  border-radius: 50%;
  background: #000;
  

}



.red_list-item {
  padding-left: 42px;
  margin-bottom: 15px;
  position: relative;
}
.red_list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.red_list-item:last-child {
  margin-bottom: 0;
}
/* .red_list-item strong {
  display: block;
  color: #202629;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; 
  margin-bottom: 10px;
} */
.red_list {
  display: block;
  color: #202629;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.emoji_item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.emoji_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../images/emoji.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.emoji_item:last-child {
  margin-bottom: 0;
}
.emoji_item strong {
  color: #292020;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  display: block;
  margin-bottom: 10px;
}
.emoji_item span {
  display: block;
  color: #202629;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.ingredients {
  background-color: #e9e9e9;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;

}
.ingredients h2 {
  text-align: center;
  color: #333;
}
.ingredients ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.ingredients li {
  margin-bottom: 10px;

  line-height: 1.5;
}
.ingredients li:last-child {
  margin-bottom: 0;
}

.red_list.check {
  margin-bottom: 15px;
}


.ingredients strong {
  color: #007b5e;
}

a {
  cursor: pointer !important;
}

.inL_335404.inL_335404{
  display: block;
  color: #202629;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-style: italic;
}
.inL_30840.inL_30840{
  display: block;
  color: #202629;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-style: italic;
}
.inL_932693.inL_932693{text-align: center}
.inL_886938.inL_886938{width: 187px}
.inL_946209.inL_946209{
    color: #e51e25;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }

  .content-separate {
    width: 100%;
    height: 2px;
    background-color: #059a23;

}


  @media (max-width: 767px) {
    .red_list {
      padding: 15px 15px;
    }

    .inL_886938.inL_886938 {
      width: 170px;
    }

    .content-title-accent  {
      font-size: 24px;
    }

    .red_list--2 {
      padding: 0;
    }

    .red_list, .emoji_item span,.inL_335404.inL_335404, .inL_30840.inL_30840, .comments_item-text {
      font-size: 17px;
      line-height: 1.4;
    }

    .red_list.arrow .red_list-item::before {
      width: 14px;
      
    }

    .red_list-item {
      padding-left: 22px !important;
    }
  }

  @media (max-width: 479px) {

  

    .header_bottom {
      display: none;
    }

    .header_top {
      margin-bottom: 0 !important;
    }
  }


  

button,
input {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button {
	cursor: pointer;
}

button {
	text-transform: none;
}

.red_list.mark {
  margin-bottom: 15px;
}


button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

.product_box-info-text {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0;
}

.product_box-info {
	text-align: center;
}


.product_box-img {
	width: 175px;
	position: relative;
}

.product_box-img:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background: url(../images/discount--popup.png) no-repeat center / contain;

}

.product_box {
	border: 2px dashed #CCCCCC;
	padding: 15px;
	text-align: center;
	max-width: 700px;
	margin: 15px auto;
}


.cta_btn {
	color: var(--lightColor);
	background: #F92323;
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 18px;
	border: none;
	border-bottom: 4px solid #D20909;
	border-radius: 5px;
	min-width: 100%;
	text-align: center;
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-transform: uppercase;
	color: #fff;
}

.cta_btn:hover {
	color: var(--lightColor);
	background: #D20909;
	text-decoration: none;
	-webkit-transform: scale(1.025);
	-ms-transform: scale(1.025);
	transform: scale(1.025);
  color: #fff;
}

.cta_btn--content {
  width: 400px;
  max-width: 100%;
  min-width: inherit ;
  margin: 0 auto;
  color: #fff !important;
}

.product_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.order__form input {
	outline: none;
	color: var(--darkColor);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 15px;
	border: 1px solid #DBDCDD;
	border-radius: 3px;
	padding: 12px 10px;
	margin-bottom: 15px;
	width: 100%;
}

.order__form input:hover,
.order__form input:focus {
	box-shadow: 3px 3px 5px #ccc;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.prices {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 15px;
}

.price_old {
	color: #9c9c9c;
	width: fit-content;
	margin: 0 auto 15px;
}

.price_old-canceled {
	font-size: 18px;
	position: relative;
}

.price_old-canceled::before,
.price_old-canceled::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	background-color: #9c9c9c;
}

.price_old-canceled::before {
	rotate: 15deg;
}

.price_old-canceled::after {
	rotate: -15deg;
}

.price_new {
	color: #F92323;
}

.price_new-accented {
	font-size: 30px;
	line-height: 1;
}

@media (max-width: 575.98px) {


  .order__form {
    margin-top: 15px;
  }

	.cta_btn {
			font-size: 16px;
			padding: 8px 15px;
			line-height: 1.3;
	}

	.cta_btn {
			font-size: 16px;
			padding: 12px 15px;
	}

	.price_old-canceled {
			font-size: 16px;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {

	.cta_btn {
			font-size: 16px;
			padding: 12px 15px;
	}

	.price_old-canceled {
			font-size: 16px;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {

	.cta_btn {
			font-size: 18px;
			padding: 12px 15px;
	}
}

@media (min-width:450px) {
	.prices {
			flex-direction: row;
			gap: 20px;
			margin-bottom: 15px;
	}

	.price_old,
	.price_new {
			display: flex;
			flex-direction: column;
			width: fit-content;
			align-items: center;
			justify-content: space-between;
			height: 54px;
			margin: unset;
			gap: 4px;
			font-size: 18px;
	}

}

@media (min-width:576px) {
	.product_box {
			flex-direction: row;
			gap: 15px;
			align-items: center;
			justify-content: center;
	}
}

@media (min-width:768px) {
	.prices {
			flex-direction: row;
			gap: 15px;
			align-items: center;
	}

	.price_old,
	.price_new {
			flex-direction: column;
			height: unset;
	}
}

.composition {
  text-align: center;
  margin: 15px 0;
}

.composition-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.composition-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.comment-image {
	margin: 15px 0 15px;
  width: 300px;
  max-width: 100%;
}

.content-img {
  width: 450px;
  max-width: 100%;
  margin: 0 auto 15px;
  display: block;
}

.composition-item {
  width: calc(20% - 10px); /* 5 елементів в ряд на великих екранах */
  max-width: 150px;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .composition-item {
    width: calc(33.333% - 10px); /* 3 в ряд на середніх екранах */
  }

  .header, .article-padding {

    padding: 0 15px;
  }

  .header {
    padding: 10px 15px;
  }
}

@media (max-width: 768px) {
  .composition-item {
    width: calc(50% - 10px); /* 2 в ряд на планшетах */
  }
}

@media (max-width: 480px) {
  .composition-item {
    width: 40%; /* 1 в ряд на мобільних */
  }
}


.spoiler{position:relative;z-index:0;cursor:pointer;user-select:none;overflow: hidden;}.spoiler img{filter:blur(8px)}.spoiler:before{content:'18+';position:absolute;top:0;color:#fff;left:0;transition:.5s;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2;font-size:60px;font-weight:700;text-shadow:#fc0 1px 0 10px}.spoiler.spoiler--active:before{opacity:0}.spoiler.spoiler--active img{filter:blur(0)}
