.error-component {
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-component .fa {
  font-size: 40px;
  margin-bottom: 20px;
}
.error-component__content {
  background: #e74c3c;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  max-width: 330px;
  width: 100%;
  text-align: center;
}
.error-component__content a {
  text-decoration: underline;
  color: currentColor;
}
.error-component__content a:hover {
  color: currentColor;
}.modal {
  position: relative;
  z-index: 1;
  padding: 20px 24px;
  margin: auto;
  background-color: #fff;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
  border-radius: 8px;
}
.modal-header {
  margin: 0;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}
.modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  padding: 0 5px;
  line-height: calc(1em + 4px);
  background: none;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  transition: 0.2s;
}
.modal-close:hover {
  background: rgba(0, 0, 0, 0.1);
}
.modal__mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
}
.modal-container {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  padding: 15px;
  overflow: auto;
  right: 0;
  outline: none;
  z-index: 9999999999;
}
.modal__close {
  pointer-events: none;
}
.modal__close .modal {
  transform: scale(0);
}
.modal__close .modal__mask {
  display: none;
}
.modal__open .modal {
  transform: scale(1);
}.messages-container {
  position: fixed;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 40px);
  z-index: 1100;
}

.messages-container .message {
  padding: 4px 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4), 2px 2px 15px rgba(0, 0, 0, 0.4);
}
.messages-container .message ~ .message {
  margin-top: 10px;
}.simple-search-component {
  position: relative;
  max-width: 250px;
}
.simple-search-component__clear {
  position: absolute;
  top: 50%;
  font-size: 16px;
  right: 40px;
  z-index: 3;
  margin-top: -8px;
  cursor: pointer;
}

.form-control:not(input) {
  padding: 0;
}

.autocomplete-component {
  position: relative;
}

.form-group .validation-message ~ .form-control {
  border-color: #e74c3c;
}
.form-group .validation-message ~ div {
  position: relative;
}
.form-group .validation-message ~ div .ant-input,
.form-group .validation-message ~ div .form-control {
  border-color: #e74c3c !important;
}

.menu-component__item-toggle {
  z-index: 5;
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  right: 0;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.menu-component__item {
  position: relative;
}

.menu-component__item-children-container {
  font-size: 13px;
}
.menu-component__item-children-container .menu-component__children {
  display: none;
}
.menu-component__item-children-container .menu-component__children .menu-component__item-link {
  padding-left: 25px;
}
.menu-component__item-children-container.isOpen > .menu-component__children {
  display: block;
  padding-left: 0;
}

a.disabled {
  pointer-events: none;
}

.header-search-component__button {
  display: inline-block;
  line-height: 34px;
  width: 34px;
  height: 34px;
  vertical-align: middle;
}

.faq-answer {
  color: #341607;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
  display: none;
}

.double-bounce2 {
  animation-delay: -1s;
}

html {
  height: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #585858;
  height: 100%;
  margin: 0;
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  overflow: hidden auto;
  --btn-primary-bg: rgb(217.523364486, 162.5700934579, 27.476635514);
  --btn-primary-border: rgb(217.523364486, 162.5700934579, 27.476635514);
  --btn-primary-hover-bg: rgb(172.2429906542, 128.7289719626, 21.7570093458);
  --btn-primary-hover-border: rgb(172.2429906542, 128.7289719626, 21.7570093458);
  --btn-primary-focus-border: rgb(172.2429906542, 128.7289719626, 21.7570093458);
  --btn-primary-active-bg: rgb(172.2429906542, 128.7289719626, 21.7570093458);
}
@media (min-width: 767px) {
  body {
    margin-right: calc(100% - 100vw);
  }
}
body.is-dashboard-page #podium-website-widget {
  display: none;
}

#react-app {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #585858;
}

.is-relative {
  position: relative;
}

.nobr {
  white-space: nowrap;
}

.w100 {
  width: 100%;
}

.small-text {
  font-size: 11px;
}

.pull-right {
  float: right;
}

.mobile-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-hidden {
    display: none !important;
  }
  .mobile-show {
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    width: 1300px;
  }
}
.square-block {
  position: relative;
}
.square-block::before {
  padding-top: 100%;
  display: block;
  content: "";
}

body .modal {
  background-color: #fff8ed;
}
body .modal-header {
  color: #a89567;
}

.app-container .dark-pagination {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
}

body .pagination li:not(.options) {
  border: 1px solid #e7b741;
}
body .pagination li:not(.options).active {
  background-color: #e7b741;
  border-color: #e7b741;
}

/* -------------------- buttons --------------------- */
.app-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  --btn-border-radius: 3px;
}
.app-container .btn-group button ~ button {
  margin-left: -1px;
}
.app-container .input-group-btn button {
  height: 34px;
}

.fixed-loading-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.button-component.isLoading {
  position: relative;
}
.button-component.isLoading > span {
  opacity: 0;
}
.button-component.isLoading::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: rotate 1.5s linear 0s infinite;
}

/* -------------------- buttons end --------------------- */
/* -------------------- forms --------------------- */
.validation-message {
  color: #fff;
  background: #e74c3c;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  padding: 1px 7px;
  line-height: 18px;
  z-index: 1;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.validation-message ~ .form-control {
  border-color: #e74c3c !important;
}

.form-group:hover .validation-message {
  opacity: 0.2;
}

.general-form-select-dropdown::-webkit-scrollbar,
.general-form-select-dropdown > *::-webkit-scrollbar {
  width: 12px;
}
.general-form-select-dropdown::-webkit-scrollbar-track,
.general-form-select-dropdown > *::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
.general-form-select-dropdown::-webkit-scrollbar-thumb,
.general-form-select-dropdown > *::-webkit-scrollbar-thumb {
  background-color: rgba(230, 230, 230, 0.7);
  border-radius: 20px;
}

.input-group .validation-message {
  right: 34px;
}

textarea.form-control {
  padding: 6px 12px;
}

.mr10 {
  margin-right: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.input-long {
  width: 250px !important;
}

.input-short {
  width: 120px !important;
}

.input-group-btn button {
  display: flex;
  align-items: center;
}

input[type=date]:not(.has-value)::before {
  color: rgba(220, 190, 101, 0.6);
  background: #5a4a2f;
}

body .form-control,
.general-form-select-input,
.general-form-select-placeholder,
body .react-datepicker-wrapper .ant-input {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background: none;
  border: none;
  border-radius: 0;
  color: #edd590;
  font-weight: bold;
  box-shadow: none;
}

body .form-control::placeholder,
.general-form-select-input::placeholder,
body .react-datepicker-wrapper .ant-input::placeholder {
  color: #edd590 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  opacity: 0.6;
}

.general-form-select-value {
  color: #edd590;
}

body .form-control,
body .react-datepicker-wrapper input {
  border-bottom: 1px solid #edd590;
}

.general-form-button {
  border: 1px solid #e7b741;
  background: none;
  color: #e7b741;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding: 8px 45px;
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
}

/* -------------------- forms end --------------------- */
/* -------------------- components --------------------- */
.stars .fa-star {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.2);
}
.stars .fa-star ~ .fa-star {
  margin-left: 5px;
}
.stars .fa-star.star-full {
  color: #fadb14;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-active {
  z-index: 1;
}

.slick-prev,
.slick-next {
  width: 0;
  height: 0;
  border-style: solid;
}

.slick-prev {
  border-width: 10px 17.3px 10px 0;
  border-color: transparent #fff transparent transparent;
}

.slick-next {
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #fff;
}

.doctor-certificates {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px;
  width: 100%;
}
.doctor-certificates .certificate-wrapper {
  width: calc(20% - 8px);
  flex: 0 0 calc(20% - 8px);
}
.doctor-certificates .certificate-wrapper > div {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.doctor-certificates .certificate-wrapper > div > img {
  display: inline-block;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  object-fit: contain;
  max-width: 180px;
  border-radius: 10px;
}

.menu-component {
  margin: 0;
  padding: 0;
  display: block;
}
.menu-component__item {
  display: inline-block;
  vertical-align: middle;
}
.menu-component__item + .menu-component__item {
  margin-left: 10px;
}

.review-counters {
  text-align: center;
  padding: 40px 0 20px;
  border-style: solid;
  border-width: 2px 0;
  border-color: #e7b741;
}
.review-counters__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 45px 20px;
}
.review-counters__item-text {
  font-family: "Montserrat", sans-serif;
  color: #54452c;
  font-size: 12px;
  margin-top: 15px;
}
.review-counters__item img {
  filter: invert(1);
}

.schedule-modal__wrapper {
  z-index: 9999999999 !important;
}

.contacts-page__form {
  background-color: #5a4a2f;
  padding: 65px 80px 50px;
  margin-top: 70px;
}
.contacts-page__form .inner-page__headline h3,
.contacts-page__form .inner-page__headline h2 {
  font-size: 35px;
  color: #d2b662;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .contacts-page__form {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-page__form {
    margin: 30px -15px 0;
    padding: 25px 20px 15px;
  }
  .contacts-page__form .inner-page__headline h3,
  .contacts-page__form .inner-page__headline h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.lock-content,
.contact-us-form .contact-us-form__message-inner {
  --btn-default-color: #fff;
  --btn-default-hover-color: #fff;
  --btn-default-active-color: #fff;
  --btn-default-bg: #a88630;
  --btn-default-border: #a88630;
  --btn-default-hover-bg: #836a2a;
  --btn-default-hover-border: #836a2a;
  --btn-default-focus-border: #836a2a;
  --btn-default-active-bg: #836a2a;
  --btn-padding: 10px 30px;
  --btn-font-size: 18px;
}

.slider-arrows .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 44px;
  overflow: hidden;
  font-size: 47px;
  border: 2px solid transparent;
  font-family: "FontAwesome", sans-serif;
  text-rendering: auto;
  color: transparent;
  vertical-align: middle;
  line-height: 33px;
  z-index: 1;
}
.slider-arrows .slick-arrow::after, .slider-arrows .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  background: #c9a342;
  opacity: 1;
}
.slider-arrows .slick-arrow.slick-next::after {
  transform: translate(-55%, -75%) rotate(-45deg);
  transform-origin: right center;
}
.slider-arrows .slick-arrow.slick-next::before {
  transform: translate(-55%, -25%) rotate(45deg);
  transform-origin: right center;
}
.slider-arrows .slick-arrow.slick-prev::after {
  transform: translate(-45%, -75%) rotate(45deg);
  transform-origin: left center;
}
.slider-arrows .slick-arrow.slick-prev::before {
  transform: translate(-45%, -25%) rotate(-45deg);
  transform-origin: left center;
}

.reviews {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}
.reviews .slick-track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.reviews .slick-list .slick-slide {
  position: relative;
  height: unset;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.reviews.reviews_one .slick-slide {
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .reviews.reviews_one .slick-slide > div {
    margin: 0 auto;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .reviews.reviews_one .slick-slide > div {
    margin: 0 auto;
    max-width: 33%;
  }
}
.reviews.reviews_two .slick-slide {
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .reviews.reviews_two .slick-slide > div {
    margin: 0 auto;
    max-width: 50%;
  }
}
.reviews .service-page__title h3,
.reviews .review-slide__title > div:first-child {
  color: #574b33;
}
.reviews .slick-next {
  right: -15px;
}
.reviews .slick-prev {
  left: -15px;
}
@media screen and (max-width: 767px) {
  .reviews {
    padding-left: 0;
    padding-right: 0;
  }
  .reviews .slick-next {
    right: 0;
  }
  .reviews .slick-prev {
    left: 0;
  }
}
.reviews .slider-list {
  margin: auto !important;
  width: calc(100% - 100px) !important;
  padding: 10px 20px;
}
.reviews .slick-active + .slick-active .review-slide::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #e7b741;
  left: 0;
  top: 0;
}
.reviews .review-slide {
  padding: 10px 17px;
  min-height: 100%;
}
.reviews .review-slide__head {
  display: flex;
  color: #e7b741;
}
.reviews .review-slide__title {
  color: #efdeb6;
  font-size: 18px;
  margin-left: 10px;
  margin-top: 5px;
}
.reviews .review-slide__body {
  color: #353b40;
  padding: 10px;
  font-size: 14px;
}
.reviews .review-slide__avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 10px;
}
.reviews .review-slide__avatar img {
  max-height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .reviews {
    margin: 15px 0;
    padding-bottom: 0;
  }
  .reviews .slick-slider {
    padding: 0 25px;
  }
  .reviews .slick-next {
    right: 0;
  }
  .reviews .slick-prev {
    left: 0;
  }
  .reviews .review-slide {
    padding: 0;
  }
  .reviews .review-slide__body b {
    display: block;
    max-height: 210px;
    overflow-y: auto;
  }
  .reviews .review-slide__body b::-webkit-scrollbar {
    width: 12px;
  }
  .reviews .review-slide__body b::-webkit-scrollbar-track {
    background: white;
  }
  .reviews .review-slide__body b::-webkit-scrollbar-thumb {
    background-color: rgb(240, 240, 240);
    border-radius: 20px;
    border: 2px solid white;
  }
}

/* @media screen and (max-width: $width-sm) {
	body .slick-dots {
		left: 0;

		li button {
			border-radius: 50%;
			background: #ddd;

			&::before,
			&::after {
				content: '';
				opacity: 0;
			}
		}

		li.slick-active button {
			background: #888;
		}
	}
} */
.general-form-select-control {
  border-radius: 0;
  min-height: 34px;
  height: 34px;
  border: none;
  box-shadow: none !important;
  border-bottom: 1px solid #edd590;
  background: transparent;
}

.contact-us-form {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.contact-us-form .google-captcha {
  width: max-content;
}
.contact-us-form .date-picker-alt .fa.anticon-calendar {
  position: absolute;
  right: 12px;
  top: 9px;
}
.contact-us-form__message {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 140px);
  align-items: center;
  left: 20px;
  top: 5px;
  color: #353b40;
  display: none;
  text-align: center;
  font-weight: bold;
}
.contact-us-form__message-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #e7b741;
  color: #5a4a2f;
  border-radius: 10px;
  font-size: 20px;
  width: 62%;
  height: 85%;
}
.contact-us-form__message-inner.alert {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  color: #e4423e;
}
@media (max-width: 767px) {
  .contact-us-form__message-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-us-form__message {
    width: calc(100% - 30px);
    height: calc(100% - 80px);
    left: 15px;
    top: 5px;
    font-size: 20px;
  }
}
.contact-us-form__message .general-form-button {
  margin-top: min(40px, 10vh) !important;
  font-weight: normal;
}
.contact-us-form__message.animated {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact-us-form__message.animated.zoomOut {
  pointer-events: none;
}
.contact-us-form textarea {
  resize: none;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .contact-us-form textarea.form-control {
    height: 100px;
  }
}
.contact-us-form .general-form-button {
  margin: 10px 0 0 0;
}
.contact-us-form .form-group {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .contact-us-form .form-group {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-form .form-group {
    margin-bottom: 15px;
  }
  .contact-us-form .form-group textarea.form-control {
    height: 100px;
  }
}
.contact-us-form.general-form .general-form-button {
  margin: 10px 0 0 0;
}
.contact-us-form.general-form textarea.form-control {
  border-width: 1px;
  border-style: solid;
}

.office-info-block {
  margin-bottom: 75px;
  border: 1px solid #a67a0d;
  padding: 30px 30px 0;
}
.office-info-block__title {
  color: #96700b;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 30px;
  font-size: 45px;
  text-transform: uppercase;
}
.office-info-block__title a {
  color: inherit !important;
}
.office-info-block__address {
  font-weight: 400;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 25px;
  color: #96700b;
  line-height: 1.7;
}
.office-info-block__icons {
  margin-bottom: -5px;
}
.office-info-block__icons:empty {
  margin-bottom: 0;
}
.office-info-block__icons a {
  font-size: 25px;
}
.office-info-block__icons a ~ a {
  margin-left: 10px;
}
.office-info-block__icons svg {
  margin-bottom: -3px;
  height: 24px;
}
.office-info-block__icons svg path {
  fill: currentColor !important;
}
@media (max-width: 1200px) {
  .office-info-block {
    padding: 25px 25px 0;
  }
  .office-info-block .office-info-block__address {
    font-size: 16px;
  }
}
.office-info-block__map {
  margin-bottom: -50px;
  display: flex;
  flex-direction: column;
  padding: 2px;
  background: rgba(231, 183, 65, 0.5);
}
.office-info-block .map {
  flex-grow: 1;
  width: 100%;
  height: 400px;
  background: #fff;
}

/* -------------------- components end --------------------- */
/* -------------------- header--------------------- */
.header-sticky-wrapper {
  z-index: 10;
}

@media screen and (max-width: 1199px) {
  .header-sticky-wrapper {
    display: none;
  }
}
.header-container {
  z-index: 10;
}

@media screen and (max-width: 1199px) {
  .header-container {
    margin-top: 60px;
  }
}
body .header-drawer {
  width: max(50vw, 260px);
}

.site-header__top {
  background: #fff;
  color: #342e20;
}

.site-header__bottom {
  background: #5a4a2f;
}

.site-header__bottom-right {
  padding-top: 5px;
}

.site-header__left {
  float: left;
}

.site-header__logo {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  margin-right: 20px;
}

.site-header__logo img {
  max-height: 45px;
}

.site-header__logo img[src=""] {
  max-width: 48px;
  overflow: hidden;
}

.site-header-icons {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.site-header-icons:empty {
  margin-right: 0;
}

.site-header-icons a {
  display: inline-block;
  vertical-align: middle;
  color: #342e20;
  float: left;
  font-size: 19px;
  line-height: 18px;
  height: 18px;
}

.site-header-icons a:hover, .site-header-icons a:focus, .site-header-icons a:active, .site-header-icons a:visited {
  color: #342e20;
}

.site-header-icons a ~ a {
  margin-left: 10px;
}

.site-header-icons svg {
  height: 18px;
}

.site-header-right {
  float: right;
}

.site-header-lang {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #342e20;
  padding: 0 5px;
}

.site-header-lang__item {
  cursor: pointer;
}

.site-header-lang__item img {
  height: 20px;
  width: auto !important;
  margin-top: -3px;
}

@media (pointer: fine) {
  .site-header-lang__item:hover {
    opacity: 0.9;
  }
}
.site-header-lang__item_active {
  opacity: 1;
  border-bottom: 1px solid #342e20;
}

.site-header-phones {
  text-align: center;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.site-header-phones a {
  color: #342e20;
}

.site-header-phones a:hover, .site-header-phones a:focus, .site-header-phones a:active, .site-header-phones a:visited {
  color: #342e20;
}

.site-header-phones span {
  display: inline-block;
  vertical-align: middle;
  line-height: 55px;
}

.site-header-phones span + span {
  margin-left: 20px;
}

.site-header-phones span:last-of-type {
  margin-right: 10px;
}

@media screen and (max-width: 650px) {
  .site-header-phones span + span {
    margin-left: 10px;
  }
}
.site-header-phones .site-header-phones__line {
  height: 1px;
  background: #342e20;
  width: 60px;
}

@media screen and (max-width: 650px) {
  .site-header-phones .site-header-phones__line {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-header-phones {
    display: none;
  }
}
.site-header-book-button {
  padding: 0 7px;
  line-height: 34px;
  vertical-align: middle;
  min-width: 170px;
}

.site-header-book-button .fa {
  display: none;
}

@media screen and (max-width: 1200px) {
  .site-header-book-button {
    padding: 0 11px;
    min-width: unset;
  }
  .site-header-book-button .fa {
    display: inline-block;
  }
  .site-header-book-button__text {
    display: none;
  }
}
@media (pointer: fine) {
  .site-header-book-button:hover {
    background: #6f6898;
    outline: none;
  }
}
.site-header-book-button:active, .site-header-book-button:focus {
  background: #6f6898;
  outline: none;
}

body .autocomplete-component {
  min-width: 150px;
  vertical-align: middle;
  position: absolute;
  right: 100%;
  top: 0;
  display: none;
}

body .autocomplete-component-dropdown-indicator {
  display: none;
}

body .autocomplete-component .autocomplete-component-input,
body .autocomplete-component .autocomplete-component-empty {
  color: #000;
}

body .autocomplete-component .autocomplete-component-option {
  color: #000;
  cursor: pointer;
}

body .autocomplete-component .autocomplete-component-option:hover {
  background: #5a4a2f !important;
  color: #fff !important;
}

body .autocomplete-component .autocomplete-component-clear {
  color: #444;
  cursor: pointer;
}

body .autocomplete-component-placeholder {
  color: #333;
}

body .autocomplete-component-indicatorSeparator {
  display: none;
}

body .autocomplete-component .autocomplete-component-control {
  width: 200px;
  min-height: 34px;
  height: 34px;
  font-size: 13px;
  background: #e7b741;
  border: none !important;
  border-radius: 3px 0 0 3px;
}

.header-container .site-header .header-search-component {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
}

.header-container .site-header .header-search-component__button {
  border-radius: 3px;
  background: #e7b741;
  color: #fff;
  line-height: 34px !important;
  width: 34px;
  text-align: center;
}

.header-container .site-header .header-search-component > .autocomplete-component-input {
  background: #e7b741;
  padding: 0 10px 2px;
  border: none !important;
  border-radius: 3px 0 0 3px;
  font-size: 13px;
  height: 34px;
  min-height: 34px;
  width: 200px;
  line-height: 32px;
  vertical-align: middle;
  color: #333;
}

.header-container .site-header .header-search-component > .autocomplete-component-input::placeholder {
  color: #333;
}

.header-container .site-header .header-search-component_open .header-search-component__button {
  border-radius: 0 3px 3px 0;
  background: rgb(217.523364486, 162.5700934579, 27.476635514);
}

.header-container .site-header .header-search-component_open .autocomplete-component {
  display: block;
}

.menu-component__item-link .menu-icon {
  margin-top: 2px;
  display: inline-block;
  width: 40px;
  line-height: 30px;
  vertical-align: top;
  position: relative;
}

.menu-component__item-link .menu-icon img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: invert(92%) sepia(81%) saturate(3940%) hue-rotate(319deg) brightness(93%) contrast(94%);
}

.menu-component__item-link .menu-icon > span {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  color: #5a4a2f;
  background-color: #e7b741;
  font-weight: 600;
  font-size: 12px;
  padding: 1px 2px;
  line-height: 1;
  border-radius: 50%;
  text-transform: uppercase;
}

.site-header-menu .menu-component {
  position: relative;
}

.site-header-menu .menu-component__item + .menu-component__item {
  margin-left: 0;
}

.site-header-menu > .menu-component__item {
  position: relative;
}

.site-header-menu > .menu-component__item > .menu-component__item-link {
  display: block;
  line-height: 44px;
  color: #e6b846;
  padding: 0 10px;
  text-decoration: none;
  position: relative;
}

.site-header-menu > .menu-component__item > .menu-component__item-link:hover, .site-header-menu > .menu-component__item > .menu-component__item-link:focus, .site-header-menu > .menu-component__item > .menu-component__item-link:active, .site-header-menu > .menu-component__item > .menu-component__item-link:visited {
  color: #e6b846;
}

@media (pointer: fine) {
  .site-header-menu > .menu-component__item > .menu-component__item-link:hover {
    background: rgb(73.2481751825, 60.2262773723, 38.2518248175);
  }
}
.site-header-menu > .menu-component__item > .menu-component__item-link_active {
  background: rgb(56.496350365, 46.4525547445, 29.503649635);
}

@media (pointer: fine) {
  .site-header-menu > .menu-component__item_with-children:hover > .menu-component__item-link::before {
    top: 100%;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-bottom: 8px solid rgb(73.2481751825, 60.2262773723, 38.2518248175);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}
.site-header-menu > .menu-component__item > .menu-component__item-children-container {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 8px;
  z-index: 3;
}

.site-header-menu > .menu-component__item > .menu-component__item-children-container > .menu-component__children {
  padding: 0;
  background: rgb(73.2481751825, 60.2262773723, 38.2518248175);
  width: 300px;
  position: relative;
}

.site-header-menu > .menu-component__item:not(.with-sub-children) > .menu-component__item-children-container > .menu-component__children .menu-component__item {
  display: block;
}

.site-header-menu > .menu-component__item:not(.with-sub-children) > .menu-component__item-children-container > .menu-component__children .menu-component__item-link {
  padding: 10px;
  line-height: normal;
  color: #e6b846;
  display: block;
}

@media (pointer: fine) {
  .site-header-menu > .menu-component__item:not(.with-sub-children) > .menu-component__item-children-container > .menu-component__children .menu-component__item-link:hover {
    background: rgb(66.5474452555, 54.7167883212, 34.7525547445);
  }
}
.site-header-menu > .menu-component__item:not(.with-sub-children) > .menu-component__item-children-container > .menu-component__children .menu-component__item-link_active {
  background: rgb(56.496350365, 46.4525547445, 29.503649635);
}

.site-header-menu > .menu-component__item.three-columns-menu > .menu-component__item-children-container > .menu-component__children {
  width: 65%;
  display: flex;
  justify-items: center;
  flex-wrap: wrap;
}

.site-header-menu > .menu-component__item.three-columns-menu > .menu-component__item-children-container > .menu-component__children .menu-component__item {
  flex: 0 0 33.3333333%;
}

.site-header-menu > .menu-component__item.three-columns-menu {
  position: static;
}

.site-header-menu > .menu-component__item.three-columns-menu > .menu-component__item-children-container {
  width: 100%;
}

.site-header-menu > .menu-component__item.with-sub-children {
  position: static;
}

.site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container {
  width: 100%;
}

.site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children {
  display: flex;
  align-items: flex-start;
  flex-flow: column wrap;
  justify-content: flex-start;
  width: 72%;
  height: 100%;
  max-height: max(630px, 63vh);
  padding: 15px;
  gap: 10px;
  overflow: auto;
}

.site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: rgb(56.496350365, 46.4525547445, 29.503649635);
}

.site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #e7b741;
}

.site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item {
  max-width: calc(33.3333333333% - 10px);
}

.site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item > .menu-component__item-link {
  margin-bottom: 5px;
  display: inline-block;
  line-height: normal;
  color: #a8a7a7;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0;
}

.site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item > .menu-component__item-link:hover, .site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item > .menu-component__item-link:focus, .site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item > .menu-component__item-link:active, .site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item > .menu-component__item-link:visited {
  color: #a8a7a7;
}

@media (pointer: fine) {
  .site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item > .menu-component__item-link:hover {
    color: #fff;
  }
}
.site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item .menu-component__children {
  padding: 0;
}

.site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item .menu-component__children .menu-component__item {
  display: block;
}

.site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item .menu-component__children .menu-component__item-link {
  padding: 0 0 0 10px;
  margin-bottom: 5px;
  display: inline-block;
  color: #e7b741;
}

.site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item .menu-component__children .menu-component__item-link:hover, .site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item .menu-component__children .menu-component__item-link:focus, .site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item .menu-component__children .menu-component__item-link:active, .site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item .menu-component__children .menu-component__item-link:visited {
  color: #e7b741;
}

@media (pointer: fine) {
  .site-header-menu > .menu-component__item.with-sub-children > .menu-component__item-children-container > .menu-component__children > .menu-component__item .menu-component__children .menu-component__item-link:hover {
    color: rgb(236.7196261682, 200.1588785047, 110.2803738318);
  }
}
.site-header-menu > .menu-component__item:hover > .menu-component__item-children-container {
  display: block;
}

.site-header-menu .menu-component__item-toggle {
  display: none;
}

.site-header-menu .menu-component__item-children-container .menu-component__children {
  display: block;
}

.mobile-header {
  display: none;
  text-align: center;
  background: #5a4a2f;
}

.mobile-header__top {
  background: #5a4a2f;
  top: 0;
  position: fixed;
  height: 60px;
  line-height: 50px;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 5px 15px;
}

.mobile-header .site-header-book-button {
  margin-top: 10px;
  width: 32px;
}

.mobile-header__toggle {
  float: right;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}

.mobile-header__logo {
  float: left;
  height: calc(100% + 5px);
  margin: -5px;
  max-width: calc(100% - 150px);
}

.mobile-header__logo img {
  max-height: 100%;
}

@media (max-width: 450px) {
  .mobile-header__logo img {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header__icons {
  float: right;
}

.mobile-header__icons a {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 16px;
  height: 16px;
}

.mobile-header__icons a:hover, .mobile-header__icons a:focus, .mobile-header__icons a:active, .mobile-header__icons a:visited {
  color: rgba(255, 255, 255, 0.5);
}

.mobile-header__icons a ~ a {
  margin-left: 10px;
}

.mobile-header__icons svg {
  height: 16px;
}

.mobile-header-lang {
  float: right;
  margin-right: 10px;
}

.mobile-header-lang__item {
  padding: 0;
  border: 0;
  cursor: pointer;
  filter: grayscale(100%);
  opacity: 0.8;
}

.mobile-header-lang__item ~ .mobile-header-lang__item {
  margin-left: 10px;
}

.mobile-header-lang__item__selected {
  filter: grayscale(50%);
  opacity: 1;
}

.mobile-header-lang__item img {
  height: 20px;
  width: auto !important;
  margin-top: -3px;
}

.mobile-header-lang__item:hover {
  opacity: 0.9;
}

.mobile-header-lang__item_active {
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-header__phones {
  width: 100%;
  text-align: start;
  font-size: 17px;
  padding-bottom: 10px;
  border: none;
  color: #a47600;
}

.mobile-header__phones li {
  padding: 10px 7px 5px;
  border-bottom: 1px solid rgba(176, 156, 108, 0.75);
}

.mobile-header__phones-left {
  position: relative;
  padding-bottom: 4px;
}

.mobile-header__phones-left::before {
  position: absolute;
  left: 100%;
  width: 1px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  content: "";
}

.mobile-header__phones .fa {
  margin-right: 3px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  background: #42392a;
}

.mobile-header__phones .site-header-icons {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.mobile-header__phones .site-header-icons > a {
  float: unset;
}

.mobile-header__phones .site-header-icons svg {
  vertical-align: middle;
}

.mobile-header__phones .site-header-icons svg path {
  fill: #96700b;
}

.mobile-header__phones .site-header-icons .fa {
  color: #96700b;
  background: none;
}

.mobile-header__phones .site-header-book-button .fa {
  background: none;
}

.mobile-header__phones .map-icon {
  color: #e74c3c;
}

.mobile-header__phones .phone-icon {
  color: #13cc4b;
}

@media screen and (max-width: 420px) {
  .mobile-header__phones {
    font-size: 15px;
  }
  .mobile-header__phones .fa {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 13px;
  }
}
.mobile-header__phones a {
  color: #a47600;
}

.mobile-header__phones a:hover, .mobile-header__phones a:focus, .mobile-header__phones a:active, .mobile-header__phones a:visited {
  color: #a47600;
}

.header-drawer__top {
  border-bottom: 1px solid rgba(176, 156, 108, 0.75);
}

@media screen and (min-width: 1200px) {
  .header-drawer {
    display: none !important;
  }
}
.menu-burger {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
  margin-top: 12px;
  width: 26px;
  height: 26px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
  flex-shrink: 0;
  z-index: 11;
}

.menu-burger .menu-burger__span,
.menu-burger .menu-burger__span::before,
.menu-burger .menu-burger__span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ada597;
  transition-duration: 0.25s;
}

.menu-burger .menu-burger__span::before {
  content: "";
  top: -9px;
}

.menu-burger .menu-burger__span::after {
  content: "";
  top: 9px;
}

.menu-burger .menu-burger__span_open {
  transform: rotate(45deg);
}

.menu-burger .menu-burger__span_open::before {
  top: 0;
  transform: rotate(0);
}

.menu-burger .menu-burger__span_open::after {
  top: 0;
  transform: rotate(90deg);
}

.mobile-menu .menu-component__item {
  display: block;
  position: relative;
  margin: 0 !important;
  font-size: 14px;
}

.mobile-menu .menu-component__item .site-header-icons:not(:empty) {
  margin-top: 6px;
  height: 24px;
}

.mobile-menu .menu-component__item .menu-component__item-children-container .menu-component__children .menu-component__item-link {
  padding-left: 10px;
}

.mobile-menu .menu-component__item-link {
  display: block;
  padding: 8px 40px 8px 7px;
  color: #a47600;
  border-bottom: 1px solid rgba(176, 156, 108, 0.75);
}

.mobile-menu .menu-component__item-link:hover, .mobile-menu .menu-component__item-link:focus, .mobile-menu .menu-component__item-link:active, .mobile-menu .menu-component__item-link:visited {
  color: #a47600;
}

.mobile-menu .menu-component__item .menu-component__children {
  padding: 0 0 0 12px !important;
}

.mobile-menu .menu-component__item .menu-component__children .menu-component__item-link {
  font-size: 0.9em;
}

.mobile-menu .menu-component__item .menu-component__children .menu-component__item-children-container .menu-component__children .menu-component__item-link {
  padding-left: 15px;
}

.mobile-menu .menu-component__item .menu-component__item-toggle {
  position: absolute;
  top: 0;
  height: 36px;
  line-height: 36px;
  color: #a47600;
}

.mobile-menu .mobile-header__phones a {
  color: #a47600;
}

.mobile-menu .mobile-header__phones a:hover, .mobile-menu .mobile-header__phones a:focus, .mobile-menu .mobile-header__phones a:active, .mobile-menu .mobile-header__phones a:visited {
  color: #a47600;
}

.mobile-menu .menu-component__button {
  border-bottom: 0;
  text-align: center;
}

.mobile-menu .menu-component__button button {
  width: 100%;
}

.mobile-menu > .menu-component__item > .menu-component__item-link {
  color: #a47600;
}

.mobile-menu > .menu-component__item > .menu-component__item-link:hover, .mobile-menu > .menu-component__item > .menu-component__item-link:focus, .mobile-menu > .menu-component__item > .menu-component__item-link:active, .mobile-menu > .menu-component__item > .menu-component__item-link:visited {
  color: #a47600;
}

.mobile-menu:not(.with-sub-children) > .menu-component__item-children-container > .menu-component__children .menu-component__item-link {
  color: #a47600;
}

.btn.bottom-btn,
.bottom-btn,
.site-header-book-button,
a.site-header-book-button {
  display: inline-block;
  background: #756d9f;
  color: #fff;
  border: none;
  border-radius: 3px;
}

.btn.bottom-btn:hover, .btn.bottom-btn:active, .btn.bottom-btn:focus, .btn.bottom-btn:visited,
.bottom-btn:hover,
.bottom-btn:active,
.bottom-btn:focus,
.bottom-btn:visited,
.site-header-book-button:hover,
.site-header-book-button:active,
.site-header-book-button:focus,
.site-header-book-button:visited,
a.site-header-book-button:hover,
a.site-header-book-button:active,
a.site-header-book-button:focus,
a.site-header-book-button:visited {
  background: #6f6898;
  outline: none;
  color: #fff;
  text-decoration: none;
}

.btn.bottom-btn .specials-img,
.bottom-btn .specials-img,
.site-header-book-button .specials-img,
a.site-header-book-button .specials-img {
  margin-right: 3px;
  width: 25px !important;
  height: 25px !important;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.menu-component__button a.site-header-book-button {
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  background: #a88630;
}

.menu-component__button a.site-header-book-button:hover, .menu-component__button a.site-header-book-button:active, .menu-component__button a.site-header-book-button:focus {
  background: #9a7a2b;
}

.menu-component__button .site-header-book-button .fa {
  font-size: 20px;
}

.menu-component__button .site-header-book-button,
.menu-component__button a.site-header-book-button {
  font-size: 14px;
  font-weight: 500;
}

.bottom-btn {
  border: none;
  padding: 10px;
  font-size: 16px;
}

.closed-menu .menu-component__item-children-container {
  display: none !important;
}

/* ------------------header end------------------- */
/* -------------------- content --------------------- */
.error-component {
  flex-grow: 1;
}

.content {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.inline-tags {
  margin-right: -5px;
  margin-left: -5px;
}

.inline-tag {
  display: inline-block;
  margin: 0 5px 10px;
  background: #54452c;
  color: #ecbc3f;
  border-radius: 4px;
  padding: 3px 8px;
}

/* ----------------- content end --------------------- */
/* -------------------- pages --------------------- */
.inner-page {
  padding-top: 15px;
  color: #353b40;
}
.inner-page .breadcrumb {
  border: none;
  font-size: 14px;
  display: block;
  background: rgba(63, 47, 21, 0.7);
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  margin-left: 0;
  width: max-content;
}
.inner-page .breadcrumb a {
  color: #f3f3f3;
}
.inner-page .breadcrumb a:hover, .inner-page .breadcrumb a:focus, .inner-page .breadcrumb a:active, .inner-page .breadcrumb a:visited {
  color: #f3f3f3;
}
.inner-page .breadcrumb .active {
  color: #fff;
}
.inner-page .breadcrumb.on-slide {
  position: absolute;
  left: 15px;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .inner-page .breadcrumb {
    margin: -2px 5px 10px 0;
    padding: 5px 10px;
    max-width: 100%;
  }
}
.inner-page .share-icons {
  position: absolute;
  right: 15px;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .inner-page .share-icons {
    margin: -5px 0 0;
    padding: 0 0 10px;
  }
}
.inner-page .section-page .share-icons {
  position: static;
  float: right;
}
.inner-page.faq-page .share-icons {
  position: static;
}
.inner-page__headline h1 {
  color: #e7b741;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .inner-page__headline h1 {
    font-size: 35px;
  }
}
.inner-page__headline h2,
.inner-page__headline h3,
.inner-page__headline h4 {
  color: #e7b741;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.inner-page__headline h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.inner-page__headline h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.inner-page__headline:hover, .inner-page__headline:focus, .inner-page__headline:active, .inner-page__headline:visited {
  color: #e7b741;
}
.inner-page .external-html h1,
.inner-page .external-html h2:first-child,
.inner-page .tagline h2,
.inner-page .tagline h1 {
  font-size: 21px !important;
  position: relative;
  font-weight: 400 !important;
  margin: 10px auto 40px !important;
  max-width: min(1015px, 100%);
  width: max-content;
  text-align: center;
  color: rgba(0, 0, 0, 0.85) !important;
  text-transform: none !important;
}
.inner-page .external-html h1::after,
.inner-page .external-html h2:first-child::after,
.inner-page .tagline h2::after,
.inner-page .tagline h1::after {
  content: "";
  width: 100%;
  min-width: 100px;
  height: 3px;
  background: #e7b741;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.inner-page .external-html {
  color: #353b40 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  font-size: 15px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.inner-page .external-html h2,
.inner-page .external-html h3,
.inner-page .external-html h4 {
  color: #e7b741 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-family: "Montserrat", sans-serif !important;
}
.inner-page .external-html h2,
.inner-page .external-html h3,
.inner-page .external-html h4,
.inner-page .external-html h5,
.inner-page .external-html h6,
.inner-page .external-html ul,
.inner-page .external-html ol {
  max-width: min(1015px, 100%);
}
.inner-page .external-html h2 {
  font-size: 28px !important;
  margin: 10px auto 15px !important;
}
.inner-page .external-html h3 {
  font-size: 20px !important;
  margin: 10px auto 15px !important;
}
.inner-page .external-html h4,
.inner-page .external-html h5,
.inner-page .external-html h6 {
  margin: 10px auto 15px !important;
}
.inner-page .external-html ul {
  margin: 10px auto 15px !important;
}
.inner-page .external-html p {
  margin: 10px auto !important;
  max-width: 100%;
}
.inner-page .external-html li {
  display: block;
  padding: 0 10px 0 25px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
  background: url("/icons/list-check.png") no-repeat 0 3px;
}
.inner-page .external-html ol {
  margin: 10px auto 15px !important;
  list-style: decimal;
}
.inner-page .external-html ol li {
  display: list-item;
  background: none;
  padding: 0 10px !important;
}
.inner-page .external-html img {
  max-width: 100% !important;
}
.inner-page .external-html a {
  text-decoration: underline;
}

.external-html a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .external-html {
    font-family: brandon-grotesque, sans-serif !important;
  }
  .external-html * {
    font-family: brandon-grotesque, sans-serif !important;
  }
}

/* -------------------- pages end --------------------- */
/* -------------------- footer --------------------- */
.site-footer {
  background: #292929;
  color: #a6a1a6;
  font-size: 11px;
}

@media screen and (min-width: 1300px) {
  .site-footer .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.site-footer-icons {
  padding-top: 18px;
  float: left;
  line-height: 19px;
}

.site-footer-icons a {
  display: inline-block;
  vertical-align: middle;
  color: #a6a1a6;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}

.site-footer-icons a:hover, .site-footer-icons a:focus, .site-footer-icons a:active, .site-footer-icons a:visited {
  color: #a6a1a6;
}

.site-footer-icons a ~ a {
  margin-left: 10px;
}

.site-footer-icons a svg {
  height: 16px;
}

.site-footer-menu {
  float: right;
}

.site-footer-menu a {
  color: #a6a1a6;
}

.site-footer-menu a:hover, .site-footer-menu a:focus, .site-footer-menu a:active, .site-footer-menu a:visited {
  color: #a6a1a6;
}

.site-footer-copyright {
  overflow: hidden;
  text-align: center;
  padding-left: 50px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding: 10px 0 0;
  }
  .site-footer-icons, .site-footer-copyright, .site-footer-menu {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
  }
  .site-footer-icons a {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
  }
  .site-footer-icons a svg {
    height: 20px;
  }
}
@supports (flex-wrap: wrap) {
  .site-footer .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 60px;
  }
  .site-footer .container::before, .site-footer .container::after {
    display: none;
  }
  .site-footer-icons {
    padding-top: 0;
    order: 1;
  }
  .site-footer-copyright {
    order: 2;
  }
  .site-footer-menu {
    order: 3;
  }
}
/* ------------------ footer end ------------------- */
/* ------------------ spinners ---------------------- */
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.loading-component .double-bounce1,
.loading-component .double-bounce2 {
  display: block;
  background: #a67a0d;
}
.loading-component.page-loading {
  height: 100%;
  width: 100%;
  text-align: center;
}
.loading-component.page-loading .spinner {
  margin: 0 auto 10px;
}
@supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex) or (display: -ms-flexbox) {
  .loading-component.page-loading {
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
.loading-component__caption {
  text-transform: uppercase;
  color: rgb(130.5279329609, 95.9301675978, 10.2220670391);
  font-weight: bold;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* --------------- spinners end ---------------------- */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated__short {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.infinite {
  animation-iteration-count: infinite;
}
.infinite:hover {
  animation-iteration-count: 1;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  7% {
    transform: scale(1.1);
  }
  14% {
    transform: scale(1);
  }
  21% {
    transform: scale(1.1);
  }
  35% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 2.6s;
  animation-timing-function: ease-in-out;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadein;
  animation-name: fadeIn;
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a {
  background-color: rgba(0, 0, 0, 0);
  color: #96700b;
  text-decoration: none;
}

@media (pointer: fine) {
  a:hover {
    color: #8c6706;
    text-decoration: underline;
  }
}
a.post .post__title {
  color: #e7b741;
}

a:active {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #ccc;
  content: "/";
}

img {
  border: 0;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

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

.pull-left {
  float: left;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.clearfix::after {
  clear: both;
}

.clearfix::after,
.clearfix::before,
.container::after,
.container::before,
.row::after,
.row::before {
  display: table;
  content: " ";
}

.clearfix::after,
.container::after,
.row::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

h3 {
  font-size: 24px;
}

p {
  margin: 0 0 10px;
}

.modal-body h3 {
  font-size: 20px;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:focus,
.btn-default:active:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.form-control {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-image: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled] {
  cursor: not-allowed;
}

.form-group {
  margin-bottom: 15px;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-3,
.col-md-3,
.col-md-6,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-2,
.col-xs-6,
.col-xs-4,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-2,
.col-xs-4,
.col-xs-6,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-4 {
  width: 33.333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-2 {
  width: 16.66666667%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-3,
  .col-md-6 {
    float: left;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-lg-3 {
    float: left;
    width: 25%;
  }
}.bottom-btn {
  position: absolute;
  left: 15px;
}
.bottom-btn-container {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  z-index: 10;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.bottom-btn-container_show {
  opacity: 1;
  transform: translateY(-80px);
}.header-drawer {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: auto;
  max-width: 420px;
  width: max(50vw, 240px);
  padding: 5px 15px 10px;
  margin-left: auto;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.header-drawer__mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.header-drawer__top {
  padding: 5px;
}
.header-drawer-container {
  position: fixed;
  top: 60px;
  height: calc(100vh - 60px);
  width: 100%;
  overflow: hidden;
  right: 0;
  outline: none;
  z-index: 9999999999;
}
.header-drawer__close {
  pointer-events: none;
}
.header-drawer__close .header-drawer {
  transform: translateX(100%);
}
.header-drawer__close .header-drawer__container {
  pointer-events: none;
}
.header-drawer__close .header-drawer__mask {
  display: none;
}
.header-drawer__open .header-drawer {
  transform: translateX(0);
}.menu-component__item-toggle {
  z-index: 5;
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  right: 0;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.menu-component__item {
  position: relative;
}

.menu-component__item-children-container {
  font-size: 13px;
}
.menu-component__item-children-container .menu-component__children {
  display: none;
}
.menu-component__item-children-container .menu-component__children .menu-component__item-link {
  padding-left: 25px;
}
.menu-component__item-children-container.isOpen > .menu-component__children {
  display: block;
  padding-left: 0;
}