@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
}

.faq__link h3 {
  margin: 0;
}

h1 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 12px 0 6px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: #060;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

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

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

body,
html,
ul {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body,
h2,
h3 {
  font-size: 16px;
  color: #111;
}

body {
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding-top: 55px;
}

@media (min-width: 768px) {
  main {
    padding-top: 3px;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .recipes__text {
    display: block;
    display: -webkit-box !important;
    max-width: 650px;
    height: 54px; /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 16px;
    margin-bottom: 24px;
  }

  .recipes__category ul li::before {
    content: "\2022";
    color: #693;
    font-weight: 700;
    margin-right: 12px;
  }
  .recipes__category ul li {
    padding-bottom: 4px;
  }
  .recipes__category {
    display: none !important;
  }
  .recipes__category span {
    display: none !important;
  }
  .recipes__info .recipes__item-title {
    font-weight: bold;
  }
}

a:hover {
  color: #060;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  h1 {
    margin: 8px 0;
    font-size: 24px;
  }
}

h2,
h3 {
  font-weight: 700;
  margin: 12px 0;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 20px;
    margin: 18px 0;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 18px;
    margin: 18px 0;
  }
}

ul {
  list-style: none;
}

button {
  border: 0;
  cursor: pointer;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
input:focus::-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-overflow {
  position: fixed;
  height: 100%;
  width: 100%;
}

.no-overflow,
.overflow-hidden {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  max-width: 1212px;
  margin: 0 auto;
  padding: 0 16px;
}

.to-top {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12),
    0 8px 8px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
}

.to-top__btn {
  display: block;
  position: absolute;
  top: -5px;
  right: -150px;
  width: 54px;
  height: 54px;
  font-size: 0;
  background-color: #fff;
  background-image: url(../img/to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .to-top__btn {
    top: -20px;
    right: 0;
  }
}

.to-top__btn--down {
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  right: auto;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url(../img/to-down.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.btn,
.header {
  background-color: #fff;
  width: 100%;
}

.btn {
  max-width: 229px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 48px;
  font-weight: 500;
  color: #060;
  padding: 0 14px;
  border: solid 1px #060;
  border-radius: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:active,
.btn:hover {
  background-color: rgba(0, 102, 0, 0.05);
  text-decoration: none;
}

.header {
  position: fixed;
  z-index: 1;
}

.header__top {
  height: 52px;
  border-bottom: 3px solid #77D8CB;
}

.header__top .container {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  display: block;
/*   width: 24px; */
  height: 38px; 
  margin-right: 9px;
}

.header__title {
  display: block;
  height: 16px;
}

.header__text {
  display: none;
  font-size: 12px;
  line-height: 14px;
  color: #555;
  margin: 0;
}

.header__search,
.header__toggle {
  width: 30px;
  height: 30px;
  background-color: #fcfcfc;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.header__search:hover,
.header__toggle:hover {
  border-radius: 2px;
  background-color: #e5efe5;
}

.header__search-form {
  height: 30px;
  margin-right: 8px;
  margin-left: auto;
  position: relative;
}

.header__search-input {
  display: none;
  width: 260px;
  height: 42px;
  padding: 14px 52px 14px 14px;
  position: absolute;
  right: -6px;
  top: -6px;
  color: #333;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(152, 152, 152, 0.5);
  box-shadow: 0 2px 4px 0 rgba(152, 152, 152, 0.5);
  border: solid 1px #dfdfdf;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-230px);
  transform: translateX(-230px);
}

@media (min-width: 768px) {
  .header__search-input {
    width: 320px;
  }
}

.header__search-input.show {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header__search {
  background-image: url(../img/icon-search.svg);
  position: relative;
  outline: 0;
  z-index: 2;
}

.header__toggle {
  background-image: url(../img/icon-toggle.svg);
}

.header__toggle.active {
  background-color: #060;
  background-image: url(../img/icon-close.svg);
}

.header__wrap {
  display: none;
  height: 100vh;
}

.header__wrap.active {
  display: block;
}

.header__nav-link {
  width: 100%;
  padding: 0 0 0 39px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  background-color: #f7f7f7;
  line-height: 47px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-image: url(../img/angle-down.svg);
  background-position: 16px, center;
  background-repeat: no-repeat;
  outline: 0;
}

.header__nav-link.active {
  color: #060;
  background-image: url(../img/icon-arrow-down-green.svg);
  background-size: 13px;
}

.header__nav-link#postsBtn {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .header {
    position: static;
  }
  .header__top .container {
    padding: 7px 16px 4px;
  }
  .header__logo {
    width: 144px;
    height: 38px;
    margin-right: 14px;
  }
  .header__title {
    margin-bottom: 2px;
  }
  .header__text {
    display: block;
  }
}

@media (min-width: 1024px) {
  .header__search {
    margin-right: 0;
  }
  .header__toggle {
    display: none;
  }
}

.main__header-text {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  margin: 8px 0 16px;
}

.main__text {
  font-size: 14px;
  line-height: 16px;
  margin: 8px 0;
}

.main__wrap {
  border-top: 1px solid #dedede;
}

.main__wrap .container {
  padding: 0;
}

.main__right {
  display: none;
  min-width: 283px;
  max-width: 283px;
  padding-top: 29px;
}

.main__rait-text {
  color: #555;
  font-size: 14px;
}

@media (min-width: 768px) {
  .main__wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
  }
  .main__left {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .main__header-text {
    font-size: 14px;
    line-height: 16px;
  }
  .main__left {
    margin-right: 16px;
  }
  .main__right {
    display: block;
  }
}

.main-nav__category,
.main-nav__posts {
  display: none;
}

.main-nav__category ul li,
.main-nav__posts ul li {
  background-color: rgba(0, 0, 0, 0.01);
  border-bottom: 1px solid #ebebeb;
}

.main-nav__category ul li:last-child,
.main-nav__posts ul li:last-child {
  border-bottom: 0;
}

.main-nav__category ul li a,
.main-nav__posts ul li a {
  padding: 0 26px 0 16px;
  display: block;
  font-weight: 500;
  position: relative;
  line-height: 40px;
  color: #111;
}

.main-nav__category ul li a::after,
.main-nav__posts ul li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 26px;
  top: calc(50% - 3px);
  background: url(../img/icon-arrow-down.svg) no-repeat;
}

.main-nav__category ul li a:hover,
.main-nav__posts ul li a:hover {
  text-decoration: none;
}

.main-nav__category ul li a.active::after,
.main-nav__posts ul li a.active::after {
  background: url(../img/icon-arrow-up-green.svg) no-repeat;
}

.main-nav__category ul li a.active span,
.main-nav__posts ul li a.active span {
  color: #060;
  border-bottom: 2px solid #060;
}

.main-nav__category ul li ul,
.main-nav__posts ul li ul {
  display: none;
  border-left: 2px solid #060;
}

.main-nav__category ul li ul li,
.main-nav__posts ul li ul li {
  border-bottom: 0;
}

.main-nav__category ul li ul li a,
.main-nav__posts ul li ul li a {
  padding-left: 26px;
  line-height: 38px;
}

.main-nav__category ul li ul li a::after,
.main-nav__posts ul li ul li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: calc(50% - 5px);
  background: url(../img/arrow-right-1.svg) no-repeat;
}

.main-nav__category.show,
.main-nav__posts.show {
  display: block;
}

.main-nav__category > ul {
  border-bottom: 1px solid #ebebeb;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs li {
  margin-right: 4px;
  position: relative;
}

.breadcrumbs li::after {
  content: "»";
  margin-left: 4px;
}

.breadcrumbs li:last-child::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 9px;
  top: 9px;
  right: -13px;
  margin-left: 0;
  background: url(../img/icon-subdirectory-arrow-left.svg) no-repeat;
}

.breadcrumbs li a {
  font-size: 12px;
  color: #555;
}

@media (max-width: 1024px) {
  .bottom-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #e5e5e5;
    background-color: #fafafa;
	z-index: 2;
  }
  .bottom-bar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 49px;
  }
  .bottom-bar__item {
    width: 25%;
  }
  .bottom-bar__link {
    display: block;
    padding-top: 28px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: #9b9b9b;
    background-position: center 10px;
    background-repeat: no-repeat;
  }
  .bottom-bar__link:hover {
    text-decoration: none;
    color: #9b9b9b;
  }
  .bottom-bar__link.active {
    color: #060;
  }
  .bottom-bar__link--main {
    background-image: url(../img/icon-home.svg);
  }
  .bottom-bar__link--main.active {
    background-image: url(../img/icon-home-green.svg);
  }
  .bottom-bar__link--new {
    background-image: url(../img/icon-newspaper.svg);
  }
  .bottom-bar__link--new.active {
    background-image: url(../img/icon-newspaper-green.svg);
  }
  .bottom-bar__link--best {
    background-image: url(../img/icon-comparison.svg);
  }
  .bottom-bar__link--best.active {
    background-image: url(../img/icon-comparison-green.svg);
  }
  .bottom-bar__link--ingr {
    background-image: url(../img/icon-folder-open.svg);
  }
  .bottom-bar__link--ingr.active {
    background-image: url(../img/icon-folder-open-green.svg);
  }
}

@media (min-width: 1024px) {
  .bottom-bar {
    display: none;
  }
}

.faq,
.faq__inner ul {
  margin-bottom: 16px;
}

.faq ul li {
  border: solid 1px #dfdfdf;
  border-radius: 5px;
  margin-bottom: 5px;
}

.faq__link {
  padding: 15px 20px;
  display: block;
  color: #111;
  position: relative;
}

.faq__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  background-image: url(../img/icon-arrow-down.svg);
  background-repeat: no-repeat;
}

.faq__link:hover {
  text-decoration: none;
}

.faq__inner {
  display: none;
  padding: 0 20px;
}

.faq__inner p {
  font-size: 14px;
  line-height: 19px;
}

.faq__inner ul {
  font-size: 14px;
}

.faq__inner ul li {
  border: 0;
}

.faq__inner ul li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #060;
  margin-right: 12px;
}

.footer {
  padding-bottom: 50px;
}

.footer__header {
  background-color: #fcfcfc;
  border-top: 1px solid #dfdfdf;
  padding: 12px 0;
}

.footer__header .container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__header .to-top {
  position: absolute;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12),
    0 8px 8px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
  bottom: -36px;
  right: 19px;
  width: 40px;
  height: 40px;
  background-image: url(../img/to-top.svg);
  border-radius: 50%;
}

.footer__logo {
  display: block;
  height: 38px;
  margin-right: 33px;
  margin-bottom: 5px;
}

.footer__title {
  color: #111;
  font-weight: 700;
  margin-right: 33px;
}

.footer__heaader-text {
  font-size: 12px;
  line-height: 14px;
  color: #555;
  margin: 0;
}

.footer__main {
  background-color: #fafafa;
  border-top: 1px solid #dfdfdf;
  padding: 16px 0;
}

.footer__category ul,
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__wrap span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin-bottom: 16px;
}

.footer__nav {
  margin-right: 41px;
  margin-bottom: 16px;
}

.footer__category ul li a,
.footer__nav ul li a {
  color: #111;
  font-size: 14px;
  line-height: 24px;
}

.footer__category ul li a:hover,
.footer__nav ul li a:hover {
  color: #060;
}

.footer__category ul li {
  margin-right: 37px;
}

.footer__bottom {
  background-color: #f5f5f5;
  border-top: 1px solid #dfdfdf;
  padding: 12px 0;
  font-size: 12px;
  line-height: 14px;
}

.footer__bottom p {
  margin: 0;
  color: #555;
}

@media (min-width: 1024px) {
  .footer {
    padding-bottom: 0;
  }
  .footer__header {
    padding: 16px 0;
  }
  .footer__header .to-top {
    right: 0;
  }
  .footer__logo {
    margin-bottom: 0;
  }
  .footer__main {
    padding: 18px 0 28px;
  }
  .footer__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer__nav {
    margin-bottom: 0;
  }
  .footer__category ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 432px;
  }
  .footer__bottom {
    padding: 19px 0;
    font-size: 14px;
    line-height: 16px;
  }
}

.recipes__title {
  padding: 0 37px;
  position: relative;
}

.recipes__item-rating::before,
.recipes__title::before {
  content: "";
  position: absolute;
  top: 3px;
  background-size: contain;
}

.recipes__title::before {
  left: 16px;
  width: 14px;
  height: 14px;
  background-image: url(../img/icon-parcel.svg);
  background-repeat: no-repeat;
}

.recipes__list {
  border-bottom: 10px solid #dfdfdf;
}

.recipes__item {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  border-top: 10px solid rgba(0, 0, 0, 0.08);
}

.recipes__img-container {
  max-height: 190px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recipes__img-container img {
  -o-object-fit: cover;
  object-fit: cover;
}

.recipes__item-title {
  display: block;
  margin: 0;
  padding: 12px 16px;
  font-weight: 500;
  color: #111;
  line-height: 22px;
}

.recipes__item-status {
  width: 100%;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.38);
  position: absolute;
  top: 153px;
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recipes__item-status span {
  line-height: 22px;
}

.recipes__item-rating {
  padding-left: 24px;
  position: relative;
  margin-right: 14px;
}

.recipes__item-rating::before {
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/icon-star.svg) no-repeat;
}

.recipes__item-rating span:first-child,
.recipes__item-time span:first-child,
.recipes__item-views span:first-child {
  display: none;
}

.recipes__item-views {
  padding-left: 29px;
  position: relative;
  margin-right: 14px;
}

.recipes__item-time::before,
.recipes__item-views::before {
  content: "";
  position: absolute;
  left: 0;
  background-size: contain;
}

.recipes__item-views::before {
  top: 0;
  width: 22px;
  height: 22px;
  background: url(../img/icon-eye.svg) no-repeat;
}

.recipes__item-time {
  padding-left: 28px;
  position: relative;
}

.recipes__item-time::before {
  top: 1px;
  width: 20px;
  height: 20px;
  background: url(../img/icon-time.svg) no-repeat;
}

.recipes__category,
.recipes__text {
  display: block;
}

.recipes__category > span {
  font-weight: 500;
}

.recipes__btn-wrap {
  padding: 16px;
  background-color: #ebebeb;
  text-align: center;
}

.recipes__btn-more {
  padding-right: 37px;
  background-image: url(../img/icon-arrow-down-green.svg);
  background-repeat: no-repeat;
  background-position: 172px center;
}

@media (min-width: 768px) {
  .recipes__title {
    padding-left: 30px;
    margin-bottom: 0;
  }
  .recipes__title::before {
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
  }
  .recipes__list {
    border-bottom: 0;
  }
  .recipes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #dedede;
    border-top: 0;
    max-width: none;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .recipes__item:last-child {
    border-bottom: 0;
  }
  .recipes__img-container {
    min-width: 220px;
    max-width: 220px;
    margin-right: 16px;
    min-height: 144px;
  }
  .recipes__item-title {
    display: inline-block;
    padding: 0;
    font-size: 18px;
  }
  .recipes__item-status {
    height: 32px;
    position: static;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
    color: #333;
    font-size: 14px;
  }
  .recipes__item-rating,
  .recipes__item-time,
  .recipes__item-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recipes__item-rating span:first-child,
  .recipes__item-time span:first-child,
  .recipes__item-views span:first-child {
    display: block;
    margin-right: 4px;
    font-weight: 500;
  }
  .recipes__item-time::before {
    background: url(../img/icon-time-dark.svg) no-repeat;
  }
  .recipes__text {
    display: block;
    margin: 0 0 22px;
    line-height: 18px;
  }
  .recipes__category,
  .recipes__category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recipes__category {
    color: #333;
  }
  .recipes__category-list {
    margin-left: 0px;
  }
  .recipes__category-list li::after {
    content: "/";
    margin: 0 6px;
  }
  .recipes__category-list li:last-child::after {
    display: none;
  }
  .recipes__btn-wrap {
    background-color: transparent;
  }
  .recipes__btn-more {
    width: 211px;
  }
}

.component__title {
  padding: 0 37px;
  position: relative;
}

.component__title::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: url(../img/icon-folder-open-black.svg) no-repeat;
  background-size: contain;
}

.component__list {
  border-top: 1px solid #dedede;
}

.component__item {
  border-bottom: 1px solid #dedede;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 18px;
}

.component__item:last-child {
  border-bottom: 0;
}

.component__img-container,
.component__link,
.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component__link:hover,
.recipe-more ul li a:hover {
  text-decoration: none;
}

.component__img-container,
.socials ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.component__img-container {
  max-width: 75px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.component__info ul li {
  color: #333;
  line-height: 16px;
}

.component__item-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin-bottom: 4px;
}

.component__btn-wrap {
  text-align: center;
  padding: 16px 0;
}

@media (min-width: 768px) {
  .component__title::before {
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
  }
  .component__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -17px;
    border-top: 0;
  }
  .component__item {
    width: 281px;
    margin-left: 17px;
    margin-bottom: 12px;
    border-radius: 3px;
    border: solid 1px #e4e4e4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .component__item:last-child {
    border-bottom: solid 1px #e4e4e4;
  }
  .component__item:hover {
    border: solid 1px #060;
    background-color: rgba(0, 102, 0, 0.05);
  }
  .component__link:hover {
    text-decoration: none;
  }
  .component__btn-wrap {
    padding: 21px 0 65px;
  }
}

.sidebar-nav {
  border-radius: 4px;
  border: solid 1px #dfdfdf;
  margin-bottom: 8px;
}

.sidebar-nav__title {
  display: block;
  padding: 16px 19px 13px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  border-bottom: solid 1px #dfdfdf;
}

.sidebar-nav nav > ul {
  padding: 4px 0;
}

.sidebar-nav nav ul li a:hover {
  text-decoration: none;
  background-color: rgba(0, 102, 0, 0.1);
}

.sidebar-nav nav ul li a.active {
  background-color: rgba(0, 0, 0, 0.02);
}

.sidebar-nav nav ul ul {
  display: none;
  border-left: 2px solid #060;
  background-color: #fcfcfc;
}

.sidebar-nav .sidebar-nav__posts ul li > a::after,
.sidebar-nav nav ul ul a::after {
  display: none;
}

.socials {
  min-height: 52px;
  border: solid 1px #dfdfdf;
  margin-bottom: 8px;
}

.socials ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 24px;
}

.socials ul li {
  width: 24px;
  height: 24px;
}

.socials ul li .socials__link {
  display: block;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.socials ul li .socials__link--youtube {
  background-image: url(../img/youtube-color.svg);
}

.socials ul li .socials__link--vk {
  background-image: url(../img/vk-color.svg);
}

.socials ul li .socials__link--fb {
  background-image: url(../img/facebook-color.svg);
}

.socials ul li .socials__link--inst {
  background-image: url(../img/instagram-color.svg);
}

.socials ul li .socials__link--tg {
  background-image: url(../img/telegram-color.svg);
}

.socials ul li .socials__link--tw {
  background-image: url(../img/twitter-color.svg);
}

.recipe {
  border-bottom: solid 1px #dfdfdf;
}

.recipe__text,
.recipe__title {
  padding: 0 16px;
}

.recipe__text ul {
  margin: 12px 0;
}

.recipe__img-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.recipe__img-container,
.recipe__info,
.recipe__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recipe__info {
  padding: 0 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 16px;
}

.recipe__time {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 9px 14px;
  border-radius: 4px;
  border: solid 1px #31be0b;
  background-color: rgba(49, 190, 11, 0.04);
}

.recipe__calory span:last-child,
.recipe__portion span:last-child,
.recipe__time span:last-child {
  font-weight: 500;
}

.recipe__portion {
  margin-bottom: 5px;
  padding: 8px 14px;
  border-radius: 4px;
  border: solid 1px #ff9500;
  background-color: rgba(255, 149, 0, 0.08);
}

.recipe__calory,
.recipe__components-list li > a,
.recipe__portion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recipe__calory {
  padding: 8px 14px;
  border-radius: 4px;
  border: solid 1px #9013fe;
  background-color: rgba(144, 19, 254, 0.04);
}

.recipe__components-title {
  display: block;
  padding: 0 16px 0 48px;
  position: relative;
  font-weight: 500;
  line-height: 39px;
  color: #444;
  border-top: solid 1px #dfdfdf;
  cursor: pointer;
}

.recipe__components-title::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 11px;
  width: 22px;
  height: 20px;
  background: url(../img/icon-harvest.svg) no-repeat;
  background-size: contain;
}

.recipe__components-title::after {
  content: "Показать";
  position: absolute;
  color: #060;
  font-size: 12px;
  right: 16px;
  top: 0;
}

.recipe__components-title.active::after {
  content: "Скрыть";
}

.recipe__components-list,
.static ol.static__subject-list li::before {
  display: none;
}

.recipe__components-list li {
  border-top: solid 1px #dfdfdf;
}

.recipe__components-list li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 34px;
  padding: 0 16px;
}

.recipe__components-list li > a:hover {
  background-color: rgba(0, 0, 0, 0.02);
  text-decoration: none;
}

.recipe__components-list li > a span:first-child {
  color: #069;
  font-weight: 500;
}

.recipe__components-list li > a span:last-child {
  color: #936;
  font-weight: 500;
}

.recipe__components-list.show,
.static ol.static__subject-list.show {
  display: block;
}

.recipe__components-card {
  display: none;
  padding: 10px 16px;
  position: relative;
}

.recipe__components-card::after,
.recipe__components-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  background: #dfdfdf;
}

.recipe__components-card::before {
  top: 0;
}

.recipe__components-card::after {
  bottom: 0;
}

.recipe__components-card img {
  max-width: 100px;
  float: left;
  margin-right: 40px;
}

.recipe__components-card ul li {
  border-top: 0;
  font-size: 13px;
}

.ingredient__list li span:last-child,
.recipe__components-card ul li span:last-child {
  font-weight: 500;
}

.recipe__components-card a {
  font-size: 13px;
  line-height: 20px;
}

@media (min-width: 1024px) {
  .recipe__title {
    padding: 0 30px;
    position: relative;
  }
  .recipe__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(../img/icon-file-info-alt.svg) no-repeat;
    background-size: contain;
  }
  .recipe__text {
    padding: 0;
  }
  .recipe__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .recipe__left {
    margin-right: 16px;
  }
  .recipe__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
  }
  .recipe__time {
    width: 33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 7px;
    margin-bottom: 0;
  }
  .recipe__calory span:last-child,
  .recipe__portion span:last-child,
  .recipe__time span:last-child {
    font-size: 16px;
    line-height: 19px;
  }
  .recipe__portion {
    margin-right: 7px;
    margin-bottom: 0;
  }
  .recipe__calory,
  .recipe__portion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33%;
  }
  .recipe__right {
    min-width: 320px;
    border-radius: 3px;
    border: solid 1px #dfdfdf;
  }
  .recipe__components-title {
    border-top: 0;
    line-height: 44px;
  }
  .recipe__components-list {
    display: block;
  }
  .recipe__components-list li > a {
    font-size: 15px;
    line-height: 46px;
  }
  .recipe__components-list.show {
    display: none;
  }
  .recipe__components-card a,
  .recipe__components-card ul li {
    font-size: 14px;
  }
}

.recipe-steps__text,
.recipe-steps__title {
  padding: 0 16px;
}

.recipe-steps__list {
  border-top: solid 1px #dfdfdf;
}

.recipe-steps__item {
  padding: 12px 16px;
  border-bottom: solid 1px #dfdfdf;
}

.recipe-steps__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recipe-steps__item-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin: 10px 0 4px;
}

.recipe-steps__item-text {
  margin: 0;
}

@media (min-width: 1024px) {
  .recipe-steps__title {
    padding: 0 30px;
    position: relative;
  }
  .recipe-steps__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(../img/icon-images.svg) no-repeat;
    background-size: contain;
  }
  .recipe-steps__text {
    padding: 0;
  }
  .recipe-steps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
  }
  .recipe-steps__img-container {
    margin-bottom: 0;
    margin-right: 16px;
    max-height: 150px;
  }
  .recipe-steps__img-container img {
    max-width: 226px;
    max-height: 150px;
  }
  .recipe-steps__item-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
  }
  .recipe-steps__item-text {
    max-width: 500px;
    margin: 8px 0;
  }
}

.recipe-video__text,
.recipe-video__title {
  padding: 0 16px;
}

@media (min-width: 1024px) {
  .recipe-video__title {
    padding: 0 30px;
    position: relative;
  }
  .recipe-video__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 12px;
    background: url(../img/icon-video.svg) no-repeat;
    background-size: contain;
  }
  .recipe-video__text {
    padding: 0;
  }
}

.share {
  margin-bottom: 32px;
}

.share__text {
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin: 12px 0;
}

.share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}

.share__item {
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  min-width: 69px;
  height: 48px;
  margin-right: 4px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
}

.share__item:last-child {
  margin-right: 0;
}

.share__item--vk {
  background-color: #4a90e2;
  background-image: url(../img/vk.svg);
}

.share__item--vk:hover {
  background-color: #4282cc;
}

.share__item--fb {
  background-color: #004f96;
  background-image: url(../img/facebook.svg);
}

.share__item--fb:hover {
  background-color: #004787;
}

.share__item--tg {
  background-color: #25a3e1;
  background-image: url(../img/telegram.svg);
}

.share__item--tg:hover {
  background-color: #2193cb;
}

.share__item--tw {
  background-color: #54a3ea;
  background-image: url(../img/twitter.svg);
}

.share__item--tw:hover {
  background-color: #4b93d3;
}

.share__item a {
  font-size: 0;
  display: block;
  height: 100%;
}

@media (min-width: 1024px) {
  .share {
    margin-bottom: 46px;
  }
  .share__text {
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    margin: 16px 0;
  }
  .share__list {
    padding: 0;
  }
  .share__item {
    margin-right: 12px;
  }
}

.autor-post {
  padding: 0 16px;
}

.autor-post__item,
.recipe-more ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.autor-post__item {
  padding: 21px;
  border-radius: 3px;
  border: solid 1px #dfdfdf;
  background-color: rgba(0, 0, 0, 0.02);
}

.autor-post__img-container {
  margin-right: 16px;
}

.autor-post__img-container img {
  max-width: 66px;
}

.autor-post__item-title {
  font-size: 16px;
  font-weight: 500;
  color: #444;
}

.autor-post__info-text {
  font-size: 14px;
  line-height: 22px;
  color: #111;
  margin: 8px 0;
}

@media (min-width: 1024px) {
  .autor-post {
    padding: 0;
  }
  .autor-post__title {
    padding: 0 30px;
    position: relative;
  }
  .autor-post__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 21px;
    background: url(../img/icon-user.svg) no-repeat;
    background-size: contain;
  }
  .autor-post__item {
    padding: 18px;
  }
  .autor-post__img-container img {
    max-width: 112px;
  }
  .autor-post__item-title {
    font-size: 20px;
  }
  .autor-post__info-text {
    font-size: 16px;
  }
}

.similar-recipe__title {
  padding: 0 16px;
}

.similar-recipe__list {
  border-bottom: 10px solid rgba(0, 0, 0, 0.08);
}

@media (min-width: 1024px) {
  .similar-recipe__title {
    padding: 0 30px;
    position: relative;
  }
  .similar-recipe__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 21px;
    height: 18px;
    background: url(../img/icon-heart.svg) no-repeat;
    background-size: contain;
  }
  .similar-recipe__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-bottom: -16px;
    border-bottom: 0;
  }
  .similar-recipe__list .recipes__item {
    width: 284px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-left: 14px;
    margin-bottom: 16px;
    border-bottom: 0;
  }
  .similar-recipe__list .recipes__item .recipes__img-container {
    margin-right: 0;
    max-width: 284px;
    max-height: 130px;
  }
  .similar-recipe__list .recipes__item .recipes__item-status {
    width: 100%;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.38);
    position: absolute;
    top: 108px;
    font-size: 13px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .similar-recipe__list .recipes__item .recipes__item-status span {
    line-height: 22px;
  }
  .similar-recipe__list .recipes__item .recipes__item-status span:first-child {
    display: none;
  }
  .similar-recipe__list
    .recipes__item
    .recipes__item-status
    .recipes__item-time::before {
    background: url(../img/icon-time.svg) no-repeat;
  }
  .similar-recipe__list .recipes__item .recipes__item-title {
    margin: 12px 0;
    line-height: 19px;
  }
}

.recipe-more {
  border-radius: 4px;
  border: solid 1px #dfdfdf;
  margin-bottom: 8px;
}

.recipe-more__title {
  display: block;
  padding: 18px 24px;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  border-bottom: solid 1px #dfdfdf;
}

.recipe-more ul {
  padding: 4px 0;
}

.recipe-more ul li {
  padding: 8px 14px;
}

.recipe-more ul li:hover {
  background-color: rgba(0, 102, 0, 0.1);
}

.recipe-more ul li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 16px;
}

.recipe-more ul li a img {
  border-radius: 3px;
  max-height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-more ul li a span {
  color: #111;
  margin: 6px 0 0;
}

.leave-comment {
  margin-bottom: 32px;
}

.leave-comment__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: solid 1px #dfdfdf;
  padding: 0 16px;
  font-size: 14px;
  line-height: 16px;
}

.add-recipe__form label,
.contacts__form label,
.leave-comment label,
.request__form label {
  margin: 12px 0;
  color: #111;
}

.leave-comment input {
  border-radius: 3px;
  border: solid 1px #e4e4e4;
  line-height: 46px;
  padding: 0 14px;
}

.add-recipe__form textarea,
.contacts__form textarea,
.leave-comment textarea,
.request__form textarea {
  padding: 14px;
  border-radius: 3px;
  border: solid 1px #e4e4e4;
  resize: vertical;
}

.leave-comment__title {
  padding: 0 16px;
}

.leave-comment__input-wrap,
.leave-comment__textarea-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.leave-comment__textarea-wrap {
  margin-bottom: 16px;
}

.leave-comment__btn {
  max-width: 320px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  border-radius: 3px;
  background-color: #060;
}

@media (min-width: 1024px) {
  .leave-comment {
    margin-bottom: 43px;
    border: solid 1px #dfdfdf;
  }
  .leave-comment__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 24px 24px;
  }
  .leave-comment__title {
    padding: 0 24px;
  }
  .leave-comment__input-wrap {
    width: 320px;
    margin-right: 12px;
  }
  .leave-comment__textarea-wrap {
    width: 652px;
  }
  .leave-comment__btn {
    width: 320px;
  }
}

.comments__list,
.comments__title {
  padding: 0 16px;
}

.comments__item {
  margin-bottom: 20px;
}

.comments__item:last-child,
.static ol.static__subject-list li:last-child {
  margin-bottom: 0;
}

.comments__item--answer {
  padding-left: 48px;
}

.comments__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}

.comments__img-container {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: url(../img/user-icon.svg) no-repeat;
  background-size: contain;
}

.comments__img-container img {
  width: 30px;
  height: 30px;
}

.comments__body p,
.comments__item-title {
  font-size: 14px;
  line-height: 16px;
  color: #111;
}

.comments__item-title {
  display: block;
  font-weight: 500;
}

.comments__item-date {
  font-size: 12px;
  line-height: 14px;
  color: #787878;
  margin: 0;
}

.comments__body p {
  margin: 6px 0;
}

.comments__footer a {
  font-size: 14px;
  color: #787878;
}

@media (min-width: 1024px) {
  .comments {
    border-radius: 3px;
    border: solid 1px #dfdfdf;
  }
  .comments__title {
    padding: 0 24px;
  }
  .comments__list {
    padding: 16px 20px;
    border-top: solid 1px #dfdfdf;
  }
  .comments__item {
    margin-bottom: 30px;
  }
  .comments__body p,
  .comments__footer a,
  .comments__item--answer {
    padding-left: 76px;
  }
  .comments__item--answer .comments__img-container,
  .comments__item--answer .comments__img-container img {
    width: 30px;
    height: 30px;
  }
  .comments__item--answer .comments__body p,
  .comments__item--answer .comments__footer a {
    padding-left: 46px;
  }
  .comments__header {
    height: 19px;
  }
  .comments__img-container {
    margin-right: 16px;
    width: 60px;
    height: 60px;
  }
  .comments__img-container img {
    width: 60px;
    height: 60px;
  }
  .comments__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .comments__item-title {
    font-size: 16px;
    margin-right: 12px;
  }
  .comments__item-date {
    font-size: 14px;
  }
}

.ingredient {
  margin-bottom: 16px;
}

.ingredient__title {
  padding: 0 16px;
}

.ingredient__header-text {
  font-size: 18px;
  padding: 0 0;
}

.ingredient__img-container,
.ingredient__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ingredient__img-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
}

.ingredient__text {
  margin: 12px 0;
  line-height: 22px;
}

.ingredient__list {
  font-size: 15px;
  color: #444;
}

.ingredient__list li {
  border-bottom: solid 1px #dfdfdf;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 39px;
  padding: 0 0;
}

.ingredient__list-header {
  height: 44px;
  background-color: #f6f6f6;
  border-top: solid 1px #dfdfdf;
}

.ingredient__list-header span {
  font-weight: 500;
  font-size: 14px;
}

.ingredient h3,
.ingredient p {
  padding: 0 0;
  line-height: 22px;
}

@media (min-width: 1024px) {
  .ingredient {
    margin-bottom: 32px;
  }
  .ingredient__title {
    padding: 0 30px;
    position: relative;
  }
  .ingredient__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(../img/icon-file-info-alt.svg) no-repeat;
    background-size: contain;
  }
  .ingredient h3,
  .ingredient p,
  .ingredient__header-text {
    padding: 0;
  }
  .ingredient__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ingredient__left {
    margin-right: 16px;
  }
  .ingredient__img-container {
    margin-bottom: 0;
  }
  .ingredient__img-container img {
    min-width: 191px;
    max-width: 191px;
  }
  .ingredient__text {
    margin: 0 0 8px;
  }
  .ingredient__list {
    max-width: 449px;
    border-radius: 3px;
    border-left: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
    font-size: 16px;
  }
  .ingredient__list-header span {
    font-size: 16px;
  }
}

.static h2,
.static h3,
.static ol,
.static p,
.static ul,
.static__text,
.static__title {
  padding: 0 16px;
}

.static__subject {
  margin: 0 16px;
  max-width: 896px;
  padding: 16px 20px;
  border-radius: 3px;
  border: solid 1px #693;
  background-color: rgba(102, 153, 51, 0.06);
}

.static__subject-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.static__subject-title {
  font-size: 18px;
  font-weight: 500;
  margin-right: 9px;
}

.static__subject-hide {
  font-size: 14px;
}

.static ol.static__subject-list {
  display: none;
  padding: 0;
  margin: 0;
}

.static ol.static__subject-list li {
  padding: 0;
  margin-bottom: 8px;
  line-height: 19px;
}

.static ol.static__subject-list li a {
  color: #111;
  line-height: 16px;
}

.static ol.static__subject-list li a:hover {
  color: #060;
  text-decoration: none;
  border-bottom: 1px dashed #060;
}

.static ol.static__subject-list li ul {
  margin-top: 8px;
}

.static p.static__question,
.static p.static__warning {
  padding: 24px 16px 24px 72px;
  position: relative;
  background-color: #fff4d4;
  margin: 16px;
}

.static p.static__question::before,
.static p.static__warning::before {
  content: "";
  position: absolute;
  display: block;
  top: 24px;
  left: 24px;
  width: 27px;
  height: 27px;
  background-image: url(../img/icon-warning.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.static p.static__question {
  background-color: #e3f1f4;
}

.static p.static__question::before {
  background-image: url(../img/icon-help.svg);
}

.static img {
  display: block;
  margin: 0 auto;
}

.static ul li::before {
  content: "\2022";
  color: #693;
  font-weight: 700;
  margin-right: 12px;
}

.static ol {
  list-style: none;
  counter-reset: li;
}

.static ol li {
  position: relative;
  padding-left: 37px;
  margin-bottom: 12px;
}

.static ol li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  width: 24px;
  height: 24px;
  border: solid 2px #693;
  border-radius: 50%;
  text-align: center;
}

@media (min-width: 1024px) {
  .static h2.static__title {
    padding: 0 30px;
    position: relative;
  }
  .static h2.static__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(../img/icon-file-info-alt.svg) no-repeat;
    background-size: contain;
  }
  .static__subject {
    margin: 0;
  }
  .static h2,
  .static h3,
  .static p,
  .static__text {
    padding: 0;
  }
}

.popular-ingredient h3,
.popular-ingredient__title {
  padding: 0 16px;
}

.popular-ingredient__list {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
}

.popular-ingredient__list li {
  margin-left: 4px;
  margin-bottom: 3px;
}

.popular-ingredient__list li a {
  display: block;
  position: relative;
}

.popular-ingredient__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 93px;
  height: 93px;
}

.popular-ingredient__img-container::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.36)),
    to(rgba(0, 0, 0, 0.57))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.36) 50%,
    rgba(0, 0, 0, 0.57) 100%
  );
}

.popular-ingredient__img-container span {
  position: absolute;
  color: #fff;
  z-index: 1;
}

.popular-ingredient__img-container span:first-of-type {
  left: 7px;
  bottom: 25px;
  font-size: 15px;
  font-weight: 700;
}

.popular-ingredient__img-container span:last-child {
  left: 7px;
  bottom: 7px;
}

.popular-ingredient__name-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-bottom: -12px;
  padding: 0 16px;
}

.popular-ingredient__name-list li {
  margin-left: 12px;
  margin-bottom: 12px;
}

.popular-ingredient__name-list li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  background-color: #e5efe5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popular-ingredient__name-list li a:hover {
  background-color: #060;
  color: #fff;
  text-decoration: none;
}

.popular-ingredient__alphabetically {
  padding: 0 16px;
}

.popular-ingredient__alphabet-name {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 32px;
  margin: 8px 0;
}

.popular-ingredient__alphabet-name::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 11px;
  width: 23px;
  height: 2px;
  background-color: #693;
}

.popular-ingredient__alphabet-list li {
  margin-bottom: 4px;
}

.popular-ingredient__alphabet-list li a {
  color: #111;
  line-height: 22px;
}

.popular-ingredient__alphabet-list li a:hover {
  color: #060;
}

@media (min-width: 1024px) {
  .popular-ingredient__title {
    padding: 0 30px;
    position: relative;
  }
  .popular-ingredient__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(../img/icon-folder-open-black.svg) no-repeat;
    background-size: contain;
  }
  .popular-ingredient__list {
    margin-left: -8px;
    margin-bottom: -8px;
    padding: 0;
  }
  .popular-ingredient__list li {
    margin-left: 8px;
    margin-bottom: 8px;
  }
  .popular-ingredient__img-container {
    width: 169px;
    height: 169px;
  }
  .popular-ingredient__img-container span:first-of-type {
    left: 13px;
    bottom: 37px;
    font-size: 20px;
  }
  .popular-ingredient__img-container span:last-child {
    left: 13px;
    bottom: 14px;
  }
  .popular-ingredient h3,
  .popular-ingredient__alphabetically,
  .popular-ingredient__name-list {
    padding: 0;
  }
}

.contacts {
  margin-bottom: 32px;
}

.contacts__form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 16px;
  font-size: 14px;
  line-height: 16px;
}

.contacts__form input,
.contacts__form select {
  border-radius: 3px;
  border: solid 1px #e4e4e4;
  line-height: 46px;
  height: 46px;
  padding: 0 14px;
}

.contacts__form,
.contacts__input-wrap,
.contacts__select-wrap,
.contacts__textarea-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts__textarea-wrap {
  margin-bottom: 16px;
}

.contacts__btn {
  max-width: 320px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  border-radius: 3px;
  background-color: #060;
}

@media (min-width: 1024px) {
  .contacts {
    margin-bottom: 43px;
    border-radius: 3px;
    border: solid 1px #dfdfdf;
  }
  .contacts__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 12px 24px 24px;
  }
  .contacts__form input,
  .contacts__form select {
    width: 100%;
  }
  .contacts__input-wrap {
    width: 50%;
    max-width: 410px;
    margin-right: 12px;
  }
  .contacts__select-wrap {
    width: 50%;
    max-width: 409px;
    margin-right: 0;
  }
  .contacts__textarea-wrap {
    width: 100%;
  }
  .contacts__btn {
    width: 410px;
    max-width: none;
  }
}

.request__form {
  padding: 0 16px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 18px;
}

.request__form input {
  border-radius: 3px;
  border: solid 1px #e4e4e4;
  line-height: 46px;
  height: 46px;
  padding: 0 14px;
}

.request__input-wrap,
.request__textarea-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.request__textarea-wrap {
  margin-bottom: 16px;
}

.request__btn,
.request__captcha {
  max-width: 410px;
  border-radius: 3px;
}

.request__captcha {
  height: 76px;
  opacity: 0.33;
  background-color: #dbdbdb;
  text-align: center;
  margin-bottom: 16px;
}

.request__btn {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  background-color: #060;
}

.request__list-wrap {
  border-radius: 3px;
  margin-bottom: 16px;
}

.request__list-title {
  padding: 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.request__item-count-wrap,
.request__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.request__list li {
  min-height: 48px;
  padding: 0 16px;
}

.request__list li p,
.request__list li span {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.request__item-count-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 102px;
}

.request__item-count-wrap button {
  width: 31px;
  height: 31px;
  background-color: #ec9797;
  border-radius: 50%;
  color: #fff;
}

.request__item-count-wrap button:hover {
  background-color: #d85f5f;
}

.request__item-count-wrap button:last-child {
  background-color: #27ae60;
}

.request__item-count-wrap button:last-child:hover {
  background-color: #147c40;
}

@media (min-width: 1024px) {
  .request {
    width: 100%;
    max-width: 881px;
  }
  .request__form {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 3px;
    border: solid 1px #dfdfdf;
    padding: 12px 24px 24px;
  }
  .request__form input {
    width: 100%;
  }
  .request__input-wrap {
    width: 410px;
    margin-right: 12px;
  }
  .request__captcha,
  .request__textarea-wrap {
    width: 410px;
  }
  .request__btn {
    width: 410px;
    max-width: none;
  }
  .request__list-wrap {
    border: solid 1px #e4e4e4;
  }
  .request__list-title-wrap {
    background-color: #f6f6f6;
    padding: 16px 20px;
  }
  .request__list-title {
    padding: 0;
  }
  .request__list li {
    padding: 0 32px 0 20px;
    border-top: solid 1px #e4e4e4;
  }
}

.add-recipe__form {
  padding: 0 16px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 18px;
}

.add-recipe__form input,
.add-recipe__form select {
  border-radius: 3px;
  border: solid 1px #e4e4e4;
  line-height: 46px;
  height: 46px;
  padding: 0 14px;
}

.add-recipe__form input[type="file"] {
  border: 0;
  padding: 0;
  margin-top: 8px;
  line-height: 16px;
  height: auto;
}

.add-recipe__input-wrap,
.add-recipe__select-wrap,
.add-recipe__textarea-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.add-recipe__file-wrap {
  border-radius: 3px;
  border: solid 1px #e4e4e4;
  padding: 11px 14px;
  color: #787878;
}

.add-recipe__btn {
  width: 100%;
  max-width: 410px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  border-radius: 3px;
  background-color: #060;
  margin-top: 16px;
}

.add-recipe__form-send {
  margin: 0 16px;
  min-height: 233px;
  border-radius: 3px;
  border: solid 1px #e4e4e4;
  background-color: rgba(0, 102, 0, 0.04);
  text-align: center;
}

.add-recipe__form-send-header {
  border-bottom: 1px solid #e4e4e4;
  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;
  min-height: 86px;
}

.add-recipe__form-send-header span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #060;
  position: relative;
  padding-left: 62px;
}

.add-recipe__form-send-header span::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -10px;
  left: 0;
  background: url(../img/check-circle.svg) no-repeat;
}

.add-recipe__form-send-body {
  font-size: 14px;
}

.add-recipe__form-send-body p {
  position: relative;
  line-height: 16px;
}

.add-recipe__form-send-body p::after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: calc(50% - 40px);
  width: 80px;
  height: 1px;
  background-color: #e4e4e4;
}

.add-recipe__form-send-body p:first-child::after,
.add-recipe__form-send-body p:last-child::after {
  display: none;
}

.add-recipe__form-send-body a,
.sidebar-add a {
  display: block;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .add-recipe {
    width: 100%;
    max-width: 881px;
  }
  .add-recipe__form {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 3px;
    border: solid 1px #dfdfdf;
    padding: 12px 24px 24px;
  }
  .add-recipe__form input,
  .add-recipe__form select {
    width: 100%;
  }
  .add-recipe__form input[type="file"] {
    width: auto;
    margin-top: 0;
    margin-left: 14px;
  }
  .add-recipe__select-wrap {
    width: 410px;
  }
  .add-recipe__file-wrap {
    height: 46px;
  }
  .add-recipe__btn {
    width: 410px;
    max-width: none;
  }
  .add-recipe__form-send {
    margin: 0;
  }
}

.sidebar-add {
  border-radius: 3px;
  border: solid 1px #e4e4e4;
  margin-bottom: 8px;
}

.sidebar-add a {
  height: 52px;
  font-size: 14px;
  line-height: 28px;
  padding: 12px 0 12px 99px;
  text-align: left;
  position: relative;
}

.sidebar-add a::before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 69px;
  background: url(../img/file-plus-alt.svg) no-repeat;
}

.sidebar-add a:hover {
  text-decoration: none;
}

.sidebar-add p {
  background-color: #f9f9fb;
  border-top: solid 1px #e4e4e4;
  padding: 12px 14px;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #444;
}

/* new style */
.row-my {
  margin: 0 -10px;
  /* width: 100%; */
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.col-3 {
  width: 33.3%;
  padding: 0 10px;
}

.category-recipes-box {
  width: 100%;
  text-align: center;
  padding: 0 0 60px;
  position: relative;
  margin: 0 auto 70px;
}

.category-recipes-box__img {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 286px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-recipes-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-recipes-box__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.category-recipes-box1 .category-recipes-box__img::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(210, 247, 242, 0.3) 84.73%,
    rgba(210, 247, 242, 0.52) 100%
  );
}

.category-recipes-box2 .category-recipes-box__img::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(229, 186, 237, 0.3) 85.19%,
    rgba(209, 135, 224, 0.52) 100%
  );
}

.category-recipes-box3 .category-recipes-box__img::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 203, 144, 0.3) 85.19%,
    rgba(255, 203, 144, 0.52) 100%
  );
}

.category-recipes-box1 .category-recipes-box__body {
  background-color: #d2f7f2;
}

.category-recipes-box2 .category-recipes-box__body {
  background-color: #f6e7f9;
}

.category-recipes-box3 .category-recipes-box__body {
  background-color: #ffeedb;
}

.category-recipes-box1 .category-recipes-box__body::before {
  border: 2px solid #7bfae9;
}

.category-recipes-box2 .category-recipes-box__body::before {
  border: 2px solid #d187e0;
}

.category-recipes-box3 .category-recipes-box__body::before {
  border: 2px solid #ffcb90;
}

.category-recipes-box__body {
  width: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  padding: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  min-height: 108px;
}

.category-recipes-box__body:hover {
  text-decoration: none;
}

.category-recipes-box__body h3 {
  margin: 4px auto 0;
}

.category-recipes-box__body::before {
  content: "";
  position: absolute;
  right: -6px;
  top: -6px;
  width: 100%;
  height: 100%;
}

.main__wrap {
  border: none;
}

.recipes__img-container img {
  border-radius: 0;
}

.socials {
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  margin-bottom: 7px;
}

.socials ul li .socials__link {
  background: transparent;
}

.sidebar-nav nav ul li a span {
  font-weight: 500 !important;
}

.dropdown > a {
  position: relative;
}

.dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 33px;
  background: url("../img/arrow-bottom.svg") no-repeat center;
  background-size: 100%;
  width: 10px;
  height: 6px;
}

.sidebar-nav nav ul ul {
  display: block;
}

.dropdown.active > a {
  background: rgba(0, 0, 0, 0.02);
}

.sidebar-comments {
  width: 100%;
  margin-top: 15.5px;
}

.sidebar-comments__title {
  margin: 0 0 13px;
  font-size: 18px;
  font-weight: bold;
  color: #111;
}

.sidebar-comments__posts {
  width: 100%;
  background: #f4f6f4;
  padding: 8px 16px;
}

.sidebar-comments__posts li {
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
}

.sidebar-comments__posts li:last-child {
  border: none;
}

.sidebar-comments__text {
  font-size: 14px;
  line-height: 18px;
}

.sidebar-comments__text p {
  margin: 0;
}

.sidebar-comments__autor {
  display: block;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-decoration: none;
}

.sidebar-comments__autor:hover {
  text-decoration: none;
}

.sidebar-comments__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  display: block;
}

.sidebar-comments__title:hover {
  text-decoration: underline;
  color: #000;
}

.component-my {
  width: calc(100% - 283px);
  padding: 0 16px 0 0;
}

.recommended-recipe {
  margin: 40px 0;
}

.recommended-recipe h2 {
  border-bottom: 2px solid #77d8cb;
  width: fit-content;
  margin-bottom: 17px;
}

.col-4 {
  width: 25%;
  padding: 0 10px;
}

.recommended-recipe-box {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 0 16px;
  border: 1px solid #f6f7fa;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.recommended-recipe-box:hover {
  box-shadow: 4px 5px 1px rgba(119, 216, 203, 0.45);
}

.recommended-recipe-box:hover .recommended-recipe__title {
  text-decoration: underline;
  color: #010101;
}

.recommended-recipe-box a {
  display: block;
}

.recommended-recipe__img {
  width: 100%;
  height: 283px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.recommended-recipe__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommended-recipe__body {
  width: 100%;
  padding: 16px;
}

.recommended-recipe__category {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
  color: #555;
}

.recommended-recipe__title {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #010101;
  min-height: 48px;
}

.header {
  z-index: 3;
}

.article-content {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 17px 0 0;
}

.article-content .main__right {
  padding: 0;
}

.title-h2 {
  margin: 0 0 16px;
}

.info-author-article {
  margin: 16px 0 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.info-author-article > li {
  border-right: 1px solid #d8d8d8;
  padding: 0 6px;
}

.info-author-article > li:first-child {
  padding-left: 0;
}

.info-author-article > li:last-child {
  border: none;
  padding-right: 0;
}

.list-stars {
  display: flex;
  align-items: center;
}

.list-stars li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0 2px 0 0;
}

.list-stars li:last-child {
  margin: 0;
}

.estimates {
  display: flex;
  align-items: center;
}

.estimates-val {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px dashed #000;
  margin: 0 0 0 8px;
}

.name-user {
  display: flex;
  align-items: center;
  color: #444;
}

.name-user__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px 0 0;
}

.author-box {
  display: flex;
  align-items: center;
}

.author-box p {
  font-size: 14px;
  margin: 0;
}

.recipe__share {
  width: 64px;
}

.recipe__wrap-content {
  width: calc(100% - 64px);
  max-width: 650px;
}

.article-content .recipe__left {
  margin: 0;
}

.recipe-navigation {
  width: 100%;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.print {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #102639;
  padding: 6px 16px;
  border: 1px solid #f6f7fa;
  border-radius: 18px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  top: 0 !important;
}

.print img {
  margin: 0 8px 0 0;
  display: block;
}

.add-comment {
  margin: 0 0 0 12px;
  padding: 0 0 0 12px;
  border-left: 1px solid #979797;
  font-size: 14px;
  font-weight: 500;
  color: #102639;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.list-social li {
  margin: 0 0 8px;
}

.list-social li:last-child {
  margin: 0;
}

.list-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #f6f7fa;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.list-social li a:hover {
  border: 1px solid #e7e9ed;
  background-color: rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}

.author-img {
  display: block;
  margin: 8px 0 0;
  color: #999999;
}

.recipe__info {
  margin: 24px 0 19px;
}

.recipe__info-box {
  width: 178px;
  padding: 10.5px 15px 10.5px 16px;
  font-size: 14px;
  color: #111;
  margin-bottom: 10px;
}

.recipe__info-box span:last-child {
  font-weight: 500;
}

.recipe__calories {
  border: 1px solid #9013fe;
  background: rgba(144, 19, 254, 0.04);
  border-radius: 4px;
}

.article-content .recipe__text {
  font-size: 18px;
  max-width: 650px;
}

.article-content .recipe__text h3 {
  font-size: 20px;
  margin: 36px 0 16px;
}
.article-content .recipe__text ul {
  margin: 16px 0 36px;
  padding: 0;
}

.article-content .recipe__text ul li {
  margin: 0 0 12px;
}

.article-content .recipe__text ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #5c7489;
  margin: 0 10px 2px 0;
  display: inline-block;
}

.article-content .recipe__text ol {
  padding: 0;
}

.article-content .recipe__text ol li {
  margin-bottom: 16px;
}

.article-content .recipe__text ol li::before {
  content: counter(li) ".";
  border: none;
  border-radius: 0;
  font-size: 20px;
  font-weight: bold;
}

.article-content .recipe__text img {
  margin: 0;
}

.video-recipe {
  position: relative;
  margin: 0 0 36px;
  font-size: 20px;
  font-weight: bold;
  color: #a5fff3;
  display: block;
  height: 320px;
  overflow: hidden;
}

.video-recipe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-recipe::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.video-recipe__content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.video-recipe__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83.33px;
  width: 83.33px;
  border-radius: 50%;
  margin: 0 auto 16px;
  position: relative;
}

.col-6 {
  width: 50%;
  padding: 0 10px;
}

.similar-recipe-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.similar-recipe-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(41, 92, 85, 0.32) 51.64%,
    rgba(0, 63, 55, 0.69) 93.78%,
    rgba(0, 0, 0, 0.52) 100%
  );
}

.similar-recipe-box .recommended-recipe__body {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 24px;
  color: #fff;
}

.similar-recipe-box .recommended-recipe__title {
  min-height: auto;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}

.similar-recipe-box .recommended-recipe__img {
  height: 333px;
}

.similar-recipe-box .recommended-recipe__category {
  color: #fff;
}

.similar-recipe-box:hover .recommended-recipe__title {
  text-decoration: none;
  color: #fff;
}

.leave-comment {
  border: none;
}

.comments-wrapp {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  margin: 0 0 42px;
}

.comments-wrapp:last-child {
  margin: 0;
}

.comments-box .leave-comment {
  margin: 0;
}

.comments-box textarea {
  height: 78px;
}

.recipe {
  border: none;
}

.evaluate-project {
  margin: 0 0 50px;
}

.evaluate-project-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(246, 231, 249, 0.36);
  padding: 18px;
}

.evaluate-project__val {
  margin: 0 0 0 18px;
  font-size: 14px;
  color: #010101;
}

.sidebar-popular {
  margin: 20px 0 0;
}

.sidebar-popular .similar-recipe-box {
  margin: 0 0 12px;
  height: 210px;
  border-radius: 0;
}

.sidebar-popular .similar-recipe-box:hover .recommended-recipe__title {
  text-decoration: underline;
}

.sidebar-popular .similar-recipe-box:hover {
  box-shadow: none;
}

.sidebar-popular .similar-recipe-box::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 203, 144, 0.3) 85.19%,
    rgba(255, 203, 144, 0.52) 100%
  );
}

.sidebar-popular .similar-recipe-box2::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.sidebar-popular .similar-recipe-box3::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(229, 186, 237, 0.3) 85.19%,
    rgba(209, 135, 224, 0.52) 100%
  );
}

.sidebar-popular .similar-recipe-box .recommended-recipe__img {
  height: 100%;
}

.sidebar-popular .similar-recipe-box .recommended-recipe__body {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 47px 14px 16px;
}

.sidebar-popular .similar-recipe-box .recommended-recipe__title {
  font-size: 18px;
}

.comments-box__body {
  border-top: 1px solid #dfdfdf;
  width: 100%;
  padding: 16px 33px 24px 20px;
}

.comments-user {
  margin: 0 0 30px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.comments-user__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comments-user__body {
  width: calc(100% - 60px);
  padding: 0 0 0 16px;
}

.comments-user h3 {
  margin: 0 12px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #111;
}

.comments-user__date {
  font-size: 14px;
  color: #787878;
}

.comments-user__text {
  margin: 8px 0 12px;
  font-size: 14px;
  color: #111;
}

.comments-user__text p {
  margin: 0;
}

.comments-user__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.comments-user:last-child {
  margin: 0;
}

.links-answer {
  font-size: 14px;
  color: #787878;
}

.answer-comments {
  padding: 0 0 0 76px;
}

.answer-comments .comments-user__avatar {
  width: 30px;
  height: 30px;
}

.answer-comments .comments-user__body {
  width: calc(100% - 30px);
}

/* media style */
@media screen and (max-width: 1024px) {
  .recipe__share {
    width: 100%;
		margin: 0 0 20px;
  }

  .recipe__wrap-content {
    width: 100%;
  }

  .recipe__wrap {
    flex-wrap: wrap;
  }

	.list-social {
		width: 100%;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.list-social li {
		margin: 0 10px 10px 0;
	}

	.list-social li:last-child {
		margin: 0;
	}
}


@media screen and (max-width: 992px) {
  .col-4 {
    width: 33.3%;
  }

  .recommended-recipe__img {
    height: 220px;
  }

  .recommended-recipe__title {
    font-size: 18px;
  }

  .recommended-recipe {
    margin: 30px 0;
  }

  .component-my {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .col-3 {
    width: 50%;
  }

  .col-4 {
    width: 50%;
  }

  .category-recipes-box {
    margin: 0 auto 40px;
  }

  .article-content .container {
    padding: 0 16px;
  }

	.article-content .recipe__text p {
		padding: 0;
	}

	.article-content .recipe__text {
		font-size: 16px;
		padding: 0 !important;
	}

	.article-content .recipe__text h3 {
		font-size: 18px;
	}

	.video-recipe {
		font-size: 18px;
	}

	.answer-comments {
		padding: 0 0 0 20px;
	}

	.similar-recipe-box .recommended-recipe__title {
		font-size: 20px;
	}

	.similar-recipe-box .recommended-recipe__img {
		height: 280px;
	}
}

@media screen and (max-width: 576px) {
  .col-4,
  .col-3 {
    width: 100%;
  }

	.info-author-article {
		flex-direction: column;
		align-items: flex-start;
		margin: 10px 0 15px;
	}

	.info-author-article > li {
		padding: 0;
		border: none;
		margin: 0 0 5px;
	}

	.col-6 {
		width: 100%;
	}
}
