.container__recipe {
  color: var(--gray-medium);
  font-family: var(--font-inter);
}
.container__recipe a {
  text-decoration: none;
}
.wrap__recipe {
  background-color: var(--yellow-light);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.inner__recipe {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1440px;
}
.title__recipe {
  font-family: var(--font-bebas);
}
.block__ingredients {
  padding-bottom: 2rem;
}
.head__block__recipe svg {
  margin-right: 1rem;
}
.head__block__recipe {
  font-family: var(--font-bebas);
  color: var(--blue-main);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2.5rem;
}
.list__ingredients {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.list__ingredients li {
  margin-bottom: 1rem;
}
.list__ingredients li a {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  padding-right: 1rem;
  color: var(--gray-medium);
  font-size: 1.125rem;
  font-weight: 500;
  font-family: var(--font-inter);
}
.list__ingredients li a:before {
  content: '';
  position: absolute;
  left: 1rem;
  top: 1.625rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--gray-medium);
}
.item__ingredients a {
  background-color: var(--white);
  border-radius: 2rem;
  padding: 0.125rem 2rem;
  display: inline-flex;
}
.item__ingredients.active a {
  background-color: var(--white);
}
.text__preparation {
  margin-bottom: 2rem;
  font-family: var(--font-inter);
  font-size: 1.125rem;
  font-weight: 500;
}
.text__preparation p {
  color: var(--gray-medium);
  font-size: 1.125rem;
}
.block__share__recipe {
  display: flex;
  align-items: center;
  font-family: var(--font-inter);
  font-size: 1.125rem;
  font-weight: 500;
}
.block__share__recipe ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.block__share__recipe ul li {
  margin-right: 1rem;
}
.block__share__recipe p {
  color: var(--gray);
  font-size: 1.125rem;
}
.block__product__recipe {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.block__product__recipe h6 {
  font-family: var(--font-bebas);
  color: var(--blue-main);
  font-size: 1.5rem;
}
.container__video {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 177%;
  overflow: hidden;
}
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn__copylink {
  position: relative;
}
.btn__copylink span {
  position: absolute;
  width: 80px;
  padding: 0.25rem 0.5rem;
  padding-right: 0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: var(--white);
  top: -40px;
  left: -30px;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  line-height: 1.25em;
  transition: all linear 0.25s;
  text-align: center;
  font-weight: 500;
}
.btn__copylink span.is__copied {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: -60px;
  background-color: rgba(0, 0, 0, 0.8);
}
.btn__copylink span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.recipe__to__download {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 920px;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
}
.recipe__to__download.isdownloaded {
  position: relative;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.recipe__to__download li {
  font-size: 14px;
  line-height: 14px;
}
.preparation__content {
  font-size: 16px;
  color: #000;
}

.recipe__down__top {
  max-width: 100px;
  display: block;
  margin-bottom: 20px;
}
.recipe__down__bottom {
  max-width: 180px;
}

.recipe__to__download .list__ingredients li a {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 14px;
  text-decoration: none;
}
.recipe__to__download .ingredients__content {
  /* display: flex;
    justify-content: space-between;
    align-items: flex-start; */
}
.recipe__to__download .ingredients__content .wrap__ingredient {
  width: 100%;
}
.recipe__to__download .ingredients__content .wrap__ingredient p b {
  font-size: 14px;
  color: var(--blue-main);
}
.recipe__to__download .ingredients__content .list__ingredients {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none !important;
}
.recipe__to__download
  .ingredients__content
  .list__ingredients
  .list__ingredients__item {
  padding-left: 10px;
  margin-bottom: 0;
  line-height: 16px;
  list-style: none;
}
.recipe__to__download
  .ingredients__content
  .list__ingredients
  .list__ingredients__item
  a {
  text-decoration: none;
  color: var(--gray-medium);
  font-size: 12px;
  padding-left: 10px;
}
.recipe__to__download .ingredients__content .preparation__content {
  width: 100%;
}
.recipe__to__download .ingredients__content .preparation__content p {
  font-size: 12px;
  width: 100%;
}
.recipe__to__download .ingredients__content .preparation__content p b {
  font-size: 14px;
  color: var(--blue-main);
}
.recipe__to__download .ingredients__content .preparation__content ul {
  margin-left: 0;
  padding-left: 0;
}
.recipe__to__download .ingredients__content .preparation__content li {
  font-size: 12px;
  width: 100%;
}

.head__title__recipe {
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .inner__recipe {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .inner__recipe .breadcrumb {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
