@charset "UTF-8";
/*!
Theme Name: Rabbit
Author: Виталий Н.
Author URI: https://inmark.com.ua
Description: Тема для сайта ресторана Rabbit
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: rabbit
*/
@import url(https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;500&family=Noto+Sans:wght@300;400;500;600&display=swap);
html {
  font-size: 16px;
  height: 100%
}
body {
  background-color: #ececec;
  font-family: "Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  min-width: 320px
}
:focus {
  outline-style: none;
  outline-width: 0!important;
  outline-color: none!important
}
.h1,
h1 {
  font-family: Bitter,serif;
  font-size: 120px;
  font-weight: 300;
  color: #171717;
  line-height: 110%
}
.h3,
h3 {
  font-family: Bitter,serif;
  font-weight: 300;
  font-size: 64px;
  color: #171717;
  line-height: 100.5%;
  text-align: center
}
@media (max-width:480px) {
  .h3,
  h3 {
    font-size: 48px
  }
}
a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
a:focus {
  outline: 0
}
a:hover {
  text-decoration: none
}
.form-control:focus,
button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn {
  border-radius: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e0e0e0;
  z-index: 1001
}
.loader {
  position: relative;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 100px;
  margin-left: -37.5px;
  margin-top: -100px
}
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #c6b097;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,.2)
}
.loader__bar:nth-child(1) {
  left: 0;
  -webkit-transform: scale(1,.2);
  -ms-transform: scale(1,.2);
  transform: scale(1,.2);
  -webkit-animation: barUp1 4s infinite;
  animation: barUp1 4s infinite
}
.loader__bar:nth-child(2) {
  left: 15px;
  -webkit-transform: scale(1,.4);
  -ms-transform: scale(1,.4);
  transform: scale(1,.4);
  -webkit-animation: barUp2 4s infinite;
  animation: barUp2 4s infinite
}
.loader__bar:nth-child(3) {
  left: 30px;
  -webkit-transform: scale(1,.6);
  -ms-transform: scale(1,.6);
  transform: scale(1,.6);
  -webkit-animation: barUp3 4s infinite;
  animation: barUp3 4s infinite
}
.loader__bar:nth-child(4) {
  left: 45px;
  -webkit-transform: scale(1,.8);
  -ms-transform: scale(1,.8);
  transform: scale(1,.8);
  -webkit-animation: barUp4 4s infinite;
  animation: barUp4 4s infinite
}
.loader__bar:nth-child(5) {
  left: 60px;
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-animation: barUp5 4s infinite;
  animation: barUp5 4s infinite
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #c6b097;
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
  animation: ball 4s infinite
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  5% {
    -webkit-transform: translate(8px,-14px);
    transform: translate(8px,-14px)
  }
  10% {
    -webkit-transform: translate(15px,-10px);
    transform: translate(15px,-10px)
  }
  17% {
    -webkit-transform: translate(23px,-24px);
    transform: translate(23px,-24px)
  }
  20% {
    -webkit-transform: translate(30px,-20px);
    transform: translate(30px,-20px)
  }
  27% {
    -webkit-transform: translate(38px,-34px);
    transform: translate(38px,-34px)
  }
  30% {
    -webkit-transform: translate(45px,-30px);
    transform: translate(45px,-30px)
  }
  37% {
    -webkit-transform: translate(53px,-44px);
    transform: translate(53px,-44px)
  }
  40% {
    -webkit-transform: translate(60px,-40px);
    transform: translate(60px,-40px)
  }
  50% {
    -webkit-transform: translate(60px,0);
    transform: translate(60px,0)
  }
  57% {
    -webkit-transform: translate(53px,-14px);
    transform: translate(53px,-14px)
  }
  60% {
    -webkit-transform: translate(45px,-10px);
    transform: translate(45px,-10px)
  }
  67% {
    -webkit-transform: translate(37px,-24px);
    transform: translate(37px,-24px)
  }
  70% {
    -webkit-transform: translate(30px,-20px);
    transform: translate(30px,-20px)
  }
  77% {
    -webkit-transform: translate(22px,-34px);
    transform: translate(22px,-34px)
  }
  80% {
    -webkit-transform: translate(15px,-30px);
    transform: translate(15px,-30px)
  }
  87% {
    -webkit-transform: translate(7px,-44px);
    transform: translate(7px,-44px)
  }
  90% {
    -webkit-transform: translate(0,-40px);
    transform: translate(0,-40px)
  }
  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  5% {
    -webkit-transform: translate(8px,-14px);
    transform: translate(8px,-14px)
  }
  10% {
    -webkit-transform: translate(15px,-10px);
    transform: translate(15px,-10px)
  }
  17% {
    -webkit-transform: translate(23px,-24px);
    transform: translate(23px,-24px)
  }
  20% {
    -webkit-transform: translate(30px,-20px);
    transform: translate(30px,-20px)
  }
  27% {
    -webkit-transform: translate(38px,-34px);
    transform: translate(38px,-34px)
  }
  30% {
    -webkit-transform: translate(45px,-30px);
    transform: translate(45px,-30px)
  }
  37% {
    -webkit-transform: translate(53px,-44px);
    transform: translate(53px,-44px)
  }
  40% {
    -webkit-transform: translate(60px,-40px);
    transform: translate(60px,-40px)
  }
  50% {
    -webkit-transform: translate(60px,0);
    transform: translate(60px,0)
  }
  57% {
    -webkit-transform: translate(53px,-14px);
    transform: translate(53px,-14px)
  }
  60% {
    -webkit-transform: translate(45px,-10px);
    transform: translate(45px,-10px)
  }
  67% {
    -webkit-transform: translate(37px,-24px);
    transform: translate(37px,-24px)
  }
  70% {
    -webkit-transform: translate(30px,-20px);
    transform: translate(30px,-20px)
  }
  77% {
    -webkit-transform: translate(22px,-34px);
    transform: translate(22px,-34px)
  }
  80% {
    -webkit-transform: translate(15px,-30px);
    transform: translate(15px,-30px)
  }
  87% {
    -webkit-transform: translate(7px,-44px);
    transform: translate(7px,-44px)
  }
  90% {
    -webkit-transform: translate(0,-40px);
    transform: translate(0,-40px)
  }
  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
}
@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1,.2);
    transform: scale(1,.2)
  }
  40% {
    -webkit-transform: scale(1,.2);
    transform: scale(1,.2)
  }
  50% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
  }
  90% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
  }
  100% {
    -webkit-transform: scale(1,.2);
    transform: scale(1,.2)
  }
}
@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1,.2);
    transform: scale(1,.2)
  }
  40% {
    -webkit-transform: scale(1,.2);
    transform: scale(1,.2)
  }
  50% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
  }
  90% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
  }
  100% {
    -webkit-transform: scale(1,.2);
    transform: scale(1,.2)
  }
}
@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1,.4);
    transform: scale(1,.4)
  }
  40% {
    -webkit-transform: scale(1,.4);
    transform: scale(1,.4)
  }
  50% {
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8)
  }
  90% {
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8)
  }
  100% {
    -webkit-transform: scale(1,.4);
    transform: scale(1,.4)
  }
}
@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1,.4);
    transform: scale(1,.4)
  }
  40% {
    -webkit-transform: scale(1,.4);
    transform: scale(1,.4)
  }
  50% {
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8)
  }
  90% {
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8)
  }
  100% {
    -webkit-transform: scale(1,.4);
    transform: scale(1,.4)
  }
}
@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1,.6);
    transform: scale(1,.6)
  }
  100% {
    -webkit-transform: scale(1,.6);
    transform: scale(1,.6)
  }
}
@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1,.6);
    transform: scale(1,.6)
  }
  100% {
    -webkit-transform: scale(1,.6);
    transform: scale(1,.6)
  }
}
@-webkit-keyframes barUp4 {
  0% {
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8)
  }
  40% {
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8)
  }
  50% {
    -webkit-transform: scale(1,.4);
    transform: scale(1,.4)
  }
  90% {
    -webkit-transform: scale(1,.4);
    transform: scale(1,.4)
  }
  100% {
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8)
  }
}
@keyframes barUp4 {
  0% {
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8)
  }
  40% {
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8)
  }
  50% {
    -webkit-transform: scale(1,.4);
    transform: scale(1,.4)
  }
  90% {
    -webkit-transform: scale(1,.4);
    transform: scale(1,.4)
  }
  100% {
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8)
  }
}
@-webkit-keyframes barUp5 {
  0% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
  }
  40% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
  }
  50% {
    -webkit-transform: scale(1,.2);
    transform: scale(1,.2)
  }
  90% {
    -webkit-transform: scale(1,.2);
    transform: scale(1,.2)
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
  }
}
@keyframes barUp5 {
  0% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
  }
  40% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
  }
  50% {
    -webkit-transform: scale(1,.2);
    transform: scale(1,.2)
  }
  90% {
    -webkit-transform: scale(1,.2);
    transform: scale(1,.2)
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
  }
}
.main-container {
  position: relative;
  min-height: calc(100vh - 58px)
}
.wrap-breadcrumbs {
  position: absolute;
  top: 112px;
  left: 148px;
  right: 0;
  z-index: 1;
  max-width: calc(50% - 204px)
}
.wrap-breadcrumbs span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0 10px
}
.wrap-breadcrumbs a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
  position: relative
}
.wrap-breadcrumbs a:after {
  content: "";
  background-color: #c6b097;
  display: block;
  opacity: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 100%
}
.wrap-breadcrumbs a:hover {
  color: #c6b097
}
.wrap-breadcrumbs a:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.wrap-breadcrumbs .breadcrumb_last {
  color: #c6b097
}
@media only screen and (max-width:1199px) {
  .wrap-breadcrumbs {
    left: 15px;
    max-width: calc(50% - 72px)
  }
}
@media only screen and (max-width:767px) {
  .wrap-breadcrumbs {
    left: 15px;
    max-width: calc(100% - 72px)
  }
}
.page-content {
  background: url(image/bg-rabbit.svg) 50% -91px no-repeat;
  padding-top: 78px
}
.main-content {
  margin-bottom: 70px
}
.btn-outline {
  border: 2.79px solid transparent;
  font-weight: 400;
  font-size: 19.5349px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  height: 60px;
  width: 100%
}
.btn-outline .arrow-right {
  margin-left: 13px;
  height: 19.53px;
  width: 19.53px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.btn-outline.white {
  border-color: #fff;
  color: #fff
}
.btn-outline.white .arrow-right {
  fill: #fff
}
.btn-outline.white:hover {
  background-color: #fff;
  color: #c6b097
}
.btn-outline.white:hover .arrow-right {
  fill: #c6b097
}
.btn-outline.brown {
  border-color: #c6b097;
  color: #fff;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}
.btn-outline.brown .arrow-right {
  fill: #fff
}
.btn-outline.brown:hover {
  background-color: #c6b097;
  color: #171717
}
.btn-outline.brown:hover .arrow-right {
  fill: #171717
}
.btn-prim {
  background-color: #c6b097;
  font-size: 16px;
  font-weight: 400;
  color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  height: 60px;
  max-width: 200px;
  white-space: nowrap;
  width: 100%
}
.btn-prim.white {
  background-color: #fff;
  color: #171717
}
.btn-prim .arrow-right {
  fill: #171717;
  margin-left: 13px;
  height: 18px;
  width: 18px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.btn-prim:hover {
  background-color: #fff
}
.btn-prim:hover.black {
  background-color: #171717;
  color: #fff
}
.btn-prim:hover.black .arrow-right {
  fill: #fff
}
.btn-prim:hover.white {
  background-color: #171717;
  color: #fff
}
.form-control::-webkit-input-placeholder {
  color: #000
}
.form-control:-moz-placeholder {
  color: #000
}
.form-control::-moz-placeholder {
  color: #000
}
.form-control:-ms-input-placeholder {
  color: #000
}
.form-control::-ms-input-placeholder {
  color: #000
}
:focus::-webkit-input-placeholder {
  color: transparent
}
:focus::-moz-placeholder {
  color: transparent
}
:focus:-moz-placeholder {
  color: transparent
}
:focus:-ms-input-placeholder {
  color: transparent
}
.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #171717;
  border-radius: 0;
  font-weight: 300;
  font-size: 20px;
  color: #171717;
  line-height: 27px;
  text-align: center;
  padding: 0 13px 16px;
  height: 43px
}
.form-control:focus {
  background-color: transparent;
  border-color: #171717
}
.invalid-feedback {
  position: absolute
}
.bootstrap-select {
  width: 100%
}
.bootstrap-select > .dropdown-toggle,
.bootstrap-select.show > .dropdown-toggle.btn-light {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #171717;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 300;
  font-size: 20px;
  color: #171717;
  line-height: 27px;
  padding: 0 13px 16px;
  height: 43px
}
.bootstrap-select > .dropdown-toggle:after,
.bootstrap-select.show > .dropdown-toggle.btn-light:after {
  border: none;
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.93085 6.21967C5.22374 5.92678 5.69862 5.92678 5.99151 6.21967L9.96118 10.1893L13.9309 6.21967C14.2237 5.92678 14.6986 5.92678 14.9915 6.21967C15.2844 6.51256 15.2844 6.98744 14.9915 7.28033L10.4915 11.7803C10.1986 12.0732 9.72374 12.0732 9.43085 11.7803L4.93085 7.28033C4.63796 6.98744 4.63796 6.51256 4.93085 6.21967Z' fill='%23171717'/%3e%3c/svg%3e");
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  line-height: 0;
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1)
}
.bootstrap-select > .dropdown-toggle .bs-caret,
.bootstrap-select.show > .dropdown-toggle.btn-light .bs-caret {
  display: none
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select.show > .dropdown-toggle.btn-light.bs-placeholder {
  color: #171717
}
.bootstrap-select > .dropdown-toggle.active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.btn-light:hover,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle:not(:disabled):not(.disabled):active,
.bootstrap-select.show > .dropdown-toggle.btn-light.active,
.bootstrap-select.show > .dropdown-toggle.btn-light.bs-placeholder:hover,
.bootstrap-select.show > .dropdown-toggle.btn-light.btn-light:hover,
.bootstrap-select.show > .dropdown-toggle.btn-light:active,
.bootstrap-select.show > .dropdown-toggle.btn-light:focus,
.bootstrap-select.show > .dropdown-toggle.btn-light:hover,
.bootstrap-select.show > .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active {
  background-color: transparent!important;
  border: none;
  border-bottom: 2px solid #171717;
  color: #171717;
  outline: 0!important
}
.bootstrap-select.show > .dropdown-toggle.btn-light:after {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1)
}
.bootstrap-select > .dropdown-menu {
  border: 1px solid #ececec;
  background-color: #ececec;
  -webkit-box-shadow: 14px 12px 21px rgba(0,0,0,.23);
  box-shadow: 14px 12px 21px rgba(0,0,0,.23);
  border-radius: 0;
  margin-top: 26px;
  overflow: visible!important;
  padding: 15px 0;
  min-width: unset;
  max-width: 260px;
  left: 50%!important;
  -webkit-transform: translate3d(-50%,43px,0)!important;
  transform: translate3d(-50%,43px,0)!important;
  width: 100%
}
.bootstrap-select > .dropdown-menu:before {
  background-color: #ececec;
  content: "";
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  height: 27px;
  width: 27px;
  position: absolute;
  top: -10px;
  left: 50%
}
.bootstrap-select ul.dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 5px 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  text-align: center
}
.bootstrap-select ul.dropdown-menu > li > a {
  color: #171717;
  background-color: #ececec
}
.bootstrap-select ul.dropdown-menu > li > a span:after {
  content: "";
  background-color: #c6b097;
  display: block;
  opacity: 0;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.bootstrap-select ul.dropdown-menu > li > a:active,
.bootstrap-select ul.dropdown-menu > li > a:focus,
.bootstrap-select ul.dropdown-menu > li > a:hover {
  background-color: #ececec;
  text-decoration: none
}
.bootstrap-select ul.dropdown-menu > li > a:active span,
.bootstrap-select ul.dropdown-menu > li > a:focus span,
.bootstrap-select ul.dropdown-menu > li > a:hover span {
  text-decoration: none
}
.bootstrap-select ul.dropdown-menu > li > a:active span:after,
.bootstrap-select ul.dropdown-menu > li > a:focus span:after,
.bootstrap-select ul.dropdown-menu > li > a:hover span:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.bootstrap-select ul.dropdown-menu > .active > a {
  background-color: #ececec;
  color: #c6b097
}
.bootstrap-select ul.dropdown-menu > .active > a:active,
.bootstrap-select ul.dropdown-menu > .active > a:focus,
.bootstrap-select ul.dropdown-menu > .active > a:hover {
  background-color: #ececec;
  color: #c6b097
}
.pagination {
  margin: 52px 0 47px
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  width: 100%
}
.pagination .nav-links a,
.pagination .nav-links span {
  border: 2px solid #c6b097;
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  line-height: 1;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px 0;
  height: 40px;
  width: 40px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.pagination .nav-links a:hover,
.pagination .nav-links span:hover {
  background-color: #171717;
  border-color: #171717;
  color: #fff;
  text-decoration: none
}
.pagination .nav-links a:hover .chevron-left,
.pagination .nav-links a:hover .chevron-right,
.pagination .nav-links span:hover .chevron-left,
.pagination .nav-links span:hover .chevron-right {
  fill: #fff
}
.pagination .nav-links a.current,
.pagination .nav-links span.current {
  background-color: #c6b097;
  border-color: #c6b097;
  color: #171717
}
.pagination .nav-links .next,
.pagination .nav-links .prev {
  line-height: 37px
}
.pagination .nav-links .chevron-left,
.pagination .nav-links .chevron-right {
  fill: #171717;
  height: 14px;
  width: 14px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c6b097;
  -webkit-box-shadow: #c6b097 0 1px 3px 0 inset;
  box-shadow: #c6b097 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  line-height: 1.5;
  text-align: center
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c6b097;
  -webkit-box-shadow: #c6b097 0 1px 3px 0 inset;
  box-shadow: #c6b097 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
  text-align: center
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 0
}
.page-template-success {
  background: #ececec url(image/success-img.webp) no-repeat;
  background-position: calc(50% - 360px) bottom
}
.page-template-success .left-sidebar,
.page-template-success .right-sidebar {
  background-color: #ececec
}
.page-template-success .block-success {
  font-family: Bitter,serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  margin-left: auto;
  width: 50%
}
.page-template-success .block-success h1 {
  font-family: Bitter,serif;
  font-weight: 400;
  font-size: 58px;
  font-size: calc(1.4875rem + 2.85vw);
  line-height: 140%;
  max-width: 457px
}
@media (min-width:1200px) {
  .page-template-success .block-success h1 {
    font-size: 3.625rem
  }
}
.page-template-success .block-success .btn-prim {
  margin-top: 40px;
  max-width: 241px
}
@media only screen and (max-width:991px) {
  .page-template-success {
    background-position: calc(50% - 209px) bottom;
    background-size: auto 70%
  }
}
@media only screen and (max-width:479px) {
  .page-template-success {
    background-position: calc(50% - 209px) bottom;
    background-size: auto 57%
  }
  .page-template-success .block-success {
    width: 68%
  }
}
@media only screen and (max-width:379px) {
  .page-template-success {
    background-position: calc(50% - 146px) bottom;
    background-size: auto 48%
  }
  .page-template-success .block-success {
    width: 80%
  }
}
#page-404,
#page-success {
  background: url(image/bg-rabbit.svg) no-repeat;
  background-position: center -218px;
  background-size: 584px 1118px;
  height: 100%
}
#page-404 .logo-block,
#page-success .logo-block {
  position: static;
  margin-bottom: 87px
}
.error404 {
  background: url(image/spoon.webp) no-repeat,url(image/fork.png) no-repeat;
  background-size: 494px 831px,453px 792px;
  background-position: calc(50% - 340px) bottom,calc(50% + 414px) bottom;
  background-color: #ececec
}
.error404 .left-sidebar,
.error404 .right-sidebar {
  background-color: #ececec
}
@media only screen and (max-width:767px) {
  .error404 {
    background-position: calc(50% - 248px) bottom,calc(50% + 294px) bottom
  }
}
@media (max-height:500px) {
  .error404 {
    background-position: calc(50% - 248px) top,calc(50% + 294px) top
  }
}
#page-404 .block-404 {
  text-align: center
}
#page-404 .block-404 h5 {
  font-family: Bitter,serif;
  font-weight: 400;
  font-size: 62px;
  color: #171717;
  line-height: 110%
}
#page-404 .block-404 h3 {
  font-family: Bitter,serif;
  font-weight: 600;
  font-size: 238px;
  color: #c6b097;
  line-height: 110%
}
#page-404 .block-404 a {
  margin: 0 auto;
  max-width: 241px
}
@media only screen and (max-width:767px) {
  #page-404 .block-404 h3 {
    font-size: 160px
  }
}
.header .left-sidebar {
  background: rgba(0,0,0,.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 62px;
  padding-left: 57px;
  position: fixed;
  left: 0;
  top: 0;
  height: 93px;
  max-height: 988px;
  width: 100%;
  z-index: 4;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.header .left-sidebar.smallMenu {
  height: 60px
}
.header .left-sidebar .menu-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px
}
.header .left-sidebar .menu-btn .btn-link {
  padding: 0;
  line-height: 0
}
.header .left-sidebar .menu-btn .menu-icon {
  fill: #fff;
  height: 49px;
  width: 52px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.header .left-sidebar .menu-btn .menu-icon:hover {
  fill: #c6b097
}
.header .left-sidebar .left-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  width: 100%
}
.header .left-sidebar .left-menu ul li {
  margin: 0 24px
}
.header .left-sidebar .left-menu ul li a {
  font-family: "Noto Sans",sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1
}
.header .left-sidebar .left-menu ul li a:after {
  content: "";
  background-color: #c6b097;
  display: block;
  opacity: 0;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.header .left-sidebar .left-menu ul li a:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.header .left-sidebar .phone a {
  font-family: "Noto Sans",sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1
}
.header .left-sidebar .phone a:after {
  content: "";
  background-color: #c6b097;
  display: block;
  opacity: 0;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.header .left-sidebar .phone a:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.header .right-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  max-height: 988px;
  width: 57px
}
.header .right-sidebar a,
.header .right-sidebar p {
  font-family: "Noto Sans",sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #171717;
  line-height: 1;
  margin-bottom: 0;
  white-space: nowrap
}
.header .right-sidebar .right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.header .right-sidebar .right-menu .btn-link {
  padding: 0;
  line-height: 0;
  margin-left: 85px;
  margin-right: 79px
}
.header .right-sidebar .right-menu .menu-icon {
  fill: #171717;
  height: 49px;
  width: 52px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.header .right-sidebar .right-menu .menu-icon:hover {
  fill: #c6b097
}
.header .right-sidebar .right-menu a {
  font-family: "Noto Sans",sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #171717;
  line-height: 1
}
.header .right-sidebar .right-menu a:after {
  content: "";
  background-color: #c6b097;
  display: block;
  opacity: 0;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.header .right-sidebar .right-menu a:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
@media (max-width:850px) {
  .header .left-sidebar .left-menu ul li {
    margin: 0 15px
  }
}
@media only screen and (max-width:767px) {
  .header .left-sidebar .left-menu {
    display: none
  }
}
@media only screen and (max-width:575px) {
  .header .left-sidebar {
    padding-right: 32px;
    padding-left: 27px
  }
}
.logo-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3
}
.logo-block .logo {
  padding-top: 150px;
  text-align: center
}
.home .left-sidebar {
  background: 0 0
}
.home .left-sidebar.smallMenu {
  background: rgba(0,0,0,.2)
}
@media only screen and (max-width:767px) {
  .home .logo-block .logo {
    padding-top: 93px
  }
}
.header-slider {
  height: 988px
}
.header-slider .btn-prim {
  max-width: 314px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 58%;
  -webkit-transform: translate(-50%,calc(-50% + 174px));
  -ms-transform: translate(-50%,calc(-50% + 174px));
  transform: translate(-50%,calc(-50% + 174px))
}
@media only screen and (max-width:767px) {
  .header-slider {
    height: 768px
  }
  .header-slider .btn-prim {
    top: 53%
  }
}
#home-slider {
  color: #fff;
  text-align: center;
  height: 100%
}
#home-slider .slick-list,
#home-slider .slick-list > div,
#home-slider .slick-slide,
#home-slider .slick-slide > div,
#home-slider .slide-item {
  height: 100%
}
#home-slider .slick-next,
#home-slider .slick-prev {
  top: 58%
}
#home-slider .slick-slide .slide-item {
  position: relative
}
#home-slider .slick-slide .slide-item .slide-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  margin-top: 93px
}
#home-slider .slick-slide .slide-item .slide-caption .h1,
#home-slider .slick-slide .slide-item .slide-caption h1 {
  color: #fff;
  margin-bottom: 31px
}
#home-slider .slick-slide .slide-item .slide-caption .h1 a,
#home-slider .slick-slide .slide-item .slide-caption h1 a {
  color: #fff
}
#home-slider .slick-slide .slide-item .slide-caption .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #c6b097;
  line-height: 30px
}
#home-slider .slick-prev {
  left: 94px
}
#home-slider .slick-next {
  right: 94px
}
@media (max-width:1280px) {
  #home-slider .slick-prev {
    left: 15px
  }
  #home-slider .slick-next {
    right: 15px
  }
}
@media only screen and (max-width:767px) {
  #home-slider .slick-slide .slide-item .slide-caption h1 {
    font-size: calc(1.875rem + 7.5vw)
  }
}
@media only screen and (max-width:767px) and (min-width:1200px) {
  #home-slider .slick-slide .slide-item .slide-caption h1 {
    font-size: 7.5rem
  }
}
@media only screen and (max-width:767px) {
  #home-slider .slick-next,
  #home-slider .slick-prev {
    display: none!important
  }
}
@media (max-width:374px) {
  #home-slider .slick-slide .slide-item .slide-caption h1 {
    font-size: 44px
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 28px;
  width: 28px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: 0;
  z-index: 4
}
.slick-next.slick-disabled .icon,
.slick-prev.slick-disabled .icon {
  fill: #c4c4c4!important
}
.slick-next .chevron-left,
.slick-next .chevron-right,
.slick-prev .chevron-left,
.slick-prev .chevron-right {
  fill: #fff;
  height: 28px;
  width: 28px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.slick-next:hover .chevron-left,
.slick-next:hover .chevron-right,
.slick-prev:hover .chevron-left,
.slick-prev:hover .chevron-right {
  fill: #c6b097!important
}
.slick-prev {
  left: 94px
}
.slick-next {
  right: 94px
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: 88px;
  display: block;
  text-align: center;
  list-style: none;
  line-height: 0;
  padding: 0;
  margin: 0;
  width: 100%
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 12px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  border: 2px solid #fff;
  border-radius: 50%;
  background: 0 0;
  display: block;
  height: 10px;
  width: 10px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer
}
.slick-dots li.slick-active {
  height: 15px;
  width: 15px
}
.slick-dots li.slick-active button {
  background-color: #fff;
  height: 15px;
  width: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.slick-dots li.slick-active button:hover {
  background-color: #c6b097;
  border-color: #c6b097
}
.affiche {
  margin-bottom: 68px
}
.affiche h3 {
  margin-bottom: 92px
}
@media only screen and (max-width:379px) {
  .affiche h3 {
    margin-bottom: 52px
  }
}
#affiche-slider {
  padding-bottom: 70px
}
#affiche-slider .slick-list {
  margin-left: 116px;
  margin-right: 116px
}
#affiche-slider .slick-list .slick-slide {
  padding: 0 10px;
  text-align: center
}
#affiche-slider .affiche-item {
  position: relative;
  overflow: hidden
}
#affiche-slider .affiche-item:before {
  content: "";
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(23,23,23,0)),to(#171717));
  background: -o-linear-gradient(top,rgba(23,23,23,0) 0,#171717 100%);
  background: linear-gradient(180deg,rgba(23,23,23,0) 0,#171717 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
#affiche-slider .affiche-item .affiche-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 18px;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  height: 84px;
  width: 100%
}
#affiche-slider .affiche-item h5 {
  font-family: Bitter,serif;
  font-size: 30px;
  font-weight: 500;
  color: #171717;
  line-height: 100.5%;
  margin-bottom: 12px
}
#affiche-slider .affiche-item .date {
  font-family: Bitter,serif;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 100.5%
}
#affiche-slider .affiche-item .image {
  overflow: hidden
}
#affiche-slider .affiche-item .image img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
#affiche-slider .affiche-item .buttons {
  padding: 0 18px;
  position: absolute;
  bottom: 31px;
  left: 0;
  width: 100%
}
#affiche-slider .affiche-item .buttons .btn-prim {
  max-width: none
}
#affiche-slider .affiche-item:hover .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: saturate(1);
  filter: saturate(1)
}
#affiche-slider .slick-next .chevron-left,
#affiche-slider .slick-next .chevron-right,
#affiche-slider .slick-prev .chevron-left,
#affiche-slider .slick-prev .chevron-right {
  fill: #171717
}
#affiche-slider .slick-prev {
  left: 36px
}
#affiche-slider .slick-next {
  right: 36px
}
#affiche-slider .slick-dots {
  bottom: 0
}
#affiche-slider .slick-dots li button {
  border-color: #171717
}
#affiche-slider .slick-dots li.slick-active {
  height: 10px;
  width: 10px
}
#affiche-slider .slick-dots li.slick-active button {
  background-color: #171717
}
@media (max-width:1024px) {
  #affiche-slider .slick-list {
    margin-left: 50px;
    margin-right: 50px
  }
  #affiche-slider .slick-prev {
    left: 15px
  }
  #affiche-slider .slick-next {
    right: 15px
  }
}
@media only screen and (max-width:767px) {
  #affiche-slider .slick-list {
    margin-left: 0;
    margin-right: 0
  }
  #affiche-slider .slick-next,
  #affiche-slider .slick-prev {
    display: none!important
  }
}
@media only screen and (max-width:379px) {
  #affiche-slider .affiche-item h5 {
    font-size: 24px
  }
}
.event-slider {
  height: 988px
}
@media (max-width:952px) {
  .event-slider {
    height: auto
  }
}
.category-afisha .event-slider {
  margin-bottom: 78px
}
#affiche-page-slider {
  height: 100%
}
#affiche-page-slider .event-item,
#affiche-page-slider .event-row,
#affiche-page-slider .slick-list,
#affiche-page-slider .slick-list > div,
#affiche-page-slider .slick-slide,
#affiche-page-slider .slick-slide > div {
  height: 100%
}
#affiche-page-slider .event-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#affiche-page-slider .event-row .event-banner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}
#affiche-page-slider .event-row .event-banner img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 988px;
  width: 952px
}
#affiche-page-slider .event-row .event-info {
  background: #d9d9d9 url(image/bg-rabbit.svg) no-repeat;
  background-size: 998px 1912px;
  background-position: -499px -511px;
  text-align: center;
  padding: 88px 3%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%
}
#affiche-page-slider .event-row .event-info .logo {
  margin-bottom: 57px
}
#affiche-page-slider .event-row .event-info .logo img {
  display: inline-block;
  margin: 0 auto;
  max-height: 170px
}
#affiche-page-slider .event-row .event-info .h3,
#affiche-page-slider .event-row .event-info h3 {
  font-size: calc(1.525rem + 3.3vw);
  margin-bottom: 40px;
  overflow-wrap: break-word
}
@media (min-width:1200px) {
  #affiche-page-slider .event-row .event-info .h3,
  #affiche-page-slider .event-row .event-info h3 {
    font-size: 4rem
  }
}
#affiche-page-slider .event-row .event-info .event-locations {
  font-family: Bitter,serif;
  font-weight: 300;
  font-size: 36px;
  font-size: calc(1.35rem + 1.2vw);
  line-height: 110%;
  margin-bottom: 18px
}
@media (min-width:1200px) {
  #affiche-page-slider .event-row .event-info .event-locations {
    font-size: 2.25rem
  }
}
#affiche-page-slider .event-row .event-info .event-date {
  font-family: Bitter,serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 110%;
  margin-bottom: 107px
}
#affiche-page-slider .event-row .event-info .btn-prim {
  margin: 0 auto;
  max-width: 304px;
  height: 70px
}
#affiche-page-slider .slick-next .chevron-right {
  fill: #171717
}
#affiche-page-slider .slick-dots {
  left: 25%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media (max-width:952px) {
  #affiche-page-slider .event-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  #affiche-page-slider .event-row .event-banner img {
    -o-object-fit: unset;
    object-fit: unset;
    margin: 0 auto;
    height: 100%;
    width: auto
  }
  #affiche-page-slider .event-row .event-info {
    padding: 30px 3% 60px
  }
  #affiche-page-slider .event-row .event-info .logo {
    margin-bottom: 30px
  }
  #affiche-page-slider .event-row .event-info .logo img {
    max-height: 130px
  }
  #affiche-page-slider .event-row .event-info .event-date {
    margin-bottom: 40px
  }
  #affiche-page-slider .slick-dots {
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  #affiche-page-slider .slick-dots li button {
    border: 2px solid #171717
  }
  #affiche-page-slider .slick-dots li.slick-active button {
    background-color: #171717
  }
}
@media (max-width:390px) {
  #affiche-page-slider .event-row .event-info .h3 {
    font-size: 30px
  }
  #affiche-page-slider .event-row .event-info .event-date {
    font-size: 28px
  }
}
#locations-slider .slick-slide > div {
  padding: 0 15px
}
@media (max-width:424px) {
  #locations-slider .slick-slide > div {
    padding: 0
  }
}
#locations-slider .slick-prev {
  left: 0
}
#locations-slider .slick-prev .chevron-left {
  fill: #171717
}
#locations-slider .slick-next {
  right: 0
}
#locations-slider .slick-next .chevron-right {
  fill: #171717
}
#locations-slider .slick-dots {
  bottom: 0
}
#locations-slider .slick-dots li button {
  border-color: #171717
}
#locations-slider .slick-dots li.slick-active {
  height: 10px;
  width: 10px
}
#locations-slider .slick-dots li.slick-active button {
  background-color: #171717
}
@media (max-width:1199px) {
  #locations-slider {
    padding-bottom: 70px;
    margin-bottom: 0
  }
}
.locations {
  margin-bottom: 77px
}
.locations h3 {
  margin-bottom: 93px
}
.locations .container-lg {
  padding-left: 0;
  padding-right: 0
}
.locations .loc-item {
  position: relative;
  margin: 0 auto
}
.locations .loc-item .image {
  background-blend-mode: hue,normal;
  background-position: center!important;
  margin: 0 0 0 28px;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.locations .loc-item .image img {
  -webkit-filter: saturate(.4);
  filter: saturate(.4);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.locations .loc-item .title {
  background: rgba(255,255,255,.6);
  font-family: Bitter,serif;
  font-size: 20px;
  font-weight: 400;
  color: #171717;
  padding: 12px;
  position: absolute;
  left: 0;
  top: 27px
}
.locations .loc-item .btn-prim {
  position: absolute;
  right: 18px;
  left: 46px;
  bottom: 39px;
  max-width: none;
  width: calc(100% - 64px)
}
.locations .loc-item:hover .image img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-filter: saturate(1);
  filter: saturate(1)
}
.menu-delivery {
  margin-bottom: 78px
}
.menu-delivery h3 {
  margin-bottom: 93px
}
.menu-delivery .menu-delivery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
.menu-delivery .menu-delivery-box .menu-image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  overflow: hidden;
  position: relative
}
.menu-delivery .menu-delivery-box .menu-image img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all
}
.menu-delivery .menu-delivery-box .menu-image .btn-outline {
  position: absolute;
  bottom: calc(-100% + 89px);
  right: 82px;
  max-width: 257px;
  z-index: 1;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all
}
.menu-delivery .menu-delivery-box .menu-image.hover-block img,
.menu-delivery .menu-delivery-box .menu-image:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
.menu-delivery .menu-delivery-box .menu-image.hover-block .btn-outline,
.menu-delivery .menu-delivery-box .menu-image:hover .btn-outline {
  bottom: 81px
}
.menu-delivery .menu-delivery-box .delivery-info {
  font-weight: 500;
  background: #d9d9d9 url(image/bg-rabbit.svg) no-repeat;
  background-size: 426px 816px;
  background-position: calc(100% + 213px) -70px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 100px 70px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.menu-delivery .menu-delivery-box .delivery-info h5 {
  font-family: Bitter,serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100.5%;
  margin-bottom: 53px
}
.menu-delivery .menu-delivery-box .delivery-info .delivery-phone {
  font-weight: 600;
  font-size: 36px;
  line-height: 133%;
  margin: 36px 0 30px
}
.menu-delivery .menu-delivery-box .delivery-info .delivery-phone a {
  color: #171717
}
.menu-delivery .menu-delivery-box .delivery-info .delivery-phone a:hover {
  color: #c6b097
}
.menu-delivery .menu-delivery-box .delivery-info .btn-prim {
  height: 60px;
  max-width: 288px;
  margin-top: 71px
}
@media (max-width:968px) {
  .menu-delivery .menu-delivery-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh
  }
  .menu-delivery .menu-delivery-box .delivery-info {
    padding: 50px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
  .menu-delivery .menu-delivery-box .delivery-info .btn-prim {
    margin-top: 40px
  }
}
@media only screen and (max-width:767px) {
  .menu-delivery .menu-delivery-box .menu-image .btn-outline {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
  }
}
@media (max-width:500px) {
  .menu-delivery .menu-delivery-box .delivery-info {
    padding: 50px 24px
  }
  .menu-delivery .menu-delivery-box .delivery-info .delivery-phone {
    font-size: 23px
  }
}
.rent-location {
  margin-bottom: 77px
}
.rent-location h3 {
  margin-bottom: 92px
}
.rent-location .rent-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1121px
}
.rent-location .rent-box .image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%
}
.rent-location .rent-box .text {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 44px
}
.rent-location .rent-box .text p {
  margin-bottom: 26px
}
.rent-location .rent-box .brown {
  color: #171717;
  max-width: 240px
}
.rent-location .rent-box .brown .arrow-right {
  fill: #171717
}
.rent-location .slick-dotted.slick-slider {
  margin-bottom: 0
}
@media only screen and (max-width:767px) {
  .rent-location .rent-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .rent-location .rent-box .image {
    margin-bottom: 30px;
    padding: 0;
    width: 100%
  }
  .rent-location .rent-box .text {
    padding-left: 24px;
    padding-right: 24px
  }
}
@media (max-width:425px) {
  .rent-location h3 {
    margin: 0 24px 92px
  }
}
.page-rent {
  min-height: 988px
}
.page-rent #rent-slider {
  height: 100%
}
.page-rent .rent-row,
.page-rent .rent-slide,
.page-rent .slick-list,
.page-rent .slick-list > div,
.page-rent .slick-slide,
.page-rent .slick-slide > div {
  height: 100%
}
.page-rent .rent-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.page-rent .rent-row .page-rent-slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%
}
.page-rent .rent-row .page-rent-slider img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: auto;
  max-width: 100%
}
.page-rent .rent-row .page-rent-slider .slick-dotted.slick-slider {
  margin-bottom: 0
}
.page-rent .rent-row .page-rent-info {
  background: #d9d9d9 url(image/bg-rabbit.svg) no-repeat;
  background-size: 998px 1912px;
  background-position: -499px -511px;
  text-align: center;
  padding: 88px 3%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%
}
.page-rent .rent-row .page-rent-info .logo {
  margin-bottom: 57px
}
.page-rent .rent-row .page-rent-info .logo img {
  display: inline-block;
  margin: 0 auto;
  max-height: 170px
}
.page-rent .rent-row .page-rent-info .h3,
.page-rent .rent-row .page-rent-info h1 {
  font-size: calc(1.525rem + 3.3vw);
  margin-bottom: 40px;
  overflow-wrap: break-word
}
@media (min-width:1200px) {
  .page-rent .rent-row .page-rent-info .h3,
  .page-rent .rent-row .page-rent-info h1 {
    font-size: 4rem
  }
}
.page-rent .rent-row .page-rent-info .btn-prim {
  margin: 0 auto;
  max-width: 304px;
  height: 70px
}
@media (max-width:952px) {
  .page-rent .rent-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .page-rent .rent-row .page-rent-slider {
    height: 100%;
    width: 100%
  }
  .page-rent .rent-row .page-rent-slider .rent-slide {
    margin-bottom: -10px
  }
  .page-rent .rent-row .page-rent-slider img {
    -o-object-fit: unset;
    object-fit: unset;
    height: 100%;
    width: auto
  }
  .page-rent .rent-row .page-rent-info {
    padding: 40px 3%
  }
}
#projects-slider .slick-dots {
  bottom: 0
}
#projects-slider .slick-dots li button {
  border-color: #171717
}
#projects-slider .slick-dots li.slick-active {
  height: 10px;
  width: 10px
}
#projects-slider .slick-dots li.slick-active button {
  background-color: #171717
}
@media (max-width:1490px) {
  #projects-slider {
    padding-bottom: 70px;
    margin-bottom: 0
  }
}
.projects {
  margin-bottom: 77px
}
.projects h3 {
  margin-bottom: 93px
}
.projects .projects-list .project-item {
  position: relative;
  overflow: hidden
}
.projects .projects-list .project-item .image {
  overflow: hidden
}
.projects .projects-list .project-item .image img {
  -webkit-filter: saturate(.17);
  filter: saturate(.17);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.projects .projects-list .project-item .project-logo {
  position: absolute;
  left: 0;
  bottom: 63px;
  opacity: 1;
  text-align: center;
  padding: 0 57px;
  width: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s
}
.projects .projects-list .project-item .project-logo img {
  max-height: 201px;
  margin: 0 auto
}
.projects .projects-list .project-item .project-caption {
  background: -webkit-gradient(linear,left top,left bottom,from(#c6b097),to(#c6b097));
  background: -o-linear-gradient(top,#c6b097 0,#c6b097 100%);
  background: linear-gradient(180deg,#c6b097 0,#c6b097 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 54px 42px 41px;
  margin: 30px 25px;
  height: calc(100% - 60px);
  position: absolute;
  top: 25%;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(.1);
  -ms-transform: scale(.1);
  transform: scale(.1);
  width: calc(100% - 50px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.projects .projects-list .project-item .project-caption .title {
  position: relative;
  text-align: center;
  -webkit-transform: translate3d(0,300px,0);
  transform: translate3d(0,300px,0);
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.projects .projects-list .project-item .project-caption .title img {
  max-height: 201px;
  margin: 0 auto
}
.projects .projects-list .project-item .project-caption .excerpt {
  font-family: Bitter,serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin: 10px 0;
  max-height: 125px;
  overflow: hidden
}
.projects .projects-list .project-item .buttons {
  -webkit-transform: translate3d(0,400px,0);
  transform: translate3d(0,400px,0);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s
}
.projects .projects-list .project-item:hover .image img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
.projects .projects-list .project-item:hover .project-logo {
  -webkit-transform: translate3d(0,-296px,0);
  transform: translate3d(0,-296px,0);
  opacity: 0
}
.projects .projects-list .project-item:hover .project-caption {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.projects .projects-list .project-item:hover .project-caption .title {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1
}
.projects .projects-list .project-item:hover .buttons {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
@media (max-width:1674px) {
  .projects .projects-list .project-item .project-logo img {
    max-height: 156px
  }
  .projects .projects-list .project-item .project-caption {
    padding: 42px 33px 33px;
    margin: 23px;
    height: calc(100% - 46px);
    width: calc(100% - 46px)
  }
  .projects .projects-list .project-item .project-caption .title img {
    max-height: 156px
  }
  .projects .projects-list .project-item .project-caption .excerpt {
    font-size: 14px
  }
  .projects .projects-list .project-item .project-caption .btn-outline {
    height: 46px
  }
}
@media (max-width:930px) {
  .projects .projects-list .project-item .project-logo img {
    max-height: 156px
  }
  .projects .projects-list .project-item .project-caption {
    padding: 42px 33px 33px;
    margin: 23px;
    height: calc(100% - 46px);
    width: calc(100% - 46px)
  }
  .projects .projects-list .project-item .project-caption .title img {
    max-height: 156px
  }
  .projects .projects-list .project-item .project-caption .excerpt {
    font-size: 14px
  }
  .projects .projects-list .project-item .project-caption .btn-outline {
    height: 46px
  }
}
@media (max-width:810px) {
  .projects .projects-list .slick-slide > div {
    text-align: center
  }
  .projects .projects-list .project-item {
    max-width: 400px;
    margin: 0 auto
  }
}
#page-projects .wrap-breadcrumbs a,
#page-projects .wrap-breadcrumbs span {
  color: #171717
}
#page-projects .wrap-breadcrumbs a:hover,
#page-projects .wrap-breadcrumbs span:hover {
  color: #c6b097
}
#page-projects .wrap-breadcrumbs .breadcrumb_last {
  color: #c6b097
}
#page-projects .logo-block {
  background: url(image/bg-rabbit.svg) no-repeat;
  background-position: center -218px;
  background-size: 584px 1118px;
  position: static
}
#page-projects .logo-block .h3 {
  padding: 32px 0 66px;
  margin-bottom: 0
}
#page-projects .projects-list .project-info {
  font-weight: 400;
  background-color: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 159px;
  height: 100%
}
#page-projects .projects-list .project-info .logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 73px
}
#page-projects .projects-list .project-info .logo-link img[src*="rabbit-black.svg"] {
  max-width: 74px
}
#page-projects .projects-list .project-info .logo-link a {
  color: #171717;
  text-decoration: underline
}
#page-projects .projects-list .project-info .logo-link a:hover {
  color: #c6b097;
  text-decoration: none
}
#page-projects .projects-list .project-img {
  height: 100%;
  min-height: 676px
}
@media (max-width:1370px) {
  #page-projects .projects-list .project-info {
    padding: 50px 30px
  }
}
@media only screen and (max-width:991px) {
  #page-projects .projects-list .project-img {
    background: 0 0!important;
    min-height: auto
  }
}
@media only screen and (max-width:479px) {
  #page-projects .projects-list .logo-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  #page-projects .projects-list .logo-link img {
    margin-bottom: 20px
  }
}
#page-contacts h3,
.contacts h3 {
  margin-bottom: 93px
}
#page-contacts .contact-info,
.contacts .contact-info {
  background: #d9d9d9 url(image/bg-rabbit.svg) no-repeat;
  background-size: 426px 816px;
  background-position: calc(100% + 213px) -70px;
  font-weight: 500;
  padding: 100px 80px 96px;
  height: 100%
}
#page-contacts .contact-info h5,
.contacts .contact-info h5 {
  font-family: Bitter,serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100.5%;
  margin-bottom: 53px
}
#page-contacts .contact-info a,
.contacts .contact-info a {
  font-weight: 500;
  color: #171717
}
#page-contacts .contact-info a:hover,
.contacts .contact-info a:hover {
  color: #c6b097
}
#page-contacts .contact-info .col-12,
.contacts .contact-info .col-12 {
  margin-bottom: 18px
}
#page-contacts .contact-info .btn-prim,
.contacts .contact-info .btn-prim {
  max-width: 233px;
  margin: 39px 0 0 55px
}
@media only screen and (max-width:767px) {
  #page-contacts .contact-info,
  .contacts .contact-info {
    padding: 50px 20px
  }
  #page-contacts .contact-info h5,
  .contacts .contact-info h5 {
    font-size: 31px
  }
  #page-contacts .contact-info .btn-prim,
  .contacts .contact-info .btn-prim {
    margin: 39px 0 0 0
  }
}
@media (max-width:425px) {
  #page-contacts .maps iframe,
  .contacts .maps iframe {
    height: 100vw
  }
}
#page-contacts .wrap-breadcrumbs a,
#page-contacts .wrap-breadcrumbs span {
  color: #171717
}
#page-contacts .wrap-breadcrumbs a:hover,
#page-contacts .wrap-breadcrumbs span:hover {
  color: #c6b097
}
#page-contacts .wrap-breadcrumbs .breadcrumb_last {
  color: #c6b097
}
#page-contacts .logo-block {
  background: url(image/bg-rabbit.svg) no-repeat;
  background-position: center -218px;
  background-size: 584px 1118px;
  position: static
}
#page-contacts .logo-block .h3 {
  padding: 32px 0 66px;
  margin-bottom: 0
}
#page-contacts .contact-info {
  background: #d9d9d9;
  height: 100%
}
#slide-menu {
  background-color: #fff;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 100%;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  z-index: 100;
  will-change: transition;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out
}
#slide-menu.open-menu {
  right: 0
}
#slide-menu #close-menu {
  border: none;
  padding: 0;
  position: absolute;
  left: 57px;
  top: 23px
}
#slide-menu #close-menu .close-menu {
  fill: #171717;
  height: 52px;
  width: 52px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
#slide-menu #close-menu:hover .close-menu {
  fill: #c6b097
}
#slide-menu .image-block {
  background-size: cover;
  -ms-flex-preferred-size: 59%;
  flex-basis: 59%;
  height: 100%
}
#slide-menu .slide-menu-info {
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
  padding: 122px 57px 103px 129px
}
#slide-menu .slide-menu-info ul {
  border-bottom: 2px solid #c6b097;
  max-width: 264px;
  margin-bottom: 30px;
  padding-bottom: 15px
}
#slide-menu .slide-menu-info ul li {
  margin-bottom: 15px
}
#slide-menu .slide-menu-info ul li a {
  font-size: 24px;
  font-weight: 400;
  color: #171717;
  display: inline-block;
  line-height: 32px
}
#slide-menu .slide-menu-info ul li a:after {
  content: "";
  background-color: #c6b097;
  display: block;
  opacity: 0;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
#slide-menu .slide-menu-info ul li a:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
#slide-menu .slide-menu-info ul.third-menu-box {
  border-bottom: none;
  margin-bottom: 30px;
  padding-bottom: 0
}
#slide-menu .slide-menu-info .btn-prim {
  max-width: 262px;
  margin-bottom: 30px
}
#slide-menu .slide-menu-info .social-block ul {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#slide-menu .slide-menu-info .social-block ul li a::after {
  display: none
}
#slide-menu .slide-menu-info .social-block .icon {
  fill: #171717;
  height: 28px;
  width: 28px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
#slide-menu .slide-menu-info .social-block .icon:hover {
  fill: #c6b097
}
@media only screen and (max-width:1199px) {
  #slide-menu #close-menu {
    left: 15px;
    top: 15px
  }
  #slide-menu .slide-menu-info {
    padding: 122px 57px 103px 80px
  }
}
@media only screen and (max-width:991px) {
  #slide-menu .image-block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
  #slide-menu .slide-menu-info {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}
@media (max-width:630px) {
  #slide-menu .image-block {
    display: none
  }
  #slide-menu .slide-menu-info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
  }
}
@media only screen and (max-width:379px) {
  #slide-menu .slide-menu-info {
    padding: 122px 40px 103px
  }
}
.modal .modal-dialog {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out
}
.modal .modal-dialog .modal-header {
  border: none;
  padding: 0
}
.modal .modal-dialog .modal-header h5 {
  font-family: Bitter,serif;
  font-weight: 300;
  font-size: 96px;
  font-size: calc(48px + 2.5107604017vw);
  line-height: 100.5%;
  text-align: center;
  margin-bottom: 43px
}
@media (max-width:480px) {
  .modal .modal-dialog .modal-header h5 {
    font-size: 37px
  }
}
.modal .modal-dialog .modal-header .close {
  padding: 0;
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 57px;
  top: 39px
}
.modal .modal-dialog .modal-header .close .close-icon {
  fill: #171717;
  height: 52px;
  width: 52px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.modal .modal-dialog .modal-header .close:hover .close-icon {
  fill: #fff
}
.modal .modal-dialog .modal-content {
  background: #c6b097 url(image/bg-rabbit.svg) center no-repeat;
  background-size: 590px 1132px;
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 130px 20px 60px
}
.modal .modal-dialog .modal-content .modal-body {
  font-weight: 500;
  padding: 0;
  max-width: 749px;
  width: 100%
}
.modal .modal-dialog .modal-content .modal-body .rk {
  position: absolute;
  opacity: 0;
  z-index: -1
}
.modal .modal-dialog .modal-content .modal-body .form-group {
  position: relative
}
.modal .modal-dialog .modal-content .row .mt-5 {
  margin-top: 36px
}
.modal .modal-dialog .modal-content .row .col-lg-4,
.modal .modal-dialog .modal-content .row .col-md-6 {
  margin-bottom: 49px
}
.modal .modal-dialog .modal-content textarea {
  height: 186px
}
.modal .modal-dialog .modal-content .btn-prim {
  font-size: 20px;
  max-width: 314px;
  height: 70px;
  margin: 0 auto
}
.modal.show .modal-dialog {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.modal.show .modal-dialog .modal-content .btn-prim {
  margin-top: 63px
}
#callback .modal-content {
  padding: 130px 20px
}
#callback .modal-body {
  text-align: center;
  padding: 0 40px;
  max-width: 800px
}
@media (max-width:425px) {
  #callback .modal-body {
    padding: 0
  }
}
#callback .modal-body .form-control {
  font-size: 40px;
  color: #000;
  height: 62px
}
@media (max-width:374px) {
  #callback .modal-body .form-control {
    font-size: 34px
  }
}
@media only screen and (max-width:1199px) {
  .modal .modal-dialog .modal-header .close {
    right: 15px;
    top: 15px
  }
}
@media (min-width:768px) {
  .modal .modal-dialog {
    max-width: 74.15%;
    margin: auto
  }
  #callback .modal-header h5 {
    margin-bottom: 117px
  }
}
@media (min-width:576px) {
  .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%
  }
  .modal-dialog {
    max-width: unset;
    margin: .5rem
  }
}
.page-menu .header-slider .btn-prim {
  max-width: 314px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,calc(-50% + 174px));
  -ms-transform: translate(-50%,calc(-50% + 174px));
  transform: translate(-50%,calc(-50% + 174px))
}
.page-menu .header-slider .dishes {
  max-width: 720px;
  width: 100%;
  position: absolute;
  bottom: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.page-menu .header-slider .dishes a {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  line-height: 33px;
  margin: 0 10px 6px
}
.page-menu .header-slider .dishes a:after {
  content: "";
  background-color: #c6b097;
  display: block;
  opacity: 0;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.page-menu .header-slider .dishes a.active {
  color: #c6b097
}
.page-menu .header-slider .dishes a.active:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.page-menu .header-slider .dishes a:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.page-menu .page-content .h3 {
  margin-bottom: 71px
}
.page-menu .dishes-list,
.page-menu .drinks-list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  -webkit-column-rule: 1px solid #c6b097;
  -moz-column-rule: 1px solid #c6b097;
  column-rule: 1px solid #c6b097;
  margin-bottom: 32px;
  width: 100%
}
.page-menu .dishes-list li,
.page-menu .drinks-list li {
  margin-bottom: 17px
}
.page-menu .dishes-list .dishes-row,
.page-menu .drinks-list .dishes-row {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.page-menu .dishes-list .dishes-row .name,
.page-menu .drinks-list .dishes-row .name {
  -ms-flex-preferred-size: 380px;
  flex-basis: 380px;
  padding-right: 10px
}
.page-menu .dishes-list .dishes-row .weight,
.page-menu .drinks-list .dishes-row .weight {
  min-width: 55px;
  white-space: nowrap
}
.page-menu .dishes-list .dishes-row .price,
.page-menu .drinks-list .dishes-row .price {
  font-weight: 700;
  white-space: nowrap;
  min-width: 55px
}
.page-menu .card-columns.drink-cat .card {
  background-color: transparent;
  border: none;
  margin-bottom: 40px
}
.page-menu .card-columns.drink-cat .card .title-block {
  margin-bottom: 50px;
  text-align: center
}
.page-menu .card-columns.drink-cat .card .title-block h3 {
  font-size: 56px;
  margin-bottom: 30px
}
.page-menu .card-columns.drink-cat .card .title-block h5 {
  font-size: 14px;
  margin-bottom: 0
}
@media (min-width:576px) {
  .page-menu .card-columns.drink-cat {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }
}
@media (min-width:992px) {
  .page-menu .card-columns.drink-cat {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    -webkit-column-rule: 1px solid #c6b097;
    -moz-column-rule: 1px solid #c6b097;
    column-rule: 1px solid #c6b097
  }
}
.page-menu .drinks-list {
  -webkit-columns: unset;
  -moz-columns: unset;
  columns: unset
}
.page-menu .drinks-list .dishes-row .weight {
  min-width: 90px;
  text-align: right
}
.page-menu .drinks-list .dishes-row .price {
  min-width: 90px;
  text-align: right
}
.page-menu .menu-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.page-menu .menu-navigation .line {
  background-color: #c6b097;
  margin: 0 18px;
  height: 1px;
  -ms-flex-preferred-size: 945px;
  flex-basis: 945px
}
.page-menu .menu-navigation .next-post,
.page-menu .menu-navigation .prev-post {
  white-space: nowrap
}
.page-menu .menu-navigation .chevron-left-min,
.page-menu .menu-navigation .chevron-right-min {
  fill: #171717;
  margin-top: -2px;
  margin-right: 7px;
  height: 18px;
  width: 18px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.page-menu .menu-navigation .chevron-right-min {
  margin-left: 7px;
  margin-right: 0
}
.page-menu .menu-navigation a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #171717
}
.page-menu .menu-navigation a:hover {
  color: #c6b097
}
.page-menu .menu-navigation a:hover .chevron-left-min,
.page-menu .menu-navigation a:hover .chevron-right-min {
  fill: #c6b097
}
@media only screen and (max-width:1199px) {
  .page-menu .header-slider .dishes {
    max-width: none;
    padding: 0 15px
  }
}
@media only screen and (max-width:991px) {
  .page-menu .dishes-list {
    -webkit-columns: unset;
    -moz-columns: unset;
    columns: unset
  }
  .page-menu .dishes-list .dishes-row .name {
    -ms-flex-preferred-size: 560px;
    flex-basis: 560px
  }
}
@media only screen and (max-width:767px) {
  .page-menu .header-slider {
    height: 988px
  }
}
@media only screen and (max-width:479px) {
  .page-menu .header-slider h2 {
    font-size: 94px
  }
  .page-menu .card-columns.drink-cat .card {
    margin-bottom: 0
  }
  .page-menu .card-columns.drink-cat .card .title-block {
    margin-bottom: 20px
  }
  .page-menu .card-columns.drink-cat .card .title-block h3 {
    font-size: 42px
  }
  .page-menu .dishes-list .dishes-row,
  .page-menu .drinks-list .dishes-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }
  .page-menu .dishes-list .dishes-row .name,
  .page-menu .drinks-list .dishes-row .name {
    padding: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
  }
  .page-menu .dishes-list .dishes-row .price,
  .page-menu .dishes-list .dishes-row .weight,
  .page-menu .drinks-list .dishes-row .price,
  .page-menu .drinks-list .dishes-row .weight {
    text-align: center;
    min-width: auto;
    margin: 0 5px
  }
}
.photo-album {
  margin-bottom: 86px
}
.photo-album .page-title {
  margin-bottom: 67px
}
.photo-album .page-title a {
  color: #171717
}
.photo-album img {
  -webkit-filter: grayscale(.6);
  filter: grayscale(.6);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.photo-album .img-item {
  position: relative;
  overflow: hidden
}
.photo-album .img-item .date {
  background: rgba(255,255,255,.8);
  font-family: Bitter,serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 12px;
  top: -46px;
  height: 44px;
  width: 103px;
  z-index: 2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.photo-album .img-item .btn-prim {
  height: 47px;
  max-width: 157px;
  position: absolute;
  right: 12px;
  bottom: -49px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.photo-album .img-item:hover .date {
  top: 12px
}
.photo-album .img-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}
.photo-album .img-item:hover .btn-prim {
  bottom: 12px
}
.photo-album .all-photo {
  position: relative;
  overflow: hidden
}
.photo-album .all-photo .wrap-link {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0
}
.photo-album .all-photo .wrap-link .btn-prim {
  max-width: 316px
}
.photo-album .all-photo:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}
#archive-photogallery {
  padding-top: 182px
}
#archive-photogallery .wrap-breadcrumbs {
  max-width: none
}
#archive-photogallery .wrap-breadcrumbs a,
#archive-photogallery .wrap-breadcrumbs span {
  color: #171717
}
#archive-photogallery .wrap-breadcrumbs a:hover,
#archive-photogallery .wrap-breadcrumbs span:hover {
  color: #c6b097
}
#archive-photogallery .wrap-breadcrumbs .breadcrumb_last {
  color: #c6b097
}
#archive-photogallery .allbum-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 23px
}
#archive-photogallery .allbum-item .date {
  background: rgba(255,255,255,.8);
  font-family: Bitter,serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 12px;
  top: 12px;
  height: 31px;
  width: 72px;
  z-index: 2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
#archive-photogallery .allbum-item img {
  -webkit-filter: grayscale(.6);
  filter: grayscale(.6);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
#archive-photogallery .allbum-item .btn-prim {
  font-size: 14px;
  height: 35px;
  padding: 0;
  position: absolute;
  right: 12px;
  bottom: 12px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 34px
}
#archive-photogallery .allbum-item .btn-prim span {
  margin-right: 0;
  overflow: hidden;
  width: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
#archive-photogallery .allbum-item .btn-prim .arrow-right {
  margin-left: 0
}
#archive-photogallery .allbum-item:hover .date {
  font-size: 16px;
  line-height: 1;
  height: 44px;
  width: 87px
}
#archive-photogallery .allbum-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}
#archive-photogallery .allbum-item:hover .btn-prim {
  width: 145px
}
#archive-photogallery .allbum-item:hover .btn-prim span {
  margin-right: 13px;
  width: 77px
}
@media (max-width:400px) {
  #archive-photogallery .allbum-item:hover .btn-prim {
    width: calc(100% - 24px)
  }
}
@media (max-width:359px) {
  #archive-photogallery .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}
.single-album .allbum-item:before {
  content: url(image/zoom.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%) scale(.5);
  -ms-transform: translate(-50%,-50%) scale(.5);
  transform: translate(-50%,-50%) scale(.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.single-album .allbum-item:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1)
}
.footer {
  font-family: Bitter,serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 18px 0
}
.footer p {
  margin-bottom: 0
}
/*# sourceMappingURL=style.css.map */
