@import url("https://fonts.googleapis.com/css?family=Muli:300,400,700&display=swap");
@font-face {
  font-family: "Impossible";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Impossible/Impossible.eot");
  src: url("../fonts/Impossible/Impossible.eot?#iefix") format("embedded-opentype"), url("../fonts/Impossible/Impossible.woff") format("woff"), url("../fonts/Impossible/Impossible.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold/PlayfairDisplay-Bold.eot");
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold/PlayfairDisplay-Bold.ttf") format("truetype"); }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* RESET sxSTYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  overflow-y: scroll; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block; }

html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
  background: #FFF; }

html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
  background: #eeba4f; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* main */
html {
  height: 100%; }

body {
  height: 100%;
  overflow: hidden; }

#content-block {
  overflow: hidden;
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

html.overflow-hidden body {
  overflow: hidden; }

.swiper-slide:not(:first-child) {
  display: none; }

/* spacers */
.spacer-header {
  height: 88px; }
  @media (max-width: 991px) {
    .spacer-header {
      height: 60px; } }

.spacer-lg-15 {
  height: 15px; }

.spacer-lg-25 {
  height: 25px; }

.spacer-lg-30 {
  height: 30px; }

.spacer-lg-35 {
  height: 35px; }

.spacer-lg-40 {
  height: 40px; }

.spacer-lg-50 {
  height: 50px; }

.spacer-lg-75 {
  height: 75px; }

.spacer-lg-80 {
  height: 80px; }

.spacer-lg-160 {
  height: 160px; }

@media (max-width: 1199px) {
  .spacer-md-80 {
    height: 80px; }
  .spacer-md-60 {
    height: 60px; }
  .spacer-md-40 {
    height: 40px; }
  .spacer-md-0 {
    height: 0; } }

@media (max-width: 991px) {
  .spacer-sm-60 {
    height: 60px; }
  .spacer-sm-40 {
    height: 40px; }
  .spacer-sm-30 {
    height: 30px; }
  .spacer-sm-20 {
    height: 20px; }
  .spacer-sm-0 {
    height: 0; } }

@media (max-width: 767px) {
  .spacer-xs-60 {
    height: 60px; }
  .spacer-xs-30 {
    height: 30px; }
  .spacer-xs-15 {
    height: 15px; }
  .spacer-xs-0 {
    height: 0; } }

@media (max-width: 575px) {
  .spacer-ds-30 {
    height: 30px; }
  .spacer-ds-25 {
    height: 25px; }
  .spacer--ds-15 {
    height: 15px; }
  .spacer-ds-0 {
    height: 0; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: 'Muli', sans-serif;
  color: #292929; }

b, strong {
  font-weight: 700; }

a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  color: #111111; }

.text a {
  color: #111111;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  border-bottom: 1px solid #111; }
  .text a:hover {
    border-bottom: 1px solid rgba(1, 1, 1, 0); }

a:hover {
  text-decoration: none; }

ul, ol {
  list-style: none; }

body, .text {
  font-size: 15px;
  line-height: 1.6em; }

.text-sm {
  font-size: 13px;
  line-height: 1.6em; }

.text-lg {
  font-size: 17px;
  line-height: 1.7em; }
  @media (max-width: 991px) {
    .text-lg {
      font-size: 15px;
      line-height: 1.6em; } }

.text-light {
  font-weight: 300; }

.text > * {
  margin-bottom: 20px; }

.text > *:last-child {
  margin-bottom: 0; }

.text img {
  max-width: 100%;
  height: auto;
  display: block; }

.text ol {
  counter-reset: number; }

.text ol li {
  padding-left: 0; }

.text ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 5px; }

.text ul li:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #eeba4f;
  content: "";
  vertical-align: middle;
  margin: 0 10px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'PlayfairDisplay', sans-serif;
  color: #292929; }

h1, .h1 {
  font-size: 64px;
  line-height: 1.15em; }
  @media (max-width: 991px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (max-width: 575px) {
    h1, .h1 {
      font-size: 45px; } }

h2, .h2 {
  font-size: 48px;
  line-height: 1.3em; }
  @media (max-width: 991px) {
    h2, .h2 {
      font-size: 36px; } }
  @media (max-width: 575px) {
    h2, .h2 {
      font-size: 32px; } }

h3, .h3 {
  font-size: 30px;
  line-height: 1.4em; }
  @media (max-width: 991px) {
    h3, .h3 {
      font-size: 24px; } }

h4, .h4 {
  font-size: 26px;
  line-height: 1.4em; }

h5, .h5 {
  font-size: 18px;
  line-height: 1.5em; }

h6, .h6 {
  font-size: 15px;
  line-height: 1.5em; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222;
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #222;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #222;
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #222;
  opacity: 1; }

input, textarea, select {
  -webkit-border-radius: 0;
          border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0; }

textarea {
  display: block;
  resize: none;
  overflow: auto; }

select::-ms-expand {
  display: none; }

.input {
  font-size: 15px;
  height: 51px;
  border: 1px solid #222;
  line-height: 51px;
  padding: 0 15px; }

textarea.input {
  height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 18px; }

.invalid {
  border-color: red;
  color: red; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* COLORS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.color-primary {
  color: #292929; }

.color-secondary {
  color: #7a7a7a; }

.color-light {
  color: #ffffff; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BUTTONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.btn {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: none;
  padding: none;
  background: none;
  outline: none; }

.btn-md {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 25px; }

.btn-lg {
  font-size: 14px;
  line-height: 23px;
  padding: 12px 25px; }

.btn-sm {
  font-size: 12px;
  line-height: 20px;
  padding: 5px 15px; }

.btn-primary {
  color: #292929;
  font-size: 14px;
  font-family: 'PlayfairDisplay', sans-serif;
  padding: 18px 30px 19px 30px;
  outline: 5px solid #ffffff;
  position: relative;
  letter-spacing: 1px;
  z-index: 1; }
  .btn-primary::before, .btn-primary::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute; }
  .btn-primary::before {
    background-color: #f7e9e9;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .btn-primary::after {
    border: 2px solid #f7e9e9;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }
  .btn-primary .icon {
    line-height: 0;
    display: inline-block;
    margin-right: 10px; }
  .btn-primary:hover {
    background-color: #ffffff; }
    .btn-primary:hover::before {
      opacity: 0;
      -webkit-transform: scale(0.5, 0.5);
          -ms-transform: scale(0.5, 0.5);
              transform: scale(0.5, 0.5); }
    .btn-primary:hover::after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1); }

.btn-secondary {
  background: #000;
  color: #FFF; }

.btn-second {
	font-family: 'PlayfairDisplay',sans-serif;
    text-transform: uppercase;
    border: 2px solid #f7e9e9;
    padding: 16.5px 25px;
	z-index: 1;
}
.btn-second:hover {
	background-color: #f7e9e9;
}

.btn-block {
  display: block;
  width: 100%; }

.btn-close {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #dbdbdb;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
.btn-close:hover {
    color: #292929; }

.btn-close:before {
  content: "\02715"; }

/* popup gift certificate */

.bg-layer {
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    opacity: .6}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .btn.btn-close {
	color: #fff;
	text-align: right;
    height: 30px;
    width: 100%}
.popup-wrapper-X.popup-gift-certificate .popup-content-X {
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: none;
}
.popup-wrapper-X.popup-gift-certificate.active .popup-content-X {
  display: block!important;}
.popup-wrapper-X.popup-gift-certificate .bg-layer { display: none;}
.popup-wrapper-X.popup-gift-certificate.active .bg-layer { display: block;}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 {
	background-color: #fff0;
	width: 725px;
	max-width: 725px}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner {
    background-color: #FFF;
	border: 10px solid #FAF0F0;
	padding: 40px 30px;
    margin: 0 20px }
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .col-md-6 {padding: 0 20px}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .card.promo-card {
	background-image: url('/wp-content/uploads/2022/07/popup-gift-card-bg-gradient.jpg');
	background-position: bottom right;
	box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.2);
	border-radius: 7px;
    margin: -75px 0 30px -75px;
	text-align: center}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .card.promo-card:before {
	background-color: #fff0;
    box-shadow: none;
    border-radius: 7px}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .steps-list {
	color: #7A7A7A;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 20px}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .steps-list ul li strong {color: #EEBA4F}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .steps-list blockquote {font-size: 11px}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .left-col img {mix-blend-mode: luminosity;}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .promo-gift-title {color: #292929; text-align: center}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .text-decor {
	font-size: 56px !important;
    bottom: 13px !important;
    right: -8px !important;
    position: relative !important}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .text-locations {color: #7A7A7A; margin-bottom: 20px}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .btns .transparent {
	margin-bottom: 10px;
	border: 1px dashed #F0C162;}
.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .btns .transparent::before {background-color: #fff0}
@media (max-width: 414px) {
	.popup-wrapper-X.popup-gift-certificate .popup-content-X {top: 50%}
	.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 {width: 380px}
	.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner {padding: 20px 10px;margin: 0 10px;}
	.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .left-col {margin-bottom: 15px}
}
@media (max-width: 320px) {
	.popup-wrapper-X.popup-gift-certificate .popup-container.size-2 {width: 300px}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes btn-scroll-animation {
  0% {
    height: 40px; }
  100% {
    height: 0; } }
@keyframes btn-scroll-animation {
  0% {
    height: 40px; }
  100% {
    height: 0; } }

.simple-animation {
  -webkit-transition: all .6s ease-in .4s;
  -o-transition: all .6s ease-in .4s;
  transition: all .6s ease-in .4s;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0; }

.simple-animation.animated {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#loader-wrapper {
  position: fixed;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: #ffffff;
  z-index: 2000; }

.bg:after {
  content: '';
  display: block; }

.wr-hd, .bg, .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.bg {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat; }

.wr-hd {
  overflow: hidden;
  z-index: -1; }

.icon-arrow {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px; }
  .icon-arrow::before, .icon-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 6px;
    background-color: #292929; }
  .icon-arrow::before {
    left: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .icon-arrow::after {
    right: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.container-xl {
  max-width: 1770px;
  padding: 0 15px;
  margin: 0 auto; }

.container-lg {
  max-width: 1390px;
  padding: 0 15px;
  margin: 0 auto; }

.title-wr {
  position: relative;
  display: inline; }
  .title-wr .text-decor, .popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .text-decor {
    font-family: 'Impossible', sans-serif;
    color: #eeba4f;
    font-size: 96px;
    display: block;
    position: absolute;
    bottom: -0.8em;
    right: -30px;
    -webkit-transform: rotate(-10deg) translateX(46%);
        -ms-transform: rotate(-10deg) translateX(46%);
            transform: rotate(-10deg) translateX(46%);
    line-height: 1em;
    white-space: nowrap; }
    @media (max-width: 991px) {
      .title-wr .text-decor {
        font-size: 54px; } }
    @media (max-width: 575px) {
      .title-wr .text-decor {
        display: none; } }
    .title-wr .text-decor.sm-size {
      font-size: 64px; }
      @media (max-width: 991px) {
        .title-wr .text-decor.sm-size {
          font-size: 40px; } }
  .title-wr .title {
    display: inline; }

.hr {
  border-bottom: 1px solid #e8e8e8; }

.bg.parallax-bg {
  height: 115%;
  top: -5%; }

.header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 12; }
  .header::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
    z-index: 9; }
  .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 90px; }
    @media (max-width: 991px) {
      .header-inner {
        height: 65px; } }
  .header .nav {
    padding-right: 160px;
    width: 50%; }
    @media (max-width: 991px) {
      .header .nav {
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 20px;
        width: 100%;
        height: -webkit-calc(100vh -  65px);
        height: calc(100vh -  65px);
        background-color: #ffffff;
        position: absolute;
        top: 65px;
        left: 0;
        z-index: 6;
        overflow: auto;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; } }
    .header .nav.active {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .header .nav > ul > li {
      display: inline-block;
      margin-right: 60px;
      text-transform: uppercase;
      font-size: 13px;
      color: #292929;
      cursor: pointer;
      border-bottom: 1px solid rgba(1, 1, 1, 0);
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s;
      padding: 2px 0;
      line-height: 1.8em; }
      @media (max-width: 1368px) {
        .header .nav > ul > li {
          margin-right: 30px; } }
      @media (max-width: 1199px) {
        .header .nav > ul > li {
          margin-right: 20px; } }
      @media (max-width: 991px) {
        .header .nav > ul > li {
          display: block;
          margin-bottom: 10px;
          margin-right: 0;
          text-align: center;
          padding: 0; }
          .header .nav > ul > li:last-of-type {
            margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .header .nav > ul > li.dropdown-wr {
          position: relative; } }
      @media (max-width: 991px) {
        .header .nav > ul > li.dropdown-wr .icon-arrow {
          position: absolute;
          right: 15px;
          top: 11px; } }
      @media (max-width: 991px) {
        .header .nav > ul > li.show-sub .icon-arrow {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); } }
      .header .nav > ul > li a {
        text-decoration: none;
        color: #292929;
        display: inline-block;
        line-height: 1.8em; }
      .header .nav > ul > li .icon-arrow {
        margin-left: 5px;
        margin-bottom: 3px;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition-delay: 0.2s;
             -o-transition-delay: 0.2s;
                transition-delay: 0.2s; }
        .header .nav > ul > li .icon-arrow::before, .header .nav > ul > li .icon-arrow::after {
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          -webkit-transition-delay: inherit;
               -o-transition-delay: inherit;
                  transition-delay: inherit; }
      .header .nav > ul > li:last-of-type {
        margin-right: 0; }
      @media (min-width: 992px) {
        .header .nav > ul > li:hover {
          border-bottom: 1px solid #eeba4f;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          color: #eeba4f; }
          .header .nav > ul > li:hover::before {
            width: 100%; }
          .header .nav > ul > li:hover > a {
            color: #eeba4f; }
          .header .nav > ul > li:hover .icon-arrow {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
            .header .nav > ul > li:hover .icon-arrow::before, .header .nav > ul > li:hover .icon-arrow::after {
              background-color: #eeba4f; }
          .header .nav > ul > li:hover .dropdown {
            -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0);
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.5s;
            transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.5s;
            -o-transition: opacity 0.3s, visibility 0.3s, transform 0.5s;
            transition: opacity 0.3s, visibility 0.3s, transform 0.5s;
            transition: opacity 0.3s, visibility 0.3s, transform 0.5s, -webkit-transform 0.5s; } }
    .header .nav .dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding-bottom: 30px;
      padding-top: 30px;
      background-color: #ffffff;
      cursor: default;
      -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.5s;
      transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.5s;
      -o-transition: opacity 0.3s, visibility 0.3s, transform 0.5s;
      transition: opacity 0.3s, visibility 0.3s, transform 0.5s;
      transition: opacity 0.3s, visibility 0.3s, transform 0.5s, -webkit-transform 0.5s;
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s;
      z-index: 4; }
      @media (max-width: 1368px) {
        .header .nav .dropdown {
          padding-bottom: 15px;
          padding-top: 15px;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 991px) {
        .header .nav .dropdown {
          opacity: 1;
          visibility: visible;
          position: static;
          padding: 10px 0 0 0;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          display: none; } }
      .header .nav .dropdown ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -15px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        @media (max-width: 991px) {
          .header .nav .dropdown ul {
            display: block;
            margin: 0; } }
      .header .nav .dropdown li {
        text-align: center; }
        @media (max-width: 1368px) {
          .header .nav .dropdown li {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 11.11%;
                -ms-flex: 0 1 11.11%;
                    flex: 0 1 11.11%; } }
        @media (max-width: 991px) {
          .header .nav .dropdown li {
            margin-bottom: 10px; }
            .header .nav .dropdown li:last-of-type {
              margin-bottom: 0; } }
        .header .nav .dropdown li a {
          display: block;
          padding: 15px;
          font-size: 15px;
          font-family: "PlayfairDisplay";
          letter-spacing: 0.4px;
          text-transform: none; }
          @media (max-width: 1368px) {
            .header .nav .dropdown li a {
              padding: 5px;
              font-size: 14px; } }
          @media (max-width: 991px) {
            .header .nav .dropdown li a {
              padding: 0;
              text-transform: uppercase;
              font-family: 'Muli', sans-serif;
              font-size: 13px; } }
          @media (min-width: 991px) {
            .header .nav .dropdown li a:hover {
              background-color: rgba(247, 233, 233, 0.5);
              color: #eeba4f; } }
      .header .nav .dropdown .image {
        display: block;
        line-height: 0;
        margin-bottom: 18px; }
        @media (max-width: 1368px) {
          .header .nav .dropdown .image {
            margin-bottom: 8px; } }
        @media (max-width: 991px) {
          .header .nav .dropdown .image {
            display: none; } }
        .header .nav .dropdown .image img {
          max-width: 100%; }
      @media (max-width: 991px) {
        .header .nav .dropdown.show-mob {
          display: block; } }
  .header .contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 55px; }
    @media (max-width: 1368px) {
      .header .contacts {
        margin-right: 35px; } }
    @media (max-width: 1199px) {
      .header .contacts {
        margin-right: 25px; } }
    .header .contacts:last-of-type {
      margin-right: 0; }
    .header .contacts .icon {
      display: inline-block;
      line-height: 0;
      margin-right: 8px; }
      .header .contacts .icon img {
        max-width: 100%; }
    .header .contacts a {
      text-decoration: none;
      color: #292929;
      font-size: 13px;
      letter-spacing: 0.2px; }
      @media (min-width: 992px) {
        .header .contacts a:hover {
          color: #eeba4f; } }
    .header .contacts-wr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-left: 160px;
      width: 50%; }
      @media (max-width: 991px) {
        .header .contacts-wr {
          padding-left: 0;
          width: auto; } }
      @media (max-width: 992px) {
        .header .contacts-wr.number-des {
          display: none; } }
      .header .contacts-wr.number-mob {
        display: block; }
        @media (min-width: 992px) {
          .header .contacts-wr.number-mob {
            display: none; } }
        .header .contacts-wr.number-mob .contacts {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: 0;
          margin-bottom: 10px; }
  .header .logo {
    width: 265px;
    display: inline-block;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 1199px) {
      .header .logo {
        width: 180px; } }
    @media (max-width: 991px) {
      .header .logo {
        width: 150px;
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    .header .logo img {
      max-width: 100%; }

.btn-burger {
  width: 35px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  z-index: 12; }
  @media (min-width: 991px) {
    .btn-burger {
      display: none; } }
  .btn-burger .icon {
    background-color: #292929;
    position: absolute;
    top: 14px;
    width: 100%;
    height: 3px;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s; }
    .btn-burger .icon:after {
      content: "";
      background-color: #292929;
      position: absolute;
      top: 14px;
      width: 100%;
      height: 3px;
      -webkit-transition-duration: 0.5s;
           -o-transition-duration: 0.5s;
              transition-duration: 0.5s; }
    .btn-burger .icon:before {
      content: "";
      background-color: #292929;
      position: absolute;
      top: -14px;
      width: 100%;
      height: 3px;
      -webkit-transition-duration: 0.5s;
           -o-transition-duration: 0.5s;
              transition-duration: 0.5s; }
  .btn-burger.active .icon {
    -webkit-transform: rotateZ(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotateZ(-180deg); }
    .btn-burger.active .icon:before {
      -webkit-transform: rotateZ(-45deg) scaleX(0.6) translate(-23px, -3px);
          -ms-transform: rotate(-45deg) scaleX(0.6) translate(-23px, -3px);
              transform: rotateZ(-45deg) scaleX(0.6) translate(-23px, -3px); }
    .btn-burger.active .icon:after {
      -webkit-transform: rotateZ(45deg) scaleX(0.6) translate(-23px, 3px);
          -ms-transform: rotate(45deg) scaleX(0.6) translate(-23px, 3px);
              transform: rotateZ(45deg) scaleX(0.6) translate(-23px, 3px); }

.baner {
  position: relative; height: 690px;}
  .baner .text-decor, .popup-wrapper-X.popup-gift-certificate .popup-container.size-2 .popup-inner .text-decor {
    -webkit-transform: rotate(-10deg) translateX(30%);
        -ms-transform: rotate(-10deg) translateX(30%);
            transform: rotate(-10deg) translateX(30%); }
  .baner .max-wd {
    max-width: 560px; }
  .baner-text {
    padding: 30px 0; }
    @media (max-width: 991px) {
      .baner-text {
        padding-left: 0; } }
  .baner-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 0; }
    @media (min-width: 991px) {
      .baner-inner {
        padding: 50px 0;
        height: -webkit-calc(100vh - 200px);
        height: calc(100vh - 200px); } }
  @media (max-width: 769px) {
    .baner .bg {
      background-position: top; } }

.scroll-baner {
  display: block;
  width: 135px;
  height: 135px;
  position: relative;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer; }
  @media (max-width: 991px) {
    .scroll-baner {
      width: 100px;
      height: 100px; } }
  .scroll-baner::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 40px;
    bottom: -webkit-calc(100% - 20px);
    bottom: calc(100% - 20px);
    left: 50%;
    background-color: #292929;
    z-index: 4; }
  .scroll-baner::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .scroll-baner .arrow {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 40px;
    top: -webkit-calc(100% - 20px);
    top: calc(100% - 20px);
    left: 50%;
    background-color: #292929;
    z-index: 4; }
    .scroll-baner .arrow::before, .scroll-baner .arrow::after {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 10px;
      background-color: #292929;
      bottom: 0;
      -webkit-transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
              transform-origin: 50% 100%; }
    .scroll-baner .arrow::before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .scroll-baner .arrow::after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .scroll-baner .anim-border {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .scroll-baner .halfCircle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    clip: rect(0, 130px, 55px, 0);
    display: block; }
    .scroll-baner .halfCircle::before {
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      border: 1px solid #cacfd0;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      clip: rect(0, 0px, 20px, 0);
      content: ''; }
  .scroll-baner .leftSide {
    -webkit-transform: rotate(275deg);
        -ms-transform: rotate(275deg);
            transform: rotate(275deg); }
  .scroll-baner .rightSide {
    -webkit-transform: rotate(95deg);
        -ms-transform: rotate(95deg);
            transform: rotate(95deg); }
  .scroll-baner .text-n {
    position: absolute;
    display: inline-block;
    font-size: 15px;
    font-family: "PlayfairDisplay";
    letter-spacing: 0.8px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 4; }
  @media (min-width: 991px) {
    .scroll-baner:hover .text-n {
      color: #eeba4f; }
    .scroll-baner:hover::after {
      width: -webkit-calc(100% + 2px);
      width: calc(100% + 2px);
      height: -webkit-calc(100% + 2px);
      height: calc(100% + 2px); } }
  .scroll-baner.light::after {
    background-color: #eeba4f; }
  .scroll-baner.light::before,
  .scroll-baner.light .arrow,
  .scroll-baner.light .arrow::before,
  .scroll-baner.light .arrow::after {
    background-color: #ffffff; }
  .scroll-baner.light .text-n {
    color: #ffffff; }

.justify-content-space-evenly {justify-content: space-evenly!important}
.justify-content-space-between {justify-content: space-between!important}
.align-content-center {align-content: center!important}
.align-items-center {align-items: center!important}