@charset "UTF-8";
/*
    Import Style

    ------------------------*/
/*
 ***** variable *****
 */
/*
 ***** helpers *****
 */
.cstm-block-center {
  margin: 0 auto;
}

.cstm-text-center {
  text-align: center;
}

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

/*
 ***** base *****
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Inter Tight", sans-serif;
  color: #6D6763;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #F1ECE8;
  scroll-behavior: smooth;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

main {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

a {
  color: #48474D;
  text-decoration: none;
  cursor: pointer;
}

/*
 ***** container *****
 */
.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 1520px;
    padding: 0;
  }
}

/*
 ***** page *****
 */
.page-title {
  max-width: 748px;
  margin: 40px 0 52px 0;
  color: #48474D;
  font-family: "Viaoda Libre", sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  line-height: 40px;
}
@media (min-width: 768px) {
  .page-title {
    margin: 64px 0 100px 0;
    line-height: 81.522%;
    font-size: 92px;
  }
}

/*
 ***** breadcrumbs *****
 */
.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 24px;
  color: #48474D;
  font-weight: 500;
}
.breadcrumbs a {
  transition: all 300ms ease-in-out;
}
.breadcrumbs a:hover {
  color: #CB4B32;
}
.breadcrumbs svg path {
  stroke: #ADA9A6;
}
.breadcrumbs > *:last-child, .breadcrumbs > *:last-child:hover {
  color: #ADA9A6;
}
.breadcrumbs--light {
  color: #fff;
}
.breadcrumbs--light a,
.breadcrumbs--light a:hover {
  color: #fff;
}
.breadcrumbs--light svg path {
  stroke: #fff;
}
.breadcrumbs--light > *:last-child, .breadcrumbs--light > *:last-child:hover {
  color: rgba(255, 255, 255, 0.5);
}

/*
 ***** section *****
 */
.section {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .section {
    padding-bottom: 160px;
  }
}
.section--padding-top {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .section--padding-top {
    padding-top: 160px;
  }
}
.section-title {
  margin-bottom: 52px;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -1.8px;
  color: #48474D;
  font-family: "Viaoda Libre", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 100px;
    font-size: 72px;
    line-height: 83%;
    letter-spacing: -3.6px;
  }
}
.section-subtitle-center, .section-subtitle-left {
  margin-bottom: 8px;
  color: #93929D;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-subtitle-center, .section-subtitle-left {
    margin-bottom: 24px;
  }
}
.section-subtitle-center {
  text-align: center;
}
.section-subtitle-left {
  text-align: left;
}

.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 24px;
  min-height: 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #48474D;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 34px;
  border: 1px solid #CB4B32;
  transition: all 300ms ease-out;
}
.btn:hover {
  color: #fff;
  background-color: #CB4B32;
}
.btn--without-hover:hover {
  color: #48474D;
  background-color: transparent;
}
.btn--bg-light {
  background-color: #fff;
}
.btn--bg-light.btn--without-hover {
  background-color: #fff;
}
.btn--text-light {
  color: #fff;
}
.btn--text-light.btn--without-hover {
  color: #fff;
}
.btn--border-light {
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .btn--full-width-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn--small-mobile {
    padding: 0 16px;
    min-height: 34px;
    font-size: 12px;
  }
}

/*
 ***** header, footer *****
 */
.common-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 32px;
}

.common-nav a,
.common-nav__link {
  font-weight: 500;
  transition: all 300ms ease-in-out;
}
.common-nav a:hover,
.common-nav__link:hover {
  color: #CB4B32;
}

.common-socials {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-align: center;
      align-items: center;
}
.common-socials--accent .common-socials__item {
  background-color: #DA593D;
}
.common-socials--accent .common-socials__item svg path {
  stroke: #fff;
}
.common-socials--accent .common-socials__item:hover {
  background-color: #DA593D;
}
.common-socials--accent .common-socials__item:hover svg path {
  stroke: #fff;
}

.common-socials__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 50%;
  background-color: #D9D5D2;
  transition: all 300ms ease-in;
}
.common-socials__item svg path {
  transition: all 300ms ease-in;
}
.common-socials__item:hover {
  background-color: #CB4B32;
}
.common-socials__item:hover svg path {
  stroke: #fff;
}

/*
 ***** header *****
 */
.body--header-accent .header {
  color: #fff;
  background-color: #DA593D;
}
.body--header-accent .header a {
  color: inherit;
}
.body--header-accent .header--with-bg {
  background-color: #DA593D;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.body--header-accent .header__logo--light {
  display: block;
}
.body--header-accent .header__logo--dark {
  display: none;
}
.body--header-accent .header__lang-toggle-item--current {
  color: #fff;
}
.body--header-accent .header .common-socials__item {
  background-color: rgba(255, 255, 255, 0.4);
}
.body--header-accent .header .common-socials__item svg path {
  stroke: #fff;
}
.body--header-accent .header .common-socials__item:hover {
  background-color: #CB4B32;
}
.body--header-accent .header .header-mobile__menu-btn svg path {
  stroke: #fff;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 25px 0;
  transition: all 150ms ease-out;
}
@media (max-width: 767px) {
  .header {
    padding: 15px 0 5px 0;
  }
}
.header--with-bg {
  background-color: rgba(241, 236, 232, 0.831372549);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .header--with-bg {
    top: -10px;
  }
}
.header__logo {
  max-height: 52px;
}
.header__logo--light {
  display: none;
}
.header__logo--dark {
  display: block;
}
.header__lang-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.header__lang-toggle--light .header__lang-toggle-item {
  color: #F3B9AE;
}
.header__lang-toggle--light .header__lang-toggle-item--current {
  color: #fff;
}
.header__lang-toggle-item {
  color: #93929D;
  cursor: pointer;
}
.header__lang-toggle-item--current {
  font-weight: 700;
  color: #48474D;
}
.header .header-desktop {
  display: none;
}
@media (min-width: 768px) {
  .header .header-desktop {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.header .header-desktop__logo-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.header .header-desktop__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 32px;
}
.header .header-desktop__tel {
  display: none;
}
@media (min-width: 1200px) {
  .header .header-desktop__tel {
    display: block;
  }
}
.header .header-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.header .header-mobile__header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .header .header-mobile {
    display: none;
  }
}

/*
 ********** PAGES **********
 */
/*
 ********** home-page **********
 */
.home-page-hero {
  padding-top: 82px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .home-page-hero {
    padding-top: 76px;
    padding-bottom: 212px;
  }
}
.home-page-hero__title {
  margin: 0 auto 280px auto;
  max-width: 365px;
  color: #48474D;
  text-align: center;
  font-family: "Viaoda Libre", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 85.457%;
  letter-spacing: -3.6px;
}
@media (min-width: 768px) {
  .home-page-hero__title {
    margin: 0;
    max-width: none;
    font-size: 19vw;
    line-height: 87%;
    letter-spacing: -15px;
  }
}
@media (min-width: 1560px) {
  .home-page-hero__title {
    font-size: 300px;
  }
}
.home-page-hero__second-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .home-page-hero__second-block {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 130px;
    margin-top: 320px;
  }
}
@media (min-width: 1280px) {
  .home-page-hero__second-block {
    margin-top: 40px;
  }
}
.home-page-hero-button-desktop {
  display: none;
}
@media (min-width: 768px) {
  .home-page-hero-button-desktop {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 232px;
    height: 232px;
    color: #FFF;
    font-size: 20px;
    z-index: 1;
    border-radius: 50%;
    overflow: visible;
  }
  .home-page-hero-button-desktop::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #CB4B32;
    transition: all 300ms ease-out;
    z-index: -1;
  }
  .home-page-hero-button-desktop:hover::before {
    -webkit-transform: scale(1.215);
            transform: scale(1.215);
    background-color: #B23E27;
  }
}
@media (min-width: 768px) {
  .home-page-hero-button-mobile {
    display: none;
  }
}
.home-page-hero-text {
  position: relative;
  z-index: 1;
  color: #48474D;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .home-page-hero-text {
    margin-bottom: 0;
    text-align: left;
  }
}
.home-page-hero__img {
  position: absolute;
  left: 50%;
  top: 65px;
  height: 538px;
  max-height: 538px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(180deg, #000 60%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}
@media (min-width: 768px) {
  .home-page-hero__img {
    top: 73px;
    height: 1166px;
    max-height: 1166px;
  }
}

.home-page-recipes__btn-wrapper {
  margin-top: 24px;
}

.home-page-courses {
  padding: 52px 0;
  color: #fff;
  background: url("../images/flowers-bg.svg") no-repeat right/contain;
}
@media (min-width: 768px) {
  .home-page-courses {
    padding: 112px 0;
  }
}
.home-page-courses__wrapper {
  background-color: #CB4B32;
  -webkit-mask-image: url("../images/masks/corner-circle-mask-mobile.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("../images/masks/corner-circle-mask-mobile.svg");
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media (min-width: 768px) {
  .home-page-courses__wrapper {
    mask-image: url("../images/masks/corner-circle-mask.svg");
    -webkit-mask-image: url("../images/masks/corner-circle-mask.svg");
  }
}
.home-page-courses__container {
  padding-left: 0;
  padding-right: 0;
}
.home-page-courses__subtitle {
  margin-bottom: 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 19.6px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .home-page-courses__subtitle {
    margin-bottom: 4px;
    font-size: 20px;
    letter-spacing: 28px;
  }
}
.home-page-courses__title {
  color: #FFF;
  text-align: center;
  font-family: "Viaoda Libre", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -3px;
}
@media (min-width: 768px) {
  .home-page-courses__title {
    font-size: 128px;
    line-height: 0.95;
    letter-spacing: -6.4px;
  }
}
.home-page-courses__slogan {
  margin: 0 auto;
  padding: 36px 0 36px 0;
  color: #fff;
  text-align: center;
  font-weight: 200;
}
@media (min-width: 768px) {
  .home-page-courses__slogan {
    max-width: 749px;
    padding: 30px 0 20px 0;
    font-size: 20px;
  }
}
.home-page-courses__price {
  margin-bottom: 52px;
  color: #FFF;
  font-family: "Viaoda Libre", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 200;
  line-height: 72px; /* 200% */
  letter-spacing: -1.8px;
  text-align: center;
}
@media (min-width: 768px) {
  .home-page-courses__price {
    margin-bottom: 38px;
    font-size: 54px;
    line-height: 133.333%;
    letter-spacing: -2.7px;
  }
}
.home-page-courses__buttons {
  position: absolute;
  bottom: 68px;
  left: 50%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 767px) {
  .home-page-courses__buttons {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 14px;
  }
}

.recipes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.recipes__item-wrapper {
  width: 100%;
}
@media (min-width: 1280px) {
  .recipes__item-wrapper {
    width: 49%;
  }
}

/*
  ********** картка одного рецепту **********
 */
.recipes-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 380px;
  background-color: #fff;
  cursor: pointer;
  -webkit-mask-image: url("../images/masks/corner-circle-mask-mobile.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("../images/masks/corner-circle-mask-mobile.svg");
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media (min-width: 768px) {
  .recipes-item {
    max-height: none;
    -webkit-mask-image: url("../images/masks/corner-circle-mask.svg");
    mask-image: url("../images/masks/corner-circle-mask.svg");
  }
}
.recipes-item__first-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 31px;
  width: 50%;
  padding: 24px;
}
@media (min-width: 768px) {
  .recipes-item__first-block {
    padding: 60px;
  }
}
.recipes-item__second-block {
  width: 50%;
}
.recipes-item__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  color: #48474D;
}
.recipes-item__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-family: "Viaoda Libre", sans-serif;
}
@media (min-width: 768px) {
  .recipes-item__title {
    font-size: 36px;
  }
}
.recipes-item__desc {
  display: none;
}
@media (min-width: 768px) {
  .recipes-item__desc {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 16px;
  }
}
.recipes-item__desc-item {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.recipes-item__desc-item svg {
  min-height: 12px;
  min-width: 12px;
  margin-top: 1px;
}
.recipes-item img {
  height: 100%;
  object-fit: cover;
}
.recipes-item__price {
  color: #CB4B32;
  font-family: "Viaoda Libre", sans-serif;
  font-size: 24px;
}
@media (min-width: 768px) {
  .recipes-item__price {
    font-size: 36px;
  }
}

.courses {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 768px) {
  .courses {
    gap: 24px;
  }
}

.courses-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .courses-item {
    gap: 32px;
  }
}
@media (min-width: 1000px) {
  .courses-item {
    width: 48%;
  }
}
@media (min-width: 1280px) {
  .courses-item {
    width: 32%;
    max-width: 32%;
  }
}
.courses-item__img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.courses-item__title {
  color: #48474D;
  font-family: "Viaoda Libre", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -2.6px;
  font-size: 40px;
  line-height: 40px; /* 100% */
}
@media (min-width: 768px) {
  .courses-item__title {
    font-size: 52px;
    line-height: 115.385%;
  }
}
.courses-item__desc {
  color: #ADA9A6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .courses-item__desc {
    font-size: 20px;
  }
}
.courses-item__price {
  color: #CB4B32;
  leading-trim: both;
  text-edge: cap;
  font-family: "Viaoda Libre", sans-serif;
  font-size: 40px;
}
@media (min-width: 768px) {
  .courses-item__price {
    font-size: 36px;
  }
}

.course-item-mask-1 {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../images/masks/quatrefoil-mask.svg");
  mask-image: url("../images/masks/quatrefoil-mask.svg");
}

.course-item-mask-2 {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../images/masks/quatrefoil-ornament-mask.svg");
  mask-image: url("../images/masks/quatrefoil-ornament-mask.svg");
}

.course-item-mask-3 {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../images/masks/scalloped-square-mask.svg");
  mask-image: url("../images/masks/scalloped-square-mask.svg");
}

.course-page-single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 50px;
  padding: 40px 0;
  color: #FFF;
}
.course-page-single__wrapper {
  background-color: #DA593D;
}
@media (min-width: 768px) {
  .course-page-single {
    gap: 153px;
    padding: 100px 0 200px 0;
  }
}
.course-page-single__img-wrapper-desk {
  display: none;
}
@media (min-width: 1000px) {
  .course-page-single__img-wrapper-desk {
    display: block;
    width: 41%;
    min-width: 41%;
    margin: 0;
  }
}
.course-page-single__img-wrapper-mob {
  display: block;
  width: 100%;
  min-width: 100%;
  margin: 0 auto 70px auto;
}
@media (min-width: 768px) {
  .course-page-single__img-wrapper-mob {
    width: 70%;
    min-width: 70%;
  }
}
@media (min-width: 1000px) {
  .course-page-single__img-wrapper-mob {
    display: none;
  }
}
.course-page-single__img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.course-page-single__block-second {
  max-width: 490px;
}
.course-page-single__title {
  margin-bottom: 38px;
  leading-trim: both;
  text-edge: cap;
  font-family: "Viaoda Libre", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px; /* 100% */
}
@media (min-width: 768px) {
  .course-page-single__title {
    font-size: 92px;
    line-height: 81.522%;
  }
}
.course-page-single__desc {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .course-page-single__desc {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.course-page-single__info {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .course-page-single__info {
    margin-bottom: 60px;
  }
}
.course-page-single__info-title {
  margin-bottom: 36px;
  font-weight: 700;
}
.course-page-single__info-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}
.course-page-single__info-item {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-bottom: 24px;
}
.course-page-single__info-item svg {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.course-page-single__info-item:not(:last-child) {
  border-bottom: 2px solid #F1ECE8;
}
.course-page-single__bottom {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.course-page-single__price {
  font-family: "Viaoda Libre", sans-serif;
  font-size: 40px;
}
@media (min-width: 768px) {
  .course-page-single__price {
    font-size: 60px;
  }
}

.course-page-benefits__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1006px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .course-page-benefits__list {
    gap: 24px;
  }
}
.course-page-benefits__item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  width: 46%;
  max-width: 264px;
  text-align: center;
}
@media (min-width: 768px) {
  .course-page-benefits__item {
    width: 31%;
  }
}
.course-page-benefits__item-img-wrapper {
  position: relative;
}
.course-page-benefits__item-img-wrapper > svg {
  height: 87px;
  width: 87px;
}
@media (min-width: 768px) {
  .course-page-benefits__item-img-wrapper > svg {
    height: 142px;
    width: 142px;
  }
}
.course-page-benefits__item-img-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .course-page-benefits__item-img-wrapper img {
    width: 64px;
    height: 64px;
  }
}
.course-page-benefits__item-title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  color: #48474D;
  font-family: "Viaoda Libre", sans-serif;
  font-size: 24px;
  line-height: 24px; /* 100% */
}
@media (min-width: 768px) {
  .course-page-benefits__item-title {
    line-height: 105.556%;
    font-size: 36px;
  }
}
.course-page-benefits__item-desc {
  font-size: 14px;
}

.recipe-page-single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 52px;
  padding: 36px;
  margin-top: 61px;
  color: #48474D;
  background-color: #fff;
  -webkit-mask-image: url("../images/masks/corner-circle-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("../images/masks/corner-circle-mask.svg");
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media (min-width: 1000px) {
  .recipe-page-single {
    padding: 52px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 1560px) {
  .recipe-page-single {
    padding: 100px 129px;
    margin-top: 64px;
  }
}
.recipe-page-single__images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  gap: 24px;
  width: 100%;
  max-height: none;
  height: auto;
}
@media (min-width: 767px) {
  .recipe-page-single__images {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .recipe-page-single__images {
    width: 47%;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .recipe-page-single__images {
    -ms-flex-direction: row;
        flex-direction: row;
    width: auto;
    max-height: 669px;
    height: 669px;
  }
}
.recipe-page-single-slider {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1280px) {
  .recipe-page-single-slider {
    width: 100px;
  }
}
.recipe-page-single-slider .swiper-slide {
  max-width: 48px;
  cursor: pointer;
  transition: opacity 0.3s;
  border: 2px solid transparent;
}
@media (min-width: 768px) {
  .recipe-page-single-slider .swiper-slide {
    max-width: 86px;
    max-height: 107px;
  }
}
@media (min-width: 1280px) {
  .recipe-page-single-slider .swiper-slide {
    width: auto;
    max-width: none;
    height: 142px;
  }
}
.recipe-page-single-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.recipe-page-single-slider .swiper-slide.active {
  border: 2px solid #DA593D;
}
.recipe-page-single__main-image {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  height: 372px;
}
.recipe-page-single__main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .recipe-page-single__main-image img {
    width: auto;
  }
}
@media (min-width: 500px) {
  .recipe-page-single__main-image {
    height: 600px;
  }
}
@media (min-width: 1280px) {
  .recipe-page-single__main-image {
    width: 491px;
    height: 100%;
  }
}
.recipe-page-single__block-second {
  max-width: none;
}
@media (min-width: 1560px) {
  .recipe-page-single__block-second {
    max-width: 490px;
  }
}
.recipe-page-single__subtitle {
  margin-bottom: 32px;
  font-size: 24px;
}
.recipe-page-single__title {
  margin-bottom: 36px;
  font-family: "Viaoda Libre", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .recipe-page-single__title {
    margin-bottom: 60px;
    font-size: 92px;
    line-height: 81.522%;
  }
}
.recipe-page-single__info {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .recipe-page-single__info {
    margin-bottom: 60px;
  }
}
.recipe-page-single__info-title {
  margin-bottom: 36px;
  font-weight: 700;
}
.recipe-page-single__info-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}
.recipe-page-single__info-item {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 2px solid #F1ECE8;
}
.recipe-page-single__info-item svg {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.recipe-page-single__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recipe-page-single__price {
  font-family: "Viaoda Libre", sans-serif;
  font-size: 40px;
  color: #CB4B32;
}
@media (min-width: 768px) {
  .recipe-page-single__price {
    font-size: 60px;
  }
}

.home-page-about {
  position: relative;
}
@media (min-width: 768px) {
  .home-page-about {
    padding-left: 42%;
  }
}
@media (min-width: 1520px) {
  .home-page-about {
    padding-left: 42%;
  }
}
.home-page-about__subtitle {
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .home-page-about__subtitle {
    position: absolute;
    left: 0;
    top: 160px;
  }
}
@media (min-width: 768px) {
  .home-page-about__title {
    max-width: 784px;
    padding-bottom: 100px;
    text-align: left;
  }
}
.home-page-about__text-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.home-page-about__text-1 {
  font-weight: 700;
  font-size: 20px;
}
.home-page-about__text-1, .home-page-about__text-2 {
  color: #48474D;
  margin-bottom: 24px;
  font-size: 24px;
}
.home-page-about__text-3 {
  color: #93929D;
}
.home-page-about__img-left {
  width: 100%;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .home-page-about__img-left {
    position: absolute;
    top: 297px;
    left: 0;
    width: 39%;
  }
}
@media (min-width: 1000px) {
  .home-page-about__img-left {
    width: 362px;
  }
}
.home-page-about__img-right {
  display: none;
  margin-left: 17.5%;
  width: 233px;
}
@media (min-width: 1280px) {
  .home-page-about__img-right {
    display: block;
  }
}
@media (min-width: 1520px) {
  .home-page-about__img-right {
    margin-left: 17.5%;
  }
}
.home-page-about__img-bottom {
  margin-top: 60px;
  width: 105px;
}
@media (max-width: 767px) {
  .home-page-about__img-bottom {
    display: none;
  }
}

.home-page-instagram__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .home-page-instagram__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 40px;
  }
}
.home-page-instagram__item {
  width: 100%;
  justify-self: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-size: cover;
}
@media (max-width: 767px) {
  .home-page-instagram__item:nth-child(4n+2) {
    -webkit-mask-image: url(../images/masks/scalloped-square-mask.svg);
    mask-image: url(../images/masks/scalloped-square-mask.svg);
  }
  .home-page-instagram__item:nth-child(4n+3) {
    -webkit-mask-image: url(../images/masks/quatrefoil-mask.svg);
    mask-image: url(../images/masks/quatrefoil-mask.svg);
  }
}
@media (min-width: 768px) {
  .home-page-instagram__item:nth-child(8n+3) {
    -webkit-mask-image: url(../images/masks/scalloped-square-mask.svg);
    mask-image: url(../images/masks/scalloped-square-mask.svg);
  }
  .home-page-instagram__item:nth-child(8n+5) {
    -webkit-mask-image: url(../images/masks/quatrefoil-mask.svg);
    mask-image: url(../images/masks/quatrefoil-mask.svg);
  }
}

.home-page-questions__title {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
}

/*
 ***** footer *****
 */
.footer {
  position: relative;
}
.footer__wrapper {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .footer__wrapper {
    margin-top: 160px;
  }
}
.footer-section {
  padding: 36px 0;
  border-top: 2px solid #D9D5D2;
}
@media (max-width: 767px) {
  .footer-nav {
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.footer-section-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 52px;
}
@media (min-width: 768px) {
  .footer-section-1 {
    gap: 36px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.footer-section-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 36px;
}
@media (min-width: 950px) {
  .footer-section-2 {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .footer-section-2 {
    padding-top: 160px;
  }
}
@media (min-width: 1560px) {
  .footer-section-2 {
    padding-top: 292px;
  }
}
.footer-section-2__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 36px;
}
@media (min-width: 950px) {
  .footer-section-2__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
.footer-section-2__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
}
.footer-section-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  -ms-flex-align: start;
      align-items: flex-start;
  color: #93929D;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer-section-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.footer-section-3__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.footer__logo {
  height: 67px;
  max-height: 67px;
}
.footer__img-wrapper {
  position: absolute;
  bottom: 0;
  right: 175px;
  left: 36%;
  display: none;
  pointer-events: none;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .footer__img-wrapper {
    left: 40%;
    display: block;
    max-height: 365px;
  }
}
@media (min-width: 1560px) {
  .footer__img-wrapper {
    left: 565px;
    max-height: 490px;
  }
}
.footer__img-wrapper img {
  max-height: 500px;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 1560px) {
  .footer__img-wrapper img {
    max-height: 669px;
  }
}

/*
  ***** swiper home-page *****
 */
.swiper-home-page-courses {
  padding: 0 16px;
}
.swiper-home-page-courses .swiper-wrapper {
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 150px;
}
.swiper-home-page-courses .swiper-slide {
  height: 273px;
}
@media (min-width: 768px) {
  .swiper-home-page-courses .swiper-slide {
    height: 487px;
    width: 487px;
  }
}
.swiper-home-page-courses .swiper-slide .swiper-home-page-courses__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  width: 100%;
}
.swiper-home-page-courses .swiper-slide .swiper-home-page-courses__img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scale(0.64);
          transform: scale(0.64);
  transition: all 300ms ease-out;
}
.swiper-home-page-courses .swiper-slide-active .swiper-home-page-courses__img-wrapper {
  transition: all 300ms ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-home-page-courses .swiper-slide img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.swiper-home-page-courses__button-prev, .swiper-home-page-courses__button-next {
  display: none;
}
@media (min-width: 767px) {
  .swiper-home-page-courses__button-prev, .swiper-home-page-courses__button-next {
    position: absolute;
    z-index: 1;
    top: calc(50% - 75px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    cursor: pointer;
  }
}
.swiper-home-page-courses__button-next {
  right: 20px;
}
.swiper-home-page-courses__button-prev {
  left: 20px;
}
.swiper-home-page-courses .swiper-pagination-bullet {
  bottom: 0;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  margin: 0 14px !important;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  opacity: 1;
}
.swiper-home-page-courses .swiper-pagination-bullet-active {
  background: #fff;
}

/*
  ***** слайдер рецептів на сторінці одного рецепту *****
 */
.swiper-recipe-page-recipes__wrapper {
  position: relative;
}
.swiper-recipe-page-recipes .swiper-wrapper {
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 68px;
}
.swiper-recipe-page-recipes .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 1000px) {
  .swiper-recipe-page-recipes .recipes-item {
    width: 80vw;
  }
}
@media (min-width: 1560px) {
  .swiper-recipe-page-recipes .recipes-item {
    width: auto;
  }
}
.swiper-recipe-page-recipes__button-prev, .swiper-recipe-page-recipes__button-next {
  position: absolute;
  z-index: 1;
  top: calc(50% - 75px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  cursor: pointer;
}
@media (min-width: 1800px) {
  .swiper-recipe-page-recipes__button-prev, .swiper-recipe-page-recipes__button-next {
    display: block;
  }
}
.swiper-recipe-page-recipes__button-next {
  right: -114px;
}
.swiper-recipe-page-recipes__button-prev {
  left: -114px;
}
.swiper-recipe-page-recipes .swiper-pagination-bullet {
  bottom: 0;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  margin: 0 14px !important;
  border-radius: 50%;
  border: 2px solid #ADA9A6;
  background: transparent;
  opacity: 1;
}
.swiper-recipe-page-recipes .swiper-pagination-bullet-active {
  background: #ADA9A6;
}

/*
  ***** accordion *****
 */
.accordion .ac {
  margin-bottom: 12px;
  padding: 0 40px;
  background: transparent;
  border: none;
}
@media (min-width: 768px) {
  .accordion .ac {
    margin-bottom: 20px;
  }
}
.accordion .ac:hover .ac-trigger, .accordion .ac:focus .ac-trigger {
  background: #D9D5D2;
  color: #48474D;
}
.accordion .ac .accordion__icon svg {
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.accordion .ac.is-active .ac-trigger {
  color: #48474D;
}
.accordion .ac.is-active .accordion__icon svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion .ac-trigger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -40px;
  width: calc(100% + 80px);
  padding: 24px 40px;
  border-radius: 40px;
  background: #EAE6E2;
  color: #48474D;
  font-family: "Inter Tight", serif;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s ease-in;
}
.accordion .ac-trigger:hover, .accordion .ac-trigger:focus {
  color: #48474D;
}
.accordion .ac-trigger:after {
  content: "";
}
.accordion .accordion__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.accordion .accordion__icon svg {
  height: 100%;
}
.accordion .ac-panel {
  color: #48474D;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.accordion .ac-panel__inner {
  padding: 24px 0;
}

/*
  ***** mobile-menu *****
 */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  min-width: 100vw;
  height: 100vh;
  height: 100dvh;
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__inner {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding-bottom: 40px;
  color: #fff;
  background-color: #CB4B32;
  background-image: url("../images/flowers-bg.svg");
  background-size: cover;
  background-position: 70% 0;
  background-repeat: no-repeat;
  overflow-y: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 500ms ease-in-out;
}
.mobile-menu__header {
  padding: 20px 0;
}
.mobile-menu__btn-close {
  position: absolute;
  z-index: 1;
  top: 36px;
  right: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .mobile-menu__btn-close {
    display: none;
  }
}
.mobile-menu__nav-wrapper, .mobile-menu__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
}
.mobile-menu__nav-wrapper a, .mobile-menu__nav a {
  font-family: "Viaoda Libre", sans-serif;
  font-size: 52px;
  color: inherit;
}
.mobile-menu__nav-wrapper {
  padding-top: 40px;
  margin-bottom: 60px;
}
.mobile-menu__tel {
  display: inline-block;
  margin-bottom: 40px;
  font-weight: 500;
  color: inherit;
}
.mobile-menu__socials {
  gap: 8px;
  margin-bottom: 40px;
}

.mobile-menu.is-hidden {
  pointer-events: none;
  overflow: hidden;
}
.mobile-menu.is-hidden .mobile-menu__inner {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all 500ms ease-in-out;
}

/*
 ***** checkout-page *****
 */
.woocommerce-checkout {
  margin: 0 auto;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .woocommerce-checkout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1560px) {
  .woocommerce-checkout {
    max-width: 1520px;
    padding: 0;
  }
}

.wc-block-components-checkout-place-order-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 24px;
  min-height: 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #48474D;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 34px;
  border: 1px solid #CB4B32;
  transition: all 300ms ease-out !important;
}
.wc-block-components-checkout-place-order-button:hover {
  color: #fff;
  background-color: #CB4B32;
}