@charset "UTF-8";
/* ----------------------------------------
    CSS RESET
---------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:wght@500&display=swap");
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/* ----------------------------------------
    FONTS
---------------------------------------- */
/* ----------------------------------------
    COLORS
---------------------------------------- */
/* ----------------------------------------
    VARS
---------------------------------------- */
/* ----------------------------------------
    GLOBAL
---------------------------------------- */
* {
  box-sizing: border-box;
  outline: none; }

html {
  scroll-behavior: smooth; }

html,
body {
  height: 100%; }

@media (max-width: 800px) {
  body {
    padding-top: 80px; } }

img {
  display: block; }

a {
  text-decoration: none;
  cursor: pointer; }

/* ----------------------------------------
    HEADER
---------------------------------------- */
.header {
  width: 100%; }
  @media (max-width: 800px) {
    .header {
      position: fixed !important;
      top: 0;
      left: 0;
      z-index: 50 !important;
      background-color: white; } }
  .header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px !important;
    margin: auto;
    padding: 60px 0; }
    @media (max-width: 800px) {
      .header .wrap {
        padding: 10px 20px; } }
    @media (max-width: 800px) {
      .header .wrap .logo {
        position: relative;
        z-index: 200; } }
    .header .wrap img {
      height: 60px; }
      @media (max-width: 800px) {
        .header .wrap img {
          filter: brightness(0) saturate(100%) !important; } }
    .header .wrap ul {
      display: flex;
      justify-content: space-between;
      gap: 60px; }
      @media (max-width: 800px) {
        .header .wrap ul {
          position: fixed;
          background-color: white;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 100;
          display: none;
          padding-top: 80px; } }
      .header .wrap ul li {
        list-style: none !important; }
        @media (max-width: 800px) {
          .header .wrap ul li {
            display: block;
            height: calc((100% / 8));
            width: 100%;
            border-top: solid 1px #e1e1e1; } }
        .header .wrap ul li a {
          font-family: "Jost";
          font-weight: 400;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.01em;
          color: #111111; }
          @media (max-width: 800px) {
            .header .wrap ul li a {
              color: #111111 !important;
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              font-size: 22px; } }
    .header .wrap .header-burger {
      display: none;
      width: 2rem;
      height: 2rem;
      z-index: 150;
      display: none;
      margin: 0 1rem;
      position: absolute;
      z-index: 200;
      top: 27px;
      right: 4px;
      cursor: pointer; }
      @media (max-width: 800px) {
        .header .wrap .header-burger {
          display: block; } }
      .header .wrap .header-burger span {
        width: 100%;
        height: 0.25rem;
        background: #000;
        transform-origin: center center;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        z-index: initial;
        position: absolute;
        transition: 0.25s;
        cursor: pointer; }
    .header .wrap .header-burger span:nth-child(2) {
      top: 10px; }
    .header .wrap .header-burger span:nth-child(3) {
      top: 20px; }
    .header .wrap .header-burger span:nth-child(4) {
      top: 30px; }
    .header .wrap .header-burger span.rotate1 {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
    .header .wrap .header-burger span.rotate2 {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      top: 10px; }
    .header .wrap .header-burger span.none {
      display: none; }

/* ----------------------------------------
    FOOTER
---------------------------------------- */
.footer {
  background-color: #111111;
  width: 100%;
  margin-top: 0px; }
  .footer .wrap {
    max-width: 1320px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: space-around;
    padding: 48px 0; }
    @media (max-width: 800px) {
      .footer .wrap {
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: wrap;
        gap: 10px; } }
    .footer .wrap .col {
      width: auto; }
    .footer .wrap .col:nth-of-type(1) {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: start;
      gap: 24px; }
      @media (max-width: 800px) {
        .footer .wrap .col:nth-of-type(1) {
          width: 100%;
          justify-content: center;
          align-items: center;
          gap: 40px;
          margin-bottom: 40px; } }
      .footer .wrap .col:nth-of-type(1) img {
        width: 174px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
      .footer .wrap .col:nth-of-type(1) p {
        font-family: "Jost";
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.01em;
        color: #e1e1e1; }
        @media (max-width: 800px) {
          .footer .wrap .col:nth-of-type(1) p {
            text-align: center;
            padding: 0 40px 0 40px; }
            .footer .wrap .col:nth-of-type(1) p br {
              display: none; } }
      .footer .wrap .col:nth-of-type(1) .socials {
        max-width: 120px; }
        .footer .wrap .col:nth-of-type(1) .socials img {
          display: inline-block;
          margin-right: 40px;
          height: 24px;
          width: auto;
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
        .footer .wrap .col:nth-of-type(1) .socials a:last-of-type img {
          margin-right: 0; }
    @media (max-width: 800px) {
      .footer .wrap .col:nth-of-type(2) {
        width: 50%;
        display: none; } }
    .footer .wrap .col:nth-of-type(2) h4 {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: white;
      margin-bottom: 24px; }
      @media (max-width: 800px) {
        .footer .wrap .col:nth-of-type(2) h4 {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .footer .wrap .col:nth-of-type(2) ul {
      padding-left: 0; }
      .footer .wrap .col:nth-of-type(2) ul li {
        list-style: none;
        font-family: "Jost";
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.03em;
        color: #e1e1e1;
        margin-bottom: 12px; }
        @media (max-width: 800px) {
          .footer .wrap .col:nth-of-type(2) ul li {
            margin-bottom: 6px; } }
        .footer .wrap .col:nth-of-type(2) ul li a {
          color: white; }
      .footer .wrap .col:nth-of-type(2) ul li:last-of-type {
        margin-bottom: 0; }
    @media (max-width: 800px) {
      .footer .wrap .col:nth-of-type(3) {
        width: 50%;
        display: none; } }
    .footer .wrap .col:nth-of-type(3) h4 {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: white;
      margin-bottom: 24px; }
      @media (max-width: 800px) {
        .footer .wrap .col:nth-of-type(3) h4 {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .footer .wrap .col:nth-of-type(3) ul {
      padding-left: 0; }
      .footer .wrap .col:nth-of-type(3) ul li {
        list-style: none;
        font-family: "Jost";
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.03em;
        color: #e1e1e1;
        margin-bottom: 12px; }
        @media (max-width: 800px) {
          .footer .wrap .col:nth-of-type(3) ul li {
            margin-bottom: 6px; } }
        .footer .wrap .col:nth-of-type(3) ul li a {
          color: white !important; }
      .footer .wrap .col:nth-of-type(3) ul li:last-of-type {
        margin-bottom: 0; }
    @media (max-width: 800px) {
      .footer .wrap .col:nth-of-type(4) {
        width: calc(50% -5px); } }
    .footer .wrap .col:nth-of-type(4) h4 {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: white;
      margin-bottom: 24px; }
      @media (max-width: 800px) {
        .footer .wrap .col:nth-of-type(4) h4 {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .footer .wrap .col:nth-of-type(4) p {
      font-family: "Jost";
      font-weight: 400;
      font-size: 14px;
      line-height: normal;
      letter-spacing: 0.03em;
      color: #e1e1e1;
      margin-bottom: 12px; }
      .footer .wrap .col:nth-of-type(4) p a {
        color: white !important; }
    .footer .wrap .col:nth-of-type(4) p:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 800px) {
      .footer .wrap .col:nth-of-type(5) {
        width: calc(50% -5px); } }
    .footer .wrap .col:nth-of-type(5) h4 {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: white;
      margin-bottom: 24px; }
      @media (max-width: 800px) {
        .footer .wrap .col:nth-of-type(5) h4 {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .footer .wrap .col:nth-of-type(5) p {
      font-family: "Jost";
      font-weight: 400;
      font-size: 14px;
      line-height: normal;
      letter-spacing: 0.03em;
      color: #e1e1e1;
      margin-bottom: 12px; }
    .footer .wrap .col:nth-of-type(5) p:last-of-type {
      margin-bottom: 0; }

/* ----------------------------------------
    COPYRIGHT
---------------------------------------- */
.copyright {
  background-color: #111111;
  width: 100%; }
  .copyright .wrap {
    max-width: 1320px;
    margin: auto;
    padding: 48px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.25);
    display: flex;
    justify-content: space-between; }
    @media (max-width: 800px) {
      .copyright .wrap {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px; } }
    .copyright .wrap p:first-of-type {
      font-family: "Jost";
      font-weight: 400;
      font-size: 14px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: #b0b0b0; }
      .copyright .wrap p:first-of-type span {
        color: white; }
      @media (max-width: 800px) {
        .copyright .wrap p:first-of-type {
          text-align: center; } }
    .copyright .wrap p:last-of-type a {
      font-family: "Jost";
      font-weight: 400;
      font-size: 14px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: #b0b0b0;
      display: flex;
      justify-content: space-between;
      gap: 5px;
      align-items: center; }
      @media (max-width: 800px) {
        .copyright .wrap p:last-of-type a {
          justify-content: center; } }
      .copyright .wrap p:last-of-type a img {
        height: 8px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
    @media (max-width: 800px) {
      .copyright .wrap p {
        width: 100%; } }

/* ----------------------------------------
    FOOTER ORDER 1
---------------------------------------- */
.footer-order-1 {
  width: 100%; }
  .footer-order-1 .wrap {
    max-width: 1320px;
    margin: auto;
    padding: 80px 0; }
    @media (max-width: 800px) {
      .footer-order-1 .wrap {
        padding-left: 20px;
        padding-right: 20px; } }
    .footer-order-1 .wrap h3 {
      font-family: "Cormorant Garamond";
      font-weight: 500;
      font-size: 80px;
      line-height: 80px;
      letter-spacing: 0.01em;
      text-align: center;
      color: #111111;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .footer-order-1 .wrap h3 {
          font-size: calc(80px * 0.5);
          line-height: calc(80px * 0.5);
          margin-bottom: 24px; } }
    .footer-order-1 .wrap p {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      text-align: center;
      color: #363636; }
      @media (max-width: 800px) {
        .footer-order-1 .wrap p {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .footer-order-1 .wrap .buttons {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin: 40px auto 0 auto; }
      @media (max-width: 800px) {
        .footer-order-1 .wrap .buttons {
          flex-wrap: wrap;
          gap: 24px; } }
      .footer-order-1 .wrap .buttons a {
        display: inline-flex;
        border: solid 2px #df6637;
        border-radius: 8px;
        padding: 16px 32px;
        font-family: "Jost";
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0.01em;
        justify-content: center;
        background-color: #df6637;
        color: white; }
        @media (max-width: 800px) {
          .footer-order-1 .wrap .buttons a {
            width: 100%; } }

/* ----------------------------------------
    FOOTER ORDER 2
---------------------------------------- */
.footer-order-2 {
  background-image: url("../assets/images/demo/order/header.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 80px;
  padding: 80px;
  position: relative; }
  @media (max-width: 800px) {
    .footer-order-2 {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  .footer-order-2 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.5); }
  .footer-order-2 .wrap {
    padding: 0 !important;
    position: relative; }
    .footer-order-2 .wrap h3 {
      font-family: "Cormorant Garamond";
      font-weight: 500;
      font-size: 80px;
      line-height: 80px;
      letter-spacing: 0.01em;
      color: white;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .footer-order-2 .wrap h3 {
          font-size: calc(80px * 0.5);
          line-height: calc(80px * 0.5);
          margin-bottom: 24px; } }
    .footer-order-2 .wrap .form {
      padding: 80px 0 100px 0; }
      .footer-order-2 .wrap .form form {
        display: flex;
        justify-content: space-between;
        gap: 40px; }
        @media (max-width: 800px) {
          .footer-order-2 .wrap .form form {
            flex-wrap: wrap;
            gap: 24px; } }
        .footer-order-2 .wrap .form form .form-input {
          width: calc(100%/3);
          position: relative; }
          @media (max-width: 800px) {
            .footer-order-2 .wrap .form form .form-input {
              width: 100%; } }
          .footer-order-2 .wrap .form form .form-input .arrow {
            display: none;
            height: 7px;
            position: absolute;
            bottom: 25px;
            right: 0;
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
          .footer-order-2 .wrap .form form .form-input input {
            width: 100%;
            height: 56px;
            border: none;
            border-bottom: solid 2px white;
            font-family: "Jost";
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.03em;
            color: white;
            background: none; }
          .footer-order-2 .wrap .form form .form-input input::placeholder {
            color: white;
            opacity: 1; }
        .footer-order-2 .wrap .form form button {
          width: calc(100%/4);
          display: inline-flex;
          border-radius: 8px;
          background-color: #df6637;
          color: white;
          padding: 16px 32px;
          font-family: "Jost";
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.01em;
          border: solid 1px #df6637;
          justify-content: center;
          align-items: center;
          cursor: pointer; }
          @media (max-width: 800px) {
            .footer-order-2 .wrap .form form button {
              width: 100%;
              margin-top: 40px; } }
    .footer-order-2 .wrap h4 {
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: white;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .footer-order-2 .wrap h4 {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
      .footer-order-2 .wrap h4 a {
        color: white !important; }

/* ----------------------------------------
    GALLERY
---------------------------------------- */
.gallery {
  width: 100%; }
  .gallery .wrap {
    max-width: 1320px;
    margin: auto;
    padding-bottom: 80px; }
    @media (max-width: 800px) {
      .gallery .wrap {
        padding-left: 20px;
        padding-right: 20px; } }
    .gallery .wrap h1 {
      margin-bottom: 80px;
      font-family: "Cormorant Garamond";
      font-weight: 500;
      font-size: 80px;
      line-height: 80px;
      letter-spacing: 0.01em;
      text-align: center;
      color: #111111;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .gallery .wrap h1 {
          font-size: calc(80px * 0.5);
          line-height: calc(80px * 0.5);
          margin-bottom: 24px; } }
    .gallery .wrap .photos {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 24px;
      width: 100%; }
      .gallery .wrap .photos a {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: block;
        width: calc((100% / 4) - 24px);
        aspect-ratio: 1;
        border-radius: 8px; }
        @media (max-width: 800px) {
          .gallery .wrap .photos a {
            width: calc((100% / 2) - 12px); } }

/* ----------------------------------------
    OFFEER
---------------------------------------- */
.offer {
  width: 100%;
  height: 100%; }
  .offer .top {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%; }
    @media (max-width: 800px) {
      .offer .top {
        height: auto;
        padding: 80px 10px; } }
    .offer .top .overlay {
      background-color: rgba(17, 17, 17, 0.25);
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .offer .top .header {
      position: relative;
      z-index: 2; }
      .offer .top .header img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
      .offer .top .header a {
        color: white; }
    .offer .top .container {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 1320px;
      margin: auto;
      height: calc(100% - 280px); }
      .offer .top .container .box {
        position: relative;
        z-index: 2;
        width: 100%;
        text-align: center; }
        .offer .top .container .box h1 {
          font-family: "Cormorant Garamond";
          font-weight: 500;
          font-size: 80px;
          line-height: 80px;
          letter-spacing: 0.01em;
          color: white;
          text-transform: uppercase; }
          @media (max-width: 800px) {
            .offer .top .container .box h1 {
              font-size: calc(80px * 0.5);
              line-height: calc(80px * 0.5);
              margin-bottom: 24px; } }
        .offer .top .container .box p {
          font-family: "Jost";
          font-weight: 400;
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 0.01em;
          color: white; }
          @media (max-width: 800px) {
            .offer .top .container .box p {
              font-size: calc(24px * 0.8);
              line-height: calc(24px * 0.8); } }
        .offer .top .container .box a {
          background-color: white;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin-top: 40px;
          padding: 16px 32px;
          border: solid 1px white;
          border-radius: 8px;
          font-family: "Jost";
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.01em;
          color: #111111; }
    .offer .top .scroll-bar {
      width: 40px;
      position: absolute;
      z-index: 1;
      left: 50%;
      bottom: 24px;
      margin-left: -20px;
      cursor: pointer;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(244deg) brightness(103%) contrast(105%); }
    @media only screen and (max-width: 1200px) {
      .offer .top .scroll-bar {
        display: none; } }
  .offer .wrap {
    max-width: 1320px;
    margin: auto; }
    @media (max-width: 800px) {
      .offer .wrap {
        padding-left: 20px;
        padding-right: 20px; } }
    .offer .wrap .text {
      max-width: 1096px;
      margin: auto;
      padding: 80px 0; }
      .offer .wrap .text h2 {
        margin-bottom: 48px;
        font-family: "Cormorant Garamond";
        font-weight: 400;
        font-size: 48px;
        line-height: normal;
        letter-spacing: 0.05em;
        color: #111111;
        text-transform: uppercase; }
        @media (max-width: 800px) {
          .offer .wrap .text h2 {
            font-size: calc(56px * 0.6);
            line-height: calc(56px * 0.6); } }
      .offer .wrap .text p {
        margin-bottom: 24px;
        font-family: "Jost";
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.03em;
        color: #363636; }
      .offer .wrap .text p:last-of-type {
        margin-bottom: 0; }
  .offer .products {
    background-color: #111111;
    width: 100%;
    padding: 80px 0; }
    .offer .products .wrap {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      max-width: 1320px;
      margin: auto; }
      @media (max-width: 800px) {
        .offer .products .wrap {
          flex-wrap: wrap; } }
      .offer .products .wrap .product {
        width: calc((100% / 3) - 24px); }
        @media (max-width: 800px) {
          .offer .products .wrap .product {
            width: 100%;
            margin-bottom: 40px; } }
        .offer .products .wrap .product .photo {
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          width: 100%;
          height: 312px; }
        .offer .products .wrap .product p:nth-of-type(1) {
          margin: 24px 0;
          font-family: "Cormorant Garamond";
          font-weight: 400;
          font-size: 48px;
          line-height: normal;
          letter-spacing: 0.05em;
          text-align: center;
          color: white;
          text-transform: uppercase; }
          @media (max-width: 800px) {
            .offer .products .wrap .product p:nth-of-type(1) {
              font-size: calc(56px * 0.6);
              line-height: calc(56px * 0.6); } }
        .offer .products .wrap .product p:nth-of-type(2) {
          font-family: "Jost";
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.03em;
          text-align: center;
          color: white; }
      @media (max-width: 800px) {
        .offer .products .wrap .product:last-of-type {
          margin-bottom: 0; } }

/* ----------------------------------------
    EVENTS
---------------------------------------- */
.events {
  width: 100%;
  height: 100%; }
  .events .top {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%; }
    @media (max-width: 800px) {
      .events .top {
        height: auto;
        padding: 80px 20px; } }
    .events .top .overlay {
      background-color: rgba(17, 17, 17, 0.25);
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .events .top .header {
      position: relative;
      z-index: 2; }
      .events .top .header img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
      .events .top .header a {
        color: white; }
      @media (max-width: 800px) {
        .events .top .header .wrap {
          padding-top: 10px !important; } }
    .events .top .container {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 1320px;
      margin: auto;
      height: calc(100% - 280px); }
      .events .top .container .box {
        position: relative;
        z-index: 2;
        width: 100%;
        text-align: center; }
        .events .top .container .box h1 {
          font-family: "Cormorant Garamond";
          font-weight: 500;
          font-size: 80px;
          line-height: 80px;
          letter-spacing: 0.01em;
          color: white;
          text-transform: uppercase; }
          @media (max-width: 800px) {
            .events .top .container .box h1 {
              font-size: calc(80px * 0.5);
              line-height: calc(80px * 0.5);
              margin-bottom: 24px; } }
        .events .top .container .box p {
          font-family: "Jost";
          font-weight: 400;
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 0.01em;
          color: white; }
          @media (max-width: 800px) {
            .events .top .container .box p {
              font-size: calc(24px * 0.8);
              line-height: calc(24px * 0.8); } }
        .events .top .container .box a {
          background-color: white;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin-top: 40px;
          padding: 16px 32px;
          border: solid 1px white;
          border-radius: 8px;
          font-family: "Jost";
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.01em;
          color: #111111; }
    .events .top .scroll-bar {
      width: 40px;
      position: absolute;
      z-index: 1;
      left: 50%;
      bottom: 24px;
      margin-left: -20px;
      cursor: pointer;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(244deg) brightness(103%) contrast(105%); }
    @media only screen and (max-width: 1200px) {
      .events .top .scroll-bar {
        display: none; } }
  .events .wrap {
    max-width: 1096px;
    margin: auto;
    padding-top: 80px; }
    @media (max-width: 800px) {
      .events .wrap {
        padding-left: 20px;
        padding-right: 20px; } }
    .events .wrap h2 {
      margin: 80px 0 48px 0;
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .events .wrap h2 {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .events .wrap h2:first-of-type {
      margin-top: 0; }
    .events .wrap p {
      margin-bottom: 24px;
      font-family: "Jost";
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.03em;
      color: #363636; }
    .events .wrap p:last-of-type {
      margin-bottom: 0; }
    .events .wrap ul {
      padding-left: 16px; }
      .events .wrap ul li {
        list-style: disc;
        font-family: "Jost";
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.03em;
        color: #363636; }
    .events .wrap .gallery {
      padding-top: 80px; }
      .events .wrap .gallery h2 {
        margin-bottom: 48px;
        font-family: "Cormorant Garamond";
        font-weight: 400;
        font-size: 48px;
        line-height: normal;
        letter-spacing: 0.05em;
        color: #111111; }
        @media (max-width: 800px) {
          .events .wrap .gallery h2 {
            font-size: calc(56px * 0.6);
            line-height: calc(56px * 0.6); } }
      .events .wrap .gallery .photos {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 24px;
        width: 100%; }
        .events .wrap .gallery .photos a {
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          display: block;
          width: calc((100%/2) - 12px);
          height: 312px;
          border-radius: 8px; }
          @media (max-width: 800px) {
            .events .wrap .gallery .photos a {
              aspect-ratio: 1;
              height: auto; } }

/* ----------------------------------------
    CATERING
---------------------------------------- */
.catering {
  width: 100%;
  height: 100%; }
  .catering .top {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%; }
    @media (max-width: 800px) {
      .catering .top {
        height: auto;
        padding: 80px 20px; } }
    .catering .top .overlay {
      background-color: rgba(17, 17, 17, 0.25);
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .catering .top .header {
      position: relative;
      z-index: 2; }
      .catering .top .header img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
      .catering .top .header a {
        color: white; }
      @media (max-width: 800px) {
        .catering .top .header .wrap {
          padding-top: 10px !important; } }
    .catering .top .container {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 1320px;
      margin: auto;
      height: calc(100% - 280px); }
      .catering .top .container .box {
        position: relative;
        z-index: 2;
        width: 100%;
        text-align: center; }
        .catering .top .container .box h1 {
          font-family: "Cormorant Garamond";
          font-weight: 500;
          font-size: 80px;
          line-height: 80px;
          letter-spacing: 0.01em;
          color: white;
          text-transform: uppercase; }
          @media (max-width: 800px) {
            .catering .top .container .box h1 {
              font-size: calc(80px * 0.5);
              line-height: calc(80px * 0.5);
              margin-bottom: 24px; } }
        .catering .top .container .box p {
          font-family: "Jost";
          font-weight: 400;
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 0.01em;
          color: white; }
          @media (max-width: 800px) {
            .catering .top .container .box p {
              font-size: calc(24px * 0.8);
              line-height: calc(24px * 0.8); } }
        .catering .top .container .box a {
          background-color: white;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin-top: 40px;
          padding: 16px 32px;
          border: solid 1px white;
          border-radius: 8px;
          font-family: "Jost";
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.01em;
          color: #111111; }
    .catering .top .scroll-bar {
      width: 40px;
      position: absolute;
      z-index: 1;
      left: 50%;
      bottom: 24px;
      margin-left: -20px;
      cursor: pointer;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(244deg) brightness(103%) contrast(105%); }
    @media only screen and (max-width: 1200px) {
      .catering .top .scroll-bar {
        display: none; } }
  .catering .wrap {
    max-width: 1096px;
    margin: auto;
    padding-top: 80px; }
    @media (max-width: 800px) {
      .catering .wrap {
        padding-left: 20px;
        padding-right: 20px; } }
    .catering .wrap h2 {
      margin: 80px 0 48px 0;
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .catering .wrap h2 {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .catering .wrap h2:first-of-type {
      margin-top: 0; }
    .catering .wrap p {
      margin-bottom: 24px;
      font-family: "Jost";
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.03em;
      color: #363636; }
    .catering .wrap p:last-of-type {
      margin-bottom: 0; }
    .catering .wrap ul {
      padding-left: 16px; }
      .catering .wrap ul li {
        list-style: disc;
        font-family: "Jost";
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.03em;
        color: #363636; }
    .catering .wrap .dinner-set {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #363636; }
      @media (max-width: 800px) {
        .catering .wrap .dinner-set {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
      .catering .wrap .dinner-set span {
        font-family: "Jost";
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.03em;
        color: rgba(17, 17, 17, 0.5); }
    .catering .wrap .how-to-order {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #363636; }
      @media (max-width: 800px) {
        .catering .wrap .how-to-order {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
      .catering .wrap .how-to-order span {
        font-family: "Jost";
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.03em;
        color: rgba(17, 17, 17, 0.5); }

/* ----------------------------------------
    CONTACT
---------------------------------------- */
.contact {
  width: 100%;
  height: 100%; }
  .contact .top {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%; }
    @media (max-width: 800px) {
      .contact .top {
        height: auto;
        padding: 80px 20px; } }
    .contact .top .overlay {
      background-color: rgba(17, 17, 17, 0.25);
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .contact .top .header {
      position: relative;
      z-index: 2; }
      .contact .top .header img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
      .contact .top .header a {
        color: white; }
    .contact .top .container {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 1320px;
      margin: auto;
      height: calc(100% - 280px); }
      .contact .top .container .box {
        position: relative;
        z-index: 2;
        width: 100%;
        text-align: center; }
        .contact .top .container .box h1 {
          text-transform: uppercase;
          font-family: "Cormorant Garamond";
          font-weight: 500;
          font-size: 80px;
          line-height: 80px;
          letter-spacing: 0.01em;
          color: white; }
          @media (max-width: 800px) {
            .contact .top .container .box h1 {
              font-size: calc(80px * 0.5);
              line-height: calc(80px * 0.5);
              margin-bottom: 24px; } }
        .contact .top .container .box p {
          font-family: "Jost";
          font-weight: 400;
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 0.01em;
          color: white; }
          @media (max-width: 800px) {
            .contact .top .container .box p {
              font-size: calc(24px * 0.8);
              line-height: calc(24px * 0.8); } }
        .contact .top .container .box .buttons {
          display: flex;
          justify-content: center;
          gap: 40px;
          margin: 40px auto 0 auto; }
          @media (max-width: 800px) {
            .contact .top .container .box .buttons {
              flex-wrap: wrap;
              gap: 24px; } }
          .contact .top .container .box .buttons a {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 16px 32px;
            border: solid 2px white;
            border-radius: 8px;
            font-family: "Jost";
            font-weight: 600;
            font-size: 16px;
            line-height: normal;
            letter-spacing: 0.01em;
            background-color: white;
            color: #111111; }
            @media (max-width: 800px) {
              .contact .top .container .box .buttons a {
                width: 100%; } }
    .contact .top .scroll-bar {
      width: 40px;
      position: absolute;
      z-index: 1;
      left: 50%;
      bottom: 24px;
      margin-left: -20px;
      cursor: pointer;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(244deg) brightness(103%) contrast(105%); }
    @media only screen and (max-width: 1200px) {
      .contact .top .scroll-bar {
        display: none; } }
  .contact .box2 {
    background-color: #111111;
    width: 100%;
    padding: 80px 0; }
    .contact .box2 .wrap {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      max-width: 1096px;
      margin: auto; }
      @media (max-width: 800px) {
        .contact .box2 .wrap {
          flex-wrap: wrap;
          padding-left: 20px;
          padding-right: 20px; } }
      .contact .box2 .wrap .col {
        width: 50%; }
        @media (max-width: 800px) {
          .contact .box2 .wrap .col {
            width: 100%; } }
      .contact .box2 .wrap .col:nth-of-type(1) h2 {
        text-transform: uppercase;
        font-family: "Cormorant Garamond";
        font-weight: 400;
        font-size: 48px;
        line-height: normal;
        letter-spacing: 0.05em;
        color: white;
        margin-bottom: 48px; }
        @media (max-width: 800px) {
          .contact .box2 .wrap .col:nth-of-type(1) h2 {
            font-size: calc(56px * 0.6);
            line-height: calc(56px * 0.6); } }
        @media (max-width: 800px) {
          .contact .box2 .wrap .col:nth-of-type(1) h2 {
            text-align: center; } }
      .contact .box2 .wrap .col:nth-of-type(1) .details {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 800px) {
          .contact .box2 .wrap .col:nth-of-type(1) .details {
            flex-wrap: wrap; } }
        .contact .box2 .wrap .col:nth-of-type(1) .details .col {
          width: auto; }
          @media (max-width: 800px) {
            .contact .box2 .wrap .col:nth-of-type(1) .details .col {
              width: 100%;
              text-align: center !important; } }
          .contact .box2 .wrap .col:nth-of-type(1) .details .col p {
            font-family: "Jost";
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.03em;
            color: white; }
            .contact .box2 .wrap .col:nth-of-type(1) .details .col p a {
              color: white; }
        .contact .box2 .wrap .col:nth-of-type(1) .details .col:nth-of-type(1) p:nth-of-type(1) {
          margin-bottom: 24px; }
        .contact .box2 .wrap .col:nth-of-type(1) .details .col:nth-of-type(1) p:nth-of-type(2) {
          margin-bottom: 48px; }
        .contact .box2 .wrap .col:nth-of-type(1) .details .col:nth-of-type(1) p:nth-of-type(3) a {
          font-family: "Jost";
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.01em;
          border-bottom: solid 2px #df6637; }
        .contact .box2 .wrap .col:nth-of-type(1) .details .col:nth-of-type(1) p:nth-of-type(3) span {
          display: inline-block;
          font-family: "Jost";
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.03em;
          margin: 0 10px; }
        .contact .box2 .wrap .col:nth-of-type(1) .details .col:nth-of-type(1) p:last-of-type {
          margin-bottom: 0; }
        @media (max-width: 800px) {
          .contact .box2 .wrap .col:nth-of-type(1) .details .col:nth-of-type(2) {
            margin-top: 40px; } }
        .contact .box2 .wrap .col:nth-of-type(1) .details .col:nth-of-type(2) p {
          margin-bottom: 12px; }
        .contact .box2 .wrap .col:nth-of-type(1) .details .col:nth-of-type(2) p:nth-of-type(1) {
          margin-bottom: 24px; }
        .contact .box2 .wrap .col:nth-of-type(1) .details .col:nth-of-type(2) p:last-of-type {
          margin-bottom: 0; }
      .contact .box2 .wrap .col:nth-of-type(2) .photo {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        border-radius: 8px; }
        @media (max-width: 800px) {
          .contact .box2 .wrap .col:nth-of-type(2) .photo {
            aspect-ratio: 1;
            margin-top: 40px; } }
  .contact .form {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px; }
    .contact .form .wrap {
      max-width: 1096px;
      margin: auto; }
      @media (max-width: 800px) {
        .contact .form .wrap {
          padding-left: 20px;
          padding-right: 20px; } }
      .contact .form .wrap h2 {
        font-family: "Cormorant Garamond";
        font-weight: 400;
        font-size: 48px;
        line-height: normal;
        letter-spacing: 0.05em;
        color: rgba(17, 17, 17, 0.5);
        margin-bottom: 40px;
        text-align: center; }
        @media (max-width: 800px) {
          .contact .form .wrap h2 {
            font-size: calc(56px * 0.6);
            line-height: calc(56px * 0.6); } }
      .contact .form .wrap .content {
        display: flex;
        justify-content: space-between;
        gap: 16px 30px;
        flex-wrap: wrap; }
        .contact .form .wrap .content .content-left {
          display: flex;
          flex-wrap: wrap;
          width: 350px;
          flex-direction: column;
          gap: 16px; }
          @media (max-width: 800px) {
            .contact .form .wrap .content .content-left {
              width: 100%; } }
          .contact .form .wrap .content .content-left input {
            width: 100%;
            padding: 16px 16px;
            border: solid 1px rgba(17, 17, 17, 0.5);
            border-radius: 8px;
            font-family: "Jost";
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.03em;
            color: #111111; }
          .contact .form .wrap .content .content-left input::placeholder {
            color: #111111;
            opacity: 1; }
          .contact .form .wrap .content .content-left input:focus {
            border-width: 2px;
            border-color: #df6637; }
          .contact .form .wrap .content .content-left input:valid {
            border-width: 2px; }
        .contact .form .wrap .content .content-right {
          width: calc(100% - 380px); }
          @media (max-width: 800px) {
            .contact .form .wrap .content .content-right {
              width: 100%; } }
          .contact .form .wrap .content .content-right textarea {
            border: solid 1px rgba(17, 17, 17, 0.5);
            height: 100%;
            border-radius: 8px;
            font-family: "Jost";
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.03em;
            color: #111111;
            padding: 16px;
            width: 100%;
            resize: none; }
            @media (max-width: 800px) {
              .contact .form .wrap .content .content-right textarea {
                height: 200px; } }
          .contact .form .wrap .content .content-right textarea::placeholder {
            color: #111111;
            opacity: 1; }
          .contact .form .wrap .content .content-right textarea::placeholder {
            color: #111111;
            opacity: 1; }
          .contact .form .wrap .content .content-right textarea:focus {
            border-width: 2px;
            border-color: #df6637; }
        .contact .form .wrap .content .adds {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          @media (max-width: 800px) {
            .contact .form .wrap .content .adds {
              flex-wrap: wrap;
              gap: 16px; } }
          .contact .form .wrap .content .adds .agreements {
            display: flex;
            justify-content: start;
            gap: 8px;
            align-items: center; }
            @media (max-width: 800px) {
              .contact .form .wrap .content .adds .agreements {
                width: 100%; } }
            .contact .form .wrap .content .adds .agreements .agr-left input[type="checkbox"] {
              appearance: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              width: 16px;
              height: 16px;
              border: 1px solid #df6637;
              border-radius: 50%;
              background: transparent;
              cursor: pointer;
              position: relative;
              top: 3px;
              margin: 0; }
              .contact .form .wrap .content .adds .agreements .agr-left input[type="checkbox"]::after {
                content: '';
                width: 8px;
                height: 8px;
                background-color: #df6637;
                border-radius: 50%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                opacity: 0;
                transition: opacity 0.15s ease; }
              .contact .form .wrap .content .adds .agreements .agr-left input[type="checkbox"]:checked::after {
                opacity: 1; }
              .contact .form .wrap .content .adds .agreements .agr-left input[type="checkbox"]:focus {
                outline: none; }
            .contact .form .wrap .content .adds .agreements .agr-right p {
              font-family: "Jost";
              font-weight: 400;
              font-size: 14px;
              line-height: normal;
              letter-spacing: 0.01em;
              color: #111111; }
          .contact .form .wrap .content .adds button {
            display: inline-flex;
            padding: 16px 32px;
            background-color: #df6637;
            border-radius: 8px;
            color: white;
            font-family: "Jost";
            font-weight: 600;
            font-size: 16px;
            line-height: normal;
            letter-spacing: 0.01em;
            border: solid 1px #df6637;
            cursor: pointer; }
            @media (max-width: 800px) {
              .contact .form .wrap .content .adds button {
                width: 100%; } }
  .contact .map {
    width: 100%;
    margin-bottom: 80px; }
    .contact .map .wrap {
      max-width: 1096px;
      margin: auto; }
      @media (max-width: 800px) {
        .contact .map .wrap {
          padding-left: 20px;
          padding-right: 20px; } }
      .contact .map .wrap h2 {
        margin-bottom: 40px;
        font-family: "Cormorant Garamond";
        font-weight: 400;
        font-size: 48px;
        line-height: normal;
        letter-spacing: 0.05em;
        color: #111111;
        text-transform: uppercase; }
        @media (max-width: 800px) {
          .contact .map .wrap h2 {
            font-size: calc(56px * 0.6);
            line-height: calc(56px * 0.6); } }
        @media (max-width: 800px) {
          .contact .map .wrap h2 {
            text-align: center; } }
      .contact .map .wrap .google_map {
        width: 100%;
        height: 318px;
        border-radius: 8px; }

/* ----------------------------------------
    MENU
---------------------------------------- */
.menu {
  width: 100%; }
  .menu .wrap {
    max-width: 1320px;
    margin: auto; }
    @media (max-width: 800px) {
      .menu .wrap {
        padding-left: 20px;
        padding-right: 20px; } }
    .menu .wrap .top h1 {
      text-transform: uppercase;
      font-family: "Cormorant Garamond";
      font-weight: 500;
      font-size: 80px;
      line-height: 80px;
      letter-spacing: 0.01em;
      color: #111111;
      text-align: center; }
      @media (max-width: 800px) {
        .menu .wrap .top h1 {
          font-size: calc(80px * 0.5);
          line-height: calc(80px * 0.5);
          margin-bottom: 24px; } }
    .menu .wrap .top p {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #363636;
      text-align: center; }
      @media (max-width: 800px) {
        .menu .wrap .top p {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .menu .wrap .top .buttons {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin: 40px auto 0 auto; }
      @media (max-width: 800px) {
        .menu .wrap .top .buttons {
          flex-wrap: wrap;
          gap: 24px; } }
      .menu .wrap .top .buttons a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: solid 2px #df6637;
        font-family: "Jost";
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0.01em;
        padding: 16px 32px;
        border-radius: 8px;
        background-color: #df6637;
        color: white; }
        @media (max-width: 800px) {
          .menu .wrap .top .buttons a {
            width: 100%; } }
    .menu .wrap .tabs {
      width: 100%;
      padding: 80px;
      display: flex;
      justify-content: center;
      gap: 80px; }
      @media (max-width: 800px) {
        .menu .wrap .tabs {
          padding-left: 20px;
          padding-right: 20px;
          gap: 0;
          justify-content: space-between; } }
      .menu .wrap .tabs a {
        font-family: "Jost";
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0.01em;
        color: #111111; }
      .menu .wrap .tabs .active {
        border-bottom: solid 2px #df6637; }
    .menu .wrap .content {
      padding-top: 80px; }
      .menu .wrap .content h2 {
        font-family: "Cormorant Garamond";
        font-weight: 400;
        font-size: 48px;
        line-height: normal;
        letter-spacing: 0.05em;
        color: #111111;
        margin-bottom: 48px;
        text-transform: uppercase;
        margin-top: 80px; }
        @media (max-width: 800px) {
          .menu .wrap .content h2 {
            font-size: calc(56px * 0.6);
            line-height: calc(56px * 0.6); } }
      .menu .wrap .content h2:first-of-type {
        margin-top: 0; }
      .menu .wrap .content .details {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 32px 136px; }
        .menu .wrap .content .details .position {
          width: calc(50% - 68px); }
          @media (max-width: 800px) {
            .menu .wrap .content .details .position {
              width: 100%; } }
          .menu .wrap .content .details .position p {
            display: flex;
            align-items: baseline;
            gap: 12px;
            overflow: hidden;
            padding-bottom: 2px; }
            .menu .wrap .content .details .position p .name {
              font-family: "Jost";
              font-weight: 400;
              font-size: 24px;
              line-height: 24px;
              letter-spacing: 0.01em;
              color: #111111;
              white-space: nowrap;
              flex-shrink: 0; }
              @media (max-width: 800px) {
                .menu .wrap .content .details .position p .name {
                  font-size: calc(24px * 0.8);
                  line-height: calc(24px * 0.8); } }
              @media (max-width: 800px) {
                .menu .wrap .content .details .position p .name {
                  max-width: 250px;
                  white-space: normal; } }
            .menu .wrap .content .details .position p .dots {
              flex: 1 1 auto;
              min-width: 0;
              overflow: hidden;
              line-height: 1; }
              .menu .wrap .content .details .position p .dots::before {
                content: '................................................................................................';
                display: block;
                white-space: nowrap;
                font-family: "Jost";
                font-weight: 400;
                font-size: 24px;
                line-height: 24px;
                letter-spacing: 0.01em;
                color: #111111; }
                @media (max-width: 800px) {
                  .menu .wrap .content .details .position p .dots::before {
                    font-size: calc(24px * 0.8);
                    line-height: calc(24px * 0.8); } }
            .menu .wrap .content .details .position p .price {
              font-family: "Jost";
              font-weight: 400;
              font-size: 24px;
              line-height: 24px;
              letter-spacing: 0.01em;
              white-space: nowrap;
              flex-shrink: 0;
              color: #df6637; }
              @media (max-width: 800px) {
                .menu .wrap .content .details .position p .price {
                  font-size: calc(24px * 0.8);
                  line-height: calc(24px * 0.8); } }
          .menu .wrap .content .details .position .additional {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: flex-start; }
            @media (max-width: 800px) {
              .menu .wrap .content .details .position .additional {
                flex-wrap: wrap; } }
            .menu .wrap .content .details .position .additional span {
              width: calc(100% - 230px);
              font-family: "Jost";
              font-weight: 400;
              font-size: 16px;
              line-height: 26px;
              letter-spacing: 0.03em;
              color: rgba(17, 17, 17, 0.5); }
              @media (max-width: 800px) {
                .menu .wrap .content .details .position .additional span {
                  width: 100%; } }
            .menu .wrap .content .details .position .additional a {
              max-width: 230px;
              font-family: "Jost";
              font-weight: 600;
              font-size: 16px;
              line-height: normal;
              letter-spacing: 0.01em;
              color: #111111;
              border-bottom: solid 2px #df6637;
              padding-top: 5px; }
              @media (max-width: 800px) {
                .menu .wrap .content .details .position .additional a {
                  margin-left: auto; } }

/* ----------------------------------------
    HOME
---------------------------------------- */
.home {
  width: 100%;
  height: 100%; }
  .home .top {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%; }
    @media (max-width: 800px) {
      .home .top {
        height: auto;
        padding: 80px 20px; } }
    .home .top .overlay {
      background-color: rgba(17, 17, 17, 0.25);
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .home .top .header {
      position: relative;
      z-index: 2; }
      .home .top .header img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
      .home .top .header a {
        color: white; }
    .home .top .container {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 1320px;
      margin: auto;
      height: calc(100% - 280px); }
      @media (max-width: 800px) {
        .home .top .container {
          position: relative;
          z-index: 1; } }
      .home .top .container .box {
        position: relative;
        z-index: 2;
        width: 100%;
        text-align: center; }
        .home .top .container .box h1 {
          text-transform: uppercase;
          font-family: "Cormorant Garamond";
          font-weight: 500;
          font-size: 80px;
          line-height: 80px;
          letter-spacing: 0.01em;
          color: white; }
          @media (max-width: 800px) {
            .home .top .container .box h1 {
              font-size: calc(80px * 0.5);
              line-height: calc(80px * 0.5);
              margin-bottom: 24px; } }
        .home .top .container .box p {
          font-family: "Jost";
          font-weight: 400;
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 0.01em;
          color: white; }
          @media (max-width: 800px) {
            .home .top .container .box p {
              font-size: calc(24px * 0.8);
              line-height: calc(24px * 0.8); } }
        .home .top .container .box .buttons {
          display: flex;
          justify-content: center;
          gap: 40px;
          margin: 40px auto 0 auto; }
          @media (max-width: 800px) {
            .home .top .container .box .buttons {
              flex-wrap: wrap;
              gap: 24px; } }
          .home .top .container .box .buttons a {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 16px 32px;
            border: solid 2px white;
            border-radius: 8px;
            font-family: "Jost";
            font-weight: 600;
            font-size: 16px;
            line-height: normal;
            letter-spacing: 0.01em;
            background-color: white;
            color: #111111; }
            @media (max-width: 800px) {
              .home .top .container .box .buttons a {
                width: 100%; } }
    .home .top .scroll-bar {
      width: 40px;
      position: absolute;
      z-index: 1;
      left: 50%;
      bottom: 24px;
      margin-left: -20px;
      cursor: pointer;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(244deg) brightness(103%) contrast(105%); }
    @media only screen and (max-width: 1200px) {
      .home .top .scroll-bar {
        display: none; } }
  .home .section-1 {
    width: 100%; }
    .home .section-1 .wrap {
      max-width: 1320px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      gap: 24px;
      padding: 80px 0;
      align-items: center; }
      @media (max-width: 800px) {
        .home .section-1 .wrap {
          padding-left: 20px;
          padding-right: 20px;
          flex-wrap: wrap; } }
      .home .section-1 .wrap .col {
        width: 50%; }
        @media (max-width: 800px) {
          .home .section-1 .wrap .col {
            width: 100%; } }
        .home .section-1 .wrap .col h2 {
          font-family: "Cormorant Garamond";
          font-weight: 400;
          font-size: 48px;
          line-height: normal;
          letter-spacing: 0.05em;
          color: #111111;
          text-transform: uppercase;
          margin-bottom: 48px; }
          @media (max-width: 800px) {
            .home .section-1 .wrap .col h2 {
              font-size: calc(56px * 0.6);
              line-height: calc(56px * 0.6); } }
        .home .section-1 .wrap .col p {
          font-family: "Jost";
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.03em;
          color: #363636; }
        .home .section-1 .wrap .col .photo {
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          width: 100%;
          height: 480px;
          border-radius: 8px; }
  .home .section-2 {
    background-color: #111111;
    padding: 80px 0; }
    .home .section-2 .wrap {
      max-width: 1320px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      gap: 24px; }
      @media (max-width: 800px) {
        .home .section-2 .wrap {
          padding-left: 20px;
          padding-right: 20px;
          flex-wrap: wrap; } }
      .home .section-2 .wrap .col {
        width: 50%; }
        @media (max-width: 800px) {
          .home .section-2 .wrap .col {
            width: 100%; } }
        .home .section-2 .wrap .col .info {
          width: 100%;
          height: 100%;
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
          justify-content: space-around;
          align-items: start; }
          @media (max-width: 800px) {
            .home .section-2 .wrap .col .info {
              gap: 24px; } }
          .home .section-2 .wrap .col .info h2 {
            font-family: "Cormorant Garamond";
            font-weight: 400;
            font-size: 48px;
            line-height: normal;
            letter-spacing: 0.05em;
            color: white;
            text-transform: uppercase; }
            @media (max-width: 800px) {
              .home .section-2 .wrap .col .info h2 {
                font-size: calc(56px * 0.6);
                line-height: calc(56px * 0.6); } }
          .home .section-2 .wrap .col .info p {
            font-family: "Jost";
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.03em;
            color: #e1e1e1; }
          .home .section-2 .wrap .col .info a {
            font-family: "Jost";
            font-weight: 600;
            font-size: 16px;
            line-height: normal;
            letter-spacing: 0.01em;
            color: white;
            border-bottom: solid 2px #df6637; }
        .home .section-2 .wrap .col .photo {
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          width: 100%;
          height: 400px;
          border-radius: 8px; }
          @media (max-width: 800px) {
            .home .section-2 .wrap .col .photo {
              margin-top: 24px; } }
  .home .section-3 {
    width: 100%;
    padding: 80px 0; }
    .home .section-3 .wrap {
      max-width: 1320px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      gap: 24px; }
      @media (max-width: 800px) {
        .home .section-3 .wrap {
          padding-left: 20px;
          padding-right: 20px;
          flex-wrap: wrap; } }
      .home .section-3 .wrap .col {
        width: calc((100% / 3));
        text-align: center; }
        @media (max-width: 800px) {
          .home .section-3 .wrap .col {
            width: 100%; } }
        .home .section-3 .wrap .col .photo {
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          width: 100%;
          height: 312px;
          border-radius: 8px; }
        .home .section-3 .wrap .col p:nth-of-type(1) {
          font-family: "Cormorant Garamond";
          font-weight: 400;
          font-size: 48px;
          line-height: normal;
          letter-spacing: 0.05em;
          color: #111111;
          text-transform: uppercase;
          text-align: center;
          margin: 24px 0;
          font-size: 40px; }
          @media (max-width: 800px) {
            .home .section-3 .wrap .col p:nth-of-type(1) {
              font-size: calc(56px * 0.6);
              line-height: calc(56px * 0.6); } }
        .home .section-3 .wrap .col p:nth-of-type(2) {
          font-family: "Jost";
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.03em;
          color: #111111;
          text-align: center;
          margin: 24px 0; }
        .home .section-3 .wrap .col a {
          font-family: "Jost";
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.01em;
          border-bottom: solid 2px #df6637;
          text-align: center;
          color: #111111; }
  .home .section-4 {
    background-color: #111111;
    padding: 80px 0; }
    .home .section-4 .wrap {
      max-width: 1320px;
      margin: auto;
      display: flex;
      justify-content: center;
      gap: 24px; }
      @media (max-width: 800px) {
        .home .section-4 .wrap {
          padding-left: 20px;
          padding-right: 20px;
          flex-wrap: wrap;
          gap: 40px; } }
      .home .section-4 .wrap .col {
        width: 100%; }
        @media (max-width: 800px) {
          .home .section-4 .wrap .col {
            width: 100%; } }
        .home .section-4 .wrap .col h2 {
          font-family: "Cormorant Garamond";
          font-weight: 400;
          font-size: 48px;
          line-height: normal;
          letter-spacing: 0.05em;
          color: white;
          margin-bottom: 40px;
          text-transform: uppercase;
          text-align: center; }
          @media (max-width: 800px) {
            .home .section-4 .wrap .col h2 {
              font-size: calc(56px * 0.6);
              line-height: calc(56px * 0.6); } }
          @media (max-width: 800px) {
            .home .section-4 .wrap .col h2 br {
              display: none; } }
        .home .section-4 .wrap .col .content {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 24px;
          text-align: center; }
          .home .section-4 .wrap .col .content .photo {
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            width: 100%;
            height: 324px;
            border-radius: 8px; }
            @media (max-width: 800px) {
              .home .section-4 .wrap .col .content .photo {
                height: auto;
                aspect-ratio: 1; } }
          .home .section-4 .wrap .col .content p {
            font-family: "Jost";
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.03em;
            color: #e1e1e1;
            margin-bottom: 40px; }
          .home .section-4 .wrap .col .content a {
            font-family: "Jost";
            font-weight: 600;
            font-size: 16px;
            line-height: normal;
            letter-spacing: 0.01em;
            color: white;
            border-bottom: solid 2px #df6637; }
        .home .section-4 .wrap .col .photo {
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          width: 100%;
          height: 400px;
          border-radius: 8px; }
          @media (max-width: 800px) {
            .home .section-4 .wrap .col .photo {
              height: auto;
              aspect-ratio: 1; } }

/* ----------------------------------------
    PRELOADER
---------------------------------------- */
.preloader {
  background-color: white;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader img {
    max-width: 200px;
    margin: 20px;
    -webkit-animation-name: loader;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: forwards;
    -webkit-animation-timing-function: 1;
    -webkit-animation-direction: alternate;
    animation-name: loader;
    animation-duration: 1s;
    animation-iteration-count: forwards;
    animation-timing-function: 1;
    animation-direction: alternate; }

@keyframes loader {
  0% {
    opacity: 0;
    -webkit-transform: scale(2) rotateY(-180deg);
    -moz-transform: scale(2) rotateY(-180deg);
    -ms-transform: scale(2) rotateY(-180deg);
    -o-transform: scale(2) rotateY(-180deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); } }
@-webkit-keyframes loader {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    -webkit-filter: blur(0.5rem);
    -moz-filter: blur(0.5rem);
    -ms-filter: blur(0.5rem);
    -o-filter: blur(0.5rem);
    filter: blur(0.5rem); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: blur(0rem);
    -moz-filter: blur(0rem);
    -ms-filter: blur(0rem);
    -o-filter: blur(0rem);
    filter: blur(0rem); } }
/* ----------------------------------------
    FANCYBOX
---------------------------------------- */
.fancybox__counter {
  display: none !important; }

/* ----------------------------------------
    POPUPS
---------------------------------------- */
.mask_overlay {
  background-color: rgba(17, 17, 17, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.popup {
  display: none; }

/* ZAMÓW Z DOSTAWA W MERKURYM  */
.popup-order-merkury {
  background-color: #faf7f4;
  position: relative;
  padding: 24px 80px 60px 80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 20px;
  transform: translateY(-40px);
  opacity: 0; }
  @media (max-width: 800px) {
    .popup-order-merkury {
      padding: 30px 20px; } }
  .popup-order-merkury .wrap {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content; }
    @media (max-width: 800px) {
      .popup-order-merkury .wrap {
        padding-top: 0; } }
    .popup-order-merkury .wrap .title {
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-order-merkury .wrap .title {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .popup-order-merkury .wrap .subtitle {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #111111;
      margin-bottom: 24px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-order-merkury .wrap .subtitle {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .popup-order-merkury .wrap .phone {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-order-merkury .wrap .phone {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
      .popup-order-merkury .wrap .phone a {
        color: #111111; }
    .popup-order-merkury .wrap .info {
      font-family: "Jost";
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.03em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
    .popup-order-merkury .wrap .btn {
      display: inline-flex;
      padding: 16px 32px;
      background-color: #df6637;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Jost";
      font-weight: 600;
      font-size: 16px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: white; }
    .popup-order-merkury .wrap .close-popup {
      position: absolute;
      top: 16px;
      right: 15px; }
      .popup-order-merkury .wrap .close-popup img {
        width: 16px; }

/* PODZIEKOWANIE ZA WYSLANIE FORMUALRZA KONTAKTOWEGO */
.popup-send-form {
  background-color: #faf7f4;
  position: relative;
  padding: 24px 80px 60px 80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 20px;
  transform: translateY(-40px);
  opacity: 0; }
  @media (max-width: 800px) {
    .popup-send-form {
      padding: 30px 20px; } }
  .popup-send-form .wrap {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content; }
    @media (max-width: 800px) {
      .popup-send-form .wrap {
        padding-top: 0; } }
    .popup-send-form .wrap .title {
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-send-form .wrap .title {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .popup-send-form .wrap .subtitle {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-send-form .wrap .subtitle {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
      @media (max-width: 800px) {
        .popup-send-form .wrap .subtitle br {
          display: none; } }
    .popup-send-form .wrap .btn {
      display: inline-flex;
      padding: 16px 32px;
      background-color: #df6637;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Jost";
      font-weight: 600;
      font-size: 16px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: white; }
    .popup-send-form .wrap .close-popup {
      position: absolute;
      top: 16px;
      right: 15px; }
      .popup-send-form .wrap .close-popup img {
        width: 16px; }

/* CATERING  */
.popup-catering-step-1 {
  background-color: #faf7f4;
  position: relative;
  padding: 24px 80px 60px 80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 20px;
  transform: translateY(-40px);
  opacity: 0; }
  @media (max-width: 800px) {
    .popup-catering-step-1 {
      padding: 30px 20px; } }
  .popup-catering-step-1 .wrap-pop {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content; }
    @media (max-width: 800px) {
      .popup-catering-step-1 .wrap-pop {
        padding-top: 0; } }
    .popup-catering-step-1 .wrap-pop .title {
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-catering-step-1 .wrap-pop .title {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .popup-catering-step-1 .wrap-pop .subtitle {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #111111;
      margin-bottom: 24px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-catering-step-1 .wrap-pop .subtitle {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .popup-catering-step-1 .wrap-pop .info {
      font-family: "Jost";
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.03em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
    .popup-catering-step-1 .wrap-pop .form form {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 16px;
      gap: 40px; }
      @media (max-width: 800px) {
        .popup-catering-step-1 .wrap-pop .form form {
          flex-wrap: wrap; } }
      .popup-catering-step-1 .wrap-pop .form form .col {
        width: calc(100% / 4); }
        @media (max-width: 800px) {
          .popup-catering-step-1 .wrap-pop .form form .col {
            width: 100%; } }
        .popup-catering-step-1 .wrap-pop .form form .col input {
          padding: 8px 0;
          background: none;
          border: none;
          font-family: "Jost";
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.03em;
          color: #111111;
          border-bottom: solid 2px #111111;
          width: 100%; }
        .popup-catering-step-1 .wrap-pop .form form .col input::placeholder {
          color: #111111;
          opacity: 1; }
        .popup-catering-step-1 .wrap-pop .form form .col button {
          padding: 16px 32px;
          border-radius: 8px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: white;
          font-family: "Jost";
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.01em;
          border: solid 1px #df6637;
          background-color: #df6637;
          width: 100%;
          cursor: pointer; }
    .popup-catering-step-1 .wrap-pop .adds {
      font-family: "Jost";
      font-weight: 400;
      font-size: 14px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: rgba(17, 17, 17, 0.5); }
      @media (max-width: 800px) {
        .popup-catering-step-1 .wrap-pop .adds {
          text-align: center; } }
    .popup-catering-step-1 .wrap-pop .close-popup {
      position: absolute;
      top: 16px;
      right: 15px; }
      .popup-catering-step-1 .wrap-pop .close-popup img {
        width: 16px; }

.popup-catering-step-2 {
  background-color: #faf7f4;
  position: relative;
  padding: 24px 80px 60px 80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 20px;
  transform: translateY(-40px);
  opacity: 0; }
  @media (max-width: 800px) {
    .popup-catering-step-2 {
      padding: 30px 20px; } }
  .popup-catering-step-2 .wrap-pop {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content; }
    @media (max-width: 800px) {
      .popup-catering-step-2 .wrap-pop {
        padding-top: 0; } }
    .popup-catering-step-2 .wrap-pop .title {
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-catering-step-2 .wrap-pop .title {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .popup-catering-step-2 .wrap-pop .subtitle {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #111111;
      margin-bottom: 24px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-catering-step-2 .wrap-pop .subtitle {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .popup-catering-step-2 .wrap-pop .info {
      font-family: "Jost";
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.03em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
    .popup-catering-step-2 .wrap-pop .btn {
      display: inline-flex;
      padding: 16px 32px;
      background-color: #df6637;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Jost";
      font-weight: 600;
      font-size: 16px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: white; }
    .popup-catering-step-2 .wrap-pop .close-popup {
      position: absolute;
      top: 16px;
      right: 15px; }
      .popup-catering-step-2 .wrap-pop .close-popup img {
        width: 16px; }

/* IMPREZY  */
.popup-imprezy-step-1 {
  background-color: #faf7f4;
  position: relative;
  padding: 24px 80px 60px 80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 20px;
  transform: translateY(-40px);
  opacity: 0; }
  @media (max-width: 800px) {
    .popup-imprezy-step-1 {
      padding: 30px 20px; } }
  .popup-imprezy-step-1 .wrap-pop {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content; }
    @media (max-width: 800px) {
      .popup-imprezy-step-1 .wrap-pop {
        padding-top: 0; } }
    .popup-imprezy-step-1 .wrap-pop .title {
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-imprezy-step-1 .wrap-pop .title {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .popup-imprezy-step-1 .wrap-pop .subtitle {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #111111;
      margin-bottom: 24px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-imprezy-step-1 .wrap-pop .subtitle {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .popup-imprezy-step-1 .wrap-pop .info {
      font-family: "Jost";
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.03em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
    .popup-imprezy-step-1 .wrap-pop .form form {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 16px;
      gap: 40px; }
      @media (max-width: 800px) {
        .popup-imprezy-step-1 .wrap-pop .form form {
          flex-wrap: wrap; } }
      .popup-imprezy-step-1 .wrap-pop .form form .col {
        width: calc(100% / 4); }
        @media (max-width: 800px) {
          .popup-imprezy-step-1 .wrap-pop .form form .col {
            width: 100%; } }
        .popup-imprezy-step-1 .wrap-pop .form form .col input {
          padding: 8px 0;
          background: none;
          border: none;
          font-family: "Jost";
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.03em;
          color: #111111;
          border-bottom: solid 2px #111111;
          width: 100%; }
        .popup-imprezy-step-1 .wrap-pop .form form .col input::placeholder {
          color: #111111;
          opacity: 1; }
        .popup-imprezy-step-1 .wrap-pop .form form .col button {
          padding: 16px 32px;
          border-radius: 8px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: white;
          font-family: "Jost";
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.01em;
          border: solid 1px #df6637;
          background-color: #df6637;
          width: 100%;
          cursor: pointer; }
    .popup-imprezy-step-1 .wrap-pop .adds {
      font-family: "Jost";
      font-weight: 400;
      font-size: 14px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: rgba(17, 17, 17, 0.5); }
      @media (max-width: 800px) {
        .popup-imprezy-step-1 .wrap-pop .adds {
          text-align: center; } }
    .popup-imprezy-step-1 .wrap-pop .close-popup {
      position: absolute;
      top: 16px;
      right: 15px; }
      .popup-imprezy-step-1 .wrap-pop .close-popup img {
        width: 16px; }

.popup-imprezy-step-2 {
  background-color: #faf7f4;
  position: relative;
  padding: 24px 80px 60px 80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 20px;
  transform: translateY(-40px);
  opacity: 0; }
  @media (max-width: 800px) {
    .popup-imprezy-step-2 {
      padding: 30px 20px; } }
  .popup-imprezy-step-2 .wrap-pop {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content; }
    @media (max-width: 800px) {
      .popup-imprezy-step-2 .wrap-pop {
        padding-top: 0; } }
    .popup-imprezy-step-2 .wrap-pop .title {
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-imprezy-step-2 .wrap-pop .title {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .popup-imprezy-step-2 .wrap-pop .subtitle {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #111111;
      margin-bottom: 24px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-imprezy-step-2 .wrap-pop .subtitle {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .popup-imprezy-step-2 .wrap-pop .info {
      font-family: "Jost";
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.03em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
    .popup-imprezy-step-2 .wrap-pop .btn {
      display: inline-flex;
      padding: 16px 32px;
      background-color: #df6637;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Jost";
      font-weight: 600;
      font-size: 16px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: white; }
    .popup-imprezy-step-2 .wrap-pop .close-popup {
      position: absolute;
      top: 16px;
      right: 15px; }
      .popup-imprezy-step-2 .wrap-pop .close-popup img {
        width: 16px; }

/* STOLIK  */
.popup-stolik-step-1 {
  background-color: #faf7f4;
  position: relative;
  padding: 24px 80px 60px 80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 20px;
  transform: translateY(-40px);
  opacity: 0; }
  @media (max-width: 800px) {
    .popup-stolik-step-1 {
      padding: 30px 20px; } }
  .popup-stolik-step-1 .wrap-pop {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content; }
    @media (max-width: 800px) {
      .popup-stolik-step-1 .wrap-pop {
        padding-top: 0; } }
    .popup-stolik-step-1 .wrap-pop .title {
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-stolik-step-1 .wrap-pop .title {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .popup-stolik-step-1 .wrap-pop .subtitle {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #111111;
      margin-bottom: 24px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-stolik-step-1 .wrap-pop .subtitle {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .popup-stolik-step-1 .wrap-pop .info {
      font-family: "Jost";
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.03em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
    .popup-stolik-step-1 .wrap-pop .form form {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 16px;
      gap: 40px; }
      @media (max-width: 800px) {
        .popup-stolik-step-1 .wrap-pop .form form {
          flex-wrap: wrap; } }
      .popup-stolik-step-1 .wrap-pop .form form .col {
        width: calc(100% / 4); }
        @media (max-width: 800px) {
          .popup-stolik-step-1 .wrap-pop .form form .col {
            width: 100%; } }
        .popup-stolik-step-1 .wrap-pop .form form .col input {
          padding: 8px 0;
          background: none;
          border: none;
          font-family: "Jost";
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.03em;
          color: #111111;
          border-bottom: solid 2px #111111;
          width: 100%; }
        .popup-stolik-step-1 .wrap-pop .form form .col input::placeholder {
          color: #111111;
          opacity: 1; }
        .popup-stolik-step-1 .wrap-pop .form form .col button {
          padding: 16px 32px;
          border-radius: 8px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: white;
          font-family: "Jost";
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.01em;
          border: solid 1px #df6637;
          background-color: #df6637;
          width: 100%;
          cursor: pointer; }
    .popup-stolik-step-1 .wrap-pop .adds {
      font-family: "Jost";
      font-weight: 400;
      font-size: 14px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: rgba(17, 17, 17, 0.5); }
      @media (max-width: 800px) {
        .popup-stolik-step-1 .wrap-pop .adds {
          text-align: center; } }
    .popup-stolik-step-1 .wrap-pop .close-popup {
      position: absolute;
      top: 16px;
      right: 15px; }
      .popup-stolik-step-1 .wrap-pop .close-popup img {
        width: 16px; }

.popup-stolik-step-2 {
  background-color: #faf7f4;
  position: relative;
  padding: 24px 80px 60px 80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 20px;
  transform: translateY(-40px);
  opacity: 0; }
  @media (max-width: 800px) {
    .popup-stolik-step-2 {
      padding: 30px 20px; } }
  .popup-stolik-step-2 .wrap-pop {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content; }
    @media (max-width: 800px) {
      .popup-stolik-step-2 .wrap-pop {
        padding-top: 0; } }
    .popup-stolik-step-2 .wrap-pop .title {
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-stolik-step-2 .wrap-pop .title {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .popup-stolik-step-2 .wrap-pop .subtitle {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #111111;
      margin-bottom: 24px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-stolik-step-2 .wrap-pop .subtitle {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .popup-stolik-step-2 .wrap-pop .info {
      font-family: "Jost";
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.03em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
    .popup-stolik-step-2 .wrap-pop .btn {
      display: inline-flex;
      padding: 16px 32px;
      background-color: #df6637;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Jost";
      font-weight: 600;
      font-size: 16px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: white; }
    .popup-stolik-step-2 .wrap-pop .close-popup {
      position: absolute;
      top: 16px;
      right: 15px; }
      .popup-stolik-step-2 .wrap-pop .close-popup img {
        width: 16px; }

/* STOLIK  */
.popup-stolikv2-step-0 {
  background-color: #faf7f4;
  position: relative;
  padding: 24px 80px 60px 80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 20px;
  transform: translateY(-40px);
  opacity: 0; }
  @media (max-width: 800px) {
    .popup-stolikv2-step-0 {
      padding: 30px 20px; } }
  .popup-stolikv2-step-0 .wrap-pop {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content; }
    @media (max-width: 800px) {
      .popup-stolikv2-step-0 .wrap-pop {
        padding-top: 0; } }
    .popup-stolikv2-step-0 .wrap-pop .title {
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      margin-bottom: 80px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-stolikv2-step-0 .wrap-pop .title {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .popup-stolikv2-step-0 .wrap-pop .form form {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 0px;
      gap: 40px; }
      @media (max-width: 800px) {
        .popup-stolikv2-step-0 .wrap-pop .form form {
          flex-wrap: wrap; } }
      .popup-stolikv2-step-0 .wrap-pop .form form .col {
        width: calc(100% / 3); }
        @media (max-width: 800px) {
          .popup-stolikv2-step-0 .wrap-pop .form form .col {
            width: 100%; } }
        .popup-stolikv2-step-0 .wrap-pop .form form .col input {
          padding: 8px 0;
          background: none;
          border: none;
          font-family: "Jost";
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.03em;
          color: #111111;
          border-bottom: solid 2px #111111;
          width: 100%; }
        .popup-stolikv2-step-0 .wrap-pop .form form .col input::placeholder {
          color: #111111;
          opacity: 1; }
        .popup-stolikv2-step-0 .wrap-pop .form form .col button {
          padding: 16px 32px;
          border-radius: 8px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: white;
          font-family: "Jost";
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.01em;
          border: solid 1px #df6637;
          background-color: #df6637;
          width: 100%;
          cursor: pointer; }
    .popup-stolikv2-step-0 .wrap-pop .close-popup {
      position: absolute;
      top: 16px;
      right: 15px; }
      .popup-stolikv2-step-0 .wrap-pop .close-popup img {
        width: 16px; }

.popup-stolikv2-step-1 {
  background-color: #faf7f4;
  position: relative;
  padding: 24px 80px 60px 80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 20px;
  transform: translateY(-40px);
  opacity: 0; }
  @media (max-width: 800px) {
    .popup-stolikv2-step-1 {
      padding: 30px 20px; } }
  .popup-stolikv2-step-1 .wrap-pop {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content; }
    @media (max-width: 800px) {
      .popup-stolikv2-step-1 .wrap-pop {
        padding-top: 0; } }
    .popup-stolikv2-step-1 .wrap-pop .title {
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-stolikv2-step-1 .wrap-pop .title {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .popup-stolikv2-step-1 .wrap-pop .subtitle {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #111111;
      margin-bottom: 24px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-stolikv2-step-1 .wrap-pop .subtitle {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .popup-stolikv2-step-1 .wrap-pop .info {
      font-family: "Jost";
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.03em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
    .popup-stolikv2-step-1 .wrap-pop .form form {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 16px;
      gap: 40px; }
      @media (max-width: 800px) {
        .popup-stolikv2-step-1 .wrap-pop .form form {
          flex-wrap: wrap; } }
      .popup-stolikv2-step-1 .wrap-pop .form form .col {
        width: calc(100% / 4); }
        @media (max-width: 800px) {
          .popup-stolikv2-step-1 .wrap-pop .form form .col {
            width: 100%; } }
        .popup-stolikv2-step-1 .wrap-pop .form form .col input {
          padding: 8px 0;
          background: none;
          border: none;
          font-family: "Jost";
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.03em;
          color: #111111;
          border-bottom: solid 2px #111111;
          width: 100%; }
        .popup-stolikv2-step-1 .wrap-pop .form form .col input::placeholder {
          color: #111111;
          opacity: 1; }
        .popup-stolikv2-step-1 .wrap-pop .form form .col button {
          padding: 16px 32px;
          border-radius: 8px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: white;
          font-family: "Jost";
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.01em;
          border: solid 1px #df6637;
          background-color: #df6637;
          width: 100%;
          cursor: pointer; }
    .popup-stolikv2-step-1 .wrap-pop .adds {
      font-family: "Jost";
      font-weight: 400;
      font-size: 14px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: rgba(17, 17, 17, 0.5); }
      @media (max-width: 800px) {
        .popup-stolikv2-step-1 .wrap-pop .adds {
          text-align: center; } }
    .popup-stolikv2-step-1 .wrap-pop .close-popup {
      position: absolute;
      top: 16px;
      right: 15px; }
      .popup-stolikv2-step-1 .wrap-pop .close-popup img {
        width: 16px; }

.popup-stolikv2-step-2 {
  background-color: #faf7f4;
  position: relative;
  padding: 24px 80px 60px 80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 20px;
  transform: translateY(-40px);
  opacity: 0; }
  @media (max-width: 800px) {
    .popup-stolikv2-step-2 {
      padding: 30px 20px; } }
  .popup-stolikv2-step-2 .wrap-pop {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content; }
    @media (max-width: 800px) {
      .popup-stolikv2-step-2 .wrap-pop {
        padding-top: 0; } }
    .popup-stolikv2-step-2 .wrap-pop .title {
      font-family: "Cormorant Garamond";
      font-weight: 400;
      font-size: 48px;
      line-height: normal;
      letter-spacing: 0.05em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-stolikv2-step-2 .wrap-pop .title {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    .popup-stolikv2-step-2 .wrap-pop .subtitle {
      font-family: "Jost";
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #111111;
      margin-bottom: 24px;
      text-align: center; }
      @media (max-width: 800px) {
        .popup-stolikv2-step-2 .wrap-pop .subtitle {
          font-size: calc(24px * 0.8);
          line-height: calc(24px * 0.8); } }
    .popup-stolikv2-step-2 .wrap-pop .info {
      font-family: "Jost";
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.03em;
      color: #111111;
      margin-bottom: 40px;
      text-align: center; }
    .popup-stolikv2-step-2 .wrap-pop .btn {
      display: inline-flex;
      padding: 16px 32px;
      background-color: #df6637;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Jost";
      font-weight: 600;
      font-size: 16px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: white; }
    .popup-stolikv2-step-2 .wrap-pop .close-popup {
      position: absolute;
      top: 16px;
      right: 15px; }
      .popup-stolikv2-step-2 .wrap-pop .close-popup img {
        width: 16px; }

/* UE */
.ue {
  width: 100%;
  display: flex;
  justify-content: center; }
  .ue img {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto; }

.cky-consent-container,
.cky-modal {
  font-family: "Jost"; }

@media only screen and (max-width: 800px) {
  .wcag {
    top: 95px !important;
    margin-top: 0 !important; }

  .wcag .button {
    bottom: auto !important;
    top: 0px !important; } }
.grecaptcha-badge {
  bottom: 85px !important;
  z-index: 799; }

/*# sourceMappingURL=style.css.map */
.wcag {
	background-color: #FFF;
	position: fixed;
	z-index: 900;
	top: 50%;
	right: -200px;
	width: 200px;
	margin-top: -26px;
	padding: 20px;
	border: solid 1px #4870CC;
	font-family: 'Jost';
	font-weight: 400;
	font-size: 16px;
	transition: all 0.5s ease;
}

.wcag .button {
	background-color: #4870CC;
	width: 52px;
	height: 52px;
	position: absolute;
	top: -1px;
	left: -52px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wcag .button img {
	width: 30px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(242deg) brightness(101%) contrast(101%);
}

.wcag .title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 16px;
}

.wcag ul li {
	margin: 10px 0 10px 0;
}

.wcag ul li .active {
	font-weight: 700;
}

.wcag ul li a:hover {
	text-decoration: underline;
}

.wcag-open {
	right: 0;
}


.radio-box {
  display: block;
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.radio-box input:checked ~ .checkmark {
    background-color: transparent;
}

.radio-box input:checked ~ .checkmark:after {
    display: block;
}

.radio-box .checkmark {
	position: absolute;
	top: -4px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border: solid 1px #325f22;
	border-radius: 16px; 
	cursor: pointer;
}

.radio-box .checkmark:after {
    content: "";
    position: absolute;
    display: none; 
}

.radio-box .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #325f22; 
}

.radio-box .checkbox:hover input ~ .checkmark {
  background-color: transparent; 
}

.page-contact .wrap .form form .right-side .agreement .text p {
	text-align: justify;
}
