/*
 *  Owl Carousel - Core
 */
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*$menu-text-hover: $anhor;*/
/*$menu-bg-hover: $bg-hover;*/
@keyframes preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
body {
  font-family: "Exo 2", sans-serif;
  font-size: 18rem;
  line-height: 120%;
  background-color: #fff; }
  body h1 {
    color: #555;
    font-size: 40rem;
    margin-bottom: 20rem; }
  body h2 {
    color: #555;
    font-size: 28rem;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px; }
  body h3 {
    color: #555;
    font-size: 25rem;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px; }
  body h4 {
    color: #555;
    font-size: 23rem;
    text-transform: uppercase; }
  body p {
    color: #949089;
    font-size: 18rem;
    margin-bottom: 10rem; }
  body a {
    color: #7daf74;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 18rem; }
    body a:hover {
      color: #555;
      text-decoration: none; }
  body ul {
    list-style: none;
    padding-left: 30rem; }
    body ul li {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      color: #949089;
      font-size: 18rem;
      white-space: normal; }
      body ul li strong, body ul li span {
        display: contents; }
      body ul li:before {
        content: " ";
        display: flex;
        min-width: 0;
        width: 0;
        height: 0;
        /*                border-top: 7px solid transparent;
                        border-left: 14px solid red;*/
        border-bottom: 7px solid transparent;
        border-radius: 0;
        background-color: transparent;
        /*                margin-right: 15px;*/ }
  body figure {
    margin: 0;
    max-width: 100%;
    width: 100% !important; }
    body figure.image-style-align-center {
      display: flex;
      justify-content: center; }
    body figure.image-style-align-left {
      display: flex;
      justify-content: flex-start; }
    body figure.image-style-align-right {
      display: flex;
      justify-content: flex-end; }
  body input.form-control::placeholder {
    color: #949089;
    font-weight: 600; }
  body textarea.form-control::placeholder {
    color: #949089;
    font-weight: 600; }
  body input[type="number"], body input[type="text"], body input[type="tel"], body input[type="email"], body input[type="password"], body select, body textarea {
    background-color: #f3f2eb;
    border: 1px solid #e5e5dc;
    -webkit-box-shadow: none;
    height: 38px;
    box-shadow: 0 1px 2px #e5e5dc inset;
    margin: 0 0 20px 0;
    width: 100%;
    color: #949089; }
  body textarea.form-control {
    height: 150px;
    width: 100%;
    margin: 0;
    font-size: 110%;
    color: #262626;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 5px;
    height: 150px;
    border: none;
    width: 100%;
    margin: 0;
    background-color: #f3f2eb;
    border: 1px solid #e5e5dc;
    -webkit-box-shadow: none;
    box-shadow: 0 1px 2px #e5e5dc inset;
    margin: 0 0 20px 0;
    width: 100%; }
  body textarea {
    height: 300px; }

.bg-gray {
  background-color: #f5f5f5; }

html {
  font-size: 1px; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.hidden-element {
  display: none; }

.dropdown-menu {
  min-width: unset; }

.dropdown-item {
  margin-bottom: 0; }

.form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  flex-wrap: wrap; }

input.form-control {
  height: 48px;
  font-size: 16px;
  border-radius: 0px;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  color: #949089;
  outline: none; }
  input.form-control:placeholder {
    color: #949089;
    font-weight: 600; }
input.input-image {
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 25px;
  padding-left: 50px; }

select.form-control {
  height: 44px;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #dfdfdf;
  color: #949089;
  padding: 0px 15px;
  background-color: #f5f5f5; }

.checkbox-label {
  cursor: pointer;
  color: #949089;
  font-weight: 400;
  font-family: "Exo 2", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
  display: flex;
  align-items: flex-start;
  padding: 0 10px 20px 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .checkbox-label input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0; }
  .checkbox-label .checkbox-styled {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px; }
    .checkbox-label .checkbox-styled span {
      color: #ffffff00;
      font-size: 24px; }
    .checkbox-label .checkbox-styled.checked span {
      color: #949089; }
  .checkbox-label:hover {
    color: #555; }
  .checkbox-label .regulamin p {
    margin: 0; }

.btn, .elementor-button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 5px;
  font-family: "Exo 2", sans-serif;
  font-size: 21rem;
  background-color: transparent;
  line-height: inherit; }
  .btn:hover, .elementor-button:hover {
    background-color: transparent; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.gradient-text {
  background: -webkit-linear-gradient(130deg, #755147 20%, #f1d3b3 39%, #b37f55 64%, #774f2f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.tag-btn {
  background-color: #f6f6f6;
  border: 1px solid #e4e6e8;
  margin: 0 3px 3px 0;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 0px; }

.btn-primary {
  border-radius: 5px;
  border: none;
  background-color: #555;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  padding: 10px 40px;
  min-width: 180px;
  font-weight: 500; }
  .btn-primary:hover {
    border-color: transparent !important;
    background-color: #f3f2eb !important;
    color: #fff !important; }
  .btn-primary:active, .btn-primary:focus {
    border-color: transparent !important;
    background-color: #f3f2eb !important;
    color: #fff !important; }

.page-btn {
  background-color: #f8f8f8;
  border: medium none;
  border-radius: 3px;
  color: #999;
  font-size: 13px;
  font-weight: 700;
  margin-left: 0;
  margin-right: 5px;
  padding: 6px 11px;
  text-align: center;
  line-height: 17px;
  display: inline-block; }
  .page-btn:hover {
    color: #fff;
    background-color: #7daf74; }

.more-button {
  background-color: #413c35;
  color: #f8f5ec;
  font-size: 14px;
  border-radius: 20px;
  padding: 8px 15px;
  margin-top: 15px; }
  .more-button:hover {
    background: #7daf74;
    color: #fff; }

.continue-btn {
  font-size: 16px;
  margin-top: 10px;
  background: #7daf74;
  color: #fff;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px; }
  .continue-btn:hover {
    background: #444;
    color: #fdfdfd; }

.btn-secondary {
  border-radius: 5px;
  border: none;
  background-color: #f3f2eb;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  padding: 10px 40px;
  min-width: 180px;
  font-weight: 500; }
  .btn-secondary:hover {
    border-color: transparent !important;
    background-color: #555 !important;
    color: #fff !important; }
  .btn-secondary:active, .btn-secondary:focus {
    border-color: transparent !important;
    background-color: #555 !important;
    color: #fff !important; }

button {
  outline: none !important;
  transition: 0.3s;
  -webkit-transition: 0.3s; }

form {
  position: relative; }
  form .r-name {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: -1;
    z-index: -1; }

.max-linie-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.max-linie-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.max-linie-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.max-linie-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.max-linie-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.stars.active img:hover {
  filter: invert(72%) sepia(84%) saturate(789%) hue-rotate(348deg) brightness(100%) contrast(108%); }

.stars {
  height: 23px;
  display: flex;
  padding: 2px; }
  .stars img {
    width: 12px;
    filter: invert(99%) sepia(7%) saturate(0%) hue-rotate(133deg) brightness(86%) contrast(83%); }
  .stars img:nth-child(even) {
    transform: rotateY(180deg);
    margin-left: -1px;
    position: relative;
    margin-right: 2px; }

.my-tilt {
  transition: 0.3s; }
  .my-tilt:hover {
    transform: scale(0.95); }

header {
  padding-top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 8; }
  header.sticked {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    padding-top: 0px; }

main {
  position: relative; }
  main.main_mobile #news-start .newsy .one-news .foto:hover .button {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto; }
    main.main_mobile #news-start .newsy .one-news .foto:hover .button img {
      width: 25px;
      height: 25px; }
  main.main_mobile .newsy .one-news .foto .button {
    text-align: center;
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    top: auto;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    main.main_mobile .newsy .one-news .foto .button:hover {
      top: auto;
      bottom: 0;
      left: 0;
      right: auto; }
      main.main_mobile .newsy .one-news .foto .button:hover img {
        width: 25px;
        height: 25px; }
    main.main_mobile .newsy .one-news .foto .button img {
      width: 25px;
      height: 25px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  main.main_mobile .recipe-list .wrapper .foto:hover .add-favourite {
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 90px;
    left: 0;
    right: auto;
    bottom: 0;
    opacity: 1;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.5);
    transform: none;
    -webkit-transform: none; }
    main.main_mobile .recipe-list .wrapper .foto:hover .add-favourite button:hover {
      background-image: url("/img/heart-red.svg");
      width: 32px;
      height: 32px;
      background-size: 32px;
      border: none;
      background-color: transparent; }
  main.main_mobile .recipe-list .wrapper .foto .add-favourite {
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    opacity: 1;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: none;
    -webkit-transform: none; }
  main.main_mobile .recipe-list .wrapper .foto .add-favourite button {
    background-image: url(/img/heart-white.svg);
    width: 50px;
    height: 50px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 50%;
    background-color: transparent; }
  main.main_mobile .top-chefs .foto:hover .description {
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    top: auto;
    left: 0px;
    padding: 10px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    transform: none;
    -webkit-transform: none;
    opacity: 1; }
  main.main_mobile .top-chefs .foto .description {
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    top: auto;
    left: 0px;
    padding: 10px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    transform: none;
    -webkit-transform: none;
    opacity: 1; }
    main.main_mobile .top-chefs .foto .description h3 {
      text-transform: unset;
      color: #fff; }
    main.main_mobile .top-chefs .foto .description p {
      color: #fff; }

.banner-form .wrapper {
  position: relative; }
  .banner-form .wrapper .foto {
    width: 100%; }
    .banner-form .wrapper .foto img {
      object-fit: cover;
      width: 100%;
      height: 27vw; }
  .banner-form .wrapper .form {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000b8;
    padding-left: 10px;
    padding-right: 10px; }
    .banner-form .wrapper .form .burron {
      outline-style: none; }
    .banner-form .wrapper .form h1 {
      color: #fff;
      font-size: 60px;
      font-weight: 300;
      margin-top: 3vw; }
    .banner-form .wrapper .form p {
      color: #fff;
      font-size: 24px;
      font-weight: 300; }
    .banner-form .wrapper .form input {
      width: 490px;
      height: 47px;
      padding: 15px 30px;
      border: 0;
      border-radius: 30px; }
    .banner-form .wrapper .form input::placeholder {
      color: #949089;
      font-weight: 900;
      font-size: 16px; }
    .banner-form .wrapper .form form .search {
      position: relative;
      margin-top: 50px;
      display: flex;
      justify-content: center; }
      .banner-form .wrapper .form form .search button {
        background: none;
        border: none;
        top: 10px;
        right: 125px;
        position: absolute; }
        .banner-form .wrapper .form form .search button img {
          width: 25px; }

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 9999999; }
  .preloader img {
    transition: 3s;
    -webkit-transition: 3s;
    width: 5vw;
    animation-name: preloader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

#userpanel {
  background-color: #fff; }
  #userpanel .userpanel-header .header-title {
    padding-bottom: 10px; }
    #userpanel .userpanel-header .header-title h2 {
      font-size: 35px; }
  #userpanel .userpanel-options {
    padding-bottom: 40px;
    padding-top: 30px; }
    #userpanel .userpanel-options .one-option {
      background-color: #7daf74;
      height: 195px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #userpanel .userpanel-options .one-option .foto {
        width: 50px;
        height: 50px; }
        #userpanel .userpanel-options .one-option .foto img {
          width: 100%; }
      #userpanel .userpanel-options .one-option span {
        margin-top: 10px;
        color: white; }
  #userpanel .userpanel-text-form {
    padding-top: 45px;
    padding-bottom: 35px; }
    #userpanel .userpanel-text-form .wrapper {
      justify-content: center; }
      #userpanel .userpanel-text-form .wrapper .special-label {
        margin-bottom: 15px; }
      #userpanel .userpanel-text-form .wrapper .form-password {
        flex-direction: column; }
    #userpanel .userpanel-text-form .one-szkolenie {
      transition: 0.3s !important;
      -webkit-transition: 0.3s !important;
      margin-bottom: 20px; }
      #userpanel .userpanel-text-form .one-szkolenie:hover {
        transform: scale(0.95) !important; }
      #userpanel .userpanel-text-form .one-szkolenie img {
        width: 100%; }
      #userpanel .userpanel-text-form .one-szkolenie .buttons {
        margin-top: 15px; }
        #userpanel .userpanel-text-form .one-szkolenie .buttons .btn {
          padding: 10px 20px;
          font-size: 120%; }
    #userpanel .userpanel-text-form .userpanel-form .form-group {
      margin-bottom: 0; }
    #userpanel .userpanel-text-form .userpanel-form input::placeholder {
      color: #949089;
      outline: none;
      font-size: 13px;
      font-weight: 600; }
    #userpanel .userpanel-text-form .userpanel-form input {
      padding: 8px;
      border: 1px solid #e5e5dc;
      -webkit-box-shadow: none;
      height: 38px;
      box-shadow: 0 1px 2px #e5e5dc inset;
      margin: 0 0 20px 0;
      width: 100%;
      border-radius: 0; }
      #userpanel .userpanel-text-form .userpanel-form input[type="checkbox"] {
        width: 1px; }
    #userpanel .userpanel-text-form .password-forget a {
      font-size: 17px;
      color: #949089; }
    #userpanel .userpanel-text-form .btn-primary {
      font-size: 16px;
      margin-top: 10px;
      display: inline-block;
      background: #7daf74;
      color: #fff;
      padding: 0 10px;
      height: 35px;
      border-radius: 4px;
      width: 73px !important; }
      #userpanel .userpanel-text-form .btn-primary:hover {
        background-color: #444 !important; }
    #userpanel .userpanel-text-form .settings {
      width: fit-content;
      width: -moz-fit-content; }
      #userpanel .userpanel-text-form .settings .link {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        margin-bottom: 2px;
        display: flex;
        align-items: center; }
        #userpanel .userpanel-text-form .settings .link .text {
          margin-top: 30px;
          color: #fff;
          font-size: 120%;
          font-weight: 600;
          padding: 10px 20px;
          display: block;
          background-color: #555;
          width: 100%;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #userpanel .userpanel-text-form .settings .link .icon {
          width: 50px;
          min-width: 50px;
          height: 50px;
          border-radius: 10px;
          background-color: #555;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 10px;
          position: relative; }
          #userpanel .userpanel-text-form .settings .link .icon img {
            max-width: 50%;
            max-height: 50%; }
          #userpanel .userpanel-text-form .settings .link .icon .settings-icon {
            max-width: 30%;
            max-height: 30%;
            position: absolute;
            top: 3px;
            right: 3px; }
        #userpanel .userpanel-text-form .settings .link:hover {
          transform: scale(0.95); }
        #userpanel .userpanel-text-form .settings .link:last-child {
          margin-bottom: 0; }
    #userpanel .userpanel-text-form h2 {
      font-size: 40rem; }
      #userpanel .userpanel-text-form h2:first-child {
        padding-top: 0; }
    #userpanel .userpanel-text-form p, #userpanel .userpanel-text-form label {
      font-size: 140%; }
    #userpanel .userpanel-text-form .alert {
      margin: 0;
      padding: 15px;
      border-radius: 10px;
      font-weight: 400;
      margin-top: 5px; }
    #userpanel .userpanel-text-form .discount_code input {
      border: 2px solid #555 !important; }
    #userpanel .userpanel-text-form .discount_price {
      display: none; }
      #userpanel .userpanel-text-form .discount_price .old-price {
        text-decoration: line-through; }
    #userpanel .userpanel-text-form .co-main-title {
      padding-bottom: 30px;
      border-bottom: 1px solid #e5e5dc;
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
  #userpanel form input[type="text"], #userpanel form input[type="email"], #userpanel form input[type="number"], #userpanel form input[type="password"], #userpanel form input[type="tel"] {
    border-radius: 25px;
    border: 1px solid #0000003d;
    padding: 5px 10px;
    height: 50px;
    max-width: 450px;
    width: 100%;
    margin: 0;
    background-color: #f3f2eb;
    color: #949089; }
  #userpanel form .checkbox-label {
    font-size: 100%;
    margin-top: 0; }
    #userpanel form .checkbox-label a {
      font-size: 100%; }
  #userpanel form a {
    font-size: 120%; }
  #userpanel form .error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    max-width: 420px;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: 400; }
  #userpanel form .special-label {
    width: 420px;
    max-width: 100%;
    font-size: 120%; }
  #userpanel .row-530 {
    justify-content: space-between;
    max-width: 530px;
    margin: 0 auto; }
    #userpanel .row-530 .already-have-account {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      margin-bottom: 16px; }
      #userpanel .row-530 .already-have-account:hover span {
        color: #7daf74; }
      #userpanel .row-530 .already-have-account img {
        width: 13px;
        margin-right: 5px;
        padding-top: 1px; }
      #userpanel .row-530 .already-have-account span {
        color: #949089;
        font-size: 13px; }
  #userpanel .form-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    font-weight: 600;
    font-family: "Exo 2", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left; }
  #userpanel .form-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    margin-bottom: 15px; }
  #userpanel .error {
    margin-top: 5px;
    font-size: 100%;
    color: red;
    font-weight: 400;
    width: 100%;
    text-align: center;
    display: none; }
  #userpanel .form-error input {
    border-color: red !important; }
  #userpanel .form-error .error {
    display: block; }
  #userpanel .form-error .label-error .checkbox-styled {
    border-color: red !important; }
  #userpanel .form-error-format .error-format {
    display: block; }
  #userpanel .form-error-isset input {
    border-color: red !important; }
  #userpanel .form-error-isset .error-isset {
    display: block; }
  #userpanel .form-error-old-password input {
    border-color: red !important; }
  #userpanel .form-error-old-password .error-data {
    display: block; }

.better-info {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding: 30px; }
  .better-info .wrapper {
    max-width: 600px;
    font-weight: 500;
    position: relative;
    padding: 30px 45px 30px 145px;
    background-color: #fff;
    border-radius: 15px; }
    .better-info .wrapper.success {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/send.svg"); }
    .better-info .wrapper.warning {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/info-warning.svg"); }
    .better-info .wrapper.danger {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/info-danger.svg"); }
    .better-info .wrapper.info {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/info-info.svg"); }
    .better-info .wrapper .btn-close {
      color: black;
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 20px;
      font-weight: 600; }
    .better-info .wrapper a {
      color: #3499b5; }
      .better-info .wrapper a:hover {
        text-decoration: underline; }
    .better-info .wrapper h4 {
      text-transform: uppercase; }

.cookies-info {
  position: fixed;
  bottom: 0;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background-color: #00000047;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .cookies-info .wrapper {
    padding-top: 10px;
    width: 100%;
    max-height: 80%;
    background-color: #fff;
    overflow-y: auto; }
  .cookies-info .mini p {
    margin-top: 10rem;
    margin-bottom: 0px;
    text-align: center; }
  .cookies-info .more {
    display: none; }
  .cookies-info .buttons {
    display: flex;
    justify-content: center; }
    .cookies-info .buttons .btn {
      font-size: 100%;
      padding: 0 10px;
      margin: 10px; }

#top-bar {
  background-color: #fff;
  height: 60px;
  max-width: 100vw; }
  #top-bar .container {
    height: 100%; }
  #top-bar .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  #top-bar .left .telephone a {
    display: flex;
    align-items: center;
    color: #949089; }
    #top-bar .left .telephone a:hover {
      color: #555; }
  #top-bar .left .telephone .foto {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 33px;
    min-width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px; }
  #top-bar .left .telephone img {
    width: 21px; }
  #top-bar .left .telephone span {
    font-weight: 600;
    font-size: 18rem; }
  #top-bar .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 35px; }
    #top-bar .right .links a {
      display: flex;
      align-items: flex-end; }
    #top-bar .right .links span {
      font-size: 17rem;
      font-weight: 700;
      margin-right: 7px; }
    #top-bar .right .links img {
      width: 71px; }
    #top-bar .right .socials {
      display: flex;
      align-items: center;
      margin-left: 55px; }
      #top-bar .right .socials a {
        background-color: #f5f5f5;
        border-radius: 50%;
        width: 33px;
        min-width: 33px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px; }
      #top-bar .right .socials img {
        max-width: 19px;
        max-height: 19px; }

#main-nav {
  background-color: rgba(125, 175, 116, 0.9);
  opacity: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  #main-nav .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0; }
    #main-nav .inner #logo {
      display: flex;
      align-items: center; }
      #main-nav .inner #logo a {
        display: flex;
        align-items: center; }
        #main-nav .inner #logo a img {
          width: 45px;
          padding-bottom: 10px;
          padding-top: 10px; }
        #main-nav .inner #logo a p {
          color: #fff;
          font-size: 25rem;
          margin-left: -3px; }
      #main-nav .inner #logo .motto {
        margin-left: 15px; }
        #main-nav .inner #logo .motto .first {
          font-size: 190%;
          line-height: 100%;
          color: #949089;
          font-weight: 700;
          margin-bottom: 0;
          white-space: nowrap;
          text-transform: uppercase; }
        #main-nav .inner #logo .motto .second {
          font-size: 145%;
          line-height: 100%;
          color: #949089;
          font-weight: 700;
          margin-bottom: 0;
          white-space: nowrap;
          text-transform: uppercase; }
  #main-nav .btn-menu {
    z-index: 1;
    margin-left: auto;
    display: none; }
    #main-nav .btn-menu span {
      display: block;
      height: 3px;
      width: 40px;
      background-color: #fff;
      border-radius: 4px;
      margin-top: 7px;
      margin-bottom: 7px; }
    #main-nav .btn-menu.menu-small {
      display: block; }

#main-menu {
  display: flex;
  align-items: center;
  z-index: 1; }
  #main-menu.mini-menu {
    top: 0;
    position: absolute;
    background-color: #fff;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    left: 0;
    transform: translateY(-100%);
    align-items: flex-start;
    max-height: calc(100vh);
    overflow-y: auto;
    background-color: #7daf74; }
    #main-menu.mini-menu .page-nav {
      margin: 0 auto;
      list-style: none;
      padding: 0;
      order: 2;
      margin-bottom: 20px;
      flex-direction: column;
      max-width: 100%;
      padding-top: 20px; }
      #main-menu.mini-menu .page-nav li {
        border-top: 1px solid #ffffff59;
        margin-left: 0;
        /*                &:first-chsild {
                            margin-top: 5vw;
                        }*/
        /*                &:last-child {
                            margin-bottom:0;
                            border-bottom: 1px solid red;
                        }*/
        width: 100%;
        height: 100%;
        padding-right: 0;
        align-items: center; }
        #main-menu.mini-menu .page-nav li:first-child {
          border-top: none; }
        #main-menu.mini-menu .page-nav li a {
          padding-top: 10px;
          padding-bottom: 10px;
          color: #fff;
          flex-direction: row;
          width: 100%; }
      #main-menu.mini-menu .page-nav .my-dropdown {
        width: 100%;
        background-color: #7daf74;
        flex-direction: column;
        position: relative; }
      #main-menu.mini-menu .page-nav .my-dropdown-toggle {
        width: 100%;
        padding-bottom: 10px; }
        #main-menu.mini-menu .page-nav .my-dropdown-toggle:after {
          color: #f3f2eb; }
      #main-menu.mini-menu .page-nav .dropdown-menu {
        width: 100%;
        position: relative;
        box-shadow: none;
        font-size: 90%;
        background-color: transparent;
        display: block !important;
        border-top: none;
        border-bottom: none;
        height: auto !important; }
        #main-menu.mini-menu .page-nav .dropdown-menu li {
          color: #fff; }
          #main-menu.mini-menu .page-nav .dropdown-menu li:first-child {
            border-top: 1px solid #ffffff59; }
          #main-menu.mini-menu .page-nav .dropdown-menu li a {
            font-size: 14px;
            align-items: center; }
          #main-menu.mini-menu .page-nav .dropdown-menu li:hover {
            padding-left: 0px;
            background-color: transparent; }
          #main-menu.mini-menu .page-nav .dropdown-menu li span {
            color: #fff; }
          #main-menu.mini-menu .page-nav .dropdown-menu li:first-child {
            margin-top: 0;
            border-bottom: none; }
          #main-menu.mini-menu .page-nav .dropdown-menu li:last-child {
            border-bottom: 1px solid #ffffff59; }
        #main-menu.mini-menu .page-nav .dropdown-menu:before {
          display: none; }
    #main-menu.mini-menu.open {
      transform: translateY(0); }
  #main-menu .page-nav li a {
    flex-direction: column;
    justify-content: flex-start; }
    #main-menu .page-nav li a img {
      width: 32px;
      margin-left: 15px;
      margin-right: 15px; }

.page-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%; }
  .page-nav li {
    padding-right: 25px;
    margin-bottom: 0px; }
    .page-nav li .one-element {
      height: 100%; }
      .page-nav li .one-element img {
        width: 32px; }
    .page-nav li a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 14px;
      color: #fff;
      white-space: nowrap;
      text-transform: initial;
      transition: 0s;
      /*            &:hover {
                      background-color: $bg-hover;
                      color: $primary-text;
                  }*/ }
      .page-nav li a span {
        display: block;
        width: fit-content;
        width: -moz-fit-content;
        margin-left: 5px;
        margin-right: 5px; }
    .page-nav li:before {
      display: none; }
  .page-nav .my-dropdown {
    /*        &:hover {
                background-color: $bg-hover;
                color: $primary-text;
            }*/
    position: relative; }
    .page-nav .my-dropdown .my-dropdown-toggle {
      display: flex;
      align-items: center; }
      .page-nav .my-dropdown .my-dropdown-toggle .caret {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent; }
      .page-nav .my-dropdown .my-dropdown-toggle:after {
        display: none; }
    .page-nav .my-dropdown .dropdown-menu {
      border: none;
      border-radius: 0px;
      box-shadow: none;
      padding: 0px;
      left: 0px;
      right: auto;
      /*            top: calc(100% - 3px);*/
      background-color: white;
      min-width: 100%; }
      .page-nav .my-dropdown .dropdown-menu:before {
        bottom: 100%;
        left: 15%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 7px;
        margin-left: -7px; }
      .page-nav .my-dropdown .dropdown-menu li {
        width: 100%;
        margin-left: 0;
        border-bottom: 1px solid #d7d7d7; }
        .page-nav .my-dropdown .dropdown-menu li:hover {
          padding-left: 2px;
          background-color: #f5f5f5;
          -webkit-transition: 0.1s;
          transition: 0.1s; }
          .page-nav .my-dropdown .dropdown-menu li:hover a {
            width: 100%; }
            .page-nav .my-dropdown .dropdown-menu li:hover a span {
              padding: 0px 10px;
              color: #7daf74; }
        .page-nav .my-dropdown .dropdown-menu li a {
          width: 100%;
          font-size: 12px;
          align-items: flex-start; }
          .page-nav .my-dropdown .dropdown-menu li a span {
            padding: 0px 10px;
            color: #949089; }

#big-slider .inner {
  position: relative; }
#big-slider .special-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end; }
  #big-slider .special-wrapper .special-container {
    bottom: -1px;
    position: relative;
    z-index: 31;
    width: 100%;
    height: 9vw;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
#big-slider #layerslider {
  height: 675px;
  z-index: 0; }
  #big-slider #layerslider .ls-wrapper {
    width: 100% !important;
    height: 100% !important; }
  #big-slider #layerslider .foto {
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    height: 500px;
    float: right; }
  #big-slider #layerslider .ls-layer {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center; }
    #big-slider #layerslider .ls-layer .slider-bg {
      width: 100vw;
      height: 100%;
      background-position: left center;
      background-repeat: no-repeat;
      background-size: auto 100%; }
      #big-slider #layerslider .ls-layer .slider-bg .container {
        height: 100%; }
      #big-slider #layerslider .ls-layer .slider-bg .wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper ul {
          padding-left: 40px; }
          #big-slider #layerslider .ls-layer .slider-bg .wrapper ul li {
            font-size: 20rem;
            color: #fff;
            margin-bottom: 10px; }
            #big-slider #layerslider .ls-layer .slider-bg .wrapper ul li:before {
              content: " ";
              display: flex;
              min-width: 20px;
              width: 20px;
              height: 20px;
              background-color: #f3f2eb;
              border-radius: 50%;
              margin-right: 20px;
              border: none; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
          font-size: 43rem;
          color: #fff;
          font-weight: 600;
          white-space: normal;
          margin-bottom: 30px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper p {
          font-size: 18rem;
          color: #fff;
          font-weight: 400;
          white-space: normal;
          margin-bottom: 30px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
          margin-top: 50px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons .btn:nth-child(2) {
            margin-left: 15px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
          max-width: 560px; }

.header-create-recipe .header-title {
  padding-top: 0; }

.header-title {
  color: #949089;
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  .header-title .container {
    border-bottom: 1px solid #e5e5dc;
    padding-bottom: 30px; }
  .header-title h2 {
    color: #555;
    font-size: 46px;
    letter-spacing: -1px;
    font-weight: 300;
    margin-bottom: 5px; }

.recipe-tile {
  margin-bottom: 60px; }
  .recipe-tile .one-element {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px; }
  .recipe-tile .wrapper {
    height: 100%;
    box-shadow: 1px 1px 6px 0px #9e9e96;
    padding: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .recipe-tile .description {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .recipe-tile .description .review {
      display: flex;
      padding-bottom: 10px;
      border-bottom: 1px solid #e5e5dc; }
      .recipe-tile .description .review p {
        font-size: 16px;
        color: #555;
        margin: 0;
        padding-top: 3px; }
      .recipe-tile .description .review .stars {
        padding-right: 10px; }
    .recipe-tile .description .author {
      display: flex;
      justify-content: space-between; }
      .recipe-tile .description .author .user-foto {
        margin-top: 5px;
        margin-right: 10px; }
        .recipe-tile .description .author .user-foto img {
          width: 48px; }
      .recipe-tile .description .author .left {
        padding-top: 10px;
        display: flex; }
        .recipe-tile .description .author .left .like {
          display: flex;
          align-items: center;
          margin-right: 25px; }
        .recipe-tile .description .author .left .comments {
          display: flex;
          align-items: center; }
        .recipe-tile .description .author .left img {
          margin-right: 5px; }
      .recipe-tile .description .author .user-data p {
        color: #555;
        font-size: 14px;
        margin-bottom: 0; }
        .recipe-tile .description .author .user-data p:first-child {
          margin-bottom: 5px;
          margin-top: 5px; }
      .recipe-tile .description .author .user-data .user-activity {
        display: flex; }
      .recipe-tile .description .author .review-score {
        height: 75px;
        width: 90px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        background-color: #7daf74; }
        .recipe-tile .description .author .review-score p {
          font-size: 14px;
          color: #fff; }
        .recipe-tile .description .author .review-score h4 {
          font-size: 27px;
          color: #fff; }
      .recipe-tile .description .author img {
        width: 13px; }
  .recipe-tile .foto {
    height: 220px;
    width: 100%;
    position: relative; }
    .recipe-tile .foto .add-favourite {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      border: none;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.7);
      position: absolute;
      top: 25px;
      right: 25px; }
      .recipe-tile .foto .add-favourite button {
        background-image: url("/img/heart-white.svg");
        width: 32px;
        height: 32px;
        background-size: 32px;
        border: none;
        background-color: transparent; }
        .recipe-tile .foto .add-favourite button:hover {
          background-image: url("/img/heart-red.svg");
          width: 32px;
          height: 32px;
          background-size: 32px;
          border: none;
          background-color: transparent; }
    .recipe-tile .foto img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: top; }

.sidebar {
  flex: 1 1 30%; }
  .sidebar .bar-title {
    position: relative;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px solid #ecedee;
    line-height: 28px;
    position: relative;
    font-size: 16px; }
    .sidebar .bar-title:before {
      content: "";
      position: absolute;
      height: 2px;
      width: 28px;
      background-color: #7daf74;
      bottom: -2px;
      left: 0; }
    .sidebar .bar-title .foto {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 28px;
      height: 28px;
      background-color: #7daf74;
      margin-right: 10px; }
      .sidebar .bar-title .foto img {
        width: 70%;
        height: 70%; }
  .sidebar .one-bar-element {
    display: flex;
    flex-direction: column;
    padding: 15px 15px 10px 15px;
    border: 1px solid #f2f2f2;
    margin-bottom: 25px; }
    .sidebar .one-bar-element .recent-list {
      padding: 0; }
    .sidebar .one-bar-element .sidebar-list {
      border: none;
      border-radius: 0px;
      box-shadow: none;
      min-width: 100%;
      padding-left: 0rem; }
      .sidebar .one-bar-element .sidebar-list:before {
        bottom: 100%;
        left: 15%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 7px;
        margin-left: -7px; }
      .sidebar .one-bar-element .sidebar-list li {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        border-bottom: 1px solid #d7d7d7; }
        .sidebar .one-bar-element .sidebar-list li:hover {
          padding-left: 2px;
          background-color: #f5f5f5;
          -webkit-transition: 0.1s;
          transition: 0.1s; }
          .sidebar .one-bar-element .sidebar-list li:hover a {
            width: 100%; }
            .sidebar .one-bar-element .sidebar-list li:hover a span {
              padding: 15px 10px;
              color: #7daf74; }
        .sidebar .one-bar-element .sidebar-list li a {
          width: 100%;
          align-items: flex-start;
          padding-left: 5px; }
          .sidebar .one-bar-element .sidebar-list li a span {
            padding: 15px 10px;
            color: #949089;
            font-size: 14px; }
        .sidebar .one-bar-element .sidebar-list li:last-child {
          border: none; }
  .sidebar .recent .recent-list li {
    padding-bottom: 13px;
    padding-right: 20px;
    border-bottom: 1px solid #d7d7d7; }
    .sidebar .recent .recent-list li:last-child {
      border: none; }
  .sidebar .recent .one-post {
    align-items: center;
    display: flex; }
    .sidebar .recent .one-post .foto {
      width: 70px;
      height: 50px;
      margin-right: 15px; }
      .sidebar .recent .one-post .foto img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .sidebar .recent .one-post .post-data h5 {
      font-size: 14px;
      color: #555;
      margin-top: 0px;
      margin-bottom: 10px; }
    .sidebar .recent .one-post .post-data p {
      font-size: 12px;
      font-style: italic;
      margin-bottom: 0; }

.page-content {
  background-color: white; }
  .page-content .wrapper {
    display: flex;
    padding-top: 30px;
    padding-bottom: 60px; }
    .page-content .wrapper .content {
      padding-right: 25px;
      flex: 1 1 70%; }

.carousel-pages {
  padding: 0px 15px 65px 15px; }
  .carousel-pages .one-owl-element {
    text-align: center; }
    .carousel-pages .one-owl-element .img-button {
      background-color: #7daf74;
      width: 100%;
      display: flex;
      height: 6.5vw;
      align-items: center;
      justify-content: center;
      border-radius: 5px; }
      .carousel-pages .one-owl-element .img-button img {
        width: 46px;
        height: 46px; }
    .carousel-pages .one-owl-element h3 {
      font-size: 32px;
      color: #555;
      margin-bottom: 20px; }
    .carousel-pages .one-owl-element p {
      font-size: 15px;
      line-height: 23px;
      color: #949089; }

.top-review {
  margin-bottom: 60px; }
  .top-review .one-top-element {
    margin-bottom: 20px; }
    .top-review .one-top-element .foto {
      height: 180px;
      position: relative; }
      .top-review .one-top-element .foto .border-stars {
        position: absolute;
        bottom: 0;
        width: 100%;
        border-bottom: 4px solid #00000052; }
      .top-review .one-top-element .foto .stars {
        position: absolute;
        background-color: #00000052;
        bottom: 0px;
        left: 13px;
        height: 25px;
        border-radius: 2px 2px 0 0; }
      .top-review .one-top-element .foto img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top; }
    .top-review .one-top-element .description {
      text-align: center;
      padding: 20px;
      display: flex;
      flex-grow: 1;
      flex-direction: column;
      justify-content: space-between; }
      .top-review .one-top-element .description h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 28px;
        margin: 10px auto 10px;
        color: #7daf74; }
      .top-review .one-top-element .description .buttons {
        display: flex;
        justify-content: center; }
      .top-review .one-top-element .description p {
        flex-grow: 1;
        font-size: 14px;
        line-height: 22px;
        color: #949089; }
    .top-review .one-top-element .wrapper {
      height: 100%;
      box-shadow: 1px 1px 6px 0px #9e9e96;
      padding: 0;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }

#recipe-list-start .page-number {
  display: none; }
#recipe-list-start .recipe-list {
  margin-top: 0;
  margin-bottom: 0; }

.recipe-list {
  margin-top: 60px;
  margin-bottom: 60px; }
  .recipe-list .page-number {
    margin-top: 40px; }
    .recipe-list .page-number .active {
      color: #fff;
      background-color: #7daf74; }
  .recipe-list .row {
    justify-content: center; }
    .recipe-list .row .continue-btn {
      font-size: 21px;
      padding: 0 15px;
      height: 55px;
      line-height: 55px;
      margin-top: 30px; }
  .recipe-list .wrapper {
    display: flex;
    justify-content: space-between; }
    .recipe-list .wrapper .foto {
      border-radius: 50%;
      border: 5px solid #efefef;
      margin-right: 25px;
      min-width: 155px;
      width: 155px;
      position: relative; }
      .recipe-list .wrapper .foto img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%; }
      .recipe-list .wrapper .foto:hover .add-favourite {
        text-align: center;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        opacity: 1; }
        .recipe-list .wrapper .foto:hover .add-favourite button {
          background-size: 45px;
          -webkit-transform: scale(1);
          transform: scale(1); }
      .recipe-list .wrapper .foto .add-favourite {
        text-align: center;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        opacity: 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        border-radius: 50%;
        transform: scale(0.4) rotate(50deg);
        -webkit-transform: scale(0.4) rotate(50deg); }
        .recipe-list .wrapper .foto .add-favourite button {
          background-image: url(/img/heart-white.svg);
          width: 50px;
          height: 50px;
          background-size: 25px;
          background-repeat: no-repeat;
          background-position: center;
          border: none;
          border-radius: 50%;
          background-color: transparent; }
          .recipe-list .wrapper .foto .add-favourite button:hover {
            background-image: url(/img/heart-red.svg);
            width: 50px;
            height: 50px;
            background-size: 45px;
            background-repeat: no-repeat;
            background-position: center;
            border: none; }
    .recipe-list .wrapper .description {
      display: flex;
      flex-grow: 1;
      flex-direction: column;
      justify-content: space-between; }
      .recipe-list .wrapper .description p {
        flex-grow: 1;
        font-size: 16px; }
      .recipe-list .wrapper .description h3 {
        margin-top: 5px;
        font-size: 20px;
        color: #7daf74; }
  .recipe-list .one-recipe {
    margin-bottom: 25px; }
  .recipe-list .buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 25px; }

.chefs-list .top-chefs .page-number {
  display: block;
  margin-top: 65px; }

.single-chef {
  margin-top: -40rem; }
  .single-chef .bg-gray {
    padding-top: 40rem;
    padding-bottom: 40rem; }
  .single-chef .chef-information {
    display: flex; }
    .single-chef .chef-information .description {
      height: 100%; }
      .single-chef .chef-information .description .stars {
        margin-bottom: 10px; }
      .single-chef .chef-information .description h2 {
        margin-top: 0;
        font-size: 24rem; }
    .single-chef .chef-information .foto {
      margin-right: 30px; }
      .single-chef .chef-information .foto img {
        box-shadow: 2px 1px 6px 0px #9e9e968a;
        border-radius: 3px;
        width: 180px;
        height: 180px;
        object-fit: cover; }

.top-chefs {
  padding-bottom: 60px; }
  .top-chefs .page-number {
    display: none; }
  .top-chefs .one-chef {
    margin-bottom: 20px; }
  .top-chefs .foto {
    width: 262px;
    box-shadow: 1px 1px 6px 0px #9e9e96;
    position: relative; }
    .top-chefs .foto > img {
      width: 100%; }
    .top-chefs .foto:hover .description {
      text-align: center;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 4px;
      transform: none;
      -webkit-transform: scale(1) rotate(0deg);
      opacity: 1; }
      .top-chefs .foto:hover .description h3 {
        text-transform: unset;
        color: #fff;
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px; }
      .top-chefs .foto:hover .description p {
        color: #fff;
        font-size: 16px; }
    .top-chefs .foto .description {
      text-align: center;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      opacity: 0;
      transition: all .3s ease;
      -webkit-transform: scale(0.4) rotate(50deg); }
  .top-chefs .buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 25px; }
    .top-chefs .buttons .continue-btn {
      font-size: 21px;
      padding: 0 15px;
      height: 55px;
      line-height: 55px;
      margin-top: 30px; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination .button-nav {
    margin-left: 5px;
    margin-right: 5px; }
  .pagination .next {
    order: 3; }
  .pagination .prev {
    order: 1; }
  .pagination .numbers {
    display: flex;
    order: 2; }
    .pagination .numbers span {
      color: #999;
      font-size: 13px;
      font-weight: 700;
      margin-right: 5px;
      align-self: flex-end; }

.single-recipe .wrapper {
  display: flex; }
.single-recipe .content {
  flex: 1 1 70%; }
  .single-recipe .content .comments-element {
    margin-bottom: 25px; }
    .single-recipe .content .comments-element .form-group {
      margin-bottom: 0px; }
    .single-recipe .content .comments-element .buttons {
      margin-bottom: 25px; }
    .single-recipe .content .comments-element .comments .add-comment .buttons .continue-btn {
      margin-top: 0px;
      padding: 0 10px;
      height: 35px;
      border-radius: 4px; }
    .single-recipe .content .comments-element .comments .add-comment h3 {
      text-transform: unset;
      font-size: 24px;
      margin-bottom: 25px;
      margin-top: 0;
      margin-right: 10px; }
    .single-recipe .content .comments-element .comments .add-comment .form-group {
      margin-bottom: 0px; }
      .single-recipe .content .comments-element .comments .add-comment .form-group input.form-control::placeholder {
        font-size: 13px; }
      .single-recipe .content .comments-element .comments .add-comment .form-group textarea.form-control::placeholder {
        font-size: 13px; }
    .single-recipe .content .comments-element .comments .comments-1 .comments-2 .one-comment {
      margin-left: 70px; }
    .single-recipe .content .comments-element .comments .comments-1 .comments-2 .comments-3 .one-comment {
      margin-left: 145px; }
    .single-recipe .content .comments-element .one-comment {
      padding-top: 20px;
      padding-bottom: 20px;
      display: flex;
      border-top: 1px solid #eee; }
      .single-recipe .content .comments-element .one-comment .user-info {
        display: flex;
        align-items: center; }
      .single-recipe .content .comments-element .one-comment .user-foto {
        min-width: 70px;
        min-height: 70px;
        max-width: 70px;
        max-height: 70px;
        margin-right: 25px;
        overflow: hidden;
        padding: 2px;
        border: 1px solid #dedede; }
        .single-recipe .content .comments-element .one-comment .user-foto img {
          min-width: 100%;
          min-height: 100%;
          max-height: 100%;
          max-width: 100%; }
      .single-recipe .content .comments-element .one-comment .comment-elements .date {
        color: #949089;
        margin-bottom: 10px; }
      .single-recipe .content .comments-element .one-comment .comment-elements .comment {
        margin-bottom: 0;
        font-weight: 400;
        opacity: 0.85; }
      .single-recipe .content .comments-element .one-comment .reply {
        display: flex; }
        .single-recipe .content .comments-element .one-comment .reply:hover a {
          opacity: 1; }
        .single-recipe .content .comments-element .one-comment .reply:hover .foto img {
          opacity: 1; }
        .single-recipe .content .comments-element .one-comment .reply a {
          display: flex;
          font-size: 13px;
          margin-top: 2px;
          margin: 0;
          opacity: 0.8;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
          .single-recipe .content .comments-element .one-comment .reply a .foto {
            width: 13px;
            height: 13px;
            margin-right: 5px; }
            .single-recipe .content .comments-element .one-comment .reply a .foto img {
              width: 100%;
              opacity: 0.4;
              transition: 0.3s;
              -webkit-transition: 0.3s; }
      .single-recipe .content .comments-element .one-comment p {
        color: #555;
        margin-bottom: 0;
        font-size: 13px; }
    .single-recipe .content .comments-element .comments-number {
      margin-top: 20px;
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      .single-recipe .content .comments-element .comments-number h3 {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 10px; }
      .single-recipe .content .comments-element .comments-number p {
        color: #555;
        font-size: 24px;
        margin: 0px; }
  .single-recipe .content .recipe-description .recipe-data {
    display: flex; }
    .single-recipe .content .recipe-description .recipe-data .one-data {
      display: flex;
      margin-right: 20px;
      margin-bottom: 5px; }
      .single-recipe .content .recipe-description .recipe-data .one-data .foto {
        height: 13px;
        margin-right: 5px; }
        .single-recipe .content .recipe-description .recipe-data .one-data .foto img {
          height: 100%; }
      .single-recipe .content .recipe-description .recipe-data .one-data a {
        color: #555;
        display: flex;
        font-size: 14px; }
      .single-recipe .content .recipe-description .recipe-data .one-data p {
        color: #555;
        font-size: 14px; }
  .single-recipe .content .recipe-description .description p {
    color: #949089; }
  .single-recipe .content .recipe-description .ingradients {
    margin-bottom: 30px; }
  .single-recipe .content .recipe-description .review-tags {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 25px; }
    .single-recipe .content .recipe-description .review-tags .tags .tag-btn {
      margin-bottom: 0;
      padding: 0 8px;
      border-radius: 4px;
      height: 25px;
      color: #949089; }
  .single-recipe .content .recipe-description ul {
    padding-left: 0px;
    padding-top: 5px; }
    .single-recipe .content .recipe-description ul li {
      color: #555;
      font-size: 14px; }
  .single-recipe .content .recipe-description ol {
    color: #555;
    font-size: 14px;
    padding-left: 13px;
    padding-top: 5px; }
    .single-recipe .content .recipe-description ol li {
      padding-bottom: 5px; }
  .single-recipe .content .recipe-description h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: unset; }
  .single-recipe .content .recipe-description P {
    color: #555;
    font-size: 14px; }
  .single-recipe .content .recipe-description h3 {
    margin-top: 30px;
    font-size: 24px;
    color: #555;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .single-recipe .content .recipe-photo {
    width: 100%;
    max-height: 350px;
    box-shadow: 1px 1px 6px 0px #9e9e96; }
    .single-recipe .content .recipe-photo img {
      width: 100%; }
  .single-recipe .content .prep-data {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    margin-bottom: 25px; }
    .single-recipe .content .prep-data .one-prep-data {
      height: 106px;
      border-right: 1px solid #f5f5f5;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .single-recipe .content .prep-data .one-prep-data .foto {
        height: 40px; }
        .single-recipe .content .prep-data .one-prep-data .foto img {
          height: 100%; }
      .single-recipe .content .prep-data .one-prep-data:last-child {
        border-right: none; }
.single-recipe .sidebar {
  margin-left: 25px; }

#galleries {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap; }
  #galleries .foto {
    margin-bottom: 15px;
    height: 300px; }
    #galleries .foto img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #galleries .single-gallery {
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    #galleries .single-gallery:hover {
      transform: scale(0.95); }

.gallery-simple {
  column-count: 4;
  column-gap: 0; }
  .gallery-simple a {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 10px; }
  .gallery-simple img {
    width: 100%;
    height: auto; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 50%;
    opacity: 0.7;
    position: absolute;
    top: calc(50% - 25px); }
    .owl-carousel .owl-nav button img {
      width: 12px; }
    .owl-carousel .owl-nav button.owl-prev {
      transform: rotate(180deg);
      left: -40px; }
    .owl-carousel .owl-nav button.owl-next {
      right: -40px; }
    .owl-carousel .owl-nav button:hover {
      opacity: 1; }
    .owl-carousel .owl-nav button:focus {
      outline: none; }
  .owl-carousel .one-news {
    color: #555;
    display: block; }
    .owl-carousel .one-news img {
      height: 400px;
      width: 100%;
      object-fit: cover;
      object-position: center center; }
    .owl-carousel .one-news .wrapper {
      display: flex; }

.google-maps {
  width: 100%; }
  .google-maps iframe {
    width: 100%;
    height: 15vw;
    min-height: 200px; }

#footer .footer-information {
  background: #333; }
  #footer .footer-information .one-information {
    flex-direction: column;
    align-items: flex-start; }
    #footer .footer-information .one-information h4 {
      width: 100%;
      border-bottom: 1px solid #454545;
      padding-bottom: 20px;
      margin-bottom: 20px;
      color: #c7c7c7;
      font-size: 18px;
      text-transform: unset; }
    #footer .footer-information .one-information p {
      font-size: 14px; }
    #footer .footer-information .one-information a {
      margin-bottom: 10px;
      padding-left: 5px;
      color: #cac9c3;
      margin-bottom: 10px;
      font-size: 14px; }
      #footer .footer-information .one-information a span {
        font-size: 14px; }
    #footer .footer-information .one-information button img {
      width: 13px; }
    #footer .footer-information .one-information .contact {
      display: flex; }
    #footer .footer-information .one-information .footer-nav li {
      margin-bottom: 10px;
      font-size: 14px;
      color: #cac9c3; }
      #footer .footer-information .one-information .footer-nav li:before {
        border-left: none;
        display: none; }
    #footer .footer-information .one-information ul {
      padding-left: 0rem; }
  #footer .footer-information .newsletter p {
    color: #fff;
    margin-bottom: 15px; }
  #footer .footer-information .newsletter .newsletter-input {
    position: relative; }
    #footer .footer-information .newsletter .newsletter-input button {
      cursor: pointer;
      border: none;
      background: #7daf74;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 40px; }
    #footer .footer-information .newsletter .newsletter-input input {
      font-weight: 600;
      font-size: 13px;
      background: #fff;
      width: 100%;
      margin-bottom: 0;
      border: 1px solid #f2f2f2;
      height: 45px;
      border-radius: 0;
      line-height: 45px;
      box-shadow: none;
      padding: 0 20px;
      color: #949089; }

.table-responsive .table {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  margin-bottom: 0;
  background-color: #fff; }
  .table-responsive .table thead {
    background-color: #fff;
    color: #949089; }
  .table-responsive .table thead, .table-responsive .table tbody {
    flex-direction: column;
    width: 100%;
    display: flex; }
  .table-responsive .table tr {
    width: 100%;
    display: flex; }
  .table-responsive .table th {
    width: 100%;
    padding: 10px 10px;
    border-color: #949089; }
  .table-responsive .table td {
    width: 100%;
    padding: 5px 10px;
    border-color: #949089; }

.module-title h1, .module-title h2 {
  font-size: 35rem;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 700; }

.photo-map .foto {
  width: 50%; }
  .photo-map .foto .image {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .photo-map .foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
.photo-map .google-maps {
  width: 50%; }
  .photo-map .google-maps iframe {
    height: 100%; }

.foto-block {
  background-color: transparent; }
  .foto-block.reverse .wrapper {
    flex-direction: row-reverse; }
    .foto-block.reverse .wrapper .text {
      justify-content: flex-end; }
  .foto-block .wrapper {
    display: flex;
    justify-content: space-between;
    background-color: transparent; }
    .foto-block .wrapper .text {
      width: 50%;
      display: flex;
      justify-content: flex-start; }
      .foto-block .wrapper .text .text-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 775px;
        height: 100%;
        max-width: 100%;
        padding: 20rem 40rem; }
        .foto-block .wrapper .text .text-inner h2:first-child {
          margin-top: 0; }
        .foto-block .wrapper .text .text-inner p {
          text-align: justify; }
        .foto-block .wrapper .text .text-inner .buttons {
          display: flex;
          justify-content: center;
          width: 100%; }
          .foto-block .wrapper .text .text-inner .buttons .btn:nth-child(2) {
            margin-left: 25px; }
    .foto-block .wrapper .foto {
      width: 50%; }
      .foto-block .wrapper .foto .image {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0; }
      .foto-block .wrapper .foto img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }

.two-text.reverse .wrapper {
  flex-direction: row-reverse; }

.card-photo .foto img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 250px; }
.card-photo .text {
  background-color: #fff;
  padding: 20px 30px 40px 30px; }

.institution {
  margin-bottom: 3vw; }
  .institution.reverse .wrapper {
    flex-direction: row-reverse; }
  .institution .text {
    display: flex;
    align-items: center; }
  .institution .text-inner {
    padding: 3vw; }

.form-photo {
  width: 100%;
  background-color: #fff; }
  .form-photo .wrapper {
    display: flex;
    flex-wrap: wrap; }
  .form-photo .foto {
    padding: 0;
    flex: 0 0 50%; }
    .form-photo .foto figure.image {
      height: 100%; }
    .form-photo .foto img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .form-photo .form {
    flex: 0 0 50%; }
    .form-photo .form .buttons {
      display: flex;
      justify-content: center; }
    .form-photo .form .form-group {
      padding: 5px;
      margin-bottom: 5px; }
    .form-photo .form input, .form-photo .form textarea {
      border: none; }
    .form-photo .form input[type="submit"] {
      background-color: #555;
      color: #fff;
      font-size: 19rem; }
      .form-photo .form input[type="submit"]:hover, .form-photo .form input[type="submit"]:active {
        background-color: #f3f2eb !important;
        color: #fff !important; }
    .form-photo .form .checkbox-label .regulamin p {
      font-size: 15rem; }
    .form-photo .form .checkbox-label .checkbox-styled {
      background-color: #f5f5f5;
      border-color: #0d23a5; }
      .form-photo .form .checkbox-label .checkbox-styled span {
        font-size: 22px;
        font-weight: bold; }
  .form-photo .form-inner {
    padding-left: 110px;
    max-width: 735px;
    padding-top: 20px; }

.contact-form .linki {
  margin-top: 20px; }
  .contact-form .linki .link {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
  .contact-form .linki .link-photo {
    margin-right: 15px;
    min-width: 60rem;
    width: 60rem;
    height: 60rem;
    border: 2px solid #949089;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%; }
    .contact-form .linki .link-photo img {
      width: 60%; }

#create-recipe {
  margin-bottom: 60px; }
  #create-recipe form {
    display: flex; }
    #create-recipe form .form-left {
      flex: 1 1 70%;
      padding-right: 50px; }
      #create-recipe form .form-left .one-element-top {
        display: flex; }
        #create-recipe form .form-left .one-element-top .foto-delete {
          border-radius: 50%;
          border: none;
          background-color: transparent;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: -25px;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          padding: 0;
          margin-bottom: 15px;
          margin-left: 5px; }
          #create-recipe form .form-left .one-element-top .foto-delete:hover {
            filter: invert(26%) sepia(97%) saturate(3922%) hue-rotate(341deg) brightness(95%) contrast(80%); }
          #create-recipe form .form-left .one-element-top .foto-delete img {
            min-width: 14px;
            min-height: 13px;
            max-width: 14px;
            max-height: 13px; }
      #create-recipe form .form-left .one-element {
        width: 100%;
        border: 1px solid #e6e9ed;
        border-radius: 2px;
        padding-left: 15px;
        height: 45px;
        font-size: 16px;
        text-align: left;
        margin-bottom: 15px;
        padding-right: 10px;
        background: #fff;
        font-weight: 400;
        display: flex;
        align-items: center; }
        #create-recipe form .form-left .one-element .input-object {
          width: 100%;
          position: relative; }
        #create-recipe form .form-left .one-element .ingredients-tooltip {
          display: none;
          position: absolute;
          top: 51px;
          left: 0px;
          right: 0px;
          background-color: #fff;
          border: 1px solid #e6e9ed;
          z-index: 2;
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4); }
          #create-recipe form .form-left .one-element .ingredients-tooltip .one-ingredient {
            border-bottom: 1px solid #e6e9ed;
            cursor: pointer;
            padding: 10px 15px; }
          #create-recipe form .form-left .one-element .ingredients-tooltip .add-ingredient {
            border: none; }
        #create-recipe form .form-left .one-element .amount {
          position: relative;
          width: 35%;
          height: 100%;
          border-left: 1px solid #e6e9ed;
          display: flex;
          align-items: center; }
          #create-recipe form .form-left .one-element .amount input {
            position: absolute;
            top: auto;
            bottom: auto;
            padding: 0;
            right: 0px;
            margin: 0;
            left: 10px; }
          #create-recipe form .form-left .one-element .amount span {
            position: absolute;
            right: 0;
            top: auto;
            bottom: auto;
            color: rgba(148, 144, 137, 0.95);
            border-left: 1px solid #e6e9ed;
            padding-left: 64px; }
        #create-recipe form .form-left .one-element .foto {
          height: 27px;
          margin-right: 17px; }
          #create-recipe form .form-left .one-element .foto img {
            opacity: 0.4;
            height: 100%; }
        #create-recipe form .form-left .one-element .element-number {
          background: #f3f2eb;
          border-radius: 50%;
          font-size: 16px;
          min-width: 30px;
          min-height: 30px;
          text-align: center;
          display: block;
          line-height: 30px; }
          #create-recipe form .form-left .one-element .element-number span {
            opacity: 0.4;
            width: 100%;
            height: 100%; }
        #create-recipe form .form-left .one-element input.form-control::placeholder {
          color: #949089;
          font-weight: 400;
          font-size: 16px;
          padding-left: 0px; }
      #create-recipe form .form-left .input-none {
        padding-top: 20px;
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding-left: 15px; }
      #create-recipe form .form-left .my-label {
        text-align: left;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #555;
        padding-bottom: 5px; }
      #create-recipe form .form-left .buttons {
        margin-top: 25px;
        margin-bottom: 25px; }
        #create-recipe form .form-left .buttons button {
          margin-top: 10px;
          padding: 0 10px;
          height: 35px;
          line-height: 35px;
          border: none;
          border-radius: 4px;
          display: flex;
          align-items: center; }
          #create-recipe form .form-left .buttons button:hover .foto img {
            opacity: 1; }
          #create-recipe form .form-left .buttons button:hover span {
            color: #555; }
          #create-recipe form .form-left .buttons button img {
            opacity: 0.4;
            width: 100%;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            width: 14px;
            height: 16px;
            margin-right: 5px;
            padding-top: 1px; }
          #create-recipe form .form-left .buttons button span {
            font-size: 16px;
            color: #949089;
            transition: 0.3s;
            -webkit-transition: 0.3s; }
      #create-recipe form .form-left .title-des .ck.ck-toolbar {
        border: 1px solid #e6e9ed; }
      #create-recipe form .form-left .title-des .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
        border-color: #e6e9ed; }
      #create-recipe form .form-left .title-des .ck {
        max-width: 796px; }
      #create-recipe form .form-left .title-des .ck-content {
        height: 170px; }
    #create-recipe form .form-right {
      flex: 1 1 30%; }
      #create-recipe form .form-right .add-foto label {
        margin-top: 27px;
        height: 160px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px dashed #dfdfdf; }
      #create-recipe form .form-right .add-foto .foto {
        margin-top: 5px;
        width: 100%;
        height: 118px; }
        #create-recipe form .form-right .add-foto .foto img {
          width: 100%;
          height: 100%; }
      #create-recipe form .form-right .add-foto input {
        opacity: 0;
        z-index: -50;
        width: 1px;
        height: 1px; }
      #create-recipe form .form-right .add-foto span {
        font-weight: 400;
        font-size: 16px;
        color: #949089; }
      #create-recipe form .form-right .prep-data input:last-child {
        margin: 0; }
      #create-recipe form .form-right .prep-data label {
        text-align: left;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #555;
        padding-bottom: 5px;
        margin-top: 0px; }
      #create-recipe form .form-right .buttons .btn {
        height: 45px;
        line-height: 44px;
        width: 32.5%;
        font-size: 16px;
        border-radius: 0; }
      #create-recipe form .form-right .buttons .publish-btn {
        transition: 0.3s;
        -webkit-transition: 0.3; }
        #create-recipe form .form-right .buttons .publish-btn:hover {
          background: #54834b; }
      #create-recipe form .form-right .buttons .save-btn {
        transition: 0.3s;
        -webkit-transition: 0.3;
        background-color: #feaa26; }
        #create-recipe form .form-right .buttons .save-btn:hover {
          background: #e98c01; }
      #create-recipe form .form-right .buttons .cancel-btn {
        transition: 0.3s;
        -webkit-transition: 0.3;
        background-color: #b3b3b3; }
        #create-recipe form .form-right .buttons .cancel-btn:hover {
          background: #939393; }
    #create-recipe form .form-group .form-control {
      width: 100%;
      border: 1px solid #e6e9ed;
      border-radius: 2px;
      padding: 15px;
      font-size: 16px;
      text-align: left;
      background: #fff;
      font-weight: 400;
      background-color: transparent; }
    #create-recipe form .form-group input.form-control::placeholder {
      font-weight: 400 !important; }
    #create-recipe form .form-group textarea.form-control::placeholder {
      font-weight: 400 !important; }

.contact-header .container {
  border: none; }
.contact-header h2 {
  border-bottom: 1px solid #e5e5dc;
  padding-bottom: 20px; }
.contact-header p {
  padding-top: 35px; }

#content h3, #content2 h3 {
  font-size: 23rem; }
#content h2, #content2 h2 {
  font-size: 29rem; }
#content h4, #content2 h4 {
  font-size: 20rem; }
#content ul, #content2 ul {
  padding-left: 15rem; }
  #content ul li:before, #content2 ul li:before {
    content: " ";
    display: flex;
    min-width: 7px;
    width: 7px;
    height: 7px;
    margin-top: 8px;
    margin-right: 8px;
    border-bottom: none;
    border-radius: 50%;
    background-color: #7daf74; }
  #content ul li, #content2 ul li {
    align-items: flex-start; }
#content ol li, #content2 ol li {
  margin-bottom: 10px;
  color: #949089;
  font-size: 18rem;
  white-space: normal; }
#content img, #content2 img {
  max-width: 100%; }

#contact-form .row .continue-btn {
  padding: 0 50px; }
#contact-form .row-530 .form-control:focus {
  color: #555;
  background-color: #f3f2eb;
  border: none;
  outline: 0;
  box-shadow: none; }

#movie-tadam {
  z-index: -999;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8); }
  #movie-tadam .tadam-inner {
    position: relative;
    transform: scale(0);
    transform-origin: right;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    overflow: hidden;
    margin: 30px;
    width: 80%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #movie-tadam .tadam-inner .close-tadam {
      position: absolute;
      top: 0px;
      right: 0px;
      background-color: #000;
      z-index: 9999;
      box-shadow: none;
      border: none;
      color: #fff; }
    #movie-tadam .tadam-inner .movie-container {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center; }
      #movie-tadam .tadam-inner .movie-container .wideo {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
        height: fit-content;
        height: -moz-fit-content;
        width: auto;
        border-radius: 15px 0px 15px 15px;
        position: relative; }
  #movie-tadam.open {
    z-index: 999;
    opacity: 1; }
    #movie-tadam.open .tadam-inner {
      transform: scale(1); }

.services {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px; }
  .services .wrapper {
    display: flex;
    flex-wrap: wrap; }
    .services .wrapper .one-element {
      margin-bottom: 30px; }
      .services .wrapper .one-element .foto img {
        object-fit: cover;
        width: auto;
        max-width: 100%;
        width: 100%;
        height: 400px; }
      .services .wrapper .one-element .text {
        background-color: #f5f5f5;
        padding: 20px 30px 40px 30px; }
      .services .wrapper .one-element h3 {
        font-size: 31rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px; }
      .services .wrapper .one-element p {
        margin-bottom: 30px; }
      .services .wrapper .one-element ul {
        padding-left: 15px; }
        .services .wrapper .one-element ul li {
          margin-bottom: 15px; }
          .services .wrapper .one-element ul li:before {
            min-width: 0;
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-left: 14px solid red;
            border-bottom: 7px solid transparent;
            border-radius: 0;
            background-color: transparent;
            margin-right: 15px; }
      .services .wrapper .one-element .buttons {
        margin-top: 35px; }
        .services .wrapper .one-element .buttons .btn {
          min-width: 240px;
          height: 60px; }

.services-one-column {
  background-color: transparent;
  padding-bottom: 40px; }
  .services-one-column .wrapper {
    display: flex;
    flex-wrap: wrap; }
    .services-one-column .wrapper .one-element {
      margin-bottom: 30px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      .services-one-column .wrapper .one-element .foto figure {
        margin-bottom: 0; }
      .services-one-column .wrapper .one-element .foto img {
        object-fit: cover;
        width: auto;
        max-width: 100%;
        width: 100%;
        height: auto;
        max-height: 400px; }
      .services-one-column .wrapper .one-element .services-title {
        padding: 15rem; }
      .services-one-column .wrapper .one-element h3 {
        font-size: 27rem;
        font-weight: 500;
        text-align: center;
        margin: 0; }
      .services-one-column .wrapper .one-element:hover {
        transform: scale(0.95); }

#news-start .newsy .blog-data {
  display: none; }
#news-start .newsy .foto {
  border: none;
  position: relative;
  margin-right: 30px;
  display: flex;
  align-items: center; }
  #news-start .newsy .foto:hover .button {
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px; }
    #news-start .newsy .foto:hover .button img {
      width: 35px;
      height: 35px; }
  #news-start .newsy .foto > figure img {
    width: 169px;
    height: 169px;
    object-fit: cover;
    border: 3px solid #efefef; }
#news-start .newsy .text {
  height: 100%; }
#news-start .newsy .text-inner a h3 {
  opacity: 1; }
#news-start .newsy .text-inner .max-linie-3 {
  -webkit-line-clamp: 3; }
#news-start .newsy .one-news {
  flex: 1 1 50%;
  max-width: 50%; }
  #news-start .newsy .one-news:last-child .wrapper, #news-start .newsy .one-news:nth-last-child(2) .wrapper {
    border-bottom: none; }
#news-start .page-number {
  display: none; }

.page-content-blog .container .wrapper {
  padding-top: 0px; }

.newsy {
  padding-bottom: 60px; }
  .newsy .page-number {
    margin-top: 40px; }
  .newsy .pagination {
    justify-content: flex-start; }
  .newsy .one-news {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%; }
    .newsy .one-news .wrapper {
      align-items: flex-end;
      display: flex;
      border-bottom: 1px dashed #ccc;
      padding: 20px;
      width: 100%; }
    .newsy .one-news:last-child .wrapper {
      border-bottom: none; }
  .newsy .foto {
    position: relative;
    margin-right: 30px;
    display: flex;
    align-items: center; }
    .newsy .foto:hover .button {
      text-align: center;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 20px;
      left: 10px;
      right: 10px;
      bottom: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 4px;
      transform: none;
      -webkit-transform: scale(1) rotate(0deg);
      opacity: 1; }
      .newsy .foto:hover .button img {
        width: 35px;
        height: 35px;
        display: block; }
    .newsy .foto > figure img {
      border: 3px solid #efefef;
      height: 180px;
      width: 220px;
      object-fit: cover; }
    .newsy .foto .button {
      text-align: center;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      opacity: 0;
      transition: all .3s ease;
      -webkit-transform: scale(0.4) rotate(50deg); }
      .newsy .foto .button button {
        background: transparent;
        border: none; }
      .newsy .foto .button img {
        width: 1px;
        height: 1px; }
  .newsy .text {
    flex: 1 1 50%;
    height: 100%; }
  .newsy .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .newsy .text-inner a:hover h3 {
      opacity: 1; }
    .newsy .text-inner a h3 {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      opacity: 0.7;
      margin-bottom: 10px;
      padding: 0;
      color: #555;
      font-size: 24rem;
      font-weight: 400; }
    .newsy .text-inner .max-linie-3 {
      -webkit-line-clamp: 2; }
    .newsy .text-inner p {
      flex-grow: 1;
      line-height: normal;
      font-size: 16px;
      clear: both; }
    .newsy .text-inner .blog-data {
      flex-wrap: wrap;
      display: flex; }
      .newsy .text-inner .blog-data .one-data {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-right: 5px; }
        .newsy .text-inner .blog-data .one-data .foto {
          height: 10px;
          border: none;
          margin-right: 5px; }
          .newsy .text-inner .blog-data .one-data .foto img {
            filter: invert(70%) sepia(9%) saturate(1456%) hue-rotate(64deg) brightness(90%) contrast(86%);
            border: none;
            width: 10px;
            height: 10px; }
        .newsy .text-inner .blog-data .one-data a {
          transition: 0.3s;
          -webkit-transition: 0.3s;
          color: #555;
          display: flex;
          font-size: 12px;
          opacity: 0.85; }
          .newsy .text-inner .blog-data .one-data a:hover {
            opacity: 1; }
        .newsy .text-inner .blog-data .one-data p {
          transition: 0.3s;
          -webkit-transition: 0.3s;
          opacity: 0.85;
          margin: 0;
          color: #555;
          font-size: 12px; }
          .newsy .text-inner .blog-data .one-data p:hover {
            opacity: 1; }
    .newsy .text-inner .buttons {
      justify-content: flex-start; }
      .newsy .text-inner .buttons .continue-btn {
        height: 35px;
        line-height: 35px;
        border-radius: 4px;
        font-size: 16px; }
    .newsy .text-inner .blog-btn {
      font-size: 21px;
      padding: 0 15px;
      height: 55px;
      line-height: 55px;
      margin-top: 30px; }
  .newsy .buttons {
    justify-content: flex-start; }
    .newsy .buttons .continue-btn {
      padding: 0 31px; }
  .newsy .buttons-blog {
    margin-bottom: 25px;
    display: flex;
    justify-content: center; }
    .newsy .buttons-blog .continue-btn {
      font-size: 21px;
      padding: 0 15px;
      height: 55px;
      line-height: 55px;
      margin-top: 30px; }
  .newsy .date span {
    color: #555;
    font-weight: 500; }
  .newsy h2 {
    font-weight: 700;
    font-size: 47rem;
    text-align: center;
    margin-bottom: 60px; }
  .newsy h3 {
    font-size: 29rem;
    color: #949089;
    font-weight: 600;
    margin-bottom: 20px; }
  .newsy p {
    margin-bottom: 20px;
    line-height: 24rem; }
  .newsy .buttons {
    justify-content: flex-end; }
    .newsy .buttons .btn {
      height: 44px; }

.newsy-carousel {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px; }
  .newsy-carousel .owl-nav {
    display: none; }
  .newsy-carousel .foto img {
    height: 340px; }
  .newsy-carousel .text {
    display: flex;
    background-color: #f5f5f5; }
  .newsy-carousel .text-inner {
    flex: 1 1 50%;
    padding: 30px 25px; }
  .newsy-carousel .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0d23a5;
    width: 85px; }
    .newsy-carousel .date span {
      font-size: 20rem;
      letter-spacing: 3rem;
      color: #fff;
      display: block;
      text-align: center; }
    .newsy-carousel .date strong {
      font-size: 25rem;
      letter-spacing: 0;
      padding-bottom: 10px;
      display: flex; }
  .newsy-carousel h2 {
    font-weight: 700;
    font-size: 47rem;
    text-align: center;
    margin-bottom: 60px; }
  .newsy-carousel h3 {
    color: #949089;
    font-size: 20rem;
    margin-bottom: 15px; }
  .newsy-carousel p {
    font-size: 16rem;
    color: rgba(148, 144, 137, 0.6); }

.footer-information {
  padding: 30px 0; }
  .footer-information .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer-information .one-information {
    max-width: calc(33.33% - 10px);
    display: flex;
    align-items: center; }
  .footer-information .foto {
    min-width: 100px;
    width: 100px;
    height: 100px;
    background-color: rgba(243, 242, 235, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .footer-information .foto img {
      max-width: 60%;
      max-height: 60%; }
  .footer-information .text {
    padding: 0 25px; }
  .footer-information p {
    font-size: 17rem; }
    .footer-information p:last-child {
      margin-bottom: 0; }
  .footer-information a {
    font-size: 17rem;
    color: #949089;
    display: flex;
    align-items: center;
    margin-bottom: 10rem; }
    .footer-information a img {
      width: 21px;
      height: auto;
      max-height: unset;
      max-width: unset;
      margin-right: 12px; }
    .footer-information a span {
      display: block; }
    .footer-information a:hover {
      color: #555; }
    .footer-information a:last-child {
      margin-bottom: 0; }

.bottom-footer {
  background-color: #333;
  border-top: 1px solid #454545;
  padding: 30px 0; }
  .bottom-footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .bottom-footer .copyright p {
    color: #949089;
    font-size: 14px;
    margin-bottom: 0; }
  .bottom-footer a {
    color: #949089;
    font-size: 14px; }
    .bottom-footer a:hover {
      color: #555; }
  .bottom-footer .socials {
    display: flex;
    flex-wrap: wrap; }
    .bottom-footer .socials a {
      width: 35px;
      height: 35px;
      display: block;
      margin: 2px; }
    .bottom-footer .socials img {
      border-radius: 8px;
      width: 100%; }

.subpages-cards .one-page {
  margin-top: 20rem;
  margin-bottom: 40rem; }
.subpages-cards .foto img {
  width: 100%;
  height: 300px;
  object-fit: cover; }
.subpages-cards .buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center; }

.subsite figure.image {
  margin-top: 15px;
  margin-bottom: 15px; }

.page-foto {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 40rem; }
  .page-foto .color-background {
    padding-bottom: 80rem;
    padding-top: 145rem;
    background-color: #000000b8;
    width: 100%;
    height: 100%; }
  .page-foto h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0; }

.faq {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .faq .one-item {
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 10px;
    background: #FFFFFF;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 30px; }
    .faq .one-item h4 {
      font-weight: 600;
      font-size: 24rem;
      line-height: 31px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      position: relative; }
      .faq .one-item h4 .roll {
        transition: 0.2s;
        -webkit-transition: 0.2s;
        width: 40px;
        height: 40px;
        box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
        border-radius: 5px;
        flex: none;
        order: 1;
        flex-grow: 0;
        background: #FFFFFF;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 18px;
        background-image: url("../img/faq_plus.svg"); }
        .faq .one-item h4 .roll.open {
          background-image: url("../img/faq_minus.svg");
          background-color: #7daf74; }
    .faq .one-item .line {
      border: 1px solid #B0BAF1;
      display: block;
      margin-top: 30px;
      margin-bottom: 30px; }
    .faq .one-item p, .faq .one-item ul li, .faq .one-item ol li, .faq .one-item a, .faq .one-item td {
      font-size: 18px;
      line-height: 30px;
      color: #2C3655; }
    .faq .one-item .item-body {
      display: none; }

@media (max-width: 575px) {
  html {
    font-size: 0.8px; }

  header.sticked {
    transform: translateY(0px); }

  #userpanel .userpanel-header .header-title h2 {
    font-size: 30px; }
  #userpanel .userpanel-options .one-option {
    height: 125px; }
  #userpanel .userpanel-text-form {
    padding-top: 25px; }
    #userpanel .userpanel-text-form .special-label {
      width: 100%; }

  body ul li:before {
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin-right: 15px; }

  #create-recipe form .form-left .title-des .ck {
    max-width: 260px; }

  #create-recipe {
    margin-bottom: 35px; }
    #create-recipe form {
      flex-wrap: wrap; }
      #create-recipe form .form-group .form-control {
        font-size: 14px;
        padding: 10px;
        margin-bottom: 10px; }
      #create-recipe form .form-left {
        padding: 0px 15px;
        flex: 1 1 100%;
        order: 2; }
        #create-recipe form .form-left .one-element .amount {
          width: 60%; }
          #create-recipe form .form-left .one-element .amount span {
            padding-left: 19px; }
        #create-recipe form .form-left .one-element .input-none {
          padding-left: 0; }
        #create-recipe form .form-left .buttons {
          margin-top: 0px;
          display: flex;
          justify-content: center;
          margin-bottom: 25px; }
          #create-recipe form .form-left .buttons .btn {
            justify-content: center;
            height: 45px;
            line-height: 44px;
            width: 100%;
            font-size: 16px;
            border-radius: 0; }
          #create-recipe form .form-left .buttons .publish-btn {
            transition: 0.3s;
            -webkit-transition: 0.3; }
            #create-recipe form .form-left .buttons .publish-btn:hover {
              background: #54834b; }
          #create-recipe form .form-left .buttons .save-btn {
            transition: 0.3s;
            -webkit-transition: 0.3;
            background-color: #feaa26; }
            #create-recipe form .form-left .buttons .save-btn:hover {
              background: #e98c01; }
          #create-recipe form .form-left .buttons .cancel-btn {
            transition: 0.3s;
            -webkit-transition: 0.3;
            background-color: #b3b3b3; }
            #create-recipe form .form-left .buttons .cancel-btn:hover {
              background: #939393; }
      #create-recipe form .form-right {
        order: 1;
        flex: 1 1 100%;
        padding: 15px; }
        #create-recipe form .form-right .form-group {
          margin-bottom: 0; }
          #create-recipe form .form-right .form-group:first-child {
            margin-bottom: 25px; }
        #create-recipe form .form-right .add-foto .foto {
          margin-top: 3vw;
          width: 100%;
          justify-content: center;
          display: flex;
          align-items: center; }
          #create-recipe form .form-right .add-foto .foto img {
            width: 19vw;
            height: auto; }

  .header-create-recipe .header-title {
    padding-top: 0px;
    padding-bottom: 0px; }
    .header-create-recipe .header-title .container {
      padding-bottom: 20px; }
    .header-create-recipe .header-title h2 {
      font-size: 37px;
      margin-bottom: 0; }

  #top-bar {
    display: none;
    height: 50px; }
    #top-bar .right .socials {
      margin-left: 30px; }

  #main-nav .inner #logo img {
    width: 114px; }

  #main-nav .btn-menu {
    margin-right: 5px; }

  #content ol, #content2 ol {
    padding-left: 30rem; }

  .page-content .wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-top: 0; }
    .page-content .wrapper .content {
      padding-right: 0;
      flex: 1 1 100%;
      margin-bottom: 25px; }
    .page-content .wrapper .sidebar {
      flex: 1 1 50%; }

  .header-title {
    padding-top: 10px; }
    .header-title h2 {
      font-size: 30px;
      padding: 10px; }
    .header-title p {
      font-size: 16px;
      margin-bottom: 0; }

  .newsy .foto img {
    width: 100%;
    height: 220px; }

  .newsy {
    padding-top: 0; }

  .newsy .text-inner p {
    -webkit-line-clamp: 4; }

  #news-start .newsy .one-news {
    flex: 1 1 100%;
    max-width: 100%; }
    #news-start .newsy .one-news .foto {
      margin-right: 0; }

  .newsy {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px; }
    .newsy .one-news .wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%; }
    .newsy h2 {
      margin-bottom: 30px; }
    .newsy h3 {
      margin-bottom: 15px; }
    .newsy .one-news {
      padding: 10px;
      max-width: 100%;
      margin-bottom: 30px; }
      .newsy .one-news .wrapper {
        padding: 15px; }
    .newsy .foto {
      align-items: flex-start;
      margin-right: 0; }
      .newsy .foto .button img {
        border: none; }
    .newsy .text-inner h3 {
      height: 40px; }
    .newsy .text-inner .buttons .continue-btn {
      width: 100%; }

  .newsy .text-inner .buttons {
    justify-content: center; }

  .newsy .text-inner .buttons {
    justify-content: center; }

  .recipe-tile .description .author .review-score {
    justify-content: center;
    padding: 5px;
    width: 80px; }
    .recipe-tile .description .author .review-score p {
      font-size: 13px;
      text-align: center;
      margin-bottom: 0; }
    .recipe-tile .description .author .review-score h4 {
      font-size: 23px; }

  .carousel-pages .one-owl-element .img-button {
    height: 40.5vw; }

  #recipe-list-start .recipe-list .wrapper .foto {
    margin-right: 0; }

  .recipe-list .one-recipe {
    margin-bottom: 10px;
    padding: 10px; }

  .recipe-list {
    margin-top: 30px;
    margin-bottom: 30px; }
    .recipe-list .wrapper {
      flex-direction: column;
      align-items: center; }
      .recipe-list .wrapper .description {
        align-items: center; }
        .recipe-list .wrapper .description p {
          flex-grow: 0; }
        .recipe-list .wrapper .description .stars {
          margin-top: 5px; }

  .banner-form {
    height: 371px; }
    .banner-form .wrapper {
      height: 100%; }
      .banner-form .wrapper .foto {
        height: 100%; }
        .banner-form .wrapper .foto img {
          height: 100%; }

  .banner-form .wrapper .form {
    padding-top: 55px; }
    .banner-form .wrapper .form h1 {
      margin-top: 0;
      font-size: 35px; }
    .banner-form .wrapper .form p {
      font-size: 15px; }

  .chefs-list .top-chefs {
    padding-bottom: 25px; }
    .chefs-list .top-chefs .page-number {
      margin-top: 25px; }

  .single-chef .chef-information {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
    .single-chef .chef-information .foto {
      margin-right: 0;
      margin-bottom: 10px; }
    .single-chef .chef-information .stars {
      justify-content: center; }

  .top-chefs {
    padding-bottom: 10px; }
    .top-chefs .one-chef {
      display: flex;
      justify-content: center;
      padding: 10px; }

  .owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
    left: -30px; }

  .owl-carousel .owl-nav button.owl-next {
    right: -30px; }

  .recipe-list .row .continue-btn {
    font-size: 17px; }

  .newsy .buttons-blog .continue-btn {
    font-size: 17px; }

  .bg-white {
    width: 100%; }

  .top-chefs .buttons .continue-btn {
    font-size: 17px; }

  .banner-form .wrapper .form form .search button {
    top: 12px;
    right: 5px; }
    .banner-form .wrapper .form form .search button img {
      width: 18px; }

  .banner-form .wrapper .form form .search {
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px; }
    .banner-form .wrapper .form form .search input {
      width: 285px;
      padding: 20px 30px; }

  .page-nav li {
    padding-right: 0px; }
    .page-nav li a span {
      padding: 0px 10px;
      margin-left: 0px;
      margin-right: 0px; }

  .single-recipe .wrapper {
    flex-wrap: wrap; }
    .single-recipe .wrapper .content {
      flex: 1 1 100%; }
      .single-recipe .wrapper .content .prep-data {
        margin-left: 10px;
        margin-right: 10px; }
        .single-recipe .wrapper .content .prep-data .row {
          margin: 0; }
        .single-recipe .wrapper .content .prep-data .one-prep-data {
          border-right: none;
          border-bottom: 1px solid #f5f7fa; }
          .single-recipe .wrapper .content .prep-data .one-prep-data:last-child {
            border: none; }
      .single-recipe .wrapper .content .comments-element .one-comment {
        flex-wrap: wrap; }
        .single-recipe .wrapper .content .comments-element .one-comment .comment-elements .comment {
          margin-bottom: 5px; }
        .single-recipe .wrapper .content .comments-element .one-comment .user-foto {
          margin-right: 10px;
          margin-bottom: 5px; }
      .single-recipe .wrapper .content .comments-element .comments .comments-1 .comments-2 .one-comment {
        margin-left: 15px; }
      .single-recipe .wrapper .content .comments-element .comments .comments-1 .comments-3 .one-comment {
        margin-left: 30px; }
      .single-recipe .wrapper .content .recipe-description .recipe-data {
        flex-wrap: wrap; }
        .single-recipe .wrapper .content .recipe-description .recipe-data .one-data p {
          margin-bottom: 0; }
    .single-recipe .wrapper .sidebar {
      margin-left: 0;
      flex: 1 1 100%; }

  #big-slider #layerslider {
    height: 60vw; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
      font-size: 25rem;
      margin-bottom: 10px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper p {
      margin-bottom: 20px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
      max-width: 300px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper ul {
      padding-left: 0; }
      #big-slider #layerslider .ls-layer .slider-bg .wrapper ul li {
        font-size: 19rem; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
      margin-top: 30px; }
      #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
        min-width: 120px;
        padding: 8px 20px; }

  .photo-map .wrapper {
    flex-direction: column; }
    .photo-map .wrapper .foto {
      width: 100%; }
    .photo-map .wrapper .google-maps {
      width: 100%; }
      .photo-map .wrapper .google-maps iframe {
        height: 50vw; }

  .services {
    padding-bottom: 20px; }
    .services .wrapper .one-element .foto img {
      height: 280px; }
    .services .wrapper .one-element .text {
      padding: 20px 15px; }
    .services .wrapper .one-element .buttons .btn {
      min-width: 200px;
      height: 51px; }
    .services .wrapper .one-element h3 {
      font-size: 25rem;
      margin-bottom: 15px; }

  .services-one-column .wrapper .one-element {
    padding-left: 0;
    padding-right: 0; }
    .services-one-column .wrapper .one-element .foto {
      width: 100%; }
      .services-one-column .wrapper .one-element .foto img {
        max-height: 75vw; }

  .newsy {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px; }
    .newsy .one-news {
      padding-bottom: 10px;
      margin-bottom: 0px; }
      .newsy .one-news:last-child .wrapper, .newsy .one-news:nth-last-child(2) .wrapper {
        border-bottom: 1px dashed #ccc; }
    .newsy .pagination {
      justify-content: center; }
    .newsy .wrapper {
      flex-wrap: nowrap; }
    .newsy h2 {
      margin-bottom: 30px;
      font-size: 35rem;
      margin-bottom: 30px; }
    .newsy h3 {
      margin-bottom: 15px; }
    .newsy .one-news {
      margin-bottom: 30px; }
    .newsy .foto {
      align-items: flex-start;
      margin-right: 0; }
      .newsy .foto .button img {
        border: none; }
      .newsy .foto figure {
        margin: 0; }
      .newsy .foto > figure img {
        width: 195px;
        height: 195px; }
    .newsy .blog-data {
      justify-content: center; }
    .newsy p {
      margin-bottom: 10px; }

  .pagination {
    flex-wrap: wrap; }
    .pagination .prev {
      order: 1;
      width: 20%;
      margin-right: 50px; }
    .pagination .next {
      width: 20%;
      order: 2; }
    .pagination .numbers {
      margin-top: 10px;
      order: 3; }

  .foto-block.reverse .wrapper {
    flex-direction: column; }
  .foto-block .wrapper {
    flex-direction: column; }
    .foto-block .wrapper .text {
      width: 100%; }
      .foto-block .wrapper .text .text-inner {
        padding: 15rem 15rem; }
    .foto-block .wrapper .foto {
      width: 100%; }

  .newsy-carousel {
    padding-top: 30px;
    padding-bottom: 30px; }
    .newsy-carousel h2 {
      margin-bottom: 30px;
      font-size: 35rem; }
    .newsy-carousel .foto img {
      height: 200px; }
    .newsy-carousel .text-inner {
      padding: 20px 15px; }

  .footer-information {
    padding-bottom: 0; }
    .footer-information .one-information {
      max-width: 100%;
      margin-bottom: 30px; }
    .footer-information .foto {
      min-width: 46px;
      width: 46px;
      height: 46px; }
    .footer-information .text {
      padding: 0 15px; }
    .footer-information a img {
      width: 16px;
      margin-right: 8px; }

  .gallery-simple {
    column-count: 2; }

  .bottom-footer {
    padding: 10px 0; }
    .bottom-footer .wrapper {
      justify-content: center; }
    .bottom-footer .copyright {
      width: 100%;
      text-align: center;
      padding: 10px; }
    .bottom-footer .author {
      padding: 10px; } }
@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 0.85px; }

  header.sticked {
    transform: translateY(0px); }

  body ul li:before {
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin-right: 15px; }

  .header-create-recipe .header-title {
    padding-top: 0px;
    padding-bottom: 0px; }
    .header-create-recipe .header-title .container {
      padding-bottom: 20px; }
    .header-create-recipe .header-title h2 {
      font-size: 37px;
      margin-bottom: 0; }

  #create-recipe form {
    flex-wrap: wrap; }
    #create-recipe form .form-group .form-control {
      font-size: 14px;
      padding: 10px;
      margin-bottom: 10px; }
    #create-recipe form .form-left {
      padding: 0px 15px;
      flex: 1 1 100%;
      order: 2; }
      #create-recipe form .form-left .title-des .ck {
        max-width: 530px; }
      #create-recipe form .form-left .one-element .amount {
        width: 50%; }
        #create-recipe form .form-left .one-element .amount span {
          padding-left: 42.5px; }
      #create-recipe form .form-left .buttons {
        margin-top: 0px;
        display: flex;
        justify-content: center;
        margin-bottom: 25px; }
        #create-recipe form .form-left .buttons .btn {
          justify-content: center;
          height: 45px;
          line-height: 44px;
          width: 100%;
          font-size: 16px;
          border-radius: 0; }
        #create-recipe form .form-left .buttons .publish-btn {
          transition: 0.3s;
          -webkit-transition: 0.3; }
          #create-recipe form .form-left .buttons .publish-btn:hover {
            background: #54834b; }
        #create-recipe form .form-left .buttons .save-btn {
          transition: 0.3s;
          -webkit-transition: 0.3;
          background-color: #feaa26; }
          #create-recipe form .form-left .buttons .save-btn:hover {
            background: #e98c01; }
        #create-recipe form .form-left .buttons .cancel-btn {
          transition: 0.3s;
          -webkit-transition: 0.3;
          background-color: #b3b3b3; }
          #create-recipe form .form-left .buttons .cancel-btn:hover {
            background: #939393; }
    #create-recipe form .form-right {
      order: 1;
      flex: 1 1 100%;
      padding: 15px; }
      #create-recipe form .form-right .form-group {
        margin-bottom: 0; }
        #create-recipe form .form-right .form-group:first-child {
          margin-bottom: 25px; }
      #create-recipe form .form-right .add-foto .foto {
        margin-top: 2vw;
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center; }
        #create-recipe form .form-right .add-foto .foto img {
          width: 10vw;
          height: auto; }

  #top-bar {
    height: 50px; }
    #top-bar .right .socials {
      margin-left: 30px; }

  #main-nav .inner #logo img {
    width: 114px; }

  #userpanel .userpanel-text-form {
    padding-top: 25px; }

  .page-nav li {
    padding-right: 0px; }
    .page-nav li a span {
      padding: 0px 10px;
      margin-left: 0px;
      margin-right: 0px; }

  .page-content .wrapper {
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-top: 0; }
    .page-content .wrapper .content {
      padding-right: 0;
      flex: 1 1 100%;
      margin-bottom: 25px; }
    .page-content .wrapper .sidebar {
      flex: 1 1 50%; }

  #big-slider #layerslider {
    height: 400px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
      font-size: 25rem;
      margin-bottom: 10px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper p {
      margin-bottom: 20px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
      max-width: 300px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper ul {
      padding-left: 0; }
      #big-slider #layerslider .ls-layer .slider-bg .wrapper ul li {
        font-size: 19rem; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
      margin-top: 30px; }
      #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
        min-width: 120px;
        padding: 8px 20px; }

  .newsy .foto img {
    width: 100%;
    height: 250px; }

  .newsy {
    padding-top: 0; }

  .newsy .text-inner p {
    -webkit-line-clamp: 4; }

  #news-start .newsy .one-news {
    flex: 1 1 100%;
    max-width: 100%; }

  .newsy {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px; }
    .newsy .pagination {
      justify-content: center; }
    .newsy .wrapper {
      flex-wrap: nowrap; }
    .newsy h2 {
      margin-bottom: 30px; }
    .newsy h3 {
      margin-bottom: 15px; }
    .newsy .one-news {
      margin-bottom: 30px; }
    .newsy .foto {
      align-items: flex-start;
      margin-right: 0; }
      .newsy .foto .button img {
        border: none; }
      .newsy .foto figure {
        margin: 0; }
      .newsy .foto > figure img {
        width: 195px;
        height: 195px; }
    .newsy .blog-data {
      justify-content: center; }
    .newsy p {
      margin-bottom: 10px; }

  .newsy .text-inner .buttons {
    justify-content: center; }

  .newsy .text-inner .buttons {
    justify-content: center; }

  .banner-form {
    height: 371px; }
    .banner-form .wrapper {
      height: 100%; }
      .banner-form .wrapper .foto {
        height: 100%; }
        .banner-form .wrapper .foto img {
          height: 100%; }

  .banner-form .wrapper .form {
    padding-top: 30px; }
    .banner-form .wrapper .form h1 {
      margin-top: 0;
      font-size: 40px; }
    .banner-form .wrapper .form p {
      font-size: 18px; }

  .chefs-list .top-chefs {
    padding-bottom: 25px; }
    .chefs-list .top-chefs .page-number {
      margin-top: 25px; }

  .top-chefs {
    padding-bottom: 10px; }
    .top-chefs .one-chef {
      padding: 10px; }

  .recipe-list .row .continue-btn {
    font-size: 17px; }

  .newsy .buttons-blog .continue-btn {
    font-size: 17px; }

  .top-chefs .buttons .continue-btn {
    font-size: 17px; }

  .banner-form .wrapper .form form .search button {
    top: 13px;
    right: 80px; }
    .banner-form .wrapper .form form .search button img {
      width: 18px; }

  .banner-form .wrapper .form input {
    width: 340px; }

  .banner-form .wrapper .form form .search {
    margin-top: 25px; }
    .banner-form .wrapper .form form .search input {
      padding: 20px 30px; }

  .photo-map .wrapper {
    flex-direction: column; }
    .photo-map .wrapper .foto {
      width: 100%; }
    .photo-map .wrapper .google-maps {
      width: 100%; }
      .photo-map .wrapper .google-maps iframe {
        height: 50vw; }

  .foto-block.reverse .wrapper {
    flex-direction: column; }
  .foto-block .wrapper {
    flex-direction: column; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }

  .single-recipe .wrapper {
    flex-wrap: wrap; }
    .single-recipe .wrapper .content {
      flex: 1 1 100%; }
    .single-recipe .wrapper .sidebar {
      margin-left: 0;
      flex: 1 1 100%; }

  .services .wrapper .one-element .foto img {
    height: 280px; }
  .services .wrapper .one-element .text {
    padding: 20px 15px; }
  .services .wrapper .one-element .buttons .btn {
    min-width: 200px;
    height: 51px; }
  .services .wrapper .one-element h3 {
    font-size: 30rem;
    margin-bottom: 15px; }

  .services-one-column .wrapper .one-element .foto img {
    max-height: 200px; }
  .services-one-column .wrapper .one-element:nth-child(odd) {
    padding-left: 0; }
  .services-one-column .wrapper .one-element:nth-child(even) {
    padding-right: 0; }

  .newsy {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px; }
    .newsy .row {
      justify-content: center;
      margin-left: 0; }
    .newsy .one-news .wrapper {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px; }
    .newsy h2 {
      margin-bottom: 30px; }
    .newsy h3 {
      margin-bottom: 15px; }
    .newsy .one-news {
      margin-bottom: 30px;
      display: block; }
      .newsy .one-news:last-child .wrapper, .newsy .one-news:nth-last-child(2) .wrapper {
        border-bottom: 1px dashed #ccc; }
    .newsy .foto {
      box-shadow: 1px 1px 6px 0px #9e9e9663;
      align-items: flex-start;
      margin-right: 0px; }

  .newsy .text-inner .buttons {
    justify-content: center; }

  .newsy-carousel {
    padding-top: 30px;
    padding-bottom: 30px; }
    .newsy-carousel h2 {
      margin-bottom: 30px; }
    .newsy-carousel .foto img {
      height: 320px; }
    .newsy-carousel .text-inner {
      padding: 20px 15px; }

  .gallery-simple {
    column-count: 3; }

  .footer-information {
    padding-bottom: 0; }
    .footer-information .one-information {
      max-width: 100%;
      margin-bottom: 30px; }
    .footer-information .foto {
      min-width: 60px;
      width: 60px;
      height: 60px; }
    .footer-information .text {
      padding: 0 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 0.9px; }

  header.sticked {
    transform: translateY(0px); }

  #userpanel .userpanel-options .one-option {
    height: 145px; }

  body ul li:before {
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin-right: 15px; }

  #create-recipe form .prep-data {
    margin-bottom: 10px; }
  #create-recipe form .form-left .title-des .ck {
    max-width: 530px; }
  #create-recipe form .form-left .one-element .amount {
    width: 50%; }
    #create-recipe form .form-left .one-element .amount span {
      padding-left: 43.5px; }
  #create-recipe form .form-right .buttons .btn {
    width: 100%; }

  #top-bar {
    height: 50px; }

  #main-nav .inner #logo img {
    width: 140px; }

  .banner-form {
    height: 371px; }
    .banner-form .wrapper {
      height: 100%; }
      .banner-form .wrapper .foto {
        height: 100%; }
        .banner-form .wrapper .foto img {
          height: 100%; }

  .banner-form .wrapper .form {
    padding-top: 30px; }
    .banner-form .wrapper .form h1 {
      margin-top: 0;
      font-size: 50px; }
    .banner-form .wrapper .form p {
      font-size: 20px; }

  .banner-form .wrapper .form form .search button {
    top: 9px;
    right: 120px; }
    .banner-form .wrapper .form form .search button img {
      width: 21px; }

  .banner-form .wrapper .form input {
    width: 388px; }

  .banner-form .wrapper .form form .search {
    margin-top: 25px; }
    .banner-form .wrapper .form form .search input {
      padding: 20px 30px; }

  .one-chef {
    display: flex;
    justify-content: center;
    margin-bottom: 25px; }

  .recipe-list .row .continue-btn {
    font-size: 17px; }

  .newsy .buttons-blog .continue-btn {
    font-size: 17px; }

  .top-chefs .buttons .continue-btn {
    font-size: 17px; }

  .newsy .foto img {
    width: 100%;
    height: 100%; }

  .newsy {
    padding-top: 0; }
    .newsy .one-news .wrapper {
      width: 100%; }

  .newsy .text-inner p {
    -webkit-line-clamp: 4; }

  #news-start .newsy .one-news:nth-last-child(2) .wrapper {
    border-bottom: 1px dashed #ccc; }

  .page-nav li {
    padding-right: 0px; }
    .page-nav li a span {
      padding: 0px 10px;
      margin-left: 0px;
      margin-right: 0px; }

  .gallery-simple {
    column-count: 3; }

  #big-slider #layerslider {
    height: 450px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
      font-size: 30rem;
      margin-bottom: 10px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper p {
      margin-bottom: 20px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
      max-width: 350px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper ul {
      padding-left: 0; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
      margin-top: 30px; }
      #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
        min-width: 140px; }

  .photo-map .wrapper {
    flex-direction: column; }
    .photo-map .wrapper .foto {
      width: 100%; }
    .photo-map .wrapper .google-maps {
      width: 100%; }
      .photo-map .wrapper .google-maps iframe {
        height: 50vw; }

  .services .wrapper .one-element .foto img {
    height: 240px; }
  .services .wrapper .one-element .text {
    padding: 20px 15px; }
  .services .wrapper .one-element .buttons .btn {
    min-width: 200px;
    height: 51px; }
  .services .wrapper .one-element h3 {
    font-size: 23rem;
    margin-bottom: 15px; }

  .page-content .wrapper {
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-top: 0; }
    .page-content .wrapper .content {
      padding-right: 0;
      flex: 1 1 100%;
      margin-bottom: 25px; }
    .page-content .wrapper .sidebar {
      flex: 1 1 50%; }

  .services-one-column .wrapper .one-element .foto img {
    max-height: 200px; }

  .single-recipe .wrapper {
    flex-wrap: wrap; }
    .single-recipe .wrapper .content {
      flex: 1 1 100%; }
    .single-recipe .wrapper .sidebar {
      margin-left: 0;
      flex: 1 1 100%; }

  .foto-block.reverse .wrapper {
    flex-direction: column; }
  .foto-block .wrapper {
    flex-direction: column; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }

  #news-start .newsy .one-news {
    flex: 1 1 100%;
    max-width: 100%; }

  .newsy {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px; }
    .newsy .pagination {
      justify-content: center; }
    .newsy .wrapper {
      flex-wrap: nowrap; }
    .newsy h2 {
      margin-bottom: 30px; }
    .newsy h3 {
      margin-bottom: 15px; }
    .newsy .one-news {
      margin-bottom: 30px; }
    .newsy .foto {
      align-items: flex-start;
      margin-right: 30px; }
      .newsy .foto .button img {
        border: none; }
      .newsy .foto figure {
        margin: 0; }
      .newsy .foto > figure img {
        width: 195px;
        height: 195px; }
    .newsy .blog-data {
      justify-content: center; }
    .newsy p {
      margin-bottom: 10px; }

  .newsy .text-inner .buttons {
    justify-content: center; }

  .header-title h2 {
    font-size: 40px; }
  .header-title p {
    font-size: 17rem; }

  .newsy-carousel {
    padding-top: 30px;
    padding-bottom: 30px; }
    .newsy-carousel h2 {
      margin-bottom: 30px; }
    .newsy-carousel .foto img {
      height: 220px; }
    .newsy-carousel .text-inner {
      padding: 20px 15px; }

  .footer-information {
    padding-bottom: 0; }
    .footer-information .one-information {
      max-width: calc(50% - 10px);
      margin-bottom: 30px; }
    .footer-information .foto {
      min-width: 60px;
      width: 60px;
      height: 60px; }
    .footer-information .text {
      padding: 0 15px; }
    .footer-information a img {
      display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 0.9px; }

  header.sticked .page-nav li a span {
    padding-top: 0px;
    padding-bottom: 0px; }

  #main-nav .inner #logo img {
    width: 140px; }

  .page-nav li {
    padding-right: 0px; }
    .page-nav li a span {
      padding: 0px 10px;
      margin-left: 0px;
      margin-right: 0px; }

  #big-slider #layerslider {
    height: 500px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
      max-width: 500px; }

  .services .wrapper .one-element .foto img {
    height: 240px; }
  .services .wrapper .one-element .text {
    padding: 20px 15px; }
  .services .wrapper .one-element .buttons .btn {
    min-width: 200px;
    height: 51px; }
  .services .wrapper .one-element h3 {
    font-size: 23rem;
    margin-bottom: 15px; }

  .top-chefs .foto {
    width: 210px; }

  .services-one-column .wrapper .one-element .foto img {
    max-height: 220px; }

  .newsy {
    padding-top: 30px;
    padding-bottom: 30px; }
    .newsy h2 {
      margin-bottom: 30px; }
    .newsy h3 {
      margin-bottom: 15px; }
    .newsy .one-news {
      margin-bottom: 30px; }
    .newsy .foto {
      margin-right: 30px; }
      .newsy .foto img {
        width: 250px;
        height: 215px; }

  .owl-carousel .owl-nav button.owl-prev {
    left: -40px; }

  .owl-carousel .owl-nav button.owl-next {
    right: -40px; }

  #create-recipe form .form-left .one-element .amount span {
    padding-left: 45.5px; }
  #create-recipe form .form-left .title-des .ck {
    max-width: 630px; }
  #create-recipe form .form-right .buttons .btn {
    width: 45%; }

  .banner-form .wrapper .foto img {
    height: 40vw; }
  .banner-form .wrapper .form h1 {
    margin-top: 0;
    font-size: 50px; }
  .banner-form .wrapper .form p {
    font-size: 20px; }

  .banner-form .wrapper .form form .search button {
    top: 10px;
    right: 110px; }
    .banner-form .wrapper .form form .search button img {
      width: 21px; }

  .banner-form .wrapper .form input {
    width: 400px; }

  .banner-form .wrapper .form form .search {
    margin-top: 25px; }
    .banner-form .wrapper .form form .search input {
      padding: 20px 30px; }

  .header-title h2 {
    font-size: 40px; }

  .recipe-tile .description .author .review-score {
    width: 80px; }

  .newsy .foto img {
    width: 180px;
    height: 175px; }

  .newsy {
    padding-top: 0; }

  .newsy .text-inner p {
    -webkit-line-clamp: 4; }

  .newsy-carousel {
    padding-top: 30px;
    padding-bottom: 30px; }
    .newsy-carousel h2 {
      margin-bottom: 30px; }
    .newsy-carousel .foto img {
      height: 300px; }
    .newsy-carousel .text-inner {
      padding: 20px 15px; }

  .footer-information .foto {
    min-width: 60px;
    width: 60px;
    height: 60px; }
  .footer-information .text {
    padding: 0 15px; }
  .footer-information a img {
    display: none; } }
@media (min-width: 1200px) and (max-width: 1579px) {
  html {
    font-size: 0.95px; }

  .page-nav li {
    padding-right: 0px; }
    .page-nav li a span {
      padding: 0px 10px;
      margin-left: 0px;
      margin-right: 0px; }

  #big-slider #layerslider {
    height: 550px; }

  .services .wrapper .one-element .foto img {
    height: 290px; }
  .services .wrapper .one-element h3 {
    font-size: 25rem;
    margin-bottom: 15px; }

  .services-one-column .wrapper .one-element .foto img {
    max-height: 265px; }

  .footer-information .foto {
    min-width: 60px;
    width: 60px;
    height: 60px; }
  .footer-information .text {
    padding: 0 15px; } }
@media (min-width: 1580px) {
  .container {
    max-width: 1550px; }

  .container-1230 {
    max-width: 1230px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

/*# sourceMappingURL=main.css.map */
