.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'OpenSans-Bold';
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'OpenSans-Semibold';
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'OpenSans-Light';
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'OpenSans-Semibold';
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'OpenSans-Regular';
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #c5ab50 !important;
}
.bg-success {
  background-color: #06df9e !important;
}
.bg-info {
  background-color: #bf6cff !important;
}
.bg-warning {
  background-color: #2a2a2c !important;
}
.bg-danger {
  background-color: #c5ab50 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c5ab50 !important;
  border-color: #c5ab50 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c5ab50;
  border-color: #c5ab50;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c5ab50 !important;
  border-color: #c5ab50 !important;
}
.btn-primary:hover {
  background-color: #aa9138 !important;
  border-color: #aa9138 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b3641a !important;
  border-color: #b3641a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b3641a;
  border-color: #b3641a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b3641a !important;
  border-color: #b3641a !important;
}
.btn-secondary:hover {
  background-color: #864b14 !important;
  border-color: #864b14 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bf6cff;
  border-color: #bf6cff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-info:hover {
  background-color: #a939ff !important;
  border-color: #a939ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-success:hover {
  background-color: #05ad7b !important;
  border-color: #05ad7b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2a2a2c !important;
  border-color: #2a2a2c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2a2a2c;
  border-color: #2a2a2c;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2a2a2c !important;
  border-color: #2a2a2c !important;
}
.btn-warning:hover {
  background-color: #434346 !important;
  border-color: #434346 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c5ab50 !important;
  border-color: #c5ab50 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c5ab50;
  border-color: #c5ab50;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c5ab50 !important;
  border-color: #c5ab50 !important;
}
.btn-danger:hover {
  background-color: #d2bd76 !important;
  border-color: #aa9138 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c5ab50;
  color: #c5ab50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #c5ab50 !important;
  border-color: #c5ab50;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c5ab50 !important;
  border-color: #c5ab50 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b3641a;
  color: #b3641a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #b3641a !important;
  border-color: #b3641a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b3641a !important;
  border-color: #b3641a !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bf6cff;
  color: #bf6cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #bf6cff !important;
  border-color: #bf6cff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2a2a2c;
  color: #2a2a2c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #2a2a2c !important;
  border-color: #2a2a2c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2a2a2c !important;
  border-color: #2a2a2c !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #c5ab50;
  color: #c5ab50;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #c5ab50 !important;
  border-color: #c5ab50;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c5ab50 !important;
  border-color: #c5ab50 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  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 {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #c5ab50 !important;
}
.text-secondary {
  color: #b3641a !important;
}
.text-success {
  color: #06df9e !important;
}
.text-info {
  color: #bf6cff !important;
}
.text-warning {
  color: #2a2a2c !important;
}
.text-danger {
  color: #c5ab50 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #83702c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #5a320d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #037c58 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9306ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2a2a2c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #83702c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #c5ab50 !important;
}
.alert-success {
  background-color: #06df9e;
}
.alert-info {
  background-color: #bf6cff;
}
.alert-warning {
  background-color: #2a2a2c;
}
.alert-danger {
  background-color: #c5ab50;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c5ab50;
  border-color: #c5ab50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #c5ab50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e5d9b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4fde7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ddddde;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e5d9b0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'OpenSans-Regular';
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #c5ab50;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c5ab50;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c5ab50;
  border-bottom-color: #c5ab50;
}
.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: #000000 !important;
  background-color: #c5ab50 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #b3641a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s29YgZfhsX {
  min-height: 114px !important;
  position: relative;
  background: #99cccc;
  overflow: visible;
}
.cid-s29YgZfhsX .nav-item,
.cid-s29YgZfhsX .nav-link,
.cid-s29YgZfhsX .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .nav-item:hover,
.cid-s29YgZfhsX .nav-link:hover,
.cid-s29YgZfhsX .navbar-caption:hover {
  color: #c5ab50 !important;
}
.cid-s29YgZfhsX .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s29YgZfhsX .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s29YgZfhsX .container-fluid,
.cid-s29YgZfhsX .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s29YgZfhsX .nav-link:hover:before {
  width: 100%;
}
.cid-s29YgZfhsX .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .nav-link {
    margin: 0 !important;
  }
}
.cid-s29YgZfhsX .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s29YgZfhsX .widget p,
.cid-s29YgZfhsX .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s29YgZfhsX .widget p a,
.cid-s29YgZfhsX .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s29YgZfhsX .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX .icons__wrap:hover {
  color: #ffffff;
  background-color: #c5ab50;
  border-color: #c5ab50;
}
.cid-s29YgZfhsX .block__phone {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: none;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #c5ab50 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary:hover {
  background-color: #c5ab50 !important;
  color: #ffffff !important;
}
.cid-s29YgZfhsX .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s29YgZfhsX .navbar > .container,
.cid-s29YgZfhsX .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .btn {
    white-space: nowrap;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #99cccc;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after,
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s29YgZfhsX .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown-item:hover {
  color: #c5ab50 !important;
}
.cid-s29YgZfhsX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s29YgZfhsX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s29YgZfhsX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s29YgZfhsX .nav-item:focus,
.cid-s29YgZfhsX .nav-link:focus {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s29YgZfhsX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s29YgZfhsX .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #99cccc;
}
.cid-s29YgZfhsX .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #99cccc !important;
}
.cid-s29YgZfhsX .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s29YgZfhsX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s29YgZfhsX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s29YgZfhsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu {
    background: #99cccc !important;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s29YgZfhsX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s29YgZfhsX .navbar.navbar-short {
  background: #99cccc !important;
  min-height: 70px;
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s29YgZfhsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-item.active,
.cid-s29YgZfhsX .dropdown-item:active {
  background-color: transparent;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99cccc;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s29YgZfhsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9e9e9;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s29YgZfhsX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX a.nav-link:hover {
  color: #c5ab50 !important;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #99cccc;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s29YgZfhsX .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX a.nav-link {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s29YgZfhsX .navbar-brand {
    padding: 0;
  }
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s29YgZfhsX .widget {
    flex-direction: column;
  }
  .cid-s29YgZfhsX .widget p,
  .cid-s29YgZfhsX .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s29YgZfhsX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s29YgZfhsX .navbar {
    height: 97px;
  }
  .cid-s29YgZfhsX .navbar.opened {
    height: auto;
  }
  .cid-s29YgZfhsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s29WH1AxYd {
  overflow: hidden;
}
.cid-s29WH1AxYd .user {
  max-width: none;
  flex: 0 0 100%;
  position: relative;
}
.cid-s29WH1AxYd .user_image {
  height: 740px;
  width: 100%;
}
.cid-s29WH1AxYd .user_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-s29WH1AxYd .mode {
  position: absolute;
  width: 350px;
  height: 450px;
  border: 10px solid #99cccc;
  left: 9.5%;
  top: 40%;
  z-index: 0;
  transform: translateY(-50%);
}
.cid-s29WH1AxYd .title__block {
  height: 400px;
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translateY(-50%);
  margin-left: 15px;
}
.cid-s29WH1AxYd .mbr-section-subtitle {
  letter-spacing: 1.5px;
  color: #ffffff;
  margin-bottom: 25px;
}
.cid-s29WH1AxYd .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-s29WH1AxYd .arrow__btn .mbr-iconfont {
  font-size: 30px;
  color: #fff;
}
.cid-s29WH1AxYd .box {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.cid-s29WH1AxYd .box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c5ab50;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -90px;
  left: -90px;
  opacity: 0.95;
}
.cid-s29WH1AxYd .box__icon .mbr-iconfont {
  font-size: 30px;
  color: #fff;
  padding: 30px;
}
.cid-s29WH1AxYd .box__item {
  width: 230px;
  height: 190px;
  padding: 30px 5px 30px 40px;
  text-align: left;
  float: left;
  background: #c5ab50;
}
.cid-s29WH1AxYd .box__item:first-child {
  position: relative;
}
.cid-s29WH1AxYd .box__text {
  color: #000000;
}
.cid-s29WH1AxYd .carousel-item {
  justify-content: center;
}
.cid-s29WH1AxYd .carousel-item.active,
.cid-s29WH1AxYd .carousel-item-next,
.cid-s29WH1AxYd .carousel-item-prev {
  display: flex;
}
.cid-s29WH1AxYd .carousel-control-next,
.cid-s29WH1AxYd .carousel-control-prev {
  right: 50px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
}
.cid-s29WH1AxYd .carousel-control-next {
  transform: translateY(70px);
}
.cid-s29WH1AxYd .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  color: #000000;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
.cid-s29WH1AxYd li {
  opacity: 1;
  border: none;
}
.cid-s29WH1AxYd li.active {
  background-color: #ffffff;
  opacity: .1;
  width: 230px;
  height: 190px;
}
.cid-s29WH1AxYd .carousel-indicators {
  right: 0;
  left: auto;
  justify-content: flex-end;
  margin: 0;
  opacity: .1;
}
.cid-s29WH1AxYd .carousel-indicators li {
  width: 230px;
  height: 190px;
  max-width: none;
  max-height: none;
  margin: 0;
  background-color: #ffffff;
  border-radius: 0;
  transition: opacity 0.4s ease-in-out;
}
.is-builder .cid-s29WH1AxYd .carousel-indicators {
  pointer-events: none;
}
@media (max-width: 767px) {
  .cid-s29WH1AxYd .box__content,
  .cid-s29WH1AxYd .carousel-indicators {
    display: none;
  }
  .cid-s29WH1AxYd .box__icon {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 500px) {
  .cid-s29WH1AxYd .mode {
    width: 250px;
    height: 350px;
  }
  .cid-s29WH1AxYd .carousel-control-next,
  .cid-s29WH1AxYd .carousel-control-prev {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-s29WH1AxYd .box__item {
    width: 195px;
    height: 190px;
    padding: 20px 15px;
  }
  .cid-s29WH1AxYd .carousel-indicators li {
    width: 195px;
    height: 190px;
  }
}
@media (max-width: 991px) {
  .cid-s29WH1AxYd .box__content,
  .cid-s29WH1AxYd .carousel-indicators {
    display: none;
  }
}
.cid-s29WH1AxYd .mbr-section-title,
.cid-s29WH1AxYd .arrow__btn {
  color: #ffffff;
}
.cid-u6EryiErTw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #99cccc;
}
.cid-u6EryiErTw img {
  border-radius: 0px;
}
.cid-u6EryiErTw .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u6EryiErTw .date {
  text-transform: uppercase;
  color: #c5ab50;
  text-align: left;
  padding-top: 1rem;
}
.cid-u6EryiErTw .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u6EryiErTw .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u6EryiErTw .right {
  display: flex;
  flex-direction: column;
}
.cid-u6EryiErTw .mbr-section-btn {
  border: 2px solid #c5ab50;
  width: auto;
}
.cid-u6EryiErTw .mbr-section-btn:hover {
  background-color: #c5ab50;
  border: 2px solid #c5ab50;
}
.cid-u6EryiErTw .card-heading {
  padding-top: 0;
  text-align: center;
}
.cid-u6EryiErTw .mbr-text {
  padding-top: 10px;
  text-align: center;
}
.cid-u8rmeNSm17 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/mbr-1920x942.jpg");
}
.cid-u8rmeNSm17::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
.cid-u8rmeNSm17 .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .cid-u8rmeNSm17 .container {
    padding: 0 16px;
  }
}
.cid-u8rmeNSm17 .row {
  position: relative;
  z-index: 1;
}
.cid-u8rmeNSm17 .title-wrapper {
  margin-bottom: 80px;
}
.cid-u8rmeNSm17 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u8rmeNSm17 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8rmeNSm17 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 700px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-u8rmeNSm17 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-u8rmeNSm17 .embla__slide .slide-content {
  width: 100%;
}
.cid-u8rmeNSm17 .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #99cccc;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8rmeNSm17 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 580px;
  object-fit: contain;
}
.cid-u8rmeNSm17 .embla__button--next,
.cid-u8rmeNSm17 .embla__button--prev {
  display: flex;
}
.cid-u8rmeNSm17 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #c5ab50 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u8rmeNSm17 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u8rmeNSm17 .embla__button:hover {
  opacity: .7 !important;
}
.cid-u8rmeNSm17 .embla__button.embla__button--prev {
  left: 0;
}
.cid-u8rmeNSm17 .embla__button.embla__button--next {
  right: 0;
}
.cid-u8rmeNSm17 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-u8rmeNSm17 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-u8rmeNSm17 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u8rmeNSm17 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u8rmeNSm17 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u8rmeNSm17 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8rmeNSm17 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-u6EsDxrgty {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #99cccc;
}
.cid-u6EsDxrgty .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u6EsDxrgty .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6EsDxrgty .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6EsDxrgty .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u6EsDxrgty .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, #f9e2af);
}
.cid-u6EsDxrgty .icon-focus {
  display: none;
}
.cid-u6EsDxrgty .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-u6EsDxrgty ul {
  font-size: 0;
}
.cid-u6EsDxrgty .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 0.2s;
}
.cid-u6EsDxrgty .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u6EsDxrgty .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c5ab50, #b3641a);
}
.cid-u6EsDxrgty .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u6EsDxrgty .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u6EsDxrgty .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-u6EsDxrgty .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u6EsDxrgty .btn:hover {
  background: transparent !important;
}
.cid-u6EsDxrgty .btn:hover:before {
  background: transparent !important;
}
.cid-u6EsDxrgty .btn:before {
  background-color: transparent !important;
}
.cid-u6EsDxrgty .btn:focus {
  box-shadow: none;
}
.cid-u6EsDxrgty .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #27c3ff;
}
.cid-u7YNio4iMZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-u7YNio4iMZ .mbr-section-title,
.cid-u7YNio4iMZ .mbr-section-subtitle {
  text-align: center;
}
.cid-u7YNio4iMZ .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #626262;
}
.cid-u7YNio4iMZ .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
.cid-u7YNio4iMZ .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u7YNio4iMZ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u7YNio4iMZ .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-u7YNio4iMZ .right {
    padding-right: 91px;
  }
  .cid-u7YNio4iMZ .left {
    padding-left: 91px;
  }
  .cid-u7YNio4iMZ .wrapper {
    padding: 0 98px;
  }
  .cid-u7YNio4iMZ .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-u7YNio4iMZ .right {
    padding-left: 145px;
  }
  .cid-u7YNio4iMZ .left {
    padding-right: 145px;
  }
}
.cid-u7YNio4iMZ .card-title {
  letter-spacing: .035em;
  color: #06df9e;
}
.cid-u7YNio4iMZ .mbr-section-subtitle,
.cid-u7YNio4iMZ .mbr-text {
  color: #9A948D;
}
.cid-u7YNio4iMZ .cost {
  text-align: right;
  color: #000000;
}
.cid-u7YNio4iMZ .mbr-text {
  color: #000000;
}
.cid-u8rAeKBzvg.popup-builder {
  background-color: #ffffff;
}
.cid-u8rAeKBzvg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8rAeKBzvg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8rAeKBzvg .modal-content,
.cid-u8rAeKBzvg .modal-dialog {
  height: auto;
}
.cid-u8rAeKBzvg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8rAeKBzvg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8rAeKBzvg .form-wrapper .mbr-form .form-group,
  .cid-u8rAeKBzvg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8rAeKBzvg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8rAeKBzvg .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-u8rAeKBzvg .mbr-text {
  text-align: center;
}
.cid-u8rAeKBzvg .pt-0 {
  padding-top: 0 !important;
}
.cid-u8rAeKBzvg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8rAeKBzvg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8rAeKBzvg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8rAeKBzvg .modal-open {
  overflow: hidden;
}
.cid-u8rAeKBzvg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8rAeKBzvg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8rAeKBzvg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8rAeKBzvg .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-u8rAeKBzvg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8rAeKBzvg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8rAeKBzvg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8rAeKBzvg .modal-content {
  background: #ffffff;
  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-u8rAeKBzvg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8rAeKBzvg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8rAeKBzvg .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8rAeKBzvg .modal-backdrop.show {
  opacity: .5;
}
.cid-u8rAeKBzvg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8rAeKBzvg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rAeKBzvg .modal-header {
    padding: 1rem;
  }
}
.cid-u8rAeKBzvg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8rAeKBzvg .modal-header .close svg {
  fill: #353535;
}
.cid-u8rAeKBzvg .modal-header .close:hover {
  opacity: 1;
}
.cid-u8rAeKBzvg .modal-header .close:focus {
  outline: none;
}
.cid-u8rAeKBzvg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c49e4b;
}
.cid-u8rAeKBzvg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8rAeKBzvg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rAeKBzvg .modal-body {
    padding: 1rem;
  }
}
.cid-u8rAeKBzvg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8rAeKBzvg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rAeKBzvg .modal-footer {
    padding: 1rem;
  }
}
.cid-u8rAeKBzvg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8rAeKBzvg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8rAeKBzvg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8rAeKBzvg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8rAeKBzvg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8rAeKBzvg .modal-lg,
  .cid-u8rAeKBzvg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8rAeKBzvg .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8rAeKBzvg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8rAeKBzvg .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-u8rAeKBzvg .form-group {
  margin-bottom: 1rem;
}
.cid-u8rAeKBzvg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8rAeKBzvg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8rAeKBzvg .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-u8rAeKBzvg .mbr-section-btn {
  margin: 0;
}
.cid-u8rAeKBzvg .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8rxJpRnba.popup-builder {
  background-color: #ffffff;
}
.cid-u8rxJpRnba.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8rxJpRnba.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8rxJpRnba .modal-content,
.cid-u8rxJpRnba .modal-dialog {
  height: auto;
}
.cid-u8rxJpRnba .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8rxJpRnba .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8rxJpRnba .form-wrapper .mbr-form .form-group,
  .cid-u8rxJpRnba .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8rxJpRnba .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8rxJpRnba .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-u8rxJpRnba .mbr-text {
  text-align: center;
}
.cid-u8rxJpRnba .pt-0 {
  padding-top: 0 !important;
}
.cid-u8rxJpRnba .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8rxJpRnba .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8rxJpRnba .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8rxJpRnba .modal-open {
  overflow: hidden;
}
.cid-u8rxJpRnba .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8rxJpRnba .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8rxJpRnba .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8rxJpRnba .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-u8rxJpRnba .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8rxJpRnba .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8rxJpRnba .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8rxJpRnba .modal-content {
  background: #ffffff;
  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-u8rxJpRnba .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8rxJpRnba .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8rxJpRnba .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8rxJpRnba .modal-backdrop.show {
  opacity: .5;
}
.cid-u8rxJpRnba .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8rxJpRnba .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rxJpRnba .modal-header {
    padding: 1rem;
  }
}
.cid-u8rxJpRnba .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8rxJpRnba .modal-header .close svg {
  fill: #353535;
}
.cid-u8rxJpRnba .modal-header .close:hover {
  opacity: 1;
}
.cid-u8rxJpRnba .modal-header .close:focus {
  outline: none;
}
.cid-u8rxJpRnba .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u8rxJpRnba .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8rxJpRnba .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rxJpRnba .modal-body {
    padding: 1rem;
  }
}
.cid-u8rxJpRnba .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8rxJpRnba .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rxJpRnba .modal-footer {
    padding: 1rem;
  }
}
.cid-u8rxJpRnba .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8rxJpRnba .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8rxJpRnba .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8rxJpRnba .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8rxJpRnba .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8rxJpRnba .modal-lg,
  .cid-u8rxJpRnba .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8rxJpRnba .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8rxJpRnba .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8rxJpRnba .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-u8rxJpRnba .form-group {
  margin-bottom: 1rem;
}
.cid-u8rxJpRnba .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8rxJpRnba .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8rxJpRnba .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-u8rxJpRnba .mbr-section-btn {
  margin: 0;
}
.cid-u8rxJpRnba .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8rIy6RVcG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #2a2a2c;
}
.cid-u8rIy6RVcG .container {
  pointer-events: none;
}
.cid-u8rIy6RVcG .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-u8rIy6RVcG .brand__text {
  padding: 12px 0 25px;
}
.cid-u8rIy6RVcG .brand__email {
  margin-bottom: 15px;
}
.cid-u8rIy6RVcG .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-u8rIy6RVcG .footer__title {
  padding: 12px 0 25px;
  color: #c5ab50;
}
.cid-u8rIy6RVcG .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #e9e9e9;
}
.cid-u8rIy6RVcG .footer__items a:hover {
  color: #c5ab50 !important;
}
.cid-u8rIy6RVcG .social {
  margin-top: 30px;
}
.cid-u8rIy6RVcG .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #c5ab50;
  border-radius: 50%;
  margin-right: 10px;
  color: #c5ab50;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u8rIy6RVcG .social .social__items:hover {
  background-color: #c5ab50;
  border-color: #c5ab50;
}
.cid-u8rIy6RVcG .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-u8rIy6RVcG .social .social__items:last-child {
  margin-right: 0;
}
.cid-u8rIy6RVcG .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-u8rIy6RVcG .divider {
  background-color: #dbdbdb;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-u8rIy6RVcG .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-u8rIy6RVcG .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-u8rIy6RVcG .footer__bot_items a:hover {
  color: #c5ab50 !important;
}
.cid-u8rIy6RVcG .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-u8rIy6RVcG .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-u8rIy6RVcG .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #c5ab50;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-u8rIy6RVcG .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u8rIy6RVcG .divider {
    margin-top: 30px;
  }
  .cid-u8rIy6RVcG .footer__bottom {
    padding: 30px 0;
  }
  .cid-u8rIy6RVcG .align-right,
  .cid-u8rIy6RVcG .privacy {
    text-align: center;
  }
  .cid-u8rIy6RVcG .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-u8rIy6RVcG .privacy {
  color: #ffffff;
}
.cid-u8rIy6RVcG .footer__adress {
  color: #ffffff;
}
.cid-s29YgZfhsX {
  min-height: 114px !important;
  position: relative;
  background: #99cccc;
  overflow: visible;
}
.cid-s29YgZfhsX .nav-item,
.cid-s29YgZfhsX .nav-link,
.cid-s29YgZfhsX .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .nav-item:hover,
.cid-s29YgZfhsX .nav-link:hover,
.cid-s29YgZfhsX .navbar-caption:hover {
  color: #c5ab50 !important;
}
.cid-s29YgZfhsX .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s29YgZfhsX .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s29YgZfhsX .container-fluid,
.cid-s29YgZfhsX .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s29YgZfhsX .nav-link:hover:before {
  width: 100%;
}
.cid-s29YgZfhsX .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .nav-link {
    margin: 0 !important;
  }
}
.cid-s29YgZfhsX .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s29YgZfhsX .widget p,
.cid-s29YgZfhsX .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s29YgZfhsX .widget p a,
.cid-s29YgZfhsX .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s29YgZfhsX .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX .icons__wrap:hover {
  color: #ffffff;
  background-color: #c5ab50;
  border-color: #c5ab50;
}
.cid-s29YgZfhsX .block__phone {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: none;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #c5ab50 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary:hover {
  background-color: #c5ab50 !important;
  color: #ffffff !important;
}
.cid-s29YgZfhsX .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s29YgZfhsX .navbar > .container,
.cid-s29YgZfhsX .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .btn {
    white-space: nowrap;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #99cccc;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after,
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s29YgZfhsX .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown-item:hover {
  color: #c5ab50 !important;
}
.cid-s29YgZfhsX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s29YgZfhsX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s29YgZfhsX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s29YgZfhsX .nav-item:focus,
.cid-s29YgZfhsX .nav-link:focus {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s29YgZfhsX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s29YgZfhsX .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #99cccc;
}
.cid-s29YgZfhsX .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #99cccc !important;
}
.cid-s29YgZfhsX .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s29YgZfhsX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s29YgZfhsX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s29YgZfhsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu {
    background: #99cccc !important;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s29YgZfhsX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s29YgZfhsX .navbar.navbar-short {
  background: #99cccc !important;
  min-height: 70px;
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s29YgZfhsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-item.active,
.cid-s29YgZfhsX .dropdown-item:active {
  background-color: transparent;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99cccc;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s29YgZfhsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9e9e9;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s29YgZfhsX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX a.nav-link:hover {
  color: #c5ab50 !important;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #99cccc;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s29YgZfhsX .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX a.nav-link {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s29YgZfhsX .navbar-brand {
    padding: 0;
  }
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s29YgZfhsX .widget {
    flex-direction: column;
  }
  .cid-s29YgZfhsX .widget p,
  .cid-s29YgZfhsX .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s29YgZfhsX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s29YgZfhsX .navbar {
    height: 97px;
  }
  .cid-s29YgZfhsX .navbar.opened {
    height: auto;
  }
  .cid-s29YgZfhsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8rJGjCBqL {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/partnermassage-china-japan-massage-2000x1143.jpg");
}
.cid-u8rJGjCBqL .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-u8rJGjCBqL .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-u8rJGjCBqL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8rJGjCBqL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8rJGjCBqL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8rJGjCBqL .mbr-section-title {
  color: #dbdbdb;
}
.cid-u8rJGjCBqL .mbr-section-subtitle {
  color: #fbfcff;
}
.cid-u8rSs6fzzY.popup-builder {
  background-color: #ffffff;
}
.cid-u8rSs6fzzY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8rSs6fzzY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8rSs6fzzY .modal-content,
.cid-u8rSs6fzzY .modal-dialog {
  height: auto;
}
.cid-u8rSs6fzzY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8rSs6fzzY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8rSs6fzzY .form-wrapper .mbr-form .form-group,
  .cid-u8rSs6fzzY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8rSs6fzzY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8rSs6fzzY .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-u8rSs6fzzY .mbr-text {
  text-align: center;
}
.cid-u8rSs6fzzY .pt-0 {
  padding-top: 0 !important;
}
.cid-u8rSs6fzzY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8rSs6fzzY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8rSs6fzzY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8rSs6fzzY .modal-open {
  overflow: hidden;
}
.cid-u8rSs6fzzY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8rSs6fzzY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8rSs6fzzY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8rSs6fzzY .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-u8rSs6fzzY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8rSs6fzzY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8rSs6fzzY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8rSs6fzzY .modal-content {
  background: #ffffff;
  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-u8rSs6fzzY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8rSs6fzzY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8rSs6fzzY .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8rSs6fzzY .modal-backdrop.show {
  opacity: .5;
}
.cid-u8rSs6fzzY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8rSs6fzzY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rSs6fzzY .modal-header {
    padding: 1rem;
  }
}
.cid-u8rSs6fzzY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8rSs6fzzY .modal-header .close svg {
  fill: #353535;
}
.cid-u8rSs6fzzY .modal-header .close:hover {
  opacity: 1;
}
.cid-u8rSs6fzzY .modal-header .close:focus {
  outline: none;
}
.cid-u8rSs6fzzY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u8rSs6fzzY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8rSs6fzzY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rSs6fzzY .modal-body {
    padding: 1rem;
  }
}
.cid-u8rSs6fzzY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8rSs6fzzY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rSs6fzzY .modal-footer {
    padding: 1rem;
  }
}
.cid-u8rSs6fzzY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8rSs6fzzY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8rSs6fzzY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8rSs6fzzY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8rSs6fzzY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8rSs6fzzY .modal-lg,
  .cid-u8rSs6fzzY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8rSs6fzzY .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8rSs6fzzY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8rSs6fzzY .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-u8rSs6fzzY .form-group {
  margin-bottom: 1rem;
}
.cid-u8rSs6fzzY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8rSs6fzzY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8rSs6fzzY .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-u8rSs6fzzY .mbr-section-btn {
  margin: 0;
}
.cid-u8rSs6fzzY .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8rSZd0Nac.popup-builder {
  background-color: #ffffff;
}
.cid-u8rSZd0Nac.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8rSZd0Nac.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8rSZd0Nac .modal-content,
.cid-u8rSZd0Nac .modal-dialog {
  height: auto;
}
.cid-u8rSZd0Nac .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8rSZd0Nac .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8rSZd0Nac .form-wrapper .mbr-form .form-group,
  .cid-u8rSZd0Nac .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8rSZd0Nac .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8rSZd0Nac .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-u8rSZd0Nac .mbr-text {
  text-align: center;
}
.cid-u8rSZd0Nac .pt-0 {
  padding-top: 0 !important;
}
.cid-u8rSZd0Nac .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8rSZd0Nac .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8rSZd0Nac .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8rSZd0Nac .modal-open {
  overflow: hidden;
}
.cid-u8rSZd0Nac .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8rSZd0Nac .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8rSZd0Nac .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8rSZd0Nac .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-u8rSZd0Nac .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8rSZd0Nac .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8rSZd0Nac .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8rSZd0Nac .modal-content {
  background: #ffffff;
  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-u8rSZd0Nac .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8rSZd0Nac .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8rSZd0Nac .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8rSZd0Nac .modal-backdrop.show {
  opacity: .5;
}
.cid-u8rSZd0Nac .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8rSZd0Nac .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rSZd0Nac .modal-header {
    padding: 1rem;
  }
}
.cid-u8rSZd0Nac .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8rSZd0Nac .modal-header .close svg {
  fill: #353535;
}
.cid-u8rSZd0Nac .modal-header .close:hover {
  opacity: 1;
}
.cid-u8rSZd0Nac .modal-header .close:focus {
  outline: none;
}
.cid-u8rSZd0Nac .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c49e4b;
}
.cid-u8rSZd0Nac .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8rSZd0Nac .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rSZd0Nac .modal-body {
    padding: 1rem;
  }
}
.cid-u8rSZd0Nac .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8rSZd0Nac .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rSZd0Nac .modal-footer {
    padding: 1rem;
  }
}
.cid-u8rSZd0Nac .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8rSZd0Nac .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8rSZd0Nac .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8rSZd0Nac .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8rSZd0Nac .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8rSZd0Nac .modal-lg,
  .cid-u8rSZd0Nac .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8rSZd0Nac .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8rSZd0Nac .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8rSZd0Nac .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-u8rSZd0Nac .form-group {
  margin-bottom: 1rem;
}
.cid-u8rSZd0Nac .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8rSZd0Nac .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8rSZd0Nac .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-u8rSZd0Nac .mbr-section-btn {
  margin: 0;
}
.cid-u8rSZd0Nac .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8rIy6RVcG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #2a2a2c;
}
.cid-u8rIy6RVcG .container {
  pointer-events: none;
}
.cid-u8rIy6RVcG .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-u8rIy6RVcG .brand__text {
  padding: 12px 0 25px;
}
.cid-u8rIy6RVcG .brand__email {
  margin-bottom: 15px;
}
.cid-u8rIy6RVcG .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-u8rIy6RVcG .footer__title {
  padding: 12px 0 25px;
  color: #c5ab50;
}
.cid-u8rIy6RVcG .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #e9e9e9;
}
.cid-u8rIy6RVcG .footer__items a:hover {
  color: #c5ab50 !important;
}
.cid-u8rIy6RVcG .social {
  margin-top: 30px;
}
.cid-u8rIy6RVcG .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #c5ab50;
  border-radius: 50%;
  margin-right: 10px;
  color: #c5ab50;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u8rIy6RVcG .social .social__items:hover {
  background-color: #c5ab50;
  border-color: #c5ab50;
}
.cid-u8rIy6RVcG .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-u8rIy6RVcG .social .social__items:last-child {
  margin-right: 0;
}
.cid-u8rIy6RVcG .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-u8rIy6RVcG .divider {
  background-color: #dbdbdb;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-u8rIy6RVcG .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-u8rIy6RVcG .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-u8rIy6RVcG .footer__bot_items a:hover {
  color: #c5ab50 !important;
}
.cid-u8rIy6RVcG .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-u8rIy6RVcG .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-u8rIy6RVcG .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #c5ab50;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-u8rIy6RVcG .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u8rIy6RVcG .divider {
    margin-top: 30px;
  }
  .cid-u8rIy6RVcG .footer__bottom {
    padding: 30px 0;
  }
  .cid-u8rIy6RVcG .align-right,
  .cid-u8rIy6RVcG .privacy {
    text-align: center;
  }
  .cid-u8rIy6RVcG .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-u8rIy6RVcG .privacy {
  color: #ffffff;
}
.cid-u8rIy6RVcG .footer__adress {
  color: #ffffff;
}
.cid-s29YgZfhsX {
  min-height: 114px !important;
  position: relative;
  background: #99cccc;
  overflow: visible;
}
.cid-s29YgZfhsX .nav-item,
.cid-s29YgZfhsX .nav-link,
.cid-s29YgZfhsX .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .nav-item:hover,
.cid-s29YgZfhsX .nav-link:hover,
.cid-s29YgZfhsX .navbar-caption:hover {
  color: #c5ab50 !important;
}
.cid-s29YgZfhsX .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s29YgZfhsX .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s29YgZfhsX .container-fluid,
.cid-s29YgZfhsX .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s29YgZfhsX .nav-link:hover:before {
  width: 100%;
}
.cid-s29YgZfhsX .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .nav-link {
    margin: 0 !important;
  }
}
.cid-s29YgZfhsX .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s29YgZfhsX .widget p,
.cid-s29YgZfhsX .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s29YgZfhsX .widget p a,
.cid-s29YgZfhsX .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s29YgZfhsX .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX .icons__wrap:hover {
  color: #ffffff;
  background-color: #c5ab50;
  border-color: #c5ab50;
}
.cid-s29YgZfhsX .block__phone {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: none;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #c5ab50 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary:hover {
  background-color: #c5ab50 !important;
  color: #ffffff !important;
}
.cid-s29YgZfhsX .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s29YgZfhsX .navbar > .container,
.cid-s29YgZfhsX .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .btn {
    white-space: nowrap;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #99cccc;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after,
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s29YgZfhsX .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown-item:hover {
  color: #c5ab50 !important;
}
.cid-s29YgZfhsX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s29YgZfhsX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s29YgZfhsX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s29YgZfhsX .nav-item:focus,
.cid-s29YgZfhsX .nav-link:focus {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s29YgZfhsX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s29YgZfhsX .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #99cccc;
}
.cid-s29YgZfhsX .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #99cccc !important;
}
.cid-s29YgZfhsX .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s29YgZfhsX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s29YgZfhsX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s29YgZfhsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu {
    background: #99cccc !important;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s29YgZfhsX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s29YgZfhsX .navbar.navbar-short {
  background: #99cccc !important;
  min-height: 70px;
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s29YgZfhsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-item.active,
.cid-s29YgZfhsX .dropdown-item:active {
  background-color: transparent;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99cccc;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s29YgZfhsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9e9e9;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s29YgZfhsX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX a.nav-link:hover {
  color: #c5ab50 !important;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #99cccc;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s29YgZfhsX .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX a.nav-link {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s29YgZfhsX .navbar-brand {
    padding: 0;
  }
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s29YgZfhsX .widget {
    flex-direction: column;
  }
  .cid-s29YgZfhsX .widget p,
  .cid-s29YgZfhsX .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s29YgZfhsX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s29YgZfhsX .navbar {
    height: 97px;
  }
  .cid-s29YgZfhsX .navbar.opened {
    height: auto;
  }
  .cid-s29YgZfhsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8rKXBCylV {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8rKXBCylV .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-u8rKXBCylV .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u8rGEeFZcb.popup-builder {
  background-color: #ffffff;
}
.cid-u8rGEeFZcb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8rGEeFZcb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8rGEeFZcb .modal-content,
.cid-u8rGEeFZcb .modal-dialog {
  height: auto;
}
.cid-u8rGEeFZcb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8rGEeFZcb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8rGEeFZcb .form-wrapper .mbr-form .form-group,
  .cid-u8rGEeFZcb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8rGEeFZcb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8rGEeFZcb .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-u8rGEeFZcb .mbr-text {
  text-align: center;
}
.cid-u8rGEeFZcb .pt-0 {
  padding-top: 0 !important;
}
.cid-u8rGEeFZcb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8rGEeFZcb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8rGEeFZcb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8rGEeFZcb .modal-open {
  overflow: hidden;
}
.cid-u8rGEeFZcb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8rGEeFZcb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8rGEeFZcb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8rGEeFZcb .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-u8rGEeFZcb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8rGEeFZcb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8rGEeFZcb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8rGEeFZcb .modal-content {
  background: #ffffff;
  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-u8rGEeFZcb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8rGEeFZcb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8rGEeFZcb .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8rGEeFZcb .modal-backdrop.show {
  opacity: .5;
}
.cid-u8rGEeFZcb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8rGEeFZcb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rGEeFZcb .modal-header {
    padding: 1rem;
  }
}
.cid-u8rGEeFZcb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8rGEeFZcb .modal-header .close svg {
  fill: #353535;
}
.cid-u8rGEeFZcb .modal-header .close:hover {
  opacity: 1;
}
.cid-u8rGEeFZcb .modal-header .close:focus {
  outline: none;
}
.cid-u8rGEeFZcb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u8rGEeFZcb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8rGEeFZcb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rGEeFZcb .modal-body {
    padding: 1rem;
  }
}
.cid-u8rGEeFZcb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8rGEeFZcb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rGEeFZcb .modal-footer {
    padding: 1rem;
  }
}
.cid-u8rGEeFZcb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8rGEeFZcb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8rGEeFZcb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8rGEeFZcb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8rGEeFZcb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8rGEeFZcb .modal-lg,
  .cid-u8rGEeFZcb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8rGEeFZcb .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8rGEeFZcb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8rGEeFZcb .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-u8rGEeFZcb .form-group {
  margin-bottom: 1rem;
}
.cid-u8rGEeFZcb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8rGEeFZcb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8rGEeFZcb .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-u8rGEeFZcb .mbr-section-btn {
  margin: 0;
}
.cid-u8rGEeFZcb .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8rIy6RVcG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #2a2a2c;
}
.cid-u8rIy6RVcG .container {
  pointer-events: none;
}
.cid-u8rIy6RVcG .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-u8rIy6RVcG .brand__text {
  padding: 12px 0 25px;
}
.cid-u8rIy6RVcG .brand__email {
  margin-bottom: 15px;
}
.cid-u8rIy6RVcG .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-u8rIy6RVcG .footer__title {
  padding: 12px 0 25px;
  color: #c5ab50;
}
.cid-u8rIy6RVcG .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #e9e9e9;
}
.cid-u8rIy6RVcG .footer__items a:hover {
  color: #c5ab50 !important;
}
.cid-u8rIy6RVcG .social {
  margin-top: 30px;
}
.cid-u8rIy6RVcG .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #c5ab50;
  border-radius: 50%;
  margin-right: 10px;
  color: #c5ab50;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u8rIy6RVcG .social .social__items:hover {
  background-color: #c5ab50;
  border-color: #c5ab50;
}
.cid-u8rIy6RVcG .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-u8rIy6RVcG .social .social__items:last-child {
  margin-right: 0;
}
.cid-u8rIy6RVcG .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-u8rIy6RVcG .divider {
  background-color: #dbdbdb;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-u8rIy6RVcG .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-u8rIy6RVcG .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-u8rIy6RVcG .footer__bot_items a:hover {
  color: #c5ab50 !important;
}
.cid-u8rIy6RVcG .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-u8rIy6RVcG .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-u8rIy6RVcG .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #c5ab50;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-u8rIy6RVcG .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u8rIy6RVcG .divider {
    margin-top: 30px;
  }
  .cid-u8rIy6RVcG .footer__bottom {
    padding: 30px 0;
  }
  .cid-u8rIy6RVcG .align-right,
  .cid-u8rIy6RVcG .privacy {
    text-align: center;
  }
  .cid-u8rIy6RVcG .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-u8rIy6RVcG .privacy {
  color: #ffffff;
}
.cid-u8rIy6RVcG .footer__adress {
  color: #ffffff;
}
.cid-s29YgZfhsX {
  min-height: 114px !important;
  position: relative;
  background: #99cccc;
  overflow: visible;
}
.cid-s29YgZfhsX .nav-item,
.cid-s29YgZfhsX .nav-link,
.cid-s29YgZfhsX .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .nav-item:hover,
.cid-s29YgZfhsX .nav-link:hover,
.cid-s29YgZfhsX .navbar-caption:hover {
  color: #c5ab50 !important;
}
.cid-s29YgZfhsX .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s29YgZfhsX .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s29YgZfhsX .container-fluid,
.cid-s29YgZfhsX .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s29YgZfhsX .nav-link:hover:before {
  width: 100%;
}
.cid-s29YgZfhsX .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .nav-link {
    margin: 0 !important;
  }
}
.cid-s29YgZfhsX .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s29YgZfhsX .widget p,
.cid-s29YgZfhsX .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s29YgZfhsX .widget p a,
.cid-s29YgZfhsX .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s29YgZfhsX .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX .icons__wrap:hover {
  color: #ffffff;
  background-color: #c5ab50;
  border-color: #c5ab50;
}
.cid-s29YgZfhsX .block__phone {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: none;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #c5ab50 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary:hover {
  background-color: #c5ab50 !important;
  color: #ffffff !important;
}
.cid-s29YgZfhsX .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s29YgZfhsX .navbar > .container,
.cid-s29YgZfhsX .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .btn {
    white-space: nowrap;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #99cccc;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after,
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s29YgZfhsX .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown-item:hover {
  color: #c5ab50 !important;
}
.cid-s29YgZfhsX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s29YgZfhsX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s29YgZfhsX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s29YgZfhsX .nav-item:focus,
.cid-s29YgZfhsX .nav-link:focus {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s29YgZfhsX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s29YgZfhsX .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #99cccc;
}
.cid-s29YgZfhsX .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #99cccc !important;
}
.cid-s29YgZfhsX .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s29YgZfhsX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s29YgZfhsX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s29YgZfhsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu {
    background: #99cccc !important;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s29YgZfhsX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s29YgZfhsX .navbar.navbar-short {
  background: #99cccc !important;
  min-height: 70px;
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s29YgZfhsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-item.active,
.cid-s29YgZfhsX .dropdown-item:active {
  background-color: transparent;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99cccc;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s29YgZfhsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9e9e9;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s29YgZfhsX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX a.nav-link:hover {
  color: #c5ab50 !important;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #99cccc;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s29YgZfhsX .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX a.nav-link {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s29YgZfhsX .navbar-brand {
    padding: 0;
  }
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s29YgZfhsX .widget {
    flex-direction: column;
  }
  .cid-s29YgZfhsX .widget p,
  .cid-s29YgZfhsX .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s29YgZfhsX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s29YgZfhsX .navbar {
    height: 97px;
  }
  .cid-s29YgZfhsX .navbar.opened {
    height: auto;
  }
  .cid-s29YgZfhsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8rLqcbLlb {
  padding-top: 180px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u8rLqcbLlb .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-u8rLqcbLlb .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u8rGEeFDE3.popup-builder {
  background-color: #ffffff;
}
.cid-u8rGEeFDE3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8rGEeFDE3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8rGEeFDE3 .modal-content,
.cid-u8rGEeFDE3 .modal-dialog {
  height: auto;
}
.cid-u8rGEeFDE3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8rGEeFDE3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8rGEeFDE3 .form-wrapper .mbr-form .form-group,
  .cid-u8rGEeFDE3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8rGEeFDE3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8rGEeFDE3 .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-u8rGEeFDE3 .mbr-text {
  text-align: center;
}
.cid-u8rGEeFDE3 .pt-0 {
  padding-top: 0 !important;
}
.cid-u8rGEeFDE3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8rGEeFDE3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8rGEeFDE3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8rGEeFDE3 .modal-open {
  overflow: hidden;
}
.cid-u8rGEeFDE3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8rGEeFDE3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8rGEeFDE3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8rGEeFDE3 .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-u8rGEeFDE3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8rGEeFDE3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8rGEeFDE3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8rGEeFDE3 .modal-content {
  background: #ffffff;
  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-u8rGEeFDE3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8rGEeFDE3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8rGEeFDE3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8rGEeFDE3 .modal-backdrop.show {
  opacity: .5;
}
.cid-u8rGEeFDE3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8rGEeFDE3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rGEeFDE3 .modal-header {
    padding: 1rem;
  }
}
.cid-u8rGEeFDE3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8rGEeFDE3 .modal-header .close svg {
  fill: #353535;
}
.cid-u8rGEeFDE3 .modal-header .close:hover {
  opacity: 1;
}
.cid-u8rGEeFDE3 .modal-header .close:focus {
  outline: none;
}
.cid-u8rGEeFDE3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u8rGEeFDE3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8rGEeFDE3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rGEeFDE3 .modal-body {
    padding: 1rem;
  }
}
.cid-u8rGEeFDE3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8rGEeFDE3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8rGEeFDE3 .modal-footer {
    padding: 1rem;
  }
}
.cid-u8rGEeFDE3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8rGEeFDE3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8rGEeFDE3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8rGEeFDE3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8rGEeFDE3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8rGEeFDE3 .modal-lg,
  .cid-u8rGEeFDE3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8rGEeFDE3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8rGEeFDE3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8rGEeFDE3 .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-u8rGEeFDE3 .form-group {
  margin-bottom: 1rem;
}
.cid-u8rGEeFDE3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8rGEeFDE3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8rGEeFDE3 .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-u8rGEeFDE3 .mbr-section-btn {
  margin: 0;
}
.cid-u8rGEeFDE3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8rIy6RVcG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #2a2a2c;
}
.cid-u8rIy6RVcG .container {
  pointer-events: none;
}
.cid-u8rIy6RVcG .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-u8rIy6RVcG .brand__text {
  padding: 12px 0 25px;
}
.cid-u8rIy6RVcG .brand__email {
  margin-bottom: 15px;
}
.cid-u8rIy6RVcG .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-u8rIy6RVcG .footer__title {
  padding: 12px 0 25px;
  color: #c5ab50;
}
.cid-u8rIy6RVcG .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #e9e9e9;
}
.cid-u8rIy6RVcG .footer__items a:hover {
  color: #c5ab50 !important;
}
.cid-u8rIy6RVcG .social {
  margin-top: 30px;
}
.cid-u8rIy6RVcG .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #c5ab50;
  border-radius: 50%;
  margin-right: 10px;
  color: #c5ab50;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u8rIy6RVcG .social .social__items:hover {
  background-color: #c5ab50;
  border-color: #c5ab50;
}
.cid-u8rIy6RVcG .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-u8rIy6RVcG .social .social__items:last-child {
  margin-right: 0;
}
.cid-u8rIy6RVcG .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-u8rIy6RVcG .divider {
  background-color: #dbdbdb;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-u8rIy6RVcG .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-u8rIy6RVcG .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-u8rIy6RVcG .footer__bot_items a:hover {
  color: #c5ab50 !important;
}
.cid-u8rIy6RVcG .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-u8rIy6RVcG .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-u8rIy6RVcG .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #c5ab50;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-u8rIy6RVcG .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u8rIy6RVcG .divider {
    margin-top: 30px;
  }
  .cid-u8rIy6RVcG .footer__bottom {
    padding: 30px 0;
  }
  .cid-u8rIy6RVcG .align-right,
  .cid-u8rIy6RVcG .privacy {
    text-align: center;
  }
  .cid-u8rIy6RVcG .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-u8rIy6RVcG .privacy {
  color: #ffffff;
}
.cid-u8rIy6RVcG .footer__adress {
  color: #ffffff;
}
