@import url(fonts/fonts.css);
body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Montserrat', serif;
  background: #282828;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none;
  outline: none; }

.divide {
  display: none; }

.rec {
  display: flex;
  flex-direction: column; }

.burger-menu {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  position: fixed;
  left: 15px;
  z-index: 22;
  top: 100px;
  overflow: hidden;
  display: none; }

.burger-menu__bg {
    height: 110px;
    width: 110px;
    content: '';
    display: block;
    background: linear-gradient( #ddd8cc3b);
    background-position: -160px -111px;
    background-size: 1384px;
    backdrop-filter: blur(3px);
  }

.stripes {
  background: url("img/burger.png") no-repeat;
  height: 110px;
  width: 110px;
  position: absolute;
  top: 41px;
  left: 28px; }

.header {
  position: absolute;
  width: 100%; }

.content {
  width: 100%;
  height: 100%;
  margin-left: auto; }

.container {
  height: 100%;
  max-width: 1920px;
  margin: 0 auto; }

.row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url("img/bg4_1.jpg"); }

.col {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  top: 280px; }

.content-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  overflow: hidden; }

.content-main__bg {
  max-width: 100%;
  height: auto; }

.content-main__cheese-name {
  position: relative;
  top: -35px;
  width: 800px; }

.content-main__debrinois {
  position: relative;
  font-size: 24px;
  color: #EEBD59;
  line-height: 28.8px;
  letter-spacing: 5px;
  text-transform: uppercase;
  left: 10px;
  top: -134px;
}

.content-main__baking {
  position: relative;
  font-size: 19px;
  color: #EEBD59;
  line-height: 28.8px;
  letter-spacing: 5px;
  text-transform: lowercase;
  top: -32px;
  left: 10px; }

.content-main__emblem {
  position: absolute;
  right: -165px;
  top: 240px; }

.content-main__pepper {
  position: relative;
  top: -20px; }

.content-main__description {
  position: relative;
  bottom: 460px;
  color: #EEBD59;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px; }

.logo {
  display: flex;
  justify-content: center;
  align-items: center; }

.header__red-string {
  position: absolute;
  max-width: 100%;
  z-index: 4; }

.header__logo {
  position: relative;
  top: 15px;
  z-index: 6; }

.header__red-blur {
  position: absolute;
  max-width: 100%;
  top: 0;
  z-index: 3; }

.navbar {
  position: relative;
  z-index: 5;
  padding: 0;
  margin-left: 40px;
  margin-right: 40px;}

.navbar__item {
  display: inline;
  color: white;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer; }

.nav {
  z-index: 5;
  display: flex;
  position: absolute;
  transform: translateY(50px);
  width: 100%;
  max-width: 1195px;
  justify-content: space-between;
}

.content-about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  background: white;
  position: relative;
  top: -350px; }

.content-about__box {
  display: flex;
  max-width: 1100px;
  position: relative;
  top: -20px; }

.content-about__box-p {
  color: black;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2px;
  position: relative;
  top: -5px;
  left: -5px;
  margin-bottom: 0; }

.about {
  max-width: 375px; }

.content-about__box-left {
  background: #E1B353;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.content-about__box-h {
  font-size: 27px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  top: -4px;
  left: 0;
  margin-top: 0; }

.content-about__cheese {
  position: relative;
  overflow: hidden;
  top: 54px;
  background: white;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.content-about__cheese-item {
  position: relative;
  right: 36px;
  top: 35px; }

.content-about__cheese-block {
  max-width: 1000px;
  position: relative; }

.content-about__cheese-p {
  position: relative;
  top: 39px;
  left: 10px;
  max-width: 950px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 140px;
  letter-spacing: 0.3px; }

.content-about__cheese-days {
  position: absolute;
  left: -30px;
  top: 30px;
  z-index: 10;
  /*background: url("img/60days.png") no-repeat;*/
  background-size: contain;
  height: 115px;
  width: 48px; }

.content-char {
  position: relative;
  top: -295px;
  overflow: hidden; }

.content-char__bg {
  width: 103%; }

.content-char__text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 20px;
  width: 100%;
  height: 97%; }

.content-char__text-sp {
  font-size: 37px;
  color: #e1b353;
  margin-top: 20px;
  margin-bottom: 20px;
  top: -35px;
  left: 8px;
  position: relative; }

.content-char__heading {
  position: relative;
  left: 5px;
  top: -25px; }

.content-char__text-p {
  color: #e1b353;
  font-size: 15px;
  max-width: 1250px;
  text-align: center;
  font-weight: 300;
  word-spacing: 3px;
  letter-spacing: 0.2px;
  line-height: 28px;
  position: relative;
  left: 20px;
  top: -22px; }

.content-about__text-block {
  max-width: 1150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  left: 20px;
  top: 5px; }

.content-about__text-fork {
  margin-bottom: 20px;
  position: relative;
  left: 10px;
  top: -25px; }

.content-use {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 80px;
  width: 100vw;
  padding-bottom: 100px;
  position: relative;
  top: -300px; }

.content-use__heading {
  color: black;
  font-size: 37px;
  position: relative;
  top: -21px;
  left: 4px;
  letter-spacing: 0.15px;
  line-height: 42px; }

.content-use__cooking-item {
  width: 350px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 60px; }

.content-use__cooking-block {
  display: flex;
  flex-wrap: wrap; }

.content-use__cooking-item-block {
  display: block;
  height: 100px;
  text-align: center; }

.content-about__cheese-item, .content-about__box-right {
  max-width: 100%;
  height: auto; }

.pan {
  position: relative;
  top: 6px;
  right: 10px;
  background: url("img/pan.png") center center no-repeat; }

.wheel {
  background: url("img/wheel.png") center center no-repeat;
  position: relative;
  top: -3px;
  left: 5px; }

.chees_small {
  background: url("img/chees_small.png") center center no-repeat;
  position: relative;
  top: -3px;
  left: 5px; }

.cup {
  position: relative;
  right: 9px;
  top: -8px;
  background: url("img/cup.png") center center no-repeat; }

.content-use__cooking-description {
  font-size: 15px;
  color: black;
  line-height: 23px;
  position: relative;
  letter-spacing: 0.12px;
  top: 8px;
  left: 3px;
  font-weight: 500;
  /*text-align: justify;*/
}

.content-main__bg-mob {
  display: none; }

.content-char__bg-mob {
  display: none; }

.number {
  display: none; }

.content-recepie {
  position: relative;
  width: 100vw;
  top: -240px;
  display: flex;
  justify-content: center;
  align-items: center; }

.recepie__bg {
  position: absolute;
  top: -100px;
  width: 1920px; }

.content-recepie__mill {
  background: url("img/mill.png") no-repeat;
  height: 150px;
  width: 200px;
  position: absolute;
  top: -162px;
  left: 48.2%; }

.etiketka_mobile {
  display: none; }

.content-recepie-border {
  border-bottom: 1px solid #EEBD59;
  padding-bottom: 30px;
  height: 80px; }

.content-recepie__name {
  position: relative;
  top: -5px;
  left: 5px;
  color: #EEBD59;
  font-size: 21px;
  letter-spacing: 0.9px;
  line-height: 23px; }

.content-recepie__photo-1 {
  width: 165%;
  position: relative;
  left: -140px;
  top: -10px; }

.content-recepie__photo-2 {
  width: 155%;
  position: relative;
  left: -35px;
  top: -20px; }

.content-recepie__photo-3 {
  top: -110px;
  left: -4px;
  position: relative;
  width: 130%; }

.ing-1 {
  position: relative;
  top: -36px; }

.ing-2 {
  position: relative;
  top: -48px; }

.ing-3 {
  position: relative;
  top: -115px; }

.content-recepie__ing {
  color: #EEBD59;
  font-weight: 500;
  font-size: 19px;
  height: 100px; }

.ingridient {
  color: #EEBD59;
  border-bottom: 1px solid #EEBD59;
  height: 186px;
  position: relative;
  left: -15px;
  top: -51px;
  margin-bottom: 5px;
}

.ingridient-item {
  position: relative;
  top: -1px;
  margin-bottom: 3px; }

.ingridient-item::marker {
  font-size: 22px; }

.ul-2 {
  position: relative;
  top: -62px; }

.ul-3 {
  position: relative;
  top: -130px; }

.ingridient-item__text {
  letter-spacing: 0.5px;
  font-size: 15px;
  position: relative;
  top: -3px; }

.step {
  color: #EEBD59;
  font-size: 15px;
  font-weight: 500; }

.up-button {
  height: 70px;
  width: 70px;
  background: url("img/uparrow.png") no-repeat;
  background-size: contain;
  position: fixed;
  bottom: 100px;
  right: 100px;
  z-index: 20;
  cursor: pointer;
  display: block;
  transition: ease-in-out 0.3s; }

@keyframes pulsar {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.up-button.down {
  animation: pulsar 1.7s infinite;
  transform: rotate(180deg); }

.up-button-active {
  display: block; }

.recepie {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 460px; }

.line {
  height: 20px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #EEBD59; }

.line-1 {
  top: 27px; }

.line-2 {
  top: -38px; }

.line-3 {
  top: -52px; }

.recepie__text {
  color: #EEBD59;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.3px; }

.recepie__yellow-pepper {
  background: url("img/yellow_pepper.png") no-repeat;
  width: 100px;
  height: 100px;
  position: relative;
  left: 230px;
  top: 35px; }

.bonappetit__block {
  width: 100%;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.bonappetit {
  background: url("img/bonappetit.png") no-repeat;
  width: 300px;
  height: 70px;
  position: absolute;
  left: 43%;
  bottom: -65px; }

.content-about__box-waveline {
  position: relative;
  top: -10px;
  left: -4px; }

.sub {
  position: relative;
  left: 10px;
  top: -15px; }

.content-recepie__heading {
  color: #EEBD59;
  font-size: 35px;
  position: absolute;
  top: 30px;
  left: 46.5%; }

.cooking-recepie {
  margin-top: 130px; }

.mobile {
  display: none; }

.cheese {
  font-size: 15px;
  line-height: 24px; }

.navbar__item a, .navbar__item a:active, .navbar__item a:visited, .navbar__item a:hover {
  color: #fff;
  text-decoration: none; }

._button-orange, ._button-orange:active, ._button-orange:visited, ._button-orange:hover {
  position: relative;
  background: #e1b353;
  color: #3e2008;
  padding: 12px 40px;
  border: 5px solid #e1b353;
  border-radius: 155px;
  font-weight: 500; }

.navbar__item a._button-orange {
  color: #3e2008;

  right: -15px; }

.menu__logo {
  display: none; }

.content-about__box-p.cheese ._button-orange {
  margin-top: 40px;
  display: inline-block;
  padding: 15px 80px;
  font-size: 20px; }

@media screen and (max-width: 1400px) {
  .content-use__cooking-block {
    flex-direction: column; }

  .content-use__cooking-description {
    text-align: center; }

  .pan {
    right: -4px; }

  .wheel {
    left: 0; }

  .content-char__bg {
    width: 130%; }

  .cup {
    right: 2px; }

  .bonappetit {
    left: 40%; }

  .recepie__yellow-pepper {
    display: none; }

  .recepie {
    min-height: 350px; }

  .content-main__bg {
    max-width: 130%; } }
@media screen and (max-width: 1200px) {
  .navbar {
    margin-left: 35px;
    margin-right: 55px;
    white-space: nowrap; }

  .navbar__item {
    margin-left: 15px;
    margin-right: 15px; }

  .navbar__item a._button-orange {
    margin-right: -49px;
    margin-left: -22px;
    right: -15px; }

  .content-use__cooking-block {
    flex-direction: column; }

  .content-char__bg {
    width: 150%; }

  .content-main__bg {
    max-width: 150%; }

  .content-main__emblem {
    top: 130px; } }
@media screen and (max-width: 990px) {
  .content-about__box-p.cheese ._button-orange {
    padding: 35px 130px;
    font-size: 40px; }

  .menu__logo {
    display: block;
    position: absolute;
    top: 30px;
    width: 140px; }

  .navbar__item a, .navbar__item a:active, .navbar__item a:visited, .navbar__item a:hover {
    color: #edbc5a;
    text-decoration: none; }

  .navbar__item a._button-orange {
    color: #3e2008;
    margin-right: 0;
    right: 0;
    padding: 40px 150px; }

  .navbar__item.button:last-child {
    border: 0;
    text-align: center;
    top: 125px;
    position: relative; }

  .up-button {
    height: 100px;
    width: 100px;
    right: 10px; }

  .divide {
    display: inline-block;
    width: 0;
    height: 0; }

  .content-about__box {
    left: 0; }

  .content-recepie-border {
    height: auto;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #EEBD59;
  }

  .mobile {
    display: block; }

  .desk {
    display: none; }

  .wheel {
    left: 0; }

  .recepie__yellow-pepper {
    display: none; }

  .content-about__cheese-item {
    padding-top: 255px;
    position: relative;
    max-width: 130%;
    left: -90px;
    width: 115%; }

  .content-about__cheese-days {
    width: 110px;
    background-size: contain;
    height: 250px;
    top: 0;
    left: 10px; }

  .etiketka_mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 7%;
    z-index: 10;
    width: 340px; }

  .recepie__yellow-pepper {
    display: none; }

  .content-recepie__ing {
    font-size: 35px; }

  .ingridient-item__text {
    font-size: 30px;
  }

  .step {
    font-size: 30px;
    line-height: 45px; }

  .recepie__text {
    font-size: 28px;
    line-height: 45px; }

  .content-recepie {
    position: relative;
    top: -350px; }

  .content-use__cooking-block {
    position: relative; }

  .content-recepie__heading {
    font-size: 50px;
    display: block;
    position: absolute;
    top: -40px;
    left: 40%; }

  .content-recepie__name {
    font-size: 40px;
    line-height: 45px; }

  .content-about__box {
    padding-left: 20px;
    padding-right: 20px; }

  .content-about__box-p {
    line-height: 40px;
    font-size: 29px; }

  .content-about__box-right {
    width: 100%; }

  .content-about__box-h {
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 500; }

  .body-active {
    overflow-y: hidden;
    position: absolute; }

  .ingridient {
    height: 280px;
    border-bottom: 1px solid #EEBD59;
    padding-bottom: 7px;
  }
  .ingridient.ing-1{
    padding-bottom: 45px;
  }

  .line {
    background: url(img/wave_mob_yellow.png) center center no-repeat;
    border-bottom: none;
    top: 12px;
    height: 77px; }

  .bonappetit {
    left: 36%; }

  .number {
    color: #EEBD59 !important;
    padding-top: 100px;
    border-top: 1px solid #EF4036;
    display: block;
    position: absolute;
    bottom: 100px;
    font-size: 50px;
    width: 70%;
    text-align: center; }

  .content-about__box {
    flex-direction: column;
    margin: 30px;
    top: -160px; }

  .content-use__cooking-description {
    text-align: center;
    top: -10px; }

  .nav {
    display: none; }

  .nav-active {
    position: fixed;
    top: -50px;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #680206;
    z-index: 21;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .navbar-active {
    width: 75%;
    top: -300px;
    display: flex;
    flex-direction: column;
    margin: 0; }

  .header__logo {
    top: 10px;
    width: 150px; }

  .navbar__item-active {
    padding: 10px;
    font-size: 33px;
    color: #EEBD59;
    border-bottom: 1px solid #EF4036; }

  .content-main__bg {
    display: none; }

  .content-main__bg-mob {
    display: block; }

  .content-main__pepper {
    display: none; }

  .content-main__cheese-name {
    width: 80vw; }

  .content-main__emblem {
    display: none; }

  .content-main__description {
    font-size: 26px;
    line-height: 40px;
    bottom: 650px;
    font-weight: 400; }

  .burger-menu {
    display: block;
    top: 115px; }

  .content-char__bg {
    display: none; }

  .content-char__bg-mob {
    display: flex;
    width: 175%; }

  .content-about__text-block {
    max-width: 95%;
    left: -20px; }

  .content-about__cheese-p {
    max-width: 850px; }

  .content-use__cooking-block {
    justify-content: center;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px; }

  .header__red-string {
    height: 30px;
    top: 65px; }

  .content-char {
    overflow: hidden; }

  .content-main__bg-mob {
    width: 150%; }

  .burger-active {
    top: 15px; }

  .burger-active .burger-menu__bg {
    background: url("img/close_menu.png") 23px 23px no-repeat;
    filter: none;
    background-size: 70px; }

  .navbar__item-active {
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: 30px; }

  .stripes-active {
    display: none; }

  .content-main__debrinois {
    font-size: 29px;
    letter-spacing: 10px;
    top: -85px;
    line-height: 45px;
    text-align: center;
  }

  .content-main__baking {
    margin-top: 30px;
    font-size: 33px;
    letter-spacing: 7px;
    top: 0; }

  .col {
    top: 280px; }

  .content-char {
    top: -450px; }

  .content-char__text-p {
    font-size: 30px;
    line-height: 40px;
    white-space: nowrap; }

  .content-use__cooking-description {
    font-size: 30px;
    line-height: 40px; }

  .content-about__cheese {
    margin-left: 70px;
    margin-right: 70px;
    top: -100px; }

  .content-about__text-fork {
    width: 220px; }

  .content-char__text-sp {
    letter-spacing: 2px; }

  .content-use {
    position: relative;
    top: -450px;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0; }

  .content-use__heading {
    font-size: 43px;
    line-height: 55px; }

  .about {
    max-width: 100vw; }

  .content-about__box-left {
    padding: 60px; }

  .content-use__cooking-item {
    width: auto;
    overflow: hidden;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0; }

  .content-recepie__mill {
    background: url(img/mill.png) no-repeat;
    left: 43%;
    top: -195px; }

  .content-recepie__photo-1 {
    width: 120%;
    left: -115px; }

  .content-recepie__photo-2 {
    width: 120%;
    left: -64px; }

  .content-recepie__photo-3 {
    width: 110%; }

  .off {
    display: none; } }


.content-main__signature{
  width: 320px;
  top: -146px;
  position: relative;

}
/*# sourceMappingURL=style.css.map */
