@import url(https://fonts.googleapis.com/css?family=Muli:200,300,400,500,600,700,800,900,200i,300i,400i,500i,600i,700i,800i,900i);





body {
  font-family: Josefin Sans;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #7e7c7d !important;
}
.bg-success {
  background-color: #393738 !important;
}
.bg-info {
  background-color: #231f20 !important;
}
.bg-warning {
  background-color: #9d9a98 !important;
}
.bg-danger {
  background-color: #c49a6c !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #7e7c7d !important;
  border-color: #7e7c7d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #575657 !important;
  border-color: #575657 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #575657 !important;
  border-color: #575657 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #393738 !important;
  border-color: #393738 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #121112 !important;
  border-color: #121112 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #121112 !important;
  border-color: #121112 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #9d9a98 !important;
  border-color: #9d9a98 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #777471 !important;
  border-color: #777471 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #777471 !important;
  border-color: #777471 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #c49a6c !important;
  border-color: #c49a6c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #a27441 !important;
  border-color: #a27441 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a27441 !important;
  border-color: #a27441 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #4b494a;
  color: #4b494a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #7e7c7d;
  border-color: #7e7c7d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7c7d !important;
  border-color: #7e7c7d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #231f20;
  border-color: #231f20;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #231f20 !important;
  border-color: #231f20 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #050505;
  color: #050505;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #393738;
  border-color: #393738;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #393738 !important;
  border-color: #393738 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #6a6765;
  color: #6a6765;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #9d9a98;
  border-color: #9d9a98;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9d9a98 !important;
  border-color: #9d9a98 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #90673a;
  color: #90673a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #c49a6c;
  border-color: #c49a6c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c49a6c !important;
  border-color: #c49a6c !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #7e7c7d !important;
}
.text-secondary {
  color: #efefef !important;
}
.text-success {
  color: #393738 !important;
}
.text-info {
  color: #231f20 !important;
}
.text-warning {
  color: #9d9a98 !important;
}
.text-danger {
  color: #c49a6c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4b494a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #bcbcbc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #050505 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #6a6765 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #90673a !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #393738;
}
.alert-info {
  background-color: #231f20;
}
.alert-warning {
  background-color: #9d9a98;
}
.alert-danger {
  background-color: #c49a6c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7e7c7d;
  border-color: #7e7c7d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #7e7c7d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bdbcbd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aca9ab;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d6d1d2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dbdad9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e9d9c7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  border: 2px solid #c4996c;
  background: transparent;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #c4996c;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #c4996c;
  border-right: 2px solid #c4996c;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #c4996c;
  top: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #efefef;
  box-shadow: none;
  color: #565656;
  font-family: 'Muli', sans-serif;
  font-size: 1.3rem;
  line-height: 1.43;
  min-height: 53px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 0;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
.form-control,
.form-control:focus {
  outline: none;
  background-color: #efefef;
  border: 1px solid #e8e8e8;
  box-shadow: none;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #7e7c7d;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #7e7c7d;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #7e7c7d;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7e7c7d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7e7c7d;
  border-bottom-color: #7e7c7d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7e7c7d !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #efefef !important;
  box-shadow: none !important;
}
.cid-rKP50Mb957 .nav-item:focus,
.cid-rKP50Mb957 .nav-link:focus {
  outline: none;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKP50Mb957 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rKP50Mb957 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #393738;
}
.cid-rKP50Mb957 .navbar.opened {
  transition: all .3s;
  background: #393738 !important;
}
.cid-rKP50Mb957 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rKP50Mb957 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rKP50Mb957 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rKP50Mb957 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rKP50Mb957 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rKP50Mb957 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rKP50Mb957 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rKP50Mb957 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKP50Mb957 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKP50Mb957 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKP50Mb957 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKP50Mb957 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKP50Mb957 .navbar.navbar-short {
  background: #393738 !important;
  min-height: 60px;
}
.cid-rKP50Mb957 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKP50Mb957 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKP50Mb957 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKP50Mb957 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKP50Mb957 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKP50Mb957 .dropdown-item.active,
.cid-rKP50Mb957 .dropdown-item:active {
  background-color: transparent;
}
.cid-rKP50Mb957 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKP50Mb957 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKP50Mb957 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKP50Mb957 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393738;
}
.cid-rKP50Mb957 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKP50Mb957 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKP50Mb957 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKP50Mb957 .navbar-buttons {
  text-align: center;
}
.cid-rKP50Mb957 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c4996c;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKP50Mb957 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKP50Mb957 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKP50Mb957 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKP50Mb957 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rKP50Mb957 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rKP50Mb957 .nav-link:hover,
.cid-rKP50Mb957 .dropdown-item:hover,
.cid-rKP50Mb957 .icons-menu .mbr-iconfont:hover {
  color: #c4996c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKP50Mb957 .navbar {
    height: 77px;
  }
  .cid-rKP50Mb957 .navbar.opened {
    height: auto;
  }
}
.cid-rLhcLD1ieW {
  background-image: url("../../../assets/images/img-4282-1200x800.jpg?v=1IQFsH");
  background-position: right;
}
.cid-rLhcLD1ieW .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-rLhcLD1ieW .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-rLhcLD1ieW .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-rLhcLD1ieW img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-rLhcLD1ieW .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-rMU7cgPy8N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #393738;
  transition: background-color 0.3s ease-in-out;
}
.cid-rMU7cgPy8N:hover {
  background-color: #c49a6c;
}
.cid-rMU7cgPy8N .mbr-section-title {
  margin: 0;
}
.cid-rMU7cgPy8N .card-wrapper {
  z-index: 3;
}
.cid-rMU7cgPy8N .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rMU7cgPy8N .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rMU7b183pb {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rLnT0aEFAv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLnT0aEFAv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLnT0aEFAv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLnT0aEFAv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLnT0aEFAv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLnT0aEFAv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-rLnT0aEFAv .icon-focus {
  display: none;
}
.cid-rLnT0aEFAv .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rLnT0aEFAv ul {
  font-size: 0;
}
.cid-rLnT0aEFAv .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rLnT0aEFAv .mbr-gallery-filter ul li .btn.active,
.cid-rLnT0aEFAv .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rLnT0aEFAv .mbr-gallery-filter ul li .btn.active:after,
.cid-rLnT0aEFAv .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7e7c7d, #efefef);
}
.cid-rLnT0aEFAv .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rLnT0aEFAv .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rLnT0aEFAv .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rLnT0aEFAv .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rLnT0aEFAv .btn:hover {
  background: transparent !important;
}
.cid-rLnT0aEFAv .btn:hover:before {
  background: transparent !important;
}
.cid-rLnT0aEFAv .btn:before {
  background-color: transparent !important;
}
.cid-rLnT0aEFAv .btn:focus {
  box-shadow: none;
}
.cid-rLnT0aEFAv .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #231f20;
}
.cid-rLnTkuzlMS {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-rLnTkuzlMS:hover {
  background-color: #ffffff;
}
.cid-rLnTkuzlMS .mbr-section-title {
  margin: 0;
}
.cid-rLnTkuzlMS .card-wrapper {
  z-index: 3;
}
.cid-rLnTkuzlMS .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rLnTkuzlMS .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rLnTkuzlMS .mbr-section-title,
.cid-rLnTkuzlMS .text-block {
  color: #393738;
}
.cid-rLn60vxRvg {
  padding-top: 45px;
  padding-bottom: 375px;
  background-color: #ffffff;
}
.cid-rLn60vxRvg H1 {
  color: #c49a6c;
}
.cid-rLn60vxRvg .mbr-text,
.cid-rLn60vxRvg .mbr-section-btn {
  color: #393738;
}
.cid-rLn60vxRvg img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rLn60vxRvg .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-rMU3mlRP4H {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #c49a6c;
}
.cid-rMU3mlRP4H .mbr-text {
  position: relative;
  color: #231f20;
}
.cid-rMU3mlRP4H .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rMU3mlRP4H .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rMU3mlRP4H .mbr-text:after,
  .cid-rMU3mlRP4H .mbr-text:before {
    display: none;
  }
}
.cid-rMf2TZLKhv {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #444444;
}
.cid-rMf2TZLKhv *:focus {
  outline: none;
  box-shadow: none;
}
.cid-rMf2TZLKhv .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
  min-height: 47px;
}
.cid-rMf2TZLKhv .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-rMf2TZLKhv .form-control::-moz-placeholder {
  color: #000000;
}
.cid-rMf2TZLKhv .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-rMf2TZLKhv .form-control:-moz-placeholder {
  color: #000000;
}
.cid-rMf2TZLKhv input.form-control {
  padding: .5rem;
}
.cid-rMf2TZLKhv .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f9e2af;
  border-radius: 50%;
}
.cid-rMf2TZLKhv .soc-item:hover {
  opacity: .5;
}
.cid-rMf2TZLKhv .soc-item .socicon {
  font-size: 1.5rem;
  color: #f9e2af;
}
.cid-rMf2TZLKhv .days-column,
.cid-rMf2TZLKhv .hours-column {
  display: inline-block;
}
.cid-rMf2TZLKhv .days-column span,
.cid-rMf2TZLKhv .hours-column span {
  display: block;
}
@media (max-width: 767px) {
  .cid-rMf2TZLKhv .days-column {
    padding-right: 0 !important;
  }
  .cid-rMf2TZLKhv .hours-column {
    max-width: 50% !important;
  }
  .cid-rMf2TZLKhv .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-rMf2TZLKhv .contacts-title,
.cid-rMf2TZLKhv .contacts-block {
  text-align: center;
}
.cid-rNmqv1MRqi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNmqv1MRqi .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: .5;
}
.cid-rNmqv1MRqi .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-rNmqv1MRqi .links-block ul li {
  margin: 0 1rem;
}
.cid-rNmqv1MRqi .icons-block ul li {
  margin: 0 .5rem;
}
.cid-rNmqv1MRqi .links-block ul,
.cid-rNmqv1MRqi .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-rMf2QMy2NJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rMf2QMy2NJ a:link {
  text-decoration: none;
}
.cid-rMf2QMy2NJ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rMf2QMy2NJ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rMf2QMy2NJ .inner-text {
  line-height: 3em;
}
.cid-rMf2QMy2NJ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rMf2QMy2NJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rMf2QMy2NJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rMf2QMy2NJ .content-text,
.cid-rMf2QMy2NJ .inner-text {
  color: #231f20;
}
.cid-rMZwv10Ush.popup-builder {
  background-color: #ffffff;
}
.cid-rMZwv10Ush.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rMZwv10Ush.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rMZwv10Ush .modal-content,
.cid-rMZwv10Ush .modal-dialog {
  height: auto;
}
.cid-rMZwv10Ush .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rMZwv10Ush .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rMZwv10Ush .form-wrapper .mbr-form .form-group,
  .cid-rMZwv10Ush .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rMZwv10Ush .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rMZwv10Ush .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rMZwv10Ush .mbr-text {
  text-align: left;
  color: #efefef;
}
.cid-rMZwv10Ush .pt-0 {
  padding-top: 0 !important;
}
.cid-rMZwv10Ush .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rMZwv10Ush .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rMZwv10Ush .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rMZwv10Ush .modal-open {
  overflow: hidden;
}
.cid-rMZwv10Ush .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rMZwv10Ush .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rMZwv10Ush .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rMZwv10Ush .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rMZwv10Ush .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rMZwv10Ush .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rMZwv10Ush .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rMZwv10Ush .modal-content {
  background: #393738;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rMZwv10Ush .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rMZwv10Ush .modal-backdrop.fade {
  opacity: 0;
}
.cid-rMZwv10Ush .modal-backdrop.show {
  opacity: .5;
}
.cid-rMZwv10Ush .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rMZwv10Ush .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rMZwv10Ush .modal-header .close:hover {
  opacity: 1;
}
.cid-rMZwv10Ush .modal-header .close:focus {
  outline: none;
}
.cid-rMZwv10Ush .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c49a6c;
}
.cid-rMZwv10Ush .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rMZwv10Ush .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rMZwv10Ush .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rMZwv10Ush .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rMZwv10Ush .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rMZwv10Ush .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rMZwv10Ush .modal-sm {
    max-width: 300px;
  }
  .cid-rMZwv10Ush .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rMZwv10Ush .modal-lg,
  .cid-rMZwv10Ush .modal-xl {
    max-width: 800px;
  }
  .cid-rMZwv10Ush .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rMZwv10Ush .modal-xl {
    max-width: 1140px;
  }
  .cid-rMZwv10Ush .container {
    max-width: 1140px;
  }
}
.cid-rMZwv10Ush .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rMZwv10Ush .container {
    max-width: 720px;
  }
}
.cid-rMZwv10Ush .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rMZwv10Ush .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rMZwv10Ush .form-group {
  margin-bottom: 1rem;
}
.cid-rMZwv10Ush .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rMZwv10Ush .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rMZwv10Ush .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rNiO0o3ptp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #393738;
  transition: background-color 0.3s ease-in-out;
}
.cid-rNiO0o3ptp:hover {
  background-color: #393738;
}
.cid-rNiO0o3ptp .mbr-section-title {
  margin: 0;
}
.cid-rNiO0o3ptp .card-wrapper {
  z-index: 3;
}
.cid-rNiO0o3ptp .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNiO0o3ptp .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNiO0o3ptp .mbr-section-title,
.cid-rNiO0o3ptp .text-block {
  color: #393738;
}
.cid-rMZD0a8Pcg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rMZD0a8Pcg .mbr-text,
.cid-rMZD0a8Pcg .ornament {
  text-align: center;
}
.cid-rNm0uNw0de {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-rNm0uNw0de .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rNm0uNw0de .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rNm0uNw0de .image-block:hover:before {
  opacity: 0.4;
}
.cid-rNm0uNw0de .image-block:hover .wrap {
  opacity: 1;
}
.cid-rNm0uNw0de .image-block:hover img {
  transform: scale(1.05);
}
.cid-rNm0uNw0de h4 {
  letter-spacing: 2px;
}
.cid-rNm0uNw0de figcaption {
  position: relative;
}
.cid-rNm0uNw0de figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rNm0uNw0de img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rNm0uNw0de .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rNm0uNw0de .wrap {
    opacity: 1!important;
  }
  .cid-rNm0uNw0de .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rMraR07w7u {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #393738;
}
.cid-rMraR07w7u .mbr-text {
  position: relative;
  color: #c49a6c;
}
.cid-rMraR07w7u .mbr-text:before {
  color: #c49a6c;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rMraR07w7u .mbr-text:after {
  color: #c49a6c;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rMraR07w7u .mbr-text:after,
  .cid-rMraR07w7u .mbr-text:before {
    display: none;
  }
}
.cid-rMraR07w7u .mbr-section-title,
.cid-rMraR07w7u .logo {
  color: #c49a6c;
}
.cid-rNiNOjyBN6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #393738;
  transition: background-color 0.3s ease-in-out;
}
.cid-rNiNOjyBN6:hover {
  background-color: #393738;
}
.cid-rNiNOjyBN6 .mbr-section-title {
  margin: 0;
}
.cid-rNiNOjyBN6 .card-wrapper {
  z-index: 3;
}
.cid-rNiNOjyBN6 .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNiNOjyBN6 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNiNOjyBN6 .mbr-section-title,
.cid-rNiNOjyBN6 .text-block {
  color: #393738;
}
.cid-rNjanuXZ80 {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-rNjanuXZ80 .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rNjanuXZ80 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rNjanuXZ80 .image-block:hover:before {
  opacity: 0.4;
}
.cid-rNjanuXZ80 .image-block:hover .wrap {
  opacity: 1;
}
.cid-rNjanuXZ80 .image-block:hover img {
  transform: scale(1.05);
}
.cid-rNjanuXZ80 h4 {
  letter-spacing: 2px;
}
.cid-rNjanuXZ80 figcaption {
  position: relative;
}
.cid-rNjanuXZ80 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rNjanuXZ80 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rNjanuXZ80 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rNjanuXZ80 .wrap {
    opacity: 1!important;
  }
  .cid-rNjanuXZ80 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rMZEIDogdy {
  padding-top: 165px;
  padding-bottom: 30px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-rMZEIDogdy:hover {
  background-color: #ffffff;
}
.cid-rMZEIDogdy .mbr-section-title {
  margin: 0;
}
.cid-rMZEIDogdy .card-wrapper {
  z-index: 3;
}
.cid-rMZEIDogdy .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rMZEIDogdy .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rMZEIDogdy .mbr-section-title,
.cid-rMZEIDogdy .text-block {
  color: #393738;
}
.cid-rMZEx51OZy {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rMZEx51OZy .mbr-text {
  color: #393738;
}
.cid-rMZEx51OZy .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-rMZEx51OZy .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rMPd478G1j {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rMPd478G1j H1 {
  color: #c49a6c;
}
.cid-rMPd478G1j .mbr-text,
.cid-rMPd478G1j .mbr-section-btn {
  color: #393738;
}
.cid-rMPd478G1j img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rMPd478G1j .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-rKP50Mb957 .nav-item:focus,
.cid-rKP50Mb957 .nav-link:focus {
  outline: none;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKP50Mb957 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rKP50Mb957 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #393738;
}
.cid-rKP50Mb957 .navbar.opened {
  transition: all .3s;
  background: #393738 !important;
}
.cid-rKP50Mb957 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rKP50Mb957 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rKP50Mb957 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rKP50Mb957 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rKP50Mb957 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rKP50Mb957 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rKP50Mb957 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rKP50Mb957 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKP50Mb957 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKP50Mb957 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKP50Mb957 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKP50Mb957 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKP50Mb957 .navbar.navbar-short {
  background: #393738 !important;
  min-height: 60px;
}
.cid-rKP50Mb957 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKP50Mb957 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKP50Mb957 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKP50Mb957 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKP50Mb957 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKP50Mb957 .dropdown-item.active,
.cid-rKP50Mb957 .dropdown-item:active {
  background-color: transparent;
}
.cid-rKP50Mb957 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKP50Mb957 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKP50Mb957 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKP50Mb957 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393738;
}
.cid-rKP50Mb957 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKP50Mb957 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKP50Mb957 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKP50Mb957 .navbar-buttons {
  text-align: center;
}
.cid-rKP50Mb957 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c4996c;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKP50Mb957 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKP50Mb957 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKP50Mb957 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKP50Mb957 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rKP50Mb957 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rKP50Mb957 .nav-link:hover,
.cid-rKP50Mb957 .dropdown-item:hover,
.cid-rKP50Mb957 .icons-menu .mbr-iconfont:hover {
  color: #c4996c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKP50Mb957 .navbar {
    height: 77px;
  }
  .cid-rKP50Mb957 .navbar.opened {
    height: auto;
  }
}
.cid-rMP75IEfar {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #444444;
}
.cid-rMP75IEfar *:focus {
  outline: none;
  box-shadow: none;
}
.cid-rMP75IEfar .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
  min-height: 47px;
}
.cid-rMP75IEfar .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-rMP75IEfar .form-control::-moz-placeholder {
  color: #000000;
}
.cid-rMP75IEfar .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-rMP75IEfar .form-control:-moz-placeholder {
  color: #000000;
}
.cid-rMP75IEfar input.form-control {
  padding: .5rem;
}
.cid-rMP75IEfar .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f9e2af;
  border-radius: 50%;
}
.cid-rMP75IEfar .soc-item:hover {
  opacity: .5;
}
.cid-rMP75IEfar .soc-item .socicon {
  font-size: 1.5rem;
  color: #f9e2af;
}
.cid-rMP75IEfar .days-column,
.cid-rMP75IEfar .hours-column {
  display: inline-block;
}
.cid-rMP75IEfar .days-column span,
.cid-rMP75IEfar .hours-column span {
  display: block;
}
@media (max-width: 767px) {
  .cid-rMP75IEfar .days-column {
    padding-right: 0 !important;
  }
  .cid-rMP75IEfar .hours-column {
    max-width: 50% !important;
  }
  .cid-rMP75IEfar .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-rMP75IEfar .contacts-title,
.cid-rMP75IEfar .contacts-block {
  text-align: center;
}
.cid-rMP76B0MT1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMP76B0MT1 .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: .5;
}
.cid-rMP76B0MT1 .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-rMP76B0MT1 .links-block ul li {
  margin: 0 1rem;
}
.cid-rMP76B0MT1 .icons-block ul li {
  margin: 0 .5rem;
}
.cid-rMP76B0MT1 .links-block ul,
.cid-rMP76B0MT1 .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-rMHAziEVxM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rMHAziEVxM a:link {
  text-decoration: none;
}
.cid-rMHAziEVxM .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rMHAziEVxM .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rMHAziEVxM .inner-text {
  line-height: 3em;
}
.cid-rMHAziEVxM .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rMHAziEVxM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rMHAziEVxM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rMHAziEVxM .content-text,
.cid-rMHAziEVxM .inner-text {
  color: #231f20;
}
.cid-rNhzQ9AUG2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #393738;
  transition: background-color 0.3s ease-in-out;
}
.cid-rNhzQ9AUG2:hover {
  background-color: #393738;
}
.cid-rNhzQ9AUG2 .mbr-section-title {
  margin: 0;
}
.cid-rNhzQ9AUG2 .card-wrapper {
  z-index: 3;
}
.cid-rNhzQ9AUG2 .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNhzQ9AUG2 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNhzQ9AUG2 .mbr-section-title,
.cid-rNhzQ9AUG2 .text-block {
  color: #393738;
}
.cid-rKP50Mb957 .nav-item:focus,
.cid-rKP50Mb957 .nav-link:focus {
  outline: none;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKP50Mb957 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rKP50Mb957 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #393738;
}
.cid-rKP50Mb957 .navbar.opened {
  transition: all .3s;
  background: #393738 !important;
}
.cid-rKP50Mb957 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rKP50Mb957 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rKP50Mb957 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rKP50Mb957 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rKP50Mb957 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rKP50Mb957 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rKP50Mb957 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rKP50Mb957 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKP50Mb957 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKP50Mb957 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKP50Mb957 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKP50Mb957 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKP50Mb957 .navbar.navbar-short {
  background: #393738 !important;
  min-height: 60px;
}
.cid-rKP50Mb957 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKP50Mb957 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKP50Mb957 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKP50Mb957 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKP50Mb957 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKP50Mb957 .dropdown-item.active,
.cid-rKP50Mb957 .dropdown-item:active {
  background-color: transparent;
}
.cid-rKP50Mb957 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKP50Mb957 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKP50Mb957 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKP50Mb957 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393738;
}
.cid-rKP50Mb957 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKP50Mb957 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKP50Mb957 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKP50Mb957 .navbar-buttons {
  text-align: center;
}
.cid-rKP50Mb957 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c4996c;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKP50Mb957 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKP50Mb957 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKP50Mb957 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKP50Mb957 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rKP50Mb957 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rKP50Mb957 .nav-link:hover,
.cid-rKP50Mb957 .dropdown-item:hover,
.cid-rKP50Mb957 .icons-menu .mbr-iconfont:hover {
  color: #c4996c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKP50Mb957 .navbar {
    height: 77px;
  }
  .cid-rKP50Mb957 .navbar.opened {
    height: auto;
  }
}
.cid-rNhteJGGfP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-5776-2-750x897.jpg?v=1IQFsH");
}
.cid-rNhteJGGfP .container-fluid {
  padding: 0 3rem;
}
.cid-rNhteJGGfP .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-rNhteJGGfP .mbr-section-subtitle {
  color: #ffbc00;
}
.cid-rNhteJGGfP .form-control {
  border: 1px solid #ddd;
  background-color: #efefef;
  padding: 10px 20px;
  width: 100%;
  min-height: 53px;
  border-radius: 0;
}
.cid-rNhteJGGfP textarea.form-control {
  padding: 1rem;
  min-height: 225px;
}
.cid-rNhteJGGfP .text-block {
  background: #444444;
  padding: 2rem;
  outline: 1px dashed #ffda73;
  outline-offset: -15px;
}
.cid-rNhteJGGfP .work-list {
  list-style-type: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-rNhteJGGfP .time-block-title {
  color: #ffbc00;
}
.cid-rNhteJGGfP .time-title {
  color: #bdecb6;
}
@media (max-width: 767px) {
  .cid-rNhteJGGfP .container-fluid {
    padding: 0 1rem;
  }
  .cid-rNhteJGGfP .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
  .cid-rNhteJGGfP .text-block {
    margin-bottom: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNhteJGGfP .text-block {
    border: 1px dashed #ffda73;
    outline: 15px solid #444444;
  }
}
.cid-rNhteJGGfP .time-block-title,
.cid-rNhteJGGfP .btn-row {
  color: #efefef;
}
.cid-rNhteJGGfP .mbr-section-title,
.cid-rNhteJGGfP .underline {
  color: #efefef;
}
.cid-rNhteJGGfP .mbr-section-subtitle,
.cid-rNhteJGGfP .mbr-section-btn {
  color: #efefef;
}
.cid-rNg6yYvVKg {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-rNg6yYvVKg .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rNg6yYvVKg .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rNg6yYvVKg .image-block:hover:before {
  opacity: 0.4;
}
.cid-rNg6yYvVKg .image-block:hover .wrap {
  opacity: 1;
}
.cid-rNg6yYvVKg .image-block:hover img {
  transform: scale(1.05);
}
.cid-rNg6yYvVKg h4 {
  letter-spacing: 2px;
}
.cid-rNg6yYvVKg figcaption {
  position: relative;
}
.cid-rNg6yYvVKg figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rNg6yYvVKg img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rNg6yYvVKg .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rNg6yYvVKg .wrap {
    opacity: 1!important;
  }
  .cid-rNg6yYvVKg .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rNg6MP0Iy1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #444444;
}
.cid-rNg6MP0Iy1 *:focus {
  outline: none;
  box-shadow: none;
}
.cid-rNg6MP0Iy1 .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
  min-height: 47px;
}
.cid-rNg6MP0Iy1 .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-rNg6MP0Iy1 .form-control::-moz-placeholder {
  color: #000000;
}
.cid-rNg6MP0Iy1 .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-rNg6MP0Iy1 .form-control:-moz-placeholder {
  color: #000000;
}
.cid-rNg6MP0Iy1 input.form-control {
  padding: .5rem;
}
.cid-rNg6MP0Iy1 .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f9e2af;
  border-radius: 50%;
}
.cid-rNg6MP0Iy1 .soc-item:hover {
  opacity: .5;
}
.cid-rNg6MP0Iy1 .soc-item .socicon {
  font-size: 1.5rem;
  color: #f9e2af;
}
.cid-rNg6MP0Iy1 .days-column,
.cid-rNg6MP0Iy1 .hours-column {
  display: inline-block;
}
.cid-rNg6MP0Iy1 .days-column span,
.cid-rNg6MP0Iy1 .hours-column span {
  display: block;
}
@media (max-width: 767px) {
  .cid-rNg6MP0Iy1 .days-column {
    padding-right: 0 !important;
  }
  .cid-rNg6MP0Iy1 .hours-column {
    max-width: 50% !important;
  }
  .cid-rNg6MP0Iy1 .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-rNg6MP0Iy1 .contacts-title,
.cid-rNg6MP0Iy1 .contacts-block {
  text-align: center;
}
.cid-rNmqBP8o4a {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNmqBP8o4a .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: .5;
}
.cid-rNmqBP8o4a .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-rNmqBP8o4a .links-block ul li {
  margin: 0 1rem;
}
.cid-rNmqBP8o4a .icons-block ul li {
  margin: 0 .5rem;
}
.cid-rNmqBP8o4a .links-block ul,
.cid-rNmqBP8o4a .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-rNg6WUKV3l {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rNg6WUKV3l a:link {
  text-decoration: none;
}
.cid-rNg6WUKV3l .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rNg6WUKV3l .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rNg6WUKV3l .inner-text {
  line-height: 3em;
}
.cid-rNg6WUKV3l .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNg6WUKV3l .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rNg6WUKV3l .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rNg6WUKV3l .content-text,
.cid-rNg6WUKV3l .inner-text {
  color: #231f20;
}
.cid-rKP50Mb957 .nav-item:focus,
.cid-rKP50Mb957 .nav-link:focus {
  outline: none;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKP50Mb957 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKP50Mb957 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rKP50Mb957 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #393738;
}
.cid-rKP50Mb957 .navbar.opened {
  transition: all .3s;
  background: #393738 !important;
}
.cid-rKP50Mb957 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rKP50Mb957 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rKP50Mb957 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rKP50Mb957 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rKP50Mb957 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKP50Mb957 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rKP50Mb957 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rKP50Mb957 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rKP50Mb957 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKP50Mb957 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKP50Mb957 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKP50Mb957 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKP50Mb957 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKP50Mb957 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKP50Mb957 .navbar.navbar-short {
  background: #393738 !important;
  min-height: 60px;
}
.cid-rKP50Mb957 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKP50Mb957 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKP50Mb957 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKP50Mb957 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKP50Mb957 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKP50Mb957 .dropdown-item.active,
.cid-rKP50Mb957 .dropdown-item:active {
  background-color: transparent;
}
.cid-rKP50Mb957 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKP50Mb957 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKP50Mb957 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKP50Mb957 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393738;
}
.cid-rKP50Mb957 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKP50Mb957 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKP50Mb957 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKP50Mb957 .navbar-buttons {
  text-align: center;
}
.cid-rKP50Mb957 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c4996c;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKP50Mb957 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKP50Mb957 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKP50Mb957 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKP50Mb957 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKP50Mb957 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKP50Mb957 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rKP50Mb957 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rKP50Mb957 .nav-link:hover,
.cid-rKP50Mb957 .dropdown-item:hover,
.cid-rKP50Mb957 .icons-menu .mbr-iconfont:hover {
  color: #c4996c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKP50Mb957 .navbar {
    height: 77px;
  }
  .cid-rKP50Mb957 .navbar.opened {
    height: auto;
  }
}
.cid-rMP76B0MT1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMP76B0MT1 .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: .5;
}
.cid-rMP76B0MT1 .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-rMP76B0MT1 .links-block ul li {
  margin: 0 1rem;
}
.cid-rMP76B0MT1 .icons-block ul li {
  margin: 0 .5rem;
}
.cid-rMP76B0MT1 .links-block ul,
.cid-rMP76B0MT1 .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-rN0pMSWlI7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN0pMSWlI7 .mbr-text {
  margin: 0;
}
.cid-rN0pMSWlI7 .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rN0pMSWlI7 .row-element,
.cid-rN0pMSWlI7 .image-element {
  padding: 0;
}
.cid-rN0pMSWlI7 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN0pMSWlI7 .image-element .img-wrap {
  width: 100% !important;
}
.cid-rN0pMSWlI7 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rN0pMSWlI7 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN0pMSWlI7 .carousel-item.active,
.cid-rN0pMSWlI7 .carousel-item-next,
.cid-rN0pMSWlI7 .carousel-item-prev {
  display: flex;
}
.cid-rN0pMSWlI7 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rN0pMSWlI7 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #7e7c7d;
}
.cid-rN0pMSWlI7 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rN0pMSWlI7 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rN0pMSWlI7 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rN0pMSWlI7 .carousel-controls {
    display: block;
  }
  .cid-rN0pMSWlI7 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rN0pMSWlI7 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rN0pMSWlI7 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rN0pMSWlI7 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rN0pMSWlI7 .text-element {
    padding: 1rem;
  }
  .cid-rN0pMSWlI7 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN0pMSWlI7 .image-element {
    min-width: 50%;
  }
  .cid-rN0pMSWlI7 .media-container-row {
    width: 100%;
  }
}
.cid-rN0pMSWlI7 .mbr-subtitle {
  color: #393738;
}
.cid-rN0pMSWlI7 .mbr-title,
.cid-rN0pMSWlI7 .ornament {
  color: #393738;
}
.cid-rN0pMSWlI7 .mbr-text,
.cid-rN0pMSWlI7 .link {
  color: #393738;
}
.cid-rNdjzQ8xIW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNdjzQ8xIW .mbr-text {
  margin: 0;
}
.cid-rNdjzQ8xIW .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rNdjzQ8xIW .row-element,
.cid-rNdjzQ8xIW .image-element {
  padding: 0;
}
.cid-rNdjzQ8xIW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNdjzQ8xIW .image-element .img-wrap {
  width: 100% !important;
}
.cid-rNdjzQ8xIW .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rNdjzQ8xIW .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNdjzQ8xIW .carousel-item.active,
.cid-rNdjzQ8xIW .carousel-item-next,
.cid-rNdjzQ8xIW .carousel-item-prev {
  display: flex;
}
.cid-rNdjzQ8xIW .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rNdjzQ8xIW .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #7e7c7d;
}
.cid-rNdjzQ8xIW .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rNdjzQ8xIW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rNdjzQ8xIW .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rNdjzQ8xIW .carousel-controls {
    display: block;
  }
  .cid-rNdjzQ8xIW .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rNdjzQ8xIW .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rNdjzQ8xIW .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rNdjzQ8xIW .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rNdjzQ8xIW .text-element {
    padding: 1rem;
  }
  .cid-rNdjzQ8xIW .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNdjzQ8xIW .image-element {
    min-width: 50%;
  }
  .cid-rNdjzQ8xIW .media-container-row {
    width: 100%;
  }
}
.cid-rNdjzQ8xIW .mbr-subtitle {
  color: #393738;
}
.cid-rNdjzQ8xIW .mbr-title,
.cid-rNdjzQ8xIW .ornament {
  color: #393738;
}
.cid-rNdjzQ8xIW .mbr-text,
.cid-rNdjzQ8xIW .link {
  color: #393738;
}
.cid-rN0poAkbYo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #444444;
}
.cid-rN0poAkbYo *:focus {
  outline: none;
  box-shadow: none;
}
.cid-rN0poAkbYo .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
  min-height: 47px;
}
.cid-rN0poAkbYo .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-rN0poAkbYo .form-control::-moz-placeholder {
  color: #000000;
}
.cid-rN0poAkbYo .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-rN0poAkbYo .form-control:-moz-placeholder {
  color: #000000;
}
.cid-rN0poAkbYo input.form-control {
  padding: .5rem;
}
.cid-rN0poAkbYo .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f9e2af;
  border-radius: 50%;
}
.cid-rN0poAkbYo .soc-item:hover {
  opacity: .5;
}
.cid-rN0poAkbYo .soc-item .socicon {
  font-size: 1.5rem;
  color: #f9e2af;
}
.cid-rN0poAkbYo .days-column,
.cid-rN0poAkbYo .hours-column {
  display: inline-block;
}
.cid-rN0poAkbYo .days-column span,
.cid-rN0poAkbYo .hours-column span {
  display: block;
}
@media (max-width: 767px) {
  .cid-rN0poAkbYo .days-column {
    padding-right: 0 !important;
  }
  .cid-rN0poAkbYo .hours-column {
    max-width: 50% !important;
  }
  .cid-rN0poAkbYo .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-rN0poAkbYo .contacts-title,
.cid-rN0poAkbYo .contacts-block {
  text-align: center;
}
.cid-rNmqFXeq8L {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNmqFXeq8L .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: .5;
}
.cid-rNmqFXeq8L .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-rNmqFXeq8L .links-block ul li {
  margin: 0 1rem;
}
.cid-rNmqFXeq8L .icons-block ul li {
  margin: 0 .5rem;
}
.cid-rNmqFXeq8L .links-block ul,
.cid-rNmqFXeq8L .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-rN0ppijt1q {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rN0ppijt1q a:link {
  text-decoration: none;
}
.cid-rN0ppijt1q .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rN0ppijt1q .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rN0ppijt1q .inner-text {
  line-height: 3em;
}
.cid-rN0ppijt1q .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN0ppijt1q .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rN0ppijt1q .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rN0ppijt1q .content-text,
.cid-rN0ppijt1q .inner-text {
  color: #231f20;
}
