/*! normalize.css v6.0.0 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

body, html {
  height: 100%;
  direction: rtl; }

img, fieldset, a img {
  border: none; }

input[type="submit"],
button {
  cursor: pointer; }
  input[type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

textarea {
  overflow: auto; }

input, button {
  margin: 0;
  padding: 0;
  border: 0; }

input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none; }

ul, ol {
  list-style-type: none; }

@media screen and (max-width: 1024px) {
  * {
    -webkit-text-size-adjust: none; } }

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

blockquote, q {
  quotes: none; }

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

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */ }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details,
menu {
  display: block; }

summary {
  display: list-item; }

[hidden] {
  display: none; }

input[type="submit"],
button {
  cursor: pointer; }
  input[type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

textarea {
  resize: vertical; }

input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none; }

body {
  padding: 0;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4; }

nav ul, nav ol {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: underline;
  color: inherit;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: normal; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.button, .search-filter-results .pagination a {
  background: #ffabb3;
  font-family: "Rubik", sans-serif;
  text-decoration: none;
  text-align: center;
  border: none;
  display: inline-block;
  -webkit-appearance: none;
  color: #ffffff;
  font-size: 1.51042vw;
  font-weight: 900;
  border-radius: 2.1875vw;
  padding: 0.8em 4.4em; }
  .button:hover, .search-filter-results .pagination a:hover {
    background: #f48f98; }

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=password], input[type=date], input[type=url], textarea {
  width: 300px;
  height: 25px;
  box-sizing: border-box;
  padding: 0 5px;
  color: #000;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  border: 1px solid #000;
  border-radius: 3px;
  resize: none; }
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=date]:focus, input[type=url]:focus, textarea:focus {
    box-shadow: 0 0 2px #99e6f9; }
  input[type=text].red_input, input[type=email].red_input, input[type=tel].red_input, input[type=search].red_input, input[type=password].red_input, input[type=date].red_input, input[type=url].red_input, textarea.red_input {
    box-shadow: 0 0 2px  #ff2d50;
    background: #fdc4ce; }

input::-webkit-input-placeholder {
  color: inherit; }

textarea::-webkit-input-placeholder {
  color: inherit; }

input:-moz-placeholder {
  color: inherit; }

textarea:-moz-placeholder {
  color: inherit; }

textarea {
  height: 90px;
  padding-top: 5px; }

.modal {
  display: none; }

.clear {
  clear: both;
  height: 0;
  overflow: hidden; }

.float_left {
  float: left !important; }

.float_right {
  float: right !important; }

.float_none {
  float: none !important; }

.text_right {
  text-align: right !important; }

.text_center {
  text-align: center !important; }

.text_left {
  text-align: left !important; }

.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

.fixed {
  position: fixed !important; }

.background_none {
  background: none !important; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.hidden {
  display: none; }

.alignleft, img.alignleft {
  float: left;
  padding-right: 10px;
  padding-bottom: 5px; }

.alignright, img.alignright {
  float: right;
  padding-left: 10px;
  padding-bottom: 5px; }

.aligncenter, img.aligncenter {
  text-align: center;
  margin: 0 auto; }

.alignnone, img.alignnone {
  float: none; }

.wrapper {
  position: relative;
  overflow: hidden; }

.scroll-arrow {
  width: 4.73958vw;
  height: 4.73958vw;
  box-shadow: -0.3125vw 0 0.26042vw rgba(22, 22, 22, 0.49);
  background-color: #e2e1e1;
  position: fixed;
  z-index: 100;
  right: 7.29167vw;
  bottom: 7.29167vw;
  border-radius: 50%;
  cursor: pointer;
  color: #000000;
  font-size: 3.125vw;
  font-weight: 400;
  display: none;
  margin-left: 0.78125vw;
  margin-right: 0.78125vw; }
  .scroll-arrow i {
    position: absolute;
    transform: rotate(-90deg) translateX(0%) translateY(-50%);
    font-style: normal;
    top: 5%;
    left: 80%; }
  .scroll-arrow.active {
    display: block; }
  @media only screen and (max-width: 700px) {
    .scroll-arrow {
      width: 13.84615vw;
      height: 13.84615vw;
      font-size: 9.23077vw; } }

@supports (-ms-ime-align: auto) {
  .scroll-arrow {
    box-shadow: -0.05208vw 0 0.10417vw rgba(22, 22, 22, 0.49); } }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 56.25vw; } }

@media only screen and (min-width: 1200px) {
  .container-xl {
    max-width: 88.54167vw; }
  .header .container-xl {
    max-width: 90.625vw; } }

/*----------header----------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3.90625vw 0 0 0;
  z-index: 100; }

.menu-trigger {
  text-align: right; }
  .menu-trigger button {
    display: inline-flex;
    width: 4.73958vw;
    height: 4.73958vw;
    background-color: #ffabb3;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .menu-trigger button:before, .menu-trigger button:after {
      display: block;
      content: '';
      width: 2.03125vw;
      height: 0.26042vw;
      background: #fff;
      margin-bottom: 0.46875vw; }
      @media only screen and (max-width: 992px) {
        .menu-trigger button:before, .menu-trigger button:after {
          width: 6vw;
          height: 0.76923vw;
          margin-bottom: 1.38462vw; } }
    .menu-trigger button:after {
      margin-bottom: 0; }
    @media only screen and (max-width: 992px) {
      .menu-trigger button {
        width: 14vw;
        height: 14vw; } }

.nav {
  position: fixed;
  right: -23.4375vw;
  top: 0;
  width: 23.4375vw;
  background: #ffabb3;
  z-index: 120;
  height: 100%;
  color: #ffffff;
  font-size: 1.71875vw;
  font-weight: 400;
  line-height: 41.08px;
  box-sizing: border-box;
  padding: 0 5.78125vw 0 2.60417vw;
  overflow-y: auto;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .nav ul {
    line-height: 1.2; }
    .nav ul a {
      color: #ffffff;
      font-weight: 400;
      text-decoration: none;
      display: block; }
      .nav ul a:hover {
        color: #000; }
  .nav.active {
    right: 0;
    opacity: 1; }
  @media only screen and (max-width: 992px) {
    .nav {
      width: 50vw;
      right: -50vw;
      font-size: 5.38462vw;
      padding-bottom: 7.69231vw; } }

.menu__close {
  padding-top: 4.16667vw;
  padding-bottom: 2.60417vw; }
  .menu__close button {
    width: 4.73958vw;
    height: 4.73958vw;
    border-radius: 50%;
    background-color: #ffffff;
    color: #ffabb3;
    font-size: 3.28125vw;
    font-weight: bold;
    font-family: "Rubik", sans-serif; }
    @media only screen and (max-width: 992px) {
      .menu__close button {
        width: 14vw;
        height: 14vw;
        font-size: 9.69231vw; } }

.menu__overlay {
  position: fixed;
  background: #fff;
  opacity: 0.7;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .menu__overlay.active {
    display: block; }

/*----------end-header----------*/
/*----------main----------*/
.main {
  position: relative;
  overflow: hidden; }

.main-image {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  z-index: 2;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: none; }
  @media only screen and (max-width: 992px) {
    .main-image {
      height: auto; } }
  .main-image .container {
    position: relative;
    z-index: 2; }
  .main-image__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
    .main-image__img img {
      width: 31vw;
      max-width: 90vh;
      display: block;
      height: auto; }
      @media only screen and (max-width: 992px) {
        .main-image__img img {
          width: 100%;
          max-width: 80vh;
          margin: 0 auto; } }
    @media only screen and (max-width: 992px) {
      .main-image__img {
        width: 80%;
        text-align: center; } }
  .main-image__logo {
    display: block; }
    .main-image__logo img {
      width: 11.14583vw; }
  .main-image__title {
    color: #fe7b87;
    font-size: 5.36458vw;
    line-height: 0.8;
    position: relative;
    z-index: 3;
    width: auto;
    text-align: justify;
    font-weight: 900;
    float: right;
    padding: 1.30208vw 2.34375vw 2.34375vw 1.82292vw; }
    .main-image__title:before, .main-image__title:after {
      content: '';
      width: 3.4375vw;
      height: 3.28125vw;
      border: 1.04167vw solid #b7b7b7;
      border-right: none;
      border-bottom: none;
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: content-box; }
      @media only screen and (max-width: 992px) {
        .main-image__title:before, .main-image__title:after {
          border-width: 3.07692vw; } }
    .main-image__title:after {
      left: auto;
      right: 0;
      bottom: 0;
      top: auto;
      border: 1.04167vw solid #b7b7b7;
      border-left: none;
      border-top: none; }
      @media only screen and (max-width: 992px) {
        .main-image__title:after {
          border-width: 3.07692vw; } }
    @media only screen and (max-width: 992px) {
      .main-image__title {
        margin-bottom: 48.46154vw;
        margin-top: 23.84615vw;
        padding: 3.84615vw 6.92308vw 6.92308vw 5.38462vw;
        font-size: 13.84615vw; } }
  .main-image__button {
    margin-top: 2.34375vw; }
    .main-image__button .button, .main-image__button .search-filter-results .pagination a, .search-filter-results .pagination .main-image__button a {
      color: #000;
      box-shadow: 0.15625vw 0.15625vw 0.15625vw rgba(22, 22, 22, 0.44);
      border-radius: 1.82292vw;
      border: 0.36458vw solid #fe7b87;
      background: #ffffff;
      padding: 0.36458vw 2.60417vw;
      width: auto; }
    @media only screen and (max-width: 992px) {
      .main-image__button {
        display: none; } }

.logo-page {
  position: absolute;
  bottom: -4.16667vw;
  left: 6.25vw;
  width: 16.35417vw;
  height: 16.35417vw;
  box-shadow: 0.26042vw -0.15625vw 0.46875vw 0.05208vw rgba(1, 1, 1, 0.3);
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .logo-page img {
    width: 11.35417vw; }
    @media only screen and (max-width: 992px) {
      .logo-page img {
        width: 33.53846vw; } }
  @media only screen and (max-width: 992px) {
    .logo-page {
      width: 48.30769vw;
      height: 48.30769vw;
      box-shadow: 5px -3px 9px 1px rgba(1, 1, 1, 0.3);
      background-color: #ffffff;
      z-index: 10; } }

.shape-rose {
  background: #ffabb3 url(../img/shape-rose.jpg) no-repeat center top;
  background-size: contain;
  padding: 17.29167vw 0 4.6875vw 0;
  position: relative;
  margin-top: -12.5vw;
  color: #fff; }
  @media only screen and (max-width: 992px) {
    .shape-rose {
      padding-bottom: 13.84615vw; } }
  @media only screen and (max-width: 575px) {
    .shape-rose {
      background: #ffabb3 url(../img/shape-mobile.jpg) no-repeat center top;
      background-size: 100%;
      margin-top: -36.76923vw;
      padding-top: 46.15385vw; } }
  .shape-rose.shape-gray {
    background: url(../img/shape-rose.jpg) no-repeat center top, #ffabb3 url(../img/shape-gray.png) no-repeat center bottom;
    background-size: contain; }
    @media only screen and (max-width: 575px) {
      .shape-rose.shape-gray {
        background: #ffabb3 url(../img/shape-mobile.jpg) no-repeat center top;
        background-size: 100%; } }

.text {
  font-size: 1.30208vw;
  font-weight: 500;
  line-height: 1.7; }
  @media only screen and (max-width: 992px) {
    .text {
      font-size: 3.84615vw; } }
  @media only screen and (max-width: 700px) {
    .text {
      font-size: 4.61538vw; } }
  .text h1, .text h2, .text h3 {
    font-size: 3.22917vw;
    font-weight: 900;
    line-height: 1.4; }
    @media only screen and (max-width: 992px) {
      .text h1, .text h2, .text h3 {
        font-size: 9.53846vw; } }
  .text strong {
    font-size: 2.1875vw;
    display: block;
    font-weight: normal; }
    @media only screen and (max-width: 992px) {
      .text strong {
        font-size: 3.84615vw; } }
  .text__images img {
    width: 100%; }
  .text__images figure {
    margin-top: 2.08333vw; }

.main-slider {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/slider-bg.jpg);
  padding: 4.0625vw 0 3.125vw; }
  @media only screen and (min-width: 1350px) {
    .main-slider .container {
      max-width: 68.75vw; } }
  @media only screen and (max-width: 992px) {
    .main-slider {
      padding: 12.30769vw 0 7.53846vw 0; } }
  .main-slider section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
  .main-slider__fixed {
    float: right;
    color: #ffffff;
    font-size: 2.39583vw;
    font-weight: 900;
    line-height: 0.9;
    max-width: 20.88542vw;
    box-shadow: 0.15625vw -0.05208vw 0.36458vw 0.05208vw rgba(1, 1, 1, 0.4);
    border-radius: 3.125vw 0 0 3.125vw;
    background-color: #ffabb3;
    padding: 1.5625vw 7.29167vw 1.5625vw 1.82292vw;
    box-sizing: border-box;
    margin-bottom: 5.20833vw; }
    @media only screen and (max-width: 992px) {
      .main-slider__fixed {
        display: none; } }
  .main-slider__item {
    display: block !important;
    color: #000000;
    font-size: 1.30208vw;
    font-weight: 500; }
    .main-slider__item h2, .main-slider__item h3, .main-slider__item h1 {
      font-size: 3.22917vw;
      font-weight: 900;
      letter-spacing: 0.31px; }
      @media only screen and (max-width: 992px) {
        .main-slider__item h2, .main-slider__item h3, .main-slider__item h1 {
          font-size: 9.69231vw; } }
    @media only screen and (max-width: 992px) {
      .main-slider__item {
        font-size: 5.84615vw; } }
  .main-slider__numb {
    color: #000000;
    font-size: 13.22917vw;
    font-weight: 900;
    line-height: 0.9;
    padding-left: 1.5625vw;
    align-items: center; }
    @media only screen and (max-width: 992px) {
      .main-slider__numb {
        display: none; } }
  .main-slider .slick-dots {
    text-align: center;
    padding-top: 10.83333vw; }
    @media only screen and (max-width: 992px) {
      .main-slider .slick-dots {
        padding-top: 8.15385vw; } }
    .main-slider .slick-dots li {
      display: inline-block;
      margin: 0 0.26042vw; }
      .main-slider .slick-dots li button {
        width: 1.19792vw;
        height: 1.19792vw;
        background-color: #fe7b87;
        border-radius: 50%;
        font: 0 / 0 a;
        text-shadow: none;
        color: transparent;
        box-sizing: border-box;
        border: 0.15625vw solid #fe7b87; }
        @media only screen and (max-width: 992px) {
          .main-slider .slick-dots li button {
            width: 3.53846vw;
            height: 3.53846vw;
            margin: 0 0.38462vw; } }
      .main-slider .slick-dots li.slick-active button {
        background: none; }

.food-text {
  background: #f4f5f7;
  padding: 5.9375vw 0 0 0;
  text-align: justify;
  color: #000000;
  font-size: 1.30208vw;
  font-weight: 500; }
  @media only screen and (max-width: 992px) {
    .food-text {
      padding-top: 15.38462vw;
      text-align: justify;
      font-size: 5.84615vw;
      padding-bottom: 15.38462vw; } }
  .food-text h3, .food-text h2, .food-text h4, .food-text h5, .food-text h6 {
    color: #fe7b87;
    font-size: 3.28125vw;
    font-weight: 900;
    letter-spacing: 0.31px; }
    @media only screen and (max-width: 992px) {
      .food-text h3, .food-text h2, .food-text h4, .food-text h5, .food-text h6 {
        font-size: 9.69231vw; } }
  .food-text h3 {
    color: #000; }
  .food-text img {
    width: 100%; }
  .food-text p {
    line-height: 1.44; }
  .food-text__pt {
    padding-top: 6.51042vw; }
  .food-text .food-text__sport {
    width: 117%;
    float: left;
    position: relative; }
  @media only screen and (min-width: 993px) {
    .food-text .row:nth-child(2n) .order-lg-1 {
      order: 0; }
      .food-text .row:nth-child(2n) .order-lg-1 img {
        width: 102%;
        position: relative;
        left: 15%;
        float: left; } }
  @media only screen and (max-width: 993px) {
    .food-text .row:nth-child(2n) .order-lg-1 img {
      display: none; } }

.menu-slider {
  background: #ffabb3;
  padding: 1.51042vw 0 7.8125vw 0; }
  @media only screen and (max-width: 700px) {
    .menu-slider {
      padding: 12.30769vw 0 15.38462vw 0; } }
  .menu-slider .title {
    color: #fff; }
  .menu-slider__block {
    background-color: #ffffff;
    background: url(../img/patern.png) repeat;
    padding: 1.45833vw 0vw 0vw 0vw;
    box-shadow: -0.20833vw 0 0.52083vw rgba(22, 22, 22, 0.51);
    border-radius: 3.125vw;
    position: relative; }
  .menu-slider__title {
    color: #fe7b87;
    font-size: 2.1875vw;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0.78125vw; }
    @media only screen and (max-width: 992px) {
      .menu-slider__title {
        font-size: 9.69231vw; } }
  .menu-slider__item {
    padding: 0 4.63542vw 5.20833vw; }
  .menu-slider__section {
    box-shadow: -0.20833vw 0 0.52083vw rgba(22, 22, 22, 0.51);
    border-radius: 3.125vw;
    background-color: #f4f5f7;
    padding: 5.72917vw 6.77083vw 1.04167vw 6.77083vw;
    color: #000000;
    font-size: 1.51042vw;
    font-weight: 500;
    position: relative; }
    .menu-slider__section em {
      font-style: normal;
      border-bottom: 1px solid #feabb3; }
    .menu-slider__section h6 {
      font-weight: 900;
      color: #fe7b87;
      font-size: 1.51042vw; }
      @media only screen and (max-width: 992px) {
        .menu-slider__section h6 {
          font-size: 9.69231vw; } }
    .menu-slider__section p {
      padding-bottom: 1.5625vw; }
    .menu-slider__section section {
      border: 0.15625vw solid #ffabb3;
      padding: 1.875vw;
      margin-top: 3.64583vw;
      text-align: center; }
    .menu-slider__section ul {
      padding-bottom: 1.5625vw; }
      .menu-slider__section ul li {
        position: relative; }
        .menu-slider__section ul li:before {
          height: 12px;
          width: 12px;
          background: #fe7b87;
          content: '';
          border-radius: 50%;
          margin: 0 5px;
          display: inline-block;
          vertical-align: middle; }
    @media only screen and (max-width: 992px) {
      .menu-slider__section {
        font-size: 4.92308vw; } }
  .menu-slider .slick-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.91667vw;
    height: 2.91667vw;
    border-radius: 50%;
    background-color: #fe7b87;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.14583vw;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    z-index: 10; }
    .menu-slider .slick-arrow:before {
      content: '<';
      font-size: 1.51042vw;
      font-family: "Rubik", sans-serif; }
    .menu-slider .slick-arrow.slick-prev {
      left: 1.14583vw;
      right: auto; }
      .menu-slider .slick-arrow.slick-prev:before {
        content: '>'; }
  .menu-slider__trigger {
    color: #000000;
    font-size: 6.46154vw;
    font-weight: 500;
    line-height: 0.9;
    box-shadow: -0.61538vw 0 1.53846vw rgba(22, 22, 22, 0.51);
    border-radius: 8vw;
    background-color: #ffffff;
    margin: 4.61538vw 0 0 0;
    display: flex;
    justify-content: center;
    height: 15.84615vw;
    position: relative;
    align-items: center;
    cursor: pointer; }
  .menu-slider__content {
    display: none;
    padding-top: 4.61538vw; }
  .menu-slider__plus {
    width: 11.07692vw;
    height: 11.07692vw;
    box-shadow: -0.92308vw 0 0.76923vw rgba(22, 22, 22, 0.49);
    background-color: #ffabb3;
    border-radius: 50%;
    color: #ffffff;
    font-size: 6.46154vw;
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 3.84615vw;
    transform: translateY(-50%); }

.title {
  font-size: 3.28125vw;
  font-weight: 900;
  text-align: center;
  padding-bottom: 0.78125vw; }
  @media only screen and (max-width: 992px) {
    .title {
      font-size: 9.69231vw; } }

.before-after {
  padding: 12.5vw 0 10.9375vw 0; }
  @media only screen and (max-width: 992px) {
    .before-after {
      padding: 9.23077vw 0 10.76923vw 0;
      background: #f4f5f7; } }
  .before-after img {
    width: 100%; }
  .before-after section img {
    width: 3.85417vw; }
  .before-after__slider {
    padding: 0 9.89583vw 0 5.20833vw; }
    @media only screen and (max-width: 992px) {
      .before-after__slider {
        padding: 0; } }
  .before-after h4 {
    color: #fe7b87;
    font-size: 2.39583vw;
    font-weight: 700;
    padding-bottom: 0.41667vw; }
    @media only screen and (max-width: 992px) {
      .before-after h4 {
        font-size: 9.69231vw; } }
  .before-after__img img {
    box-shadow: -3px 0 5px rgba(22, 22, 22, 0.51);
    border-radius: 3.38542vw;
    margin: 5px 0; }
    @media only screen and (max-width: 992px) {
      .before-after__img img {
        box-shadow: none; } }
  .before-after__item {
    padding-bottom: 0.26042vw;
    display: flex; }
    .before-after__item p {
      color: #fe7b87;
      font-size: 1.51042vw;
      font-weight: 400; }
      @media only screen and (max-width: 992px) {
        .before-after__item p {
          font-size: 5.69231vw; } }
    .before-after__item section {
      border-radius: 3.125vw;
      background-color: #f4f5f7;
      display: flex;
      padding: 1.25vw 5.20833vw;
      text-align: center;
      color: #fe7b87;
      font-size: 1.51042vw;
      font-weight: 700; }
      .before-after__item section figure {
        width: 5.20833vw;
        text-align: center; }
        .before-after__item section figure img {
          margin: 0 auto; }
      @media only screen and (max-width: 992px) {
        .before-after__item section {
          width: 100%;
          font-size: 7.53846vw;
          padding-bottom: 12.30769vw;
          padding-top: 10.76923vw; }
          .before-after__item section figure {
            width: auto; }
          .before-after__item section img {
            display: block;
            margin: 0 auto;
            width: 19.23077vw; } }
  .before-after .slick-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.91667vw;
    height: 2.91667vw;
    border-radius: 50%;
    background-color: #fe7b87;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.14583vw;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    z-index: 10; }
    .before-after .slick-arrow:before {
      content: '<';
      font-family: "Rubik", sans-serif;
      font-size: 1.51042vw; }
      @media only screen and (max-width: 992px) {
        .before-after .slick-arrow:before {
          font-size: 4.46154vw; } }
    .before-after .slick-arrow.slick-prev {
      left: 1.14583vw;
      right: auto; }
      .before-after .slick-arrow.slick-prev:before {
        content: '>'; }
    @media only screen and (max-width: 992px) {
      .before-after .slick-arrow {
        width: 8.61538vw;
        height: 8.61538vw; } }

.video {
  padding: 4.42708vw 0 5.3125vw 0;
  background: #ffabb3; }
  @media only screen and (max-width: 992px) {
    .video {
      padding: 10.76923vw 0; } }
  .video__slider {
    margin: 0 5.20833vw;
    margin-top: 2.60417vw;
    box-shadow: 0vw 0 1.25vw rgba(22, 22, 22, 0.29);
    line-height: 1; }
  .video .title {
    color: #fff; }
  .video iframe {
    width: 100%;
    height: 40.98958vw;
    display: block; }
  .video .slick-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.91667vw;
    height: 2.91667vw;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5.20833vw;
    font-size: 0;
    color: #ffabb3;
    cursor: pointer;
    z-index: 10; }
    .video .slick-arrow:before {
      content: '<';
      font-size: 1.51042vw;
      font-family: "Rubik", sans-serif; }
      @media only screen and (max-width: 992px) {
        .video .slick-arrow:before {
          font-size: 4.46154vw; } }
    .video .slick-arrow.slick-prev {
      left: -5.20833vw;
      right: auto; }
      .video .slick-arrow.slick-prev:before {
        content: '>'; }
    @media only screen and (max-width: 992px) {
      .video .slick-arrow {
        width: 8.61538vw;
        height: 8.61538vw; } }

.contact {
  padding: 7.8125vw 0 5.3125vw 0;
  color: #fe7b87;
  background: #f2f0f0; }
  @media only screen and (min-width: 1200px) {
    .contact .container {
      max-width: 63.02083vw; } }
  .contact__images {
    display: flex;
    justify-content: center;
    padding-bottom: 3.125vw;
    padding-top: 0.52083vw; }
    .contact__images figure {
      width: 8.95833vw;
      height: 8.95833vw;
      border: 0.41667vw solid #fe7b87;
      background-color: #f4f5f7;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin: 0 1.30208vw;
      margin-bottom: 2.1875vw;
      text-align: center; }
      .contact__images figure img {
        width: 75%;
        display: block;
        margin: 0 auto; }
      @media only screen and (max-width: 992px) {
        .contact__images figure {
          width: 33.53846vw;
          height: 33.53846vw;
          border-width: 1.23077vw;
          margin-bottom: 10.76923vw; }
          .contact__images figure img {
            width: 17.07692vw; } }
      @media only screen and (min-width: 600px) and (max-width: 1200px) {
        .contact__images figure {
          width: 17vw;
          height: 17vw;
          margin-top: 1vw; }
          .contact__images figure img {
            width: 70%; } }
    @media only screen and (max-width: 992px) {
      .contact__images {
        flex-wrap: wrap; } }
  .contact__form-input {
    padding-bottom: 1.25vw;
    display: block;
    text-align: left; }
    .contact__form-input input {
      width: 100%;
      height: 4.32292vw;
      border-radius: 2.1875vw;
      border: 0.20833vw solid #fe7b87;
      text-align: center;
      color: #fe7b87;
      font-size: 1.51042vw;
      font-weight: 900;
      background: none; }
      @media only screen and (max-width: 992px) {
        .contact__form-input input {
          font-size: 4.46154vw;
          height: 12.76923vw;
          border-width: 0.61538vw;
          border-radius: 6vw; } }
    @media only screen and (max-width: 992px) {
      .contact__form-input {
        padding-bottom: 3.84615vw; } }
  @media only screen and (max-width: 992px) {
    .contact .button, .contact .search-filter-results .pagination a, .search-filter-results .pagination .contact a {
      width: 100%;
      display: block;
      height: 12.76923vw;
      font-size: 4.46154vw;
      border-radius: 6vw; } }

.gray-text {
  padding: 3.38542vw 0 0 0;
  box-shadow: 0.15625vw -0.05208vw 0.36458vw 0.05208vw rgba(1, 1, 1, 0.4);
  background-color: #f4f5f7;
  color: #000000;
  font-size: 1.51042vw; }
  .gray-text.top-space {
    padding-top: 10.41667vw; }
  .gray-text strong {
    font-weight: bold;
    color: #fe7b87; }
  .gray-text h2, .gray-text h1, .gray-text h3, .gray-text h4 {
    color: #fe7b87;
    font-size: 3.28125vw;
    font-weight: 900;
    line-height: 0.9; }
    @media only screen and (max-width: 992px) {
      .gray-text h2, .gray-text h1, .gray-text h3, .gray-text h4 {
        font-size: 9.53846vw;
        padding-bottom: 1.53846vw; } }
  .gray-text__img {
    display: block;
    width: 140%;
    float: left;
    margin-top: 10.41667vw; }
    .gray-text__img img {
      display: block;
      width: 100%; }
    @media only screen and (max-width: 992px) {
      .gray-text__img {
        float: left;
        margin-left: -15px;
        width: 100%;
        margin-top: 2.08333vw; } }
  .gray-text h3 {
    color: #000;
    padding-left: 0.9vw;
    padding-top: 15vw; }
    @media only screen and (max-width: 992px) {
      .gray-text h3 {
        padding-top: 0; } }
  @media only screen and (max-width: 992px) {
    .gray-text {
      font-size: 3.84615vw;
      padding: 15.38462vw 0 0 0; } }
  .gray-text .plus-more a, .gray-text .plus-more span {
    color: #ffabb3;
    border-color: #ffabb3; }
  @media only screen and (max-width: 992px) {
    .gray-text__rose {
      background: #ffabb3;
      text-align: center;
      padding: 8.46154vw 0; } }

.center-bnr img {
  display: block;
  width: 100%; }

.phone-fixed {
  position: fixed;
  left: 5.20833vw;
  bottom: 5.20833vw;
  z-index: 100;
  width: 9.375vw; }
  .phone-fixed img {
    width: 100%; }

.catalog {
  padding: 3.90625vw 0; }
  .catalog img {
    width: 100%;
    display: block; }
  .catalog__more {
    text-align: left;
    margin-top: 1.04167vw; }
    .catalog__more a {
      padding-left: 3.64583vw;
      padding-right: 3.64583vw; }
  .catalog__row {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 992px) {
      .catalog__row {
        justify-content: center; } }
    @media only screen and (max-width: 500px) {
      .catalog__row {
        justify-content: space-between; } }
  .catalog__col {
    width: 31.5%;
    margin: 0 0.5%; }
    .catalog__col img {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 500px) {
      .catalog__col {
        width: 48%; } }
  .catalog figure {
    margin-bottom: 1.5625vw;
    position: relative;
    overflow: hidden; }
    .catalog figure figcaption {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(253, 150, 160, 0.7);
      color: #ffffff;
      font-size: 1.97917vw;
      font-weight: 500;
      opacity: 0;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
    .catalog figure a {
      text-decoration: none; }
    .catalog figure:hover figcaption {
      opacity: 1; }
  .catalog .slick-arrow {
    width: 12.30769vw;
    height: 12.30769vw;
    border-radius: 50%;
    background-color: #fe7b87;
    margin: 0 1.53846vw;
    font-size: 0;
    color: #fe7b87; }
    .catalog .slick-arrow:before {
      content: '<';
      color: #fff;
      font-size: 6.30769vw;
      font-family: "Rubik", sans-serif; }
    .catalog .slick-arrow.slick-prev {
      order: 1; }
      .catalog .slick-arrow.slick-prev:before {
        content: '>'; }

.catalog-form {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.30208vw 0;
  background: rgba(254, 123, 135, 0.8);
  width: 100%; }
  @media only screen and (max-width: 992px) {
    .catalog-form {
      padding: 4.61538vw 0; } }
  .catalog-form .container form ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 992px) {
      .catalog-form .container form ul {
        display: block;
        text-align: left; } }
  .catalog-form input[type=text], .catalog-form input[type=search], .catalog-form input[type=email] {
    width: 24.94792vw;
    height: 3.59375vw;
    border-radius: 1.82292vw;
    background-color: #f6fafd;
    padding: 0 2.08333vw;
    border: none;
    color: #b7b7b7;
    font-size: 1.51042vw;
    font-weight: 500;
    margin-left: 2.60417vw; }
    @media only screen and (max-width: 992px) {
      .catalog-form input[type=text], .catalog-form input[type=search], .catalog-form input[type=email] {
        text-align: center;
        height: 10.61538vw;
        width: 100%;
        color: #b7b7b7;
        font-size: 4.46154vw;
        font-weight: 500;
        box-shadow: -0.92308vw 0 0.76923vw rgba(22, 22, 22, 0.49);
        border-radius: 5.38462vw;
        margin-left: 0;
        margin-bottom: 3.84615vw; } }
  .catalog-form__input {
    padding-left: 3.64583vw; }
    @media only screen and (max-width: 992px) {
      .catalog-form__input {
        padding-left: 0;
        padding-bottom: 3.84615vw; } }
  .catalog-form ul ul {
    color: #f8f9fb;
    font-size: 1.51042vw;
    font-weight: 700;
    display: flex; }
    .catalog-form ul ul label {
      display: flex;
      align-items: center; }
    .catalog-form ul ul input {
      margin-left: 1.04167vw; }
    .catalog-form ul ul li {
      display: flex;
      align-items: center;
      padding-left: 2.34375vw; }
      .catalog-form ul ul li.sf-item-0 {
        display: none; }
  .catalog-form .button, .catalog-form .search-filter-results .pagination a, .search-filter-results .pagination .catalog-form a, .catalog-form input[type=submit] {
    background: #ffabb3;
    font-family: "Rubik", sans-serif;
    text-decoration: none;
    text-align: center;
    border: none;
    display: inline-block;
    -webkit-appearance: none;
    color: #ffffff;
    font-size: 1.51042vw;
    font-weight: 900;
    border-radius: 2.1875vw;
    padding: 0.8em 4.4em;
    height: 100%;
    box-shadow: -0.20833vw 0 0.52083vw rgba(22, 22, 22, 0.51);
    border-radius: 1.82292vw;
    background-color: #b7b7b7;
    padding-left: 2.60417vw;
    padding-right: 2.60417vw; }
    @media only screen and (max-width: 992px) {
      .catalog-form .button, .catalog-form .search-filter-results .pagination a, .search-filter-results .pagination .catalog-form a, .catalog-form input[type=submit] {
        height: 7.69231vw;
        box-shadow: -0.92308vw 0 0.76923vw rgba(22, 22, 22, 0.49);
        border-radius: 5.38462vw;
        font-size: 4.30769vw;
        line-height: 1;
        padding: 0 10.76923vw; } }
  .catalog-form input[type=radio]:not(old) {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 3px solid white;
    width: 30px;
    height: 30px;
    background: white; }
  .catalog-form input[type=radio]:not(old):checked {
    background-image: radial-gradient(circle at center, #555, #555 37.5%, #fff 40%, #fff 100%); }
  @media only screen and (max-width: 992px) {
    .catalog-form .sf-field-taxonomy-recipes {
      display: none; } }
  @media only screen and (max-width: 992px) {
    .catalog-form .searchandfilter label {
      display: block; } }

.main-image-catalog {
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #f0f2f1; }
  @media only screen and (min-width: 993px) {
    .main-image-catalog {
      background-image: none !important; } }
  @media only screen and (max-width: 992px) {
    .main-image-catalog .main-image {
      min-height: 90vh;
      background: none !important; } }

.search-filter-results .pagination {
  text-align: left; }
  .search-filter-results .pagination:first-child {
    display: none; }

.search-filter-results .catalog__row + .pagination {
  display: block; }

.index_page .phone-fixed {
  visibility: hidden; }

span.wpcf7-not-valid-tip {
  display: block;
  text-align: center;
  font-size: 0.83333vw;
  color: #fe7b87;
  padding-top: 0.52083vw; }

div.wpcf7-response-output {
  text-align: center;
  padding: 1.04167vw;
  font-size: 0.83333vw;
  color: #fe7b87;
  border-radius: 0.52083vw; }

/*----------end main----------*/
/*----------footer----------*/
.footer {
  background: #ffabb3;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 1.5625vw 0; }

.social a {
  display: inline-block;
  padding: 0 0.41667vw; }
  @media only screen and (max-width: 992px) {
    .social a {
      padding: 0 1.38462vw; } }

.social img {
  max-width: 3.64583vw; }
  @media only screen and (max-width: 992px) {
    .social img {
      max-width: 11.07692vw; } }

.catalog__modal {
  background: #ffabb3;
  color: #ffffff;
  font-size: 1.61458vw;
  font-weight: 400;
  padding: 5.98958vw 8.07292vw;
  padding-bottom: 0;
  padding-left: 4.94792vw; }
  .catalog__modal h4 {
    color: #e7e9e8;
    font-size: 3.90625vw;
    font-weight: 700; }
  .catalog__modal h6 {
    font-size: 1.97917vw;
    font-weight: 700; }
  .catalog__modal h5 {
    font-size: 2.8125vw;
    font-weight: 700; }

.fancybox-close-small, .fancybox-slide--html .fancybox-close-small {
  width: 2.39583vw;
  height: 2.39583vw;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #f1f3f2;
  font-size: 1.51042vw;
  font-weight: 900;
  font-weight: 400;
  top: 2.1875vw;
  right: 2.1875vw;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; }
  .fancybox-close-small svg, .fancybox-close-small path, .fancybox-slide--html .fancybox-close-small svg, .fancybox-slide--html .fancybox-close-small path {
    display: none; }
  .fancybox-close-small:before, .fancybox-slide--html .fancybox-close-small:before {
    content: 'x';
    color: #f1f3f2;
    font-size: 1.51042vw;
    font-weight: 900;
    line-height: 1; }

.catalog__modal-item {
  direction: rtl;
  text-align: right; }

.catalog__modal-download {
  padding-top: 1.14583vw; }
  .catalog__modal-download a {
    width: 9.53125vw;
    height: 4.21875vw;
    display: inline-block;
    box-shadow: -0.20833vw 0 0.52083vw rgba(22, 22, 22, 0.51);
    border-radius: 3.125vw 3.125vw 0 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 1.51042vw;
    font-weight: 700;
    text-align: center;
    text-decoration: none; }
    .catalog__modal-download a span {
      display: block; }
    .catalog__modal-download a img {
      width: 1.25vw; }

/*----------end footer----------*/
.show-mobile {
  display: none; }

.plus-more {
  display: none;
  padding-top: 5.53846vw; }
  .plus-more a, .plus-more span {
    display: inline-block;
    width: 12.61538vw;
    height: 12.61538vw;
    border: 1.07692vw solid #ffffff;
    color: #ffffff;
    font-size: 10.30769vw;
    font-weight: 900;
    border-radius: 50%;
    text-align: center;
    line-height: 10vw;
    cursor: pointer; }
    .plus-more a:before, .plus-more span:before {
      content: '+'; }

@media only screen and (max-width: 992px) {
  .hide-mobile {
    display: none; }
  .show-mobile {
    display: block; }
  .plus-more {
    display: block; } }
