@import "fancybox.css";
@import "owl-carousel.css";
/**

*
  Сброс CSS стилей
*
**/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
}
html {
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset, 100px);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body.__hidden {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
input,
textarea,
button,
select {
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
html,
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/**
*
  Flex
*
**/
.flex_w {
  display: flex;
  flex-wrap: wrap;
}
.flex_w.__ai_fs {
  align-items: flex-start;
}
.flex_w.__ai_fe {
  align-items: flex-end;
}
.flex_w.__ai_c {
  align-items: center;
}
.flex_w.__jc_sa {
  justify-content: space-around;
}
.flex_w.__jc_sb {
  justify-content: space-between;
}
.flex_w.__jc_c {
  justify-content: center;
}
/**
*
  Функции
*
**/
/**
*
  Подключение шрифтов
*
**/
@font-face {
  font-family: "Barlow";
  src: url('../fonts/barlow-bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url('../fonts/Barlow-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url('../fonts/barlow-semibold.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url('../fonts/Quicksand-Bold2.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url('../fonts/quicksand-bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url('../fonts/TitilliumWeb-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url('../fonts/titillium-web-semibold.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/**
*
  Общие классы
*
**/
.show {
  display: block !important;
}
.hide,
.xs-show,
.sm-show,
.md-show {
  display: none !important;
}
.flf {
  float: left !important;
}
.flr {
  float: right !important;
}
.clear {
  display: block;
  clear: both;
}
.t_center {
  text-align: center;
}
.t_right {
  text-align: right;
}
.pos_rel {
  position: relative;
}
.ypos_ab {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.xpos_ab {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pos_absc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c_img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.b_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.psevdo-item {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
/**
*
  Pop Up
*
**/
.popup_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 39, 51, 0.7);
  z-index: 80;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 0;
}
.popup_block .close_field {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  cursor: pointer;
}
.popup_block .inner {
  background-color: #fff;
  padding: 25px;
}
.popup_block .wrapper {
  z-index: 51;
  background: #fff;
  padding: 30px;
  position: relative;
}
.popup_block .wrapper .title {
  font: 42px/44px;
  margin-bottom: 30px;
}
.popup_block .wrapper .field {
  width: 100%;
}
.popup_block .wrapper .field .input {
  border: 2px solid #eaeff4;
  font: 14px;
}
.popup_block .wrapper .logo_img {
  position: absolute;
  top: 20px;
  right: 30px;
}
.popup_block .wrapper .btn {
  background-color: #ee1c25;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.popup_block .wrapper.__small {
  max-width: 372px;
}
.popup_block .wrapper.__small .btn {
  width: 100%;
}
.popup_block .wrapper.__wide {
  max-width: 1170px;
}
.popup_block .wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.popup_block .close_popup_icon {
  position: absolute;
  top: 0;
  right: -52px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.popup_block .close_popup_icon path {
  fill: #a5adbc;
}
.popup_block.__visible {
  display: flex;
  opacity: 1;
  visibility: visible;
}
#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  background: #222;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#cookie-banner a {
  color: #ffd700;
  text-decoration: underline;
}
#cookie-accept {
  margin-left: 20px;
  padding: 8px 18px;
  background: #4caf50;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#cookie-decline {
  margin-left: 10px;
  padding: 8px 18px;
  background: #f44336;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.standart-content {
  font-family: sans-serif;
}
.standart-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #000;
}
.standart-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem 0 1rem 0;
  color: #000;
}
.standart-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem 0;
  color: #000;
}
.standart-content h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.25rem 0 0.5rem 0;
  color: #000;
}
.standart-content h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem 0;
  color: #000;
}
.standart-content h6 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0.75rem 0 0.5rem 0;
  color: #000;
}
.standart-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #000;
}
.standart-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 4px;
}
.standart-content blockquote {
  border-left: 4px solid #000;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  background-color: #000;
  padding: 1rem;
  border-radius: 0 4px 4px 0;
}
.standart-content ul,
.standart-content ol {
  margin: 1rem 0 1rem 2rem;
  line-height: 1.6;
  list-style: none;
  padding: 0;
  margin-left: 0px;
}
.standart-content ul li {
  margin-bottom: 0.5rem;
  color: #000;
  position: relative;
  padding-left: 1.5rem;
}
.standart-content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}
.standart-content ol {
  counter-reset: item;
}
.standart-content ol li {
  margin-bottom: 0.5rem;
  color: #000;
  position: relative;
  padding-left: 2rem;
  counter-increment: item;
}
.standart-content ol li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}
.standart-content em {
  font-style: italic;
  color: #000;
}
.standart-content strong {
  font-weight: bold;
  color: #000;
}
.error-404-container {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404 {
  text-align: center;
  width: 100%;
}
.error-404__code {
  font-size: 6rem;
  margin-bottom: 0.5em;
}
.error-404__title {
  font-size: 2rem;
  margin-bottom: 1em;
}
.error-404__desc {
  margin-bottom: 2em;
}
.error-404__btn {
  display: inline-block;
  margin-top: 2em;
  padding: 12px 32px;
  background: #222;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.2rem;
  transition: background 0.2s;
}
.error-404__btn:hover {
  background: #444;
}
body {
  background-color: #F1EFEB;
  color: #1C3775;
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.2px;
}
.container {
  width: 1182px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.main {
  position: relative;
  height: 100vh;
}
.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0px;
  gap: 64px;
}
header.active {
  background-color: #1C3775;
  border-bottom: transparent;
}
.header__logo {
  width: 134px;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__menu > ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__menu > ul > li {
  position: relative;
}
.header__menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.header__menu > ul > li > ul {
  position: absolute;
  top: 100%;
  left: calc(100% + 31px);
  transform: translate(-50%, -12px);
  min-width: 270px;
  width: 270px;
  padding: 0px 16px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  background: #FFF;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.header__menu > ul > li > ul li a {
  color: #1C3775;
  font-family: "Titillium Web";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: start;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
  position: relative;
}
.header__menu > ul > li > ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../imgs/icons/arrow.svg);
}
.header__menu > ul > li > ul li a:hover {
  color: #F7C65D;
  background: rgba(255, 255, 255, 0.06);
}
.header__menu a {
  color: #FFF;
  font-family: "Titillium Web";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
/*   -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; */
}
.header__menu a:hover {
  color: #F7C65D;
}
.main-wr {
  border-radius: 24px 24px 0 0;
  background: #1C3775;
  padding: 80px 0px;
  margin-bottom: 80px;
  margin-top: -22px;
  position: relative;
}
.main-wr .container {
  padding-left: 128px;
}
.main-wr__title {
  color: #FFF;
  font-family: Quicksand;
  font-size: 42.7px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: start;
  margin-bottom: 32px;
}
.main-wr__text {
  color: #FFF;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: start;
  line-height: 130%;
  letter-spacing: -0.2px;
}
.recipes {
  margin-bottom: 80px;
}
.recipes__head {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.recipes__title {
  color: #1C3775;
  text-align: center;
  font-family: Quicksand;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.46px;
  line-height: 113%;
}
.recipes__text {
  color: #1C3775;
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.2px;
  width: 516px;
}
.recipes__blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.recipes__block {
  width: auto;
}
.recipes__imgwr {
  width: 100%;
  position: relative;
  height: 428px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
}
.recipes__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recipes__blocks {
  justify-content: center;
}
.recipes__imgs-shadow {
  height: 90px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.recipes__time {
  position: absolute;
  color: #FFF;
  font-family: Quicksand;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  top: 19px;
  left: 16px;
  z-index: 12;
}
.recipes__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.recipes__subname {
  color: #646D83;
  font-family: Quicksand;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  text-align: start;
}
.recipes__name {
  color: #1C3775;
  font-family: Quicksand;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%;
  letter-spacing: -0.6px;
  text-align: start;
}
.discover {
  position: relative;
}
.discover .container {
  padding-top: 116px;
  padding-bottom: 119px;
}
.discover {
  margin-bottom: 80px;
}
.discover__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.discover__shadow {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.discover__info {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.discover__title {
  color: #FFF;
  text-align: center;
  font-family: Quicksand;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}
.discover__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  color: #1C3775;
  text-align: center;
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border-radius: 8px;
  background: #FDC533;
  padding: 10px 24px;
}
.discover__btn:hover {
  background: #e8b01d;
}
.recipes__block {
  cursor: pointer;
}
.discover__info {
  justify-content: center;
  align-items: center;
}
.achievements {
  margin-bottom: 165px;
}
.achievements__wr {
  width: 1012px;
}
.achievements__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 48px;
}
.achievements__title {
  color: #1C3775;
  text-align: center;
  font-family: Quicksand;
  font-size: 42px;
  font-style: normal;
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 120%;
}
.achievements__textend {
  color: #1C3775;
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.2px;
  text-align: start;
  font-size: 21.9px;
  padding-left: 10px;
}
.achievements__imgs {
  display: flex;
  gap: 24px;
  position: relative;
  left: 9px;
  margin-bottom: 38px;
}
.achievements__img {
  width: 321px;
  height: 428px;
  border-radius: 8px;
  overflow: hidden;
}
.achievements__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.achievements .container {
  display: flex;
  justify-content: center;
}
footer {
  background: #1C3775;
  padding-top: 80px;
  padding-bottom: 32px;
}
.footer__info {
  color: #FFF;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.24px;
  text-align: start;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 48px;
}
.footer__year {
  color: #FFF;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.24px;
  text-align: start;
  padding-top: 32px;
}
.product-modal {
  display: none;
}
.product-modal__content-blocks {
  counter-reset: step;
}
.product-modal__content-block {
  counter-increment: step;
}
.product-modal__num::before {
  content: counter(step);
}
.product-modal {
  background: transparent !important;
  width: 1388px;
  padding: 0;
}
.product-modal__container {
  height: 640px;
  overflow-y: auto;
}
.f-button:focus-visible {
  box-shadow: none !important;
}
.product-modal__container::-webkit-scrollbar {
  width: 6px;
}
.product-modal__container::-webkit-scrollbar-track {
  background: #FFF;
}
.product-modal__container::-webkit-scrollbar-thumb {
  background-color: rgba(28, 55, 117, 0.4);
  border-radius: 20px;
}
.product-modal__container {
  padding-top: 50px;
}
.product-modal__top {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
  padding-bottom: 56px;
}
.product-modal__wr {
  width: 616px;
}
.product-modal__img {
  height: 528px;
  width: 528px;
  overflow: hidden;
  border-radius: 8px;
}
.product-modal__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-modal__name {
  color: #1C3775;
  font-family: Quicksand;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 32px;
  text-align: start;
}
.product-modal__wr {
  padding-top: 76px;
}
.product-modal__subname {
  margin-bottom: 20px;
  color: #1C3775;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: start;
  letter-spacing: -0.2px;
}
.product-modal__blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-modal__block {
  display: flex;
  align-items: center;
  gap: 24px;
}
.product-modal__block p {
  color: #1C3775;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.2px;
}
.product-modal__block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-modal-line {
  flex: 1;
  height: 3px;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.25) 1.5px, transparent 1.5px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  background-position: center;
}
.product-modal__contentwr {
  background: #F1EFEB;
  padding-top: 56px;
}
.product-modal__top {
  padding-left: 56px;
}
.product-modal__contentwr {
  padding-left: 56px;
  padding-right: 56px;
}
.product-modal__content-title {
  margin-bottom: 32px;
  color: #1C3775;
  font-family: Quicksand;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.28px;
  text-align: start;
}
.product-modal__content-block {
  display: flex;
  align-items: center;
  gap: 32px;
}
.product-modal__num {
  width: 44px;
  height: 44px;
  border-radius: 37px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: -0.2px;
}
.product-modal__text {
  color: #1C3775;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.2px;
  text-align: start;
}
.product-modal__contentwr {
  padding-bottom: 56px;
}
.product-modal__content-blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.rec-modal {
  border-radius: 12px 0px 0px 12px;
  background: #FFF;
  width: 1388px;
  padding: 0;
  display: none;
}
.rec-modal__wr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 56px;
  padding-right: 56px;
  padding-bottom: 56px;
}
.rec-modal__info {
  width: 616px;
}
.rec-modal__title {
  margin-bottom: 32px;
  color: #1C3775;
  font-family: Quicksand;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: start;
}
.rec-modal__time {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.rec-modal__time img {
  width: 26px;
  height: 26px;
}
.rec-modal__time p {
  color: #646D83;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.1px;
}
.rec-modal__text {
  color: #1C3775;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: start;
}
.header__burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  width: 22px;
}
.header__burger div {
  border-radius: 5px;
  width: 100%;
  background-color: #fff;
  height: 2px;
}
.burger-menu {
  width: 100% !important;
  position: fixed;
  right: 0;
  padding-top: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 300;
  top: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transform: translateX(-100%);
  bottom: 0;
  background: white;
}
.burger-menu.active {
  transform: translateX(0%);
}
.burger-menu__top {
  background-color: #1C3775;
  padding: 24px;
  height: 143px;
}
.burger-menu__top-info {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.burger-menu__close {
  top: 4px;
  position: absolute;
  left: 16px;
}
.burger-menu__wr {
  display: flex;
}
.burger-menu__left {
  padding: 40px 16px;
}
.burger-menu__left,
.burger-menu__img {
  width: 50%;
}
.burger-menu-wr {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.burger-menu__wr {
  flex-grow: 1;
}
.burger-menu__left li {
  width: 100%;
  text-align: start;
}
.burger-menu__left > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.burger-menu__left > ul > li > a {
  color: #1C3775;
  font-family: "Titillium Web";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  width: 100%;
  text-align: start;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.burger-menu__left > ul > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../imgs/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
.burger-menu__left > ul > li > ul {
  display: none;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  padding-left: 16px;
}
.burger-menu__left > ul > li > ul a {
  color: #1C3775;
  font-family: "Titillium Web";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.burger-menu__left > ul > li.open > ul {
  display: flex;
}
.burger-menu__left > ul > li.open > a::after {
  top: 9px;
  background-image: url(../imgs/icons/arrow-active.svg);
}
.burger-menu__left ul li.open > a {
  color: #BA1F31;
}
.fancybox__content > .f-button.is-close-btn {
  opacity: 1;
  border-radius: 4px;
  background: #FFF !important;
  width: 56px;
  height: 56px;
  top: -97px;
}
.f-button svg {
  stroke: #1C3775 !important;
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.product-modal__visible {
  overflow: hidden;
  border-radius: 12px;
  background: white;
}
.product-modal__img {
  position: sticky;
  top: 0;
  bottom: 20px;
}



.owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -156px;
}
.owl-dot {
  background-color: rgba(28, 55, 117, 0.1) !important;
  height: 2px;
  width: 1px;
  flex-grow: 1;
}
.owl-dot.active {
  background-color: #1C3775 !important;
}
.owl-next,
.owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 1px solid #1C3775 !important;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.owl-next svg path,
.owl-prev svg path {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.owl-next:hover,
.owl-prev:hover {
  background-color: #1C3775 !important;
}
.owl-next:hover svg path,
.owl-prev:hover svg path {
  stroke: #fff !important;
}
.owl-prev.disabled,
.owl-next.disabled {
  opacity: 0.3 !important;
  cursor: default!important;
}
.owl-prev.disabled:hover,
.owl-next.disabled:hover {
  background-color: transparent!important;
}
.owl-prev.disabled:hover svg path,
.owl-next.disabled:hover svg path {
  stroke: #1C3775 !important;
}
.owl-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: -171px;
  right: 209px;
}
.owl-dots {
  width: 400px;
}






.product-modal__wr {
  position: relative;
}
.product-modal__nav-prev,
.product-modal__nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 6px;
  border-radius: 4px;
  background: #1C3775;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.product-modal__nav-prev:hover,
.product-modal__nav-next:hover {
  background: #122b62;
}
.product-modal__nav {
  display: flex;
  gap: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.header__menu ul ul::before {
  content: '';
  height: 12px;
  background: transparent;
  width: 100%;
  bottom: 100%;
  left: 0;
  right: 0;
  position: absolute;
}
.header__menu a:active {
  color: #BA1F31;
}
.header__menu > ul > li > ul li a:active {
  color: #BA1F31;
}
.fancybox__slide::before {
  margin-top: 135px;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 0!important;
}
.product-modal__container {
  max-height: calc(100vh - 175px) !important;
}
.fancybox__content > .f-button.is-close-btn {
  right: 0!important;
  top: -97px !important;
}
header {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.recipes .owl-dots{
  bottom: -37px;
}

.recipes .owl-nav{
  bottom: -49px;
}

.recipes__blocks {
  width: 996px!important;
  margin: 0 auto!important;
}
.recipes .owl-nav {
  bottom: -49px;
  right: 200px;
}


/**
*
  Адаптив
*
**/
@media only screen and (max-width: 1920px) {
  .discover__img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 1199px) {
  .md-show {
    display: block !important;
  }
  .md-hide {
    display: none !important;
  }
  .container {
    width: 736px;
  }
  .header__burger {
    display: flex;
    position: absolute;
    left: 40px;
  }
  .header__menu {
    display: none;
  }
  .header__logo {
    width: 88px;
  }
  .main {
    height: 849px;
  }
  .main-wr {
    margin-top: -58px;
  }
  .main-wr__title {
    font-size: 30px;
    width: 90%;
    margin-bottom: 15px;
  }
  .main-wr__title br {
    display: none;
  }
  .main-wr {
    padding: 49px 0px;
    padding-bottom: 63px;
  }
  .main-wr .container {
    padding-left: 120px;
  }
  .main-wr__text {
    font-size: 16px;
    letter-spacing: -0.16px;
    width: 84%;
    line-height: 122%;
  }
  .main-wr__text p br {
    display: none;
  }
  .recipes__title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .main-wr {
    margin-bottom: 47px;
  }
  .recipes__text {
    font-size: 16px;
    letter-spacing: -0.16px;
    width: 495px;
  }
  .recipes__head {
    gap: 1px;
  }
  .recipes__block {
    width: auto;
  }
  .recipes__imgwr {
    height: 321px;
    margin-bottom: 19px;
  }
  .recipes__subname {
    width: 98%;
  }
  .recipes__name {
    font-size: 18px;
    width: 90%;
  }
  .recipes {
    margin-bottom: 134px;
  }
  .discover__title {
    font-size: 56px;
    line-height: 120%;
  }
  .discover .container {
    padding-top: 182px;
    padding-bottom: 150px;
  }
  .achievements__title {
    font-size: 30px;
  }
  .discover {
    margin-bottom: 48px;
  }
  .achievements__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.16px;
  }
  .achievements__head {
    gap: 17px;
  }
  .achievements__img {
    width: 242px;
    height: 322px;
  }
  .achievements__textend {
    color: #1C3775;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.18px;
  }
  .achievements {
    margin-bottom: 123px;
  }
  .footer__info {
    font-size: 16px;
    line-height: 130%;
  }
  footer {
    padding-top: 41px;
  }
  .footer__bottom {
    margin-top: 22px;
  }
  .footer__year {
    font-size: 16px;
    padding-top: 26px;
  }
  .product-modal__container {
    height: 850px;
  }
  .product-modal {
    width: 681px;
  }
  .product-modal__name {
    width: 268px;
    font-size: 30px;
    line-height: 120%;
  }
  .product-modal__img {
    width: 268px;
    height: 268px;
  }
  .product-modal__wr {
    padding-top: 19px;
  }
  .product-modal__img {
    top: 56px;
    right: 55px;
  }
  .product-modal__subname {
    padding-top: 82px;
    font-size: 16px;
    padding-top: 23px;
    margin-bottom: 13px;
  }
  .product-modal__block p {
    font-size: 16px;
  }
  .product-modal__blocks {
    gap: 14px;
  }
  .product-modal__namewr {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product-modal__contentwr {
    padding-top: 32px;
  }
  .product-modal__contentwr {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 130%;
  }
  .product-modal__num {
    width: 32px;
    height: 32px;
  }
  .product-modal__content-block {
    gap: 20px;
  }
  .product-modal__text {
    font-size: 16px;
    line-height: 120%;
  }
  .product-modal__text br {
    display: none;
  }
  .product-modal__contentwr {
    margin-bottom: 0;
  }
  .product-modal__content-blocks {
    gap: 20px;
  }
  .product-modal__num {
    font-size: 16px;
  }
  .product-modal__content-title {
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
  }
  .rec-modal {
    border-radius: 12px;
    width: 681px;
  }
  .rec-modal__info {
    width: 100%;
  }
  .rec-modal__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .rec-modal__left {
    width: 268px;
  }
  .rec-modal__title {
    font-size: 30px;
    line-height: 120%;
  }
  .rec-modal__time p {
    font-size: 16px;
    line-height: 130%;
  }
  .rec-modal__time img {
    width: 20px;
    height: 20px;
  }
  .rec-modal .product-modal__container {
    padding-top: 58px;
  }
  .rec-modal__text {
    font-size: 16px;
  }
  .rec-modal__top {
    margin-bottom: 29px;
  }
  .achievements__imgs,
  .recipes__blocks {
    width: 498px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .achievements__imgs .owl-stage-outer,
  .recipes__blocks .owl-stage-outer {
    overflow: visible !important;
  }
  .product-modal__wr {
    padding-top: 0;
  }
  .product-modal__name {
    margin-bottom: 10px;
  }

  .owl-dots {
    transform: none;
    left: 0;
    bottom: -123px;
  }

  .achievements__textend {
    padding: 0;
    width: 498px;
    margin: 0 auto;
  }
  .owl-nav {
    right: 0;
    bottom: -137px;
  }




   .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -38px;
  }
  .owl-dot {
    background-color: rgba(28, 55, 117, 0.1) !important;
    height: 2px!important;
    width: 1px!important;
    flex-grow: 1!important;
  }

  .owl-dot.active {
    background-color: #1C3775 !important;
  }
  .owl-next,
  .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid #1C3775 !important;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .owl-next svg path,
  .owl-prev svg path {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .owl-next:hover,
  .owl-prev:hover {
    background-color: #1C3775 !important;
  }
  .owl-next:hover svg path,
  .owl-prev:hover svg path {
    stroke: #fff !important;
  }
  .owl-prev.disabled,
  .owl-next.disabled {
    opacity: 0.3 !important;
    cursor: default!important;
  }
  .owl-prev.disabled:hover,
 .owl-next.disabled:hover {
    background-color: transparent!important;
  }
  .owl-prev.disabled:hover svg path,
  .owl-next.disabled:hover svg path {
    stroke: #1C3775 !important;
  }
 .owl-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: -53px;
    right: 0;
  }
  .owl-dots {
    width: 400px;
  }



  .discover__img {
    object-fit: cover;
  }
  .fancybox__slide::before {
    margin-top: 135px;
  }
  .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 0!important;
  }
  .product-modal__container {
    height: calc(100vh - 175px) !important;
  }
  .fancybox__content > .f-button.is-close-btn {
    right: 0!important;
    top: -97px !important;
  }
  .owl-dots{
    bottom: -119px;
  }
  .owl-nav{
    bottom: -132px;
  }
  .achievements__textend{
    width: 482px;
  }
  .achievements__imgs{
    margin-bottom: 30px;
  }
  .recipes .owl-nav{
    right: 0;
  }

}



@media only screen and (max-width: 767px) {
  .fancybox__slide {
    justify-content: flex-end;
  }
  .recipes__name{
    font-size: 16px;
    line-height: 130%;
  }
  .recipes__subname{
    font-size: 16px;
    line-height: 130%;
  }
  .xs-show {
    display: block !important;
  }
  .rec-modal {
    overflow: hidden;
  }
  .product-modal__img {
    position: static;
  }
  .product-modal__container {
    height: calc(100vh - 114px) !important;
  }
  .fancybox__slide {
    padding: 0!important;
  }
  .fancybox__slide::before,
  .fancybox__slide::after {
    display: none;
  }
  .xs-hide {
    display: none !important;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__burger {
    gap: 4px;
    width: 20px;
    left: 18px;
  }
  .main {
    height: 509px;
  }
  .main-wr {
    margin-top: -13px;
    border-radius: 16px 16px 0 0;
    padding: 41px 0px;
  }
  .main-wr .container {
    padding-left: 15px;
  }
  .main-wr__title {
    font-size: 24px;
    width: 98%;
    margin-bottom: 17px;
  }
  .main-wr__text {
    font-size: 16px;
    letter-spacing: -0.16px;
    width: 96%;
    line-height: 131%;
  }
  .recipes__head {
    align-items: flex-start;
  }
  .main-wr {
    margin-bottom: 38px;
  }
  .container {
    padding-left: 13px;
    padding-right: 10px;
  }
  .recipes__head {
    margin-bottom: 31px;
  }
  .recipes__blocks {
    justify-content: flex-start;
  }
  .recipes {
    margin-bottom: 96px;
  }
  .discover__title {
    font-size: 48px;
    line-height: 120%;
  }
  .discover .container {
    padding-top: 166px;
    padding-bottom: 118px;
  }
  .discover__btn {
    padding: 10px 19px;
  }
  .achievements__head {
    align-items: flex-start;
  }
  .discover {
    margin-bottom: 42px;
  }
  .achievements__title {
    font-size: 24px;
    text-align: start;
  }
  .achievements__head {
    margin-bottom: 31px;
  }
  .achievements__textend {
    padding-left: 0;
  }
  .achievements__textend br {
    display: none;
  }
  .achievements__imgs {
    margin-bottom: 26px;
  }
  .achievements {
    margin-bottom: 96px;
  }
  .footer__info {
    font-size: 14px;
  }
  .footer__year {
    font-size: 15px;
    padding-top: 24px;
  }
  .recipes__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
    text-align: start;
  }
  .recipes__text {
    font-size: 16px;
    letter-spacing: -0.16px;
    width: 100%;
    text-align: start;
  }
  .fancybox__slide::after {
    display: none !important;
  }
  .product-modal__namewr {
    flex-direction: column;
  }
  .product-modal {
    border-radius: 12px 0px 0px 0px;
  }
  .product-modal__wr {
    width: 100%;
  }
  .product-modal__top {
    padding-left: 12px;
    padding-right: 10px;
  }
  .product-modal__name {
    width: 100%;
    font-size: 24.1px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .product-modal__container {
    padding-top: 0;
  }
  .product-modal__img {
    width: 100%;
    height: 329px;
  }
  .is-compact .fancybox__content > .f-button.is-close-btn {
    width: 39px;
    height: 37px;
  }
  .product-modal__top {
    padding-bottom: 15px;
  }
  .product-modal__contentwr {
    padding-left: 12px;
    padding-right: 12px;
  }
  .product-modal__content-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .product-modal__contentwr {
    padding-top: 12px;
  }
  .product-modal__content-block {
    align-items: flex-start;
    gap: 12px;
  }
  .product-modal__num {
    width: 28px;
    height: 28px;
  }
  .product-modal__content-blocks {
    gap: 16px;
  }
  .product-modal__contentwr {
    padding-bottom: 25px;
  }
  .rec-modal__top {
    flex-direction: column;
  }
  .rec-modal {
    border-radius: 12px 12px 0px 0px;
    width: 100%;
  }
  .rec-modal__left {
    width: 100%;
  }
  .rec-modal__top {
    width: 100%;
  }
  .rec-modal__wr {
    padding-left: 14px;
    padding-right: 13px;
    padding-bottom: 25px;
  }
  .rec-modal__title {
    font-size: 24px;
  }
  .rec-modal .product-modal__container {
    padding-top: 16px;
  }
  .rec-modal__title {
    margin-bottom: 23px;
  }
  .rec-modal__time {
    margin-bottom: 23px;
  }
  .product-modal__container {
    height: 676px;
  }
  .burger-menu__img {
    display: none;
  }
  .burger-menu__wr {
    flex-grow: 1;
    margin-top: -39px;
    position: relative;
    z-index: 100;
    margin-top: -48px;
    border-radius: 16px 16px 0px 0px;
    background: #F1EFEB;
  }
  .burger-menu__left,
  .burger-menu__img {
    width: 100%;
  }
  .burger-menu__top {
    padding: 24px 0px;
    height: 162px;
  }
  .product-modal__visible {
    border-radius: 12px 12px 0 0;
  }
  .achievements__imgs,
  .recipes__blocks {
    width: 242px !important;
    margin-left: 0;
    margin-right: 0;
  }


  .recipes .owl-dots {
    width: 232px;
  }
  .achievements .owl-dots {
    width: 232px;
  }


  .recipes .owl-nav {
    right: -86px;
  }
  .achievements .owl-nav {
    right: -86px;
  }
  .product-modal__nav {
    display: none;
  }
  .product-modal__top {
    padding-top: 15px;
  }
  .recipes .owl-nav {
    right: -58px;
    gap: 4px;
  }


  .recipes .owl-dots {
    width: 210px;
  }
  .achievements .owl-dots {
    width: 200px;
  }


  .achievements .owl-nav {
    right: -48px;
    gap: 4px;
  }
  .fancybox__content > .f-button.is-close-btn {
    right: 8px !important;
    top: 7px !important;
  }
  .header__logo {
    width: 90px;
  }
  .recipes__blocks{
    margin: 0!important;
  }
}
