@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);




body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'drpodecorru_[allfont.ru]';
  font-size: 8.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 13.44rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 6.72rem;
    font-size: calc( 3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4f4943 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  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: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #181614;
  color: #181614;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #4f4943;
  border-color: #4f4943;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4f4943 !important;
}
.text-secondary {
  color: #e1201d !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #181614 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #871311 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4f4943;
  border-color: #4f4943;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f4943;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1bcb6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #4f4943;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4f4943;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4f4943;
  border-bottom-color: #4f4943;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4f4943 !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: #e1201d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234f4943' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rVtnVEcMBV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtnVEcMBV .nav-item:focus,
.cid-rVtnVEcMBV .nav-link:focus {
  outline: none;
}
.cid-rVtnVEcMBV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtnVEcMBV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtnVEcMBV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rVtnVEcMBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtnVEcMBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtnVEcMBV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtnVEcMBV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtnVEcMBV .navbar {
  min-height: 62px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-rVtnVEcMBV .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #2d2721;
  background: none;
}
.cid-rVtnVEcMBV .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #2d2721 !important;
}
.cid-rVtnVEcMBV .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rVtnVEcMBV .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-rVtnVEcMBV .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rVtnVEcMBV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rVtnVEcMBV .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rVtnVEcMBV .navbar.collapsed .navbar-collapse.show,
.cid-rVtnVEcMBV .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rVtnVEcMBV .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-rVtnVEcMBV .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-rVtnVEcMBV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVtnVEcMBV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtnVEcMBV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtnVEcMBV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVtnVEcMBV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtnVEcMBV .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rVtnVEcMBV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtnVEcMBV .navbar.collapsed .right-menu,
.cid-rVtnVEcMBV .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-rVtnVEcMBV .navbar .navbar-collapse.show,
  .cid-rVtnVEcMBV .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rVtnVEcMBV .navbar .navbar-collapse.show .brand-container,
  .cid-rVtnVEcMBV .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-rVtnVEcMBV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtnVEcMBV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVtnVEcMBV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtnVEcMBV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtnVEcMBV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rVtnVEcMBV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtnVEcMBV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtnVEcMBV .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rVtnVEcMBV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rVtnVEcMBV .navbar .right-menu,
  .cid-rVtnVEcMBV .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rVtnVEcMBV .navbar.navbar-short {
  min-height: 60px;
}
.cid-rVtnVEcMBV .navbar.navbar-short .mbr-overlay {
  /*background: #2d2721 !important;*/
	background-image: url('fon-brick.jpg');
	box-shadow: 0px 5px 10px #141313;
}
.cid-rVtnVEcMBV .navbar.navbar-short .navbar-logo img {
  height: 10rem !important;

position: absolute;
}
.cid-rVtnVEcMBV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtnVEcMBV .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtnVEcMBV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtnVEcMBV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtnVEcMBV .dropdown-item.active,
.cid-rVtnVEcMBV .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtnVEcMBV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-rVtnVEcMBV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtnVEcMBV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtnVEcMBV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d2721;
}
.cid-rVtnVEcMBV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtnVEcMBV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.navbar-dropdown .navbar-brand span{position: relative;

right: 45px;

top: -21px;}
.navbar-dropdown.navbar-short .navbar-brand span{position: relative;

right: 45px;

top: -21px;}



.cid-rVtnVEcMBV .navbar .navbar-logo img {
   height: 10rem;position: absolute;top: -10px;
}
.cid-rVtnVEcMBV ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rVtnVEcMBV ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
	.navbar-collapse .navbar-brand span{visibility: hidden;}
}
.cid-rVtnVEcMBV .navbar-buttons {
  margin-left: auto;
}
.cid-rVtnVEcMBV button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtnVEcMBV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVtnVEcMBV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtnVEcMBV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtnVEcMBV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtnVEcMBV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtnVEcMBV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtnVEcMBV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-rVtnVEcMBV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-rVtnVEcMBV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtnVEcMBV .navbar-dropdown {
  position: fixed;
}
.cid-rVtnVEcMBV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtnVEcMBV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtnVEcMBV .right-menu,
.cid-rVtnVEcMBV .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-rVtnVEcMBV .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVtnVEcMBV .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVtnVEcMBV .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rVtnVEcMBV .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: .5rem 0;
}
.cid-rVtnVEcMBV .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rVtnVEcMBV .card-wrapper {
  z-index: 3;
}
.cid-rVtnVEcMBV .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-rVtnVEcMBV .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtnVEcMBV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVtnGQK0sF .modal-body .close {
  background: #1b1b1b;
}
.cid-rVtnGQK0sF .modal-body .close span {
  font-style: normal;
}
.cid-rVtnGQK0sF .carousel-inner > .active,
.cid-rVtnGQK0sF .carousel-inner > .next,
.cid-rVtnGQK0sF .carousel-inner > .prev {
  display: table;
}
.cid-rVtnGQK0sF .carousel-control .icon-next,
.cid-rVtnGQK0sF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rVtnGQK0sF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVtnGQK0sF .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVtnGQK0sF .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rVtnGQK0sF .boxed-slider > div {
  position: relative;
}
.cid-rVtnGQK0sF .container img {
  width: 100%;
}
.cid-rVtnGQK0sF .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rVtnGQK0sF .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVtnGQK0sF .mbr-table-cell {
  padding: 0;
}
.cid-rVtnGQK0sF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rVtnGQK0sF .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVtnGQK0sF .mbr-overlay {
  z-index: 1;
}
.cid-rVtnGQK0sF .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVtnGQK0sF .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rVtnGQK0sF .carousel-item .container {
    width: 100%;
  }
}
.cid-rVtnGQK0sF .carousel-item-next.carousel-item-left,
.cid-rVtnGQK0sF .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rVtnGQK0sF .active.carousel-item-right,
.cid-rVtnGQK0sF .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rVtnGQK0sF .active.carousel-item-left,
.cid-rVtnGQK0sF .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rVtnGQK0sF .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
  z-index: 11;
}
.cid-rVtnGQK0sF .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-rVtnGQK0sF .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-rVtnGQK0sF .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-rVtnGQK0sF .mbr-slider .carousel-control:hover {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-rVtnGQK0sF .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rVtnGQK0sF .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rVtnGQK0sF .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rVtnGQK0sF .mbr-slider .carousel-indicators li.active,
.cid-rVtnGQK0sF .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #4f4943;
}
.cid-rVtnGQK0sF .mbr-slider .carousel-indicators li::after,
.cid-rVtnGQK0sF .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rVtnGQK0sF .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rVtnGQK0sF .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rVtnGQK0sF .mbr-slider > .container img {
  width: 100%;
}
.cid-rVtnGQK0sF .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVtnGQK0sF .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rVtnGQK0sF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVtnGQK0sF .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVtnGQK0sF .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rVtnGQK0sF .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rVtnGQK0sF .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rVtnGQK0sF .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rVtnGQK0sF .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rVtnGQK0sF .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVtnGQK0sF .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rVtnGQK0sF .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rVtnGQK0sF .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rVtDqDyryr {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rVtDqDyryr .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rVtDqDyryr .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rVtDqDyryr .text-content {
  padding-right: 1.5rem;
}
.cid-rVtDqDyryr .mbr-text,
.cid-rVtDqDyryr .mbr-section-btn {
  color: #000000;
}
.cid-rVtDqDyryr .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rVtDqDyryr .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rVtDqDyryr .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rVtDqDyryr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rVtDqDyryr .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-rVtDqDyryr .main-row {
    margin: 0;
  }
  .cid-rVtDqDyryr .mbr-section-title,
  .cid-rVtDqDyryr .mbr-text,
  .cid-rVtDqDyryr .list,
  .cid-rVtDqDyryr .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rVtDqDyryr .text-content {
    padding: 0;
  }
}
.cid-rVxLLIgLUn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rVxLLIgLUn .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-rVxLLIgLUn .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rVxLLIgLUn .image-block:hover:before {
  opacity: 0.2;
}
.cid-rVxLLIgLUn .image-block:hover .wrap {
  opacity: 1;
}
.cid-rVxLLIgLUn h4 {
  letter-spacing: 2px;
}
.cid-rVxLLIgLUn figcaption {
  position: relative;
}
.cid-rVxLLIgLUn figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rVxLLIgLUn img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-rVxLLIgLUn .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rVxLLIgLUn .wrap {
    opacity: 1!important;
  }
  .cid-rVxLLIgLUn .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rVu8mc8uwI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cebfaf;
}
.cid-rVu8mc8uwI .card .card-img {
  overflow: hidden;
}
.cid-rVu8mc8uwI .card .card-img img {
  transition: all .5s;
}
.cid-rVu8mc8uwI .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rVu8mc8uwI .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rVu8mc8uwI .card {
  height: 100%;
}
.cid-rVu8mc8uwI .card .card-wrapper {
  height: 100%;
}
.cid-rVu8mc8uwI .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-rVu8mc8uwI .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rVu8mc8uwI .card .card-box .card-title {
  margin: 0;
}
.cid-rVu8mc8uwI .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVu8mc8uwI .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rVu8mc8uwI .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rVu8mc8uwI .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rVu8mc8uwI .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVu8mc8uwI .card .card-footer .icons-list {
  margin: 0;
}
.cid-rVu8mc8uwI .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-rVu8mc8uwI .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-rVu8mc8uwI .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-rVu8mc8uwI .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-rVu8mc8uwI .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-rVu8mc8uwI .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rVu8mc8uwI .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rVu8mc8uwI .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rVubk2neyh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cebfaf;
}
.cid-rVubk2neyh .card .card-img {
  overflow: hidden;
}
.cid-rVubk2neyh .card .card-img img {
  transition: all .5s;
}
.cid-rVubk2neyh .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rVubk2neyh .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rVubk2neyh .card {
  height: 100%;
}
.cid-rVubk2neyh .card .card-wrapper {
  height: 100%;
}
.cid-rVubk2neyh .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-rVubk2neyh .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rVubk2neyh .card .card-box .card-title {
  margin: 0;
}
.cid-rVubk2neyh .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVubk2neyh .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rVubk2neyh .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rVubk2neyh .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rVubk2neyh .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVubk2neyh .card .card-footer .icons-list {
  margin: 0;
}
.cid-rVubk2neyh .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-rVubk2neyh .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-rVubk2neyh .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-rVubk2neyh .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-rVubk2neyh .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-rVubk2neyh .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rVubk2neyh .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rVubk2neyh .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rVv851sK9V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rVv851sK9V .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rVv851sK9V .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rVv851sK9V p {
  line-height: 1.6;
}
.cid-rVv851sK9V .rev,
.cid-rVv851sK9V .mbr-iconfont {
  display: inline-block;
}
.cid-rVv851sK9V .card-title {
  color: #4f4943;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rVv851sK9V .card-box {
  padding: 1.5rem;
}
.cid-rVv851sK9V .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rVv851sK9V .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-rVv851sK9V .mbr-section-title,
.cid-rVv851sK9V .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rVv851sK9V .rev {
  color: #0a1c44;
}
.cid-rVv851sK9V .card-text,
.cid-rVv851sK9V .mbr-section-btn,
.cid-rVv851sK9V .ico-line {
  color: #767676;
}
.cid-rVufPUcnVh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc-5365-2000x1335.jpg");
}
.cid-rVufPUcnVh .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rVufPUcnVh .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-rVufPUcnVh .link {
  margin: 0;
}
.cid-rVufPUcnVh .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rVufPUcnVh .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rVufPUcnVh h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rVufPUcnVh h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rVufPUcnVh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rVufPUcnVh .btn {
  margin: 0.2rem!important;
}
.cid-rVuZSlvQZU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rVuZSlvQZU .mbr-text {
    text-align: center;
  }
}
.cid-rVuZSlvQZU .mbr-text,
.cid-rVuZSlvQZU .mbr-section-btn {
  color: #000000;
}
.cid-rVv0rhb9FT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVv0rhb9FT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rVv0rhb9FT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVv0rhb9FT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVv0rhb9FT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rVv0rhb9FT .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;
}
.cid-rVv0rhb9FT .icon-focus {
  display: none;
}
.cid-rVv0rhb9FT .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-rVv0rhb9FT ul {
  font-size: 0;
}
.cid-rVv0rhb9FT .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rVv0rhb9FT .mbr-gallery-filter ul li .btn.active,
.cid-rVv0rhb9FT .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rVv0rhb9FT .mbr-gallery-filter ul li .btn.active:after,
.cid-rVv0rhb9FT .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #4f4943, #e1201d);
}
.cid-rVv0rhb9FT .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rVv0rhb9FT .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rVv0rhb9FT .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rVv0rhb9FT .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rVv0rhb9FT .btn:hover {
  background: transparent !important;
}
.cid-rVv0rhb9FT .btn:hover:before {
  background: transparent !important;
}
.cid-rVv0rhb9FT .btn:before {
  background-color: transparent !important;
}
.cid-rVv0rhb9FT .btn:focus {
  box-shadow: none;
}
.cid-rVv0rhb9FT .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rVxvjSrM3v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-rVxvjSrM3v .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rVxvjSrM3v .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rVxvjSrM3v .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rVxvPellt2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc-1524-2000x1335.jpg");
}
.cid-rVxvPellt2 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rVxvPellt2 .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-rVxvPellt2 .link {
  margin: 0;
}
.cid-rVxvPellt2 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rVxvPellt2 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rVxvPellt2 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rVxvPellt2 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rVxvPellt2 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rVxvPellt2 .btn {
  margin: 0.2rem!important;
}
.cid-rVxwp8p9pB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rVxwp8p9pB .mbr-text {
    text-align: center;
  }
}
.cid-rVxwp8p9pB .mbr-text,
.cid-rVxwp8p9pB .mbr-section-btn {
  color: #000000;
}
.cid-rVxwWWPyfK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVxwWWPyfK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rVxwWWPyfK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVxwWWPyfK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVxwWWPyfK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rVxwWWPyfK .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;
}
.cid-rVxwWWPyfK .icon-focus {
  display: none;
}
.cid-rVxwWWPyfK .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-rVxwWWPyfK ul {
  font-size: 0;
}
.cid-rVxwWWPyfK .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rVxwWWPyfK .mbr-gallery-filter ul li .btn.active,
.cid-rVxwWWPyfK .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rVxwWWPyfK .mbr-gallery-filter ul li .btn.active:after,
.cid-rVxwWWPyfK .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #4f4943, #e1201d);
}
.cid-rVxwWWPyfK .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rVxwWWPyfK .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rVxwWWPyfK .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rVxwWWPyfK .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rVxwWWPyfK .btn:hover {
  background: transparent !important;
}
.cid-rVxwWWPyfK .btn:hover:before {
  background: transparent !important;
}
.cid-rVxwWWPyfK .btn:before {
  background-color: transparent !important;
}
.cid-rVxwWWPyfK .btn:focus {
  box-shadow: none;
}
.cid-rVxwWWPyfK .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rVxxO1SoSv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rVxxO1SoSv .mbr-text {
    text-align: center;
  }
}
.cid-rVxxO1SoSv .mbr-text,
.cid-rVxxO1SoSv .mbr-section-btn {
  color: #000000;
}
.cid-rVxEc7vGuD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-rVxEc7vGuD .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rVxEc7vGuD .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rVxEc7vGuD .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rVxxZI7rTr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc-1651-2000x1335.jpg");
}
.cid-rVxxZI7rTr .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rVxxZI7rTr .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-rVxxZI7rTr .link {
  margin: 0;
}
.cid-rVxxZI7rTr .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rVxxZI7rTr .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rVxxZI7rTr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rVxxZI7rTr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rVxxZI7rTr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rVxxZI7rTr .btn {
  margin: 0.2rem!important;
}
.cid-rVxyaA98c2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rVxyaA98c2 .mbr-text {
    text-align: center;
  }
}
.cid-rVxyaA98c2 .mbr-text,
.cid-rVxyaA98c2 .mbr-section-btn {
  color: #000000;
}
.cid-rVxxOKVV8m {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVxxOKVV8m .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rVxxOKVV8m .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVxxOKVV8m .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVxxOKVV8m .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rVxxOKVV8m .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;
}
.cid-rVxxOKVV8m .icon-focus {
  display: none;
}
.cid-rVxxOKVV8m .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-rVxxOKVV8m ul {
  font-size: 0;
}
.cid-rVxxOKVV8m .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rVxxOKVV8m .mbr-gallery-filter ul li .btn.active,
.cid-rVxxOKVV8m .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rVxxOKVV8m .mbr-gallery-filter ul li .btn.active:after,
.cid-rVxxOKVV8m .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #4f4943, #e1201d);
}
.cid-rVxxOKVV8m .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rVxxOKVV8m .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rVxxOKVV8m .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rVxxOKVV8m .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rVxxOKVV8m .btn:hover {
  background: transparent !important;
}
.cid-rVxxOKVV8m .btn:hover:before {
  background: transparent !important;
}
.cid-rVxxOKVV8m .btn:before {
  background-color: transparent !important;
}
.cid-rVxxOKVV8m .btn:focus {
  box-shadow: none;
}
.cid-rVxxOKVV8m .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rVxEdKvWw2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-rVxEdKvWw2 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rVxEdKvWw2 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rVxEdKvWw2 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rVxClCYtiw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc-1558-2000x1335.jpg");
}
.cid-rVxClCYtiw .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rVxClCYtiw .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-rVxClCYtiw .link {
  margin: 0;
}
.cid-rVxClCYtiw .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rVxClCYtiw .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rVxClCYtiw h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rVxClCYtiw h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rVxClCYtiw h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rVxClCYtiw .btn {
  margin: 0.2rem!important;
}
.cid-rVxCpS5ju1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rVxCpS5ju1 .mbr-text {
    text-align: center;
  }
}
.cid-rVxCpS5ju1 .mbr-text,
.cid-rVxCpS5ju1 .mbr-section-btn {
  color: #000000;
}
.cid-rVxCqYobfE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVxCqYobfE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rVxCqYobfE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVxCqYobfE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVxCqYobfE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rVxCqYobfE .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;
}
.cid-rVxCqYobfE .icon-focus {
  display: none;
}
.cid-rVxCqYobfE .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-rVxCqYobfE ul {
  font-size: 0;
}
.cid-rVxCqYobfE .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rVxCqYobfE .mbr-gallery-filter ul li .btn.active,
.cid-rVxCqYobfE .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rVxCqYobfE .mbr-gallery-filter ul li .btn.active:after,
.cid-rVxCqYobfE .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #4f4943, #e1201d);
}
.cid-rVxCqYobfE .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rVxCqYobfE .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rVxCqYobfE .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rVxCqYobfE .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rVxCqYobfE .btn:hover {
  background: transparent !important;
}
.cid-rVxCqYobfE .btn:hover:before {
  background: transparent !important;
}
.cid-rVxCqYobfE .btn:before {
  background-color: transparent !important;
}
.cid-rVxCqYobfE .btn:focus {
  box-shadow: none;
}
.cid-rVxCqYobfE .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rVxEeZLzew {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-rVxEeZLzew .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rVxEeZLzew .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rVxEeZLzew .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rVxEiofkGX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc-1597-1-2000x1335.jpg");
}
.cid-rVxEiofkGX .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rVxEiofkGX .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-rVxEiofkGX .link {
  margin: 0;
}
.cid-rVxEiofkGX .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rVxEiofkGX .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rVxEiofkGX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rVxEiofkGX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rVxEiofkGX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rVxEiofkGX .btn {
  margin: 0.2rem!important;
}
.cid-rVxEjt6Rt0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rVxEjt6Rt0 .mbr-text {
    text-align: center;
  }
}
.cid-rVxEjt6Rt0 .mbr-text,
.cid-rVxEjt6Rt0 .mbr-section-btn {
  color: #000000;
}
.cid-rVxEk7KEpF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVxEk7KEpF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rVxEk7KEpF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVxEk7KEpF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVxEk7KEpF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rVxEk7KEpF .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;
}
.cid-rVxEk7KEpF .icon-focus {
  display: none;
}
.cid-rVxEk7KEpF .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-rVxEk7KEpF ul {
  font-size: 0;
}
.cid-rVxEk7KEpF .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rVxEk7KEpF .mbr-gallery-filter ul li .btn.active,
.cid-rVxEk7KEpF .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rVxEk7KEpF .mbr-gallery-filter ul li .btn.active:after,
.cid-rVxEk7KEpF .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #4f4943, #e1201d);
}
.cid-rVxEk7KEpF .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rVxEk7KEpF .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rVxEk7KEpF .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rVxEk7KEpF .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rVxEk7KEpF .btn:hover {
  background: transparent !important;
}
.cid-rVxEk7KEpF .btn:hover:before {
  background: transparent !important;
}
.cid-rVxEk7KEpF .btn:before {
  background-color: transparent !important;
}
.cid-rVxEk7KEpF .btn:focus {
  box-shadow: none;
}
.cid-rVxEk7KEpF .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rVxHlu6VCR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/11fon-1400x1050.jpg");
}
.cid-rVxHlu6VCR .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-rVxHlu6VCR h2,
.cid-rVxHlu6VCR h3,
.cid-rVxHlu6VCR h4,
.cid-rVxHlu6VCR p {
  color: #ffffff;
}
.cid-rVxHlu6VCR .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rVxHlu6VCR .text-block {
  border-bottom: 1px solid #767676;
}
.cid-rVxHlu6VCR .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVxHlu6VCR .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rVxHlu6VCR .form-control:focus,
.cid-rVxHlu6VCR .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rVxHlu6VCR .form-group {
  margin-bottom: 1rem;
}
.cid-rVxHlu6VCR input::-webkit-input-placeholder,
.cid-rVxHlu6VCR textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rVxHlu6VCR input:-moz-placeholder,
.cid-rVxHlu6VCR textarea:-moz-placeholder {
  color: #656565;
}
.cid-rVxHlu6VCR .jq-selectbox li,
.cid-rVxHlu6VCR .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rVxHlu6VCR .jq-selectbox li:hover,
.cid-rVxHlu6VCR .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rVxHlu6VCR .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rVxHlu6VCR .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rVxHlu6VCR .mbr-text {
  color: #767676;
}
.cid-rVxHlu6VCR a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rVxHlu6VCR .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVxHlu6VCR .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rVxHlu6VCR textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-rVxHlu6VCR h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rVxHlu6VCR .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rVxHlu6VCR .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rVxHlu6VCR .google-map {
    padding-bottom: 2rem;
  }
}
.cid-rVxLsyzZo5 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-rVxLsyzZo5 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rVxLsyzZo5 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-rVxLsyzZo5 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rVxLsyzZo5 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rVxLsyzZo5 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-rVxLsyzZo5 .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-rVxLsyzZo5 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-rVxLsyzZo5 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-rVxLsyzZo5 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-rVxLsyzZo5 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-rVxLsyzZo5 .mbr-section-title,
.cid-rVxLsyzZo5 .social-list {
  color: #000000;
}
.cid-rVxK3Yrp7c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/backgrounds-wooden-floors-brick-wall-105003-2000x1250.jpg");
}
.cid-rVxK3Yrp7c .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rVxK3Yrp7c .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-rVxK3Yrp7c .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-rVxK3Yrp7c .google-map {
  width: 100%;
  height: 30rem;
}
.cid-rVxK3Yrp7c .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rVxK3Yrp7c .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-rVxK3Yrp7c .google-map .place-card {
  margin-left: 40px !important;
}
.cid-rVxICgIf5R {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-rVxICgIf5R .content {
    text-align: center;
  }
  .cid-rVxICgIf5R .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rVxICgIf5R .img-logo img {
  height: 6rem;
}
.cid-rVxICgIf5R .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rVxICgIf5R .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-rVxICgIf5R .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rVxICgIf5R .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-rVxICgIf5R .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVxICgIf5R .social-list a:hover {
  opacity: 1;
}
.cid-rVxICgIf5R .list {
  list-style-type: none;
  padding: 0;
}
.cid-rVxICgIf5R .list li {
  padding-bottom: .5rem;
}
.cid-rVxICgIf5R .list li:last-child {
  padding-bottom: 0;
}
.cid-rVxICgIf5R .mbr-footer-list,
.cid-rVxICgIf5R .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rVxICgIf5R .mbr-footer-list,
  .cid-rVxICgIf5R .form-text,
  .cid-rVxICgIf5R .footer-title,
  .cid-rVxICgIf5R .footer-main-title,
  .cid-rVxICgIf5R .form-text,
  .cid-rVxICgIf5R .list {
    text-align: center !important;
  }
  .cid-rVxICgIf5R .mbr-form,
  .cid-rVxICgIf5R .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rVxICgIf5R .footer-main-title {
  color: #ffffff;
}
.cid-rVxN1YSz8b.popup-builder {
  background-color: #ffffff;
}
.cid-rVxN1YSz8b.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rVxN1YSz8b.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rVxN1YSz8b .modal-content,
.cid-rVxN1YSz8b .modal-dialog {
  height: auto;
}
.cid-rVxN1YSz8b .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rVxN1YSz8b .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rVxN1YSz8b .form-wrapper .mbr-form .form-group,
  .cid-rVxN1YSz8b .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rVxN1YSz8b .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rVxN1YSz8b .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-rVxN1YSz8b .mbr-text {
  text-align: center;
}
.cid-rVxN1YSz8b .pt-0 {
  padding-top: 0 !important;
}
.cid-rVxN1YSz8b .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rVxN1YSz8b .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rVxN1YSz8b .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rVxN1YSz8b .modal-open {
  overflow: hidden;
}
.cid-rVxN1YSz8b .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rVxN1YSz8b .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rVxN1YSz8b .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rVxN1YSz8b .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-rVxN1YSz8b .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rVxN1YSz8b .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rVxN1YSz8b .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rVxN1YSz8b .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-rVxN1YSz8b .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rVxN1YSz8b .modal-backdrop.fade {
  opacity: 0;
}
.cid-rVxN1YSz8b .modal-backdrop.show {
  opacity: .5;
}
.cid-rVxN1YSz8b .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rVxN1YSz8b .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rVxN1YSz8b .modal-header .close:hover {
  opacity: 1;
}
.cid-rVxN1YSz8b .modal-header .close:focus {
  outline: none;
}
.cid-rVxN1YSz8b .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rVxN1YSz8b .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rVxN1YSz8b .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rVxN1YSz8b .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rVxN1YSz8b .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rVxN1YSz8b .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rVxN1YSz8b .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rVxN1YSz8b .modal-sm {
    max-width: 300px;
  }
  .cid-rVxN1YSz8b .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rVxN1YSz8b .modal-lg,
  .cid-rVxN1YSz8b .modal-xl {
    max-width: 800px;
  }
  .cid-rVxN1YSz8b .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rVxN1YSz8b .modal-xl {
    max-width: 1140px;
  }
  .cid-rVxN1YSz8b .container {
    max-width: 1140px;
  }
}
.cid-rVxN1YSz8b .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rVxN1YSz8b .container {
    max-width: 720px;
  }
}
.cid-rVxN1YSz8b .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rVxN1YSz8b .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-rVxN1YSz8b .form-group {
  margin-bottom: 1rem;
}
.cid-rVxN1YSz8b .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rVxN1YSz8b .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVxN1YSz8b .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-rVxPciGGUT.popup-builder {
  background-color: #ffffff;
}
.cid-rVxPciGGUT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rVxPciGGUT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rVxPciGGUT .modal-content,
.cid-rVxPciGGUT .modal-dialog {
  height: auto;
}
.cid-rVxPciGGUT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rVxPciGGUT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rVxPciGGUT .form-wrapper .mbr-form .form-group,
  .cid-rVxPciGGUT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rVxPciGGUT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rVxPciGGUT .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-rVxPciGGUT .mbr-text {
  text-align: center;
}
.cid-rVxPciGGUT .pt-0 {
  padding-top: 0 !important;
}
.cid-rVxPciGGUT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rVxPciGGUT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rVxPciGGUT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rVxPciGGUT .modal-open {
  overflow: hidden;
}
.cid-rVxPciGGUT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rVxPciGGUT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rVxPciGGUT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rVxPciGGUT .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-rVxPciGGUT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rVxPciGGUT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rVxPciGGUT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rVxPciGGUT .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-rVxPciGGUT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rVxPciGGUT .modal-backdrop.fade {
  opacity: 0;
}
.cid-rVxPciGGUT .modal-backdrop.show {
  opacity: .5;
}
.cid-rVxPciGGUT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rVxPciGGUT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rVxPciGGUT .modal-header .close:hover {
  opacity: 1;
}
.cid-rVxPciGGUT .modal-header .close:focus {
  outline: none;
}
.cid-rVxPciGGUT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rVxPciGGUT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rVxPciGGUT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rVxPciGGUT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rVxPciGGUT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rVxPciGGUT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rVxPciGGUT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rVxPciGGUT .modal-sm {
    max-width: 300px;
  }
  .cid-rVxPciGGUT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rVxPciGGUT .modal-lg,
  .cid-rVxPciGGUT .modal-xl {
    max-width: 800px;
  }
  .cid-rVxPciGGUT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rVxPciGGUT .modal-xl {
    max-width: 1140px;
  }
  .cid-rVxPciGGUT .container {
    max-width: 1140px;
  }
}
.cid-rVxPciGGUT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rVxPciGGUT .container {
    max-width: 720px;
  }
}
.cid-rVxPciGGUT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rVxPciGGUT .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-rVxPciGGUT .form-group {
  margin-bottom: 1rem;
}
.cid-rVxPciGGUT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rVxPciGGUT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVxPciGGUT .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%;
}
.blink2 { -webkit-animation: blink2 1s linear infinite; animation: blink2 1s linear infinite; } 
@-webkit-keyframes blink2 { 100% { color: rgba(34, 34, 34, 0); } } 
@keyframes blink2 { 100% { color: rgba(34, 34, 34, 0); } }


   a:focus {outline:none;}
a::-moz-focus-inner {border:0;}
a {outline: none;outline: 0;}
a:focus {
    outline: 0;
    text-decoration: none;
}
  
