body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d90a2c !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #7781b3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-primary:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7781b3 !important;
  border-color: #7781b3 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #7781b3;
  border-color: #7781b3;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7781b3 !important;
  border-color: #7781b3 !important;
}
.btn-danger:hover {
  background-color: #59649e !important;
  border-color: #59649e !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 {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d90a2c;
  color: #d90a2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7781b3;
  color: #7781b3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #7781b3 !important;
  border-color: #7781b3;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7781b3 !important;
  border-color: #7781b3 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !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:hover {
  color: #17161a !important;
}
.text-primary {
  color: #d90a2c !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #7781b3 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #770618 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #46507e !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #d90a2c !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #7781b3;
}
.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.active .btn {
  background-color: #d90a2c;
  border-color: #d90a2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d90a2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c9cde1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #d90a2c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d90a2c;
  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: #d90a2c;
  border-bottom-color: #d90a2c;
}
.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: #d90a2c !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: #17161a !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-u4hG85BqAL {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u4hG85BqAL .nav-item,
.cid-u4hG85BqAL .nav-link,
.cid-u4hG85BqAL .navbar-caption {
  font-weight: normal;
}
.cid-u4hG85BqAL .navbar-nav {
  counter-reset: number;
}
.cid-u4hG85BqAL .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u4hG85BqAL .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u4hG85BqAL .navbar {
    min-height: 120px !important;
  }
  .cid-u4hG85BqAL .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u4hG85BqAL .btn {
    white-space: nowrap;
  }
  .cid-u4hG85BqAL .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u4hG85BqAL .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u4hG85BqAL .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u4hG85BqAL .dropdown-toggle::after,
  .cid-u4hG85BqAL .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u4hG85BqAL .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4hG85BqAL .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4hG85BqAL .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-u4hG85BqAL .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4hG85BqAL .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-u4hG85BqAL .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-u4hG85BqAL .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-u4hG85BqAL .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u4hG85BqAL .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u4hG85BqAL .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u4hG85BqAL .nav-item:focus,
.cid-u4hG85BqAL .nav-link:focus {
  outline: none;
}
.cid-u4hG85BqAL .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u4hG85BqAL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4hG85BqAL .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u4hG85BqAL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4hG85BqAL .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u4hG85BqAL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4hG85BqAL ul.navbar-nav li {
  margin: auto;
}
.cid-u4hG85BqAL .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u4hG85BqAL .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u4hG85BqAL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4hG85BqAL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4hG85BqAL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4hG85BqAL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.7rem - 1rem);
  }
}
.cid-u4hG85BqAL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u4hG85BqAL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4hG85BqAL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u4hG85BqAL .navbar {
    padding: 10px 0;
  }
  .cid-u4hG85BqAL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4hG85BqAL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4hG85BqAL .navbar .container-fluid,
  .cid-u4hG85BqAL .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u4hG85BqAL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u4hG85BqAL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4hG85BqAL .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u4hG85BqAL .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u4hG85BqAL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u4hG85BqAL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u4hG85BqAL .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u4hG85BqAL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u4hG85BqAL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u4hG85BqAL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4hG85BqAL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4hG85BqAL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u4hG85BqAL .dropdown-item.active,
.cid-u4hG85BqAL .dropdown-item:active {
  background-color: transparent;
}
.cid-u4hG85BqAL .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4hG85BqAL .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-u4hG85BqAL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u4hG85BqAL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u4hG85BqAL .navbar-buttons {
  text-align: center;
}
.cid-u4hG85BqAL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4hG85BqAL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u4hG85BqAL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4hG85BqAL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4hG85BqAL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4hG85BqAL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4hG85BqAL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4hG85BqAL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4hG85BqAL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4hG85BqAL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4hG85BqAL .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-u4hG85BqAL a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4hG85BqAL a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-u4hG85BqAL .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4hG85BqAL .navbar {
    height: 77px;
  }
  .cid-u4hG85BqAL .navbar.opened {
    height: auto;
  }
  .cid-u4hG85BqAL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4hRA4H6Fv {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-u4hRA4H6Fv .carousel {
  width: 100%;
}
.cid-u4hRA4H6Fv .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-u4hRA4H6Fv .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-u4hRA4H6Fv .mbr-overlay {
  z-index: 1;
}
.cid-u4hRA4H6Fv .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 35%;
  overflow: hidden;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 50px;
}
@media (max-width: 767px) {
  .cid-u4hRA4H6Fv .carousel-caption {
    height: 59.5%;
  }
}
.cid-u4hRA4H6Fv .carousel-control {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
  top: calc(50% + 35%/2 + 1rem);
  transform: translateY(-50%);
  left: 0;
  margin-left: 50px;
  color: #c17b71;
  opacity: 1;
}
.cid-u4hRA4H6Fv .carousel-control.carousel-control-next {
  margin-left: 100px;
}
.cid-u4hRA4H6Fv .carousel-control > span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-u4hRA4H6Fv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4hRA4H6Fv .carousel-control:hover {
  opacity: 0.6;
}
.cid-u4hRA4H6Fv .item-wrapper {
  width: 100%;
}
.cid-u4hRA4H6Fv .mbr-section-subtitle,
.cid-u4hRA4H6Fv .slider-subtitle {
  margin-bottom: 30px;
}
.cid-u4hRA4H6Fv .caption-text {
  margin-bottom: 20.4px;
}
@media (max-width: 767px) {
  .cid-u4hRA4H6Fv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u4hRA4H6Fv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u4hRA4H6Fv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u4hRA4H6Fv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u4hRA4H6Fv .carousel-indicators li.active,
.cid-u4hRA4H6Fv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4hRA4H6Fv .carousel-indicators li::after,
.cid-u4hRA4H6Fv .carousel-indicators li::before {
  content: none;
}
.cid-u4hRA4H6Fv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4hRA4H6Fv .carousel-indicators {
    display: none !important;
  }
}
.cid-u4hRA4H6Fv H5 {
  color: #ffffff;
}
.cid-u4hRA4H6Fv .mbr-section-subtitle {
  color: #adb3d2;
}
.cid-u4hRA4H6Fv P {
  color: #ffffff;
}
.cid-u4iGFutdnr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4iGFutdnr .title__wrap {
  margin-bottom: 30px;
}
.cid-u4iGFutdnr .title__block {
  margin-bottom: 10px;
}
.cid-u4iGFutdnr .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u4iGFutdnr .mbr-section-title {
  margin-bottom: 0;
  color: #7781b3;
}
.cid-u4iGFutdnr .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-u4iGFutdnr .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-u4iGFutdnr .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-u4iGFutdnr .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-u4iGFutdnr .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-u4iGFutdnr .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u4iGFutdnr .descr__block {
  padding: 25px 0 0;
}
.cid-u4iGFutdnr .descr__title {
  margin-bottom: 5px;
}
.cid-u4iGFutdnr .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
}
.cid-u4iGFutdnr .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8em;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 5px;
}
.cid-u4iGFutdnr .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
}
.cid-u4iGFutdnr .link__text a {
  position: relative;
}
.cid-u4iGFutdnr .link__text a:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-u4iGFutdnr .link__text a:hover {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-u4iGFutdnr .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-u4iGFutdnr .image {
    height: 300px;
  }
  .cid-u4iGFutdnr .mbr-section-btn .btn {
    margin-bottom: 0;
  }
  .cid-u4iGFutdnr .buttons {
    justify-content: flex-start;
  }
}
.cid-u4iGFutdnr .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-u4j2gskYHb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-u4j2gskYHb .content__block {
  padding: 50px 15px;
}
.cid-u4j2gskYHb .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-u4j2gskYHb .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u4j2gskYHb .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-u4j2gskYHb .image {
  perspective: 3500px;
  position: relative;
}
.cid-u4j2gskYHb .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-u4j2gskYHb .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u4j2gskYHb .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-u4j2gskYHb .mbr-section-btn .btn-white-outline:hover {
  color: #d90a2c !important;
}
@media (max-width: 991px) {
  .cid-u4j2gskYHb .content__block {
    padding: 30px 15px;
  }
  .cid-u4j2gskYHb .mbr-figure {
    padding: 0;
  }
  .cid-u4j2gskYHb .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-u4j2gskYHb .lg-push {
    right: 11%;
  }
  .cid-u4j2gskYHb .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-u4j2gskYHb .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-u4j2gskYHb .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-u4iGWObG80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u4iGWObG80 .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-u4iGWObG80 .title__block {
  padding-bottom: 40px;
}
.cid-u4iGWObG80 .image {
  width: 100%;
  perspective: 700px;
}
.cid-u4iGWObG80 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-u4iGWObG80 .image img:hover {
  transform: rotateX(-10deg);
}
.cid-u4iGWObG80 .text__block {
  margin-top: 25px;
}
.cid-u4iGWObG80 .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-u4iGWObG80 .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-u4iGWObG80 .title__block {
    padding-bottom: 30px;
  }
}
.cid-u4iGGOOsRC {
  overflow: hidden !important;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2ecbd;
}
.cid-u4iGGOOsRC .title__block {
  padding-bottom: 40px;
}
.cid-u4iGGOOsRC .carousel {
  margin-bottom: 80px;
}
.cid-u4iGGOOsRC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-u4iGGOOsRC .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4iGGOOsRC .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-u4iGGOOsRC .carousel-inner {
  overflow: visible !important;
}
.cid-u4iGGOOsRC .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-u4iGGOOsRC .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-u4iGGOOsRC .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-u4iGGOOsRC .user {
  height: 300px;
}
.cid-u4iGGOOsRC .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-u4iGGOOsRC .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4iGGOOsRC .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-u4iGGOOsRC .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-u4iGGOOsRC .carousel-control-prev {
    left: -2%;
  }
  .cid-u4iGGOOsRC .carousel-control-next {
    left: 6%;
  }
  .cid-u4iGGOOsRC .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-u4iGGOOsRC .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-u4iGGOOsRC .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-u4iGGOOsRC .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-u4iGGOOsRC .carousel-item.active {
    transform: translateX(0);
  }
  .cid-u4iGGOOsRC .carousel-controls {
    display: none;
  }
  .cid-u4iGGOOsRC .carousel {
    margin-bottom: 0;
  }
}
.cid-u4j2n0dq0n {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f5f7fd;
}
.cid-u4j2n0dq0n .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u4j2n0dq0n .image {
  margin-bottom: 15px;
}
.cid-u4j2n0dq0n .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  display: inline;
}
.cid-u4j2n0dq0n .mbr-text {
  margin-bottom: 20px;
  opacity: 0.95;
}
.cid-u4j2n0dq0n .testimonial__subtitle {
  opacity: 0.95;
  margin-bottom: 0;
}
.cid-u4j2n0dq0n .author__descr {
  opacity: 0.95;
  margin-bottom: 0;
}
.cid-u4j2n0dq0n .author__name {
  margin-bottom: 0;
}
.cid-u4j2n0dq0n .nav-tabs .nav-item.open .nav-link:focus,
.cid-u4j2n0dq0n .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u4j2n0dq0n .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u4j2n0dq0n .nav-tabs {
    flex-direction: column;
    align-items: center;
  }
}
.cid-u4j2n0dq0n .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: inherit;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin: 0 12px;
  padding: 12px 0 !important;
}
.cid-u4j2n0dq0n .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-u4j2n0dq0n .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #7781b3;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #7781b3;
}
.cid-u4j2n0dq0n .nav-tabs .nav-link.active:hover {
  background-color: #7781b3;
}
.cid-u4hVxrll46 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #adb3d2;
}
.cid-u4hVxrll46 .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-u4hVxrll46 .footer__content {
  margin-bottom: 30px;
}
.cid-u4hVxrll46 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u4hVxrll46 .title__address {
  margin-bottom: 20px;
}
.cid-u4hVxrll46 .work__address {
  margin-bottom: 0;
}
.cid-u4hVxrll46 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u4hVxrll46 .privacy {
    text-align: left;
  }
}
.cid-u4hVxrll46 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u4hVxrll46 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u4hVxrll46 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u4hVxrll46 .input-group-btn {
  padding-left: 0;
}
.cid-u4hVxrll46 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u4hVxrll46 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u4hVxrll46 .mbr-form .btn {
  margin: 0;
}
.cid-u4hVxrll46 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u4hVxrll46 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u4hVxrll46 .wrap {
    padding-bottom: 25px;
  }
  .cid-u4hVxrll46 .divider {
    margin: 0 0 20px;
  }
}
.cid-u4jyDSM4Ed {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u4jyDSM4Ed .nav-item,
.cid-u4jyDSM4Ed .nav-link,
.cid-u4jyDSM4Ed .navbar-caption {
  font-weight: normal;
}
.cid-u4jyDSM4Ed .navbar-nav {
  counter-reset: number;
}
.cid-u4jyDSM4Ed .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u4jyDSM4Ed .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u4jyDSM4Ed .navbar {
    min-height: 120px !important;
  }
  .cid-u4jyDSM4Ed .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u4jyDSM4Ed .btn {
    white-space: nowrap;
  }
  .cid-u4jyDSM4Ed .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u4jyDSM4Ed .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u4jyDSM4Ed .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u4jyDSM4Ed .dropdown-toggle::after,
  .cid-u4jyDSM4Ed .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u4jyDSM4Ed .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4jyDSM4Ed .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4jyDSM4Ed .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-u4jyDSM4Ed .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4jyDSM4Ed .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-u4jyDSM4Ed .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-u4jyDSM4Ed .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-u4jyDSM4Ed .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u4jyDSM4Ed .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u4jyDSM4Ed .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u4jyDSM4Ed .nav-item:focus,
.cid-u4jyDSM4Ed .nav-link:focus {
  outline: none;
}
.cid-u4jyDSM4Ed .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u4jyDSM4Ed .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4jyDSM4Ed .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u4jyDSM4Ed .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4jyDSM4Ed .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u4jyDSM4Ed ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4jyDSM4Ed ul.navbar-nav li {
  margin: auto;
}
.cid-u4jyDSM4Ed .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u4jyDSM4Ed .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u4jyDSM4Ed .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4jyDSM4Ed .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4jyDSM4Ed .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4jyDSM4Ed .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.7rem - 1rem);
  }
}
.cid-u4jyDSM4Ed .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u4jyDSM4Ed .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4jyDSM4Ed .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u4jyDSM4Ed .navbar {
    padding: 10px 0;
  }
  .cid-u4jyDSM4Ed .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4jyDSM4Ed .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4jyDSM4Ed .navbar .container-fluid,
  .cid-u4jyDSM4Ed .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u4jyDSM4Ed .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u4jyDSM4Ed .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4jyDSM4Ed .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u4jyDSM4Ed .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u4jyDSM4Ed .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u4jyDSM4Ed .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u4jyDSM4Ed .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u4jyDSM4Ed .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u4jyDSM4Ed .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u4jyDSM4Ed .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4jyDSM4Ed .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4jyDSM4Ed .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u4jyDSM4Ed .dropdown-item.active,
.cid-u4jyDSM4Ed .dropdown-item:active {
  background-color: transparent;
}
.cid-u4jyDSM4Ed .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4jyDSM4Ed .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-u4jyDSM4Ed .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u4jyDSM4Ed .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u4jyDSM4Ed .navbar-buttons {
  text-align: center;
}
.cid-u4jyDSM4Ed button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4jyDSM4Ed button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u4jyDSM4Ed button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4jyDSM4Ed button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4jyDSM4Ed button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4jyDSM4Ed button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4jyDSM4Ed nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4jyDSM4Ed nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4jyDSM4Ed nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4jyDSM4Ed nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4jyDSM4Ed .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-u4jyDSM4Ed a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4jyDSM4Ed a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-u4jyDSM4Ed .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4jyDSM4Ed .navbar {
    height: 77px;
  }
  .cid-u4jyDSM4Ed .navbar.opened {
    height: auto;
  }
  .cid-u4jyDSM4Ed .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4jyWKLWuo {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/pc-1024x768.webp");
}
.cid-u4jyWKLWuo .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-u4jyWKLWuo .wrap {
  padding: 0 25px;
}
.cid-u4jyWKLWuo .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-u4jyWKLWuo .mbr-text {
  margin-bottom: 20px;
}
.cid-u4jyWKLWuo .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-u4jyWKLWuo .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-u4jyWKLWuo .container,
  .cid-u4jyWKLWuo .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u4jyWKLWuo .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-u4jyWKLWuo a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u4jyWKLWuo .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-u4jBcAJZqX .main_wrapper {
  position: relative;
  height: 720px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-u4jBcAJZqX .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-u4jBcAJZqX .block_wrapper {
  height: 100%;
  background-color: rgba(235, 234, 237, 0.93);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-u4jBcAJZqX .title__address {
  margin-bottom: 20px;
}
.cid-u4jBcAJZqX .work__address {
  margin: 10px 0 40px;
}
.cid-u4jBcAJZqX .work__phone {
  margin-bottom: 20px;
}
.cid-u4jBcAJZqX .mbr-section-btn {
  margin-top: 40px;
}
.cid-u4jBcAJZqX .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-u4jBcAJZqX .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-u4jBcAJZqX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u4jBcAJZqX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-u4jBcAJZqX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u4jBcAJZqX .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-u4jBcAJZqX .container {
    max-width: 100%;
  }
  .cid-u4jBcAJZqX .container .row {
    margin: 0;
  }
  .cid-u4jBcAJZqX .block_wrapper {
    height: 100%;
    background-color: #ebeaed;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-u4jyDYPyCI {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #adb3d2;
}
.cid-u4jyDYPyCI .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-u4jyDYPyCI .footer__content {
  margin-bottom: 30px;
}
.cid-u4jyDYPyCI .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u4jyDYPyCI .title__address {
  margin-bottom: 20px;
}
.cid-u4jyDYPyCI .work__address {
  margin-bottom: 0;
}
.cid-u4jyDYPyCI .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u4jyDYPyCI .privacy {
    text-align: left;
  }
}
.cid-u4jyDYPyCI .divider {
  background-color: #000000;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u4jyDYPyCI .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u4jyDYPyCI .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u4jyDYPyCI .input-group-btn {
  padding-left: 0;
}
.cid-u4jyDYPyCI .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u4jyDYPyCI .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u4jyDYPyCI .mbr-form .btn {
  margin: 0;
}
.cid-u4jyDYPyCI input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u4jyDYPyCI input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u4jyDYPyCI .wrap {
    padding-bottom: 25px;
  }
  .cid-u4jyDYPyCI .divider {
    margin: 0 0 20px;
  }
}
