* {
  box-sizing: border-box;
}

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #8a96a3;
}

ul,
li {
  list-style: none;
}

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

svg {
  vertical-align: middle;
}

input,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  outline: none;
  background: transparent;
  border: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #202629;
  min-width: 380px;
  position: relative;
  overflow-x: hidden;
  background: #c3c0c0;
}

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

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb11 {
  margin-bottom: 11px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb13 {
  margin-bottom: 13px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb17 {
  margin-bottom: 17px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb19 {
  margin-bottom: 19px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb21 {
  margin-bottom: 21px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb23 {
  margin-bottom: 23px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb26 {
  margin-bottom: 26px;
}

.mb27 {
  margin-bottom: 27px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb29 {
  margin-bottom: 29px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb31 {
  margin-bottom: 31px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb33 {
  margin-bottom: 33px;
}

.mb34 {
  margin-bottom: 34px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb37 {
  margin-bottom: 37px;
}

.mb38 {
  margin-bottom: 38px;
}

.mb39 {
  margin-bottom: 39px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb41 {
  margin-bottom: 41px;
}

.mb42 {
  margin-bottom: 42px;
}

.mb43 {
  margin-bottom: 43px;
}

.mb44 {
  margin-bottom: 44px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb46 {
  margin-bottom: 46px;
}

.mb47 {
  margin-bottom: 47px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb49 {
  margin-bottom: 49px;
}

.blue {
  color: #065986;
}

strong.blue {
  font-weight: 600;
}

.full_img {
  border-radius: 10px;
}

.img_desc {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #353e43;
}

.header {
  border-bottom: 1px solid #f2f2f2;
  padding: 21px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo img {
  width: 150px;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 0 21px;
}
.header_burger svg {
  width: 15px;
  height: auto;
}
.header_subscribe {
  background: #0069a2;
  border-radius: 2.10989px;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  gap: 0 2px;
}
.header_subscribe span {
  text-transform: uppercase;
  font-size: 8px;
  line-height: 10px;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
}
.header_subscribe svg {
  width: 9.71px;
}

.article {
  padding: 25px 20px 16px 20px;
}

.title {
  font-family: "Amiko", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: #202629;
}

.autor {
  display: flex;
  align-items: center;
  gap: 0 9px;
}
.autor > div {
  padding-right: 6px;
  border-right: 1px solid #757575;
}
.autor_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #006cad;
}
.autor_date {
  font-size: 14px;
  line-height: 20px;
  color: #757575;
}
.autor_time {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
.autor_time span {
  font-size: 14px;
  line-height: 20px;
  color: #757575;
}

.autor {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.autor_name2 {
  font-size: 14px;
  line-height: 24px;
  color: #757575;
}
.autor_info {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #006cad;
  border-right: 0px solid #757575 !important;
}

.share {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.text {
  font-size: 20px;
}

.comments {
  font-family: "Amiko", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
}

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

.comments_item {
  display: flex;
  align-items: flex-start;
  gap: 0 14px;
  margin-bottom: 24px;
}
.comments_item.answer {
  padding-left: 54px;
  margin-bottom: 0;
}
.comments_item-img {
  width: 40px;
  height: 40px;
}
.comments_item-feed {
  margin-bottom: 8px;
}
.comments_item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.comments_item-time {
  color: #bdbdbd;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
}
.comments_item-text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  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 {
  background: #edeef3;
  display: flex;
  align-items: center;
  max-width: 110px;
  gap: 0 12px;
  padding: 4px 8px;
  margin-top: 12px;
  position: relative;
}
.comments_item-likes::before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 8px solid #EDEEF3;
  left: 10px;
  bottom: 100%;
}
.comments_item-likes span {
  color: #6c84b2;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 240% */
  text-wrap: nowrap;
}

.footer {
  background: #0b1e29;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 18px 10px;
  font-family: "Source Serif Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
}
.footer_logo {
  flex: none;
  width: 149px;
}
.footer a {
  color: #fff;
}

.comments {
  font-family: "Amiko", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
}
.comments_actions-field {
  display: grid;
  grid-template-columns: 255px auto;
  gap: 0 10px;
}
.comments_actions-field input {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ececec;
  color: #d2d2d2;
  font-family: Source Serif Pro;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 280% */
  padding: 10px;
  height: 62px;
}
.comments_actions-field button {
  border-radius: 3px;
  background: #6c84b2;
  color: #fff;
  font-family: Source Serif Pro;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 280% */
  height: 25px;
}

.red_block {
  background: #ffe3e3;
  padding: 17px 20px;
  display: flex;
  gap: 0 19px;
}
.red_block.center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.red_block.center .red {
  color: #e92005;
}
.red_block svg {
  flex: none;
  width: 10px;
  padding-top: 6px;
}
.red_block strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #202629;
}

.arrow_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 19px 0;
  position: relative;
}
.arrow_block::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #f5f5f5;
  z-index: 1;
}
.arrow_block.blue1 {
  background: #cddfeb;
}
.arrow_block.blue1::before {
  border-top: 15px solid #cddfeb;
}
.arrow_block.blue2 {
  background: #8dacc3;
}
.arrow_block.blue2 .arrow_block-title {
  color: #fff;
}
.arrow_block.blue2 .arrow_block-text {
  color: #fff;
}
.arrow_block.blue2::before {
  border-top: 15px solid #8dacc3;
}
.arrow_block.blue3 {
  background: #115981;
}
.arrow_block.blue3 .arrow_block-title {
  color: #fff;
}
.arrow_block.blue3 .arrow_block-text {
  color: #fff;
}
.arrow_block.blue3::before {
  display: none;
}
.arrow_block-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #202629;
}
.arrow_block-img {
  margin-bottom: 6px;
  width: 221px;
  margin: 0 auto;
}
.arrow_block-text {
  color: #000000;
  text-align: center;
}

.main_link {
  display: block;
  width: 232px;
  margin: 0 auto;
  margin-bottom: 33px;
  background: #006cad;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  padding: 10px 0;
}

p a {
  text-decoration: underline;
  color: #000000;
}

.marks_block {
  background: rgba(102, 218, 148, 0.2);
  border-radius: 5px;
  padding: 20px 11px;
  position: relative;
}
.marks_block::before, .marks_block::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background: url(../img/mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.marks_block::before {
  left: 5px;
  top: -15px;
}
.marks_block::after {
  right: 5px;
  bottom: -15px;
  transform: rotate(180deg);
}
.marks_block p:first-child {
  line-height: 17px;
}
.marks_block img {
  border-radius: 5px;
}

.history_title {
  font-family: "Amiko", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #202629;
}

.review_block {
  background: rgba(102, 218, 148, 0.2);
  border-radius: 5px;
  padding: 8px 13px;
}

.blue_block {
  background: rgba(173, 208, 230, 0.24);
  padding: 17px;
}

.list_item {
  margin-bottom: 20px;
  color: #202629;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}
.list_item:last-child {
  margin-bottom: 0;
}

.list_item-title {
  padding-left: 25px;
  position: relative;
}
.list_item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.list_item-subtitle {
  font-weight: 400;
  padding-left: 45px;
  position: relative;
}
.list_item-subtitle::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 12px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 100%;
}

.blue_title {
  color: #065986;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 125% */
}

.dotted_block {
  padding: 7px;
}

.dotted_block-wrapper {
  border: 2px dashed #e92005;
  background: #f9f5f5;
  color: #202629;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  padding: 19px 12px;
}
.dotted_block-wrapper strong {
  color: #0069a2;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}

.ingredients-item {
  padding: 12px;
  border-radius: 2px;
  border: 1px solid #0b780f;
  display: grid;
  grid-template-columns: 94px auto;
  gap: 0 14px;
  margin-bottom: 10px;
  align-items: center;
}
.ingredients-item:last-child {
  margin-bottom: 28px;
}

.ingredients_img img {
  width: 100%;
}

.ingredients_title {
  color: #202629;
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin-bottom: 9px;
}

.ingredients_text {
  color: #202629;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 109.091% */
}

.magazine {
  position: relative;
}

.magazine_header {
  position: absolute;
  left: 25px;
  top: 34px;
  color: #4c4c4c;
  font-size: 34.638px;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 600;
  line-height: 42.931px;
  max-width: calc(100% - 25px);
  overflow: hidden;
}

.magazine_menu {
  position: absolute;
  left: 50%;
  top: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 62px);
  transform: translateX(-50%);
}

.magazine_menu-item {
  color: #000;
  font-size: 6.01px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 6.01px;
}

.magazine_title {
  position: absolute;
  left: 24px;
  top: 108px;
  color: #4c4c4c;
  font-size: 15px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.magazine_text {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #434343;
  text-align: center;
  font-family: Montserrat;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  text-align: center;
}

.green_block {
  padding: 12px 30px;
  background: rgba(102, 218, 148, 0.2);
}

.chess_list-item {
  margin: 0 10px;
  padding: 18px 10px;
  padding-left: 52px;
  position: relative;
  color: #221b1b;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 100% */
}
.chess_list-item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../img/arrow_right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.chess_list-item:nth-child(odd) {
  background: #ecf0ff;
}
.chess_list-item:nth-child(even) {
  background: #f9fbff;
}

.order {
  background: #065986;
  border-radius: 15px;
  color: #ffffff;
  padding: 11px 21px 25px 21px;
  margin: 0 10px;
}

.order_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 0 11px;
}

.order_product {
  width: 111px;
  flex: none;
}

.order_info {
  flex: 1;
  text-align: center;
}

.order_old {
  color: #d05356;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  text-decoration-line: strikethrough;
}

.order_old .derection {
  text-decoration: line-through;
}

.order_new {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 31px;
  font-style: normal;
  font-weight: 900;
  line-height: 35.602px; /* 114.846% */
}

.order_days {
  font-weight: 700;
  font-size: 15.4581px;
  line-height: 18px;
  margin-bottom: 10px;
}

.order_sale {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 73.61% */
}

.order_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 11px 16px rgba(0, 80, 18, 0.25);
  border-radius: 83.5436px;
  width: 269px;
  height: 61px;
  margin: 0 auto;
  padding: 0 10px;
}

.order_btn img {
  width: 43px;
  flex: none;
}

.order_btn span {
  font-weight: 900;
  font-size: 13.6809px;
  line-height: 16px;
  color: #1a8917;
  margin-left: 10px;
}

.order_header {
  display: flex;
}

.order_logo {
  width: 119px;
  height: 97px;
  margin-right: 17px;
}

.order_hedaer-text {
  display: flex;
  flex-direction: column;
}

.order_hedaer-text strong {
  margin-bottom: 7px;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  display: block;
}

.order_hedaer-text span {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}

.order_form input {
  background: #ffffff;
  border-radius: 3px;
  padding: 9px 18px;
  font-size: 16px;
  line-height: 19px;
  color: #858585;
  border: none;
  margin-bottom: 19px;
  width: 100%;
}

.order_form button {
  display: block;
  background: #f4eb25;
  border-radius: 3px;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #202629;
  width: 100%;
}

.comments_title {
  margin-bottom: 8px;
}/*# sourceMappingURL=styles.css.map */