body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.4;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((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: #04acfa !important;
}
.bg-success {
  background-color: #655495 !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #04acfa !important;
  border-color: #04acfa !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #04acfa;
  border-color: #04acfa;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #04acfa !important;
  border-color: #04acfa !important;
}
.btn-primary:hover {
  background-color: #0389c8 !important;
  border-color: #0389c8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #341d74;
  border-color: #341d74;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary:hover {
  background-color: #04acfa !important;
  border-color: #04acfa !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: #655495 !important;
  border-color: #655495 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #655495;
  border-color: #655495;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-success:hover {
  background-color: #4f4274 !important;
  border-color: #4f4274 !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: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !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: #04acfa;
  color: #04acfa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #04acfa !important;
  border-color: #04acfa;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #04acfa !important;
  border-color: #04acfa !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #341d74;
  color: #341d74;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #341d74 !important;
  border-color: #341d74;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary-outline:hover {
  background-color: #04acfa !important;
  border-color: #04acfa !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: #655495;
  color: #655495;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #655495 !important;
  border-color: #655495;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !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: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !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: #04acfa !important;
}
.text-secondary {
  color: #341d74 !important;
}
.text-success {
  color: #655495 !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #026796 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f0922 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #392f54 !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: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #04acfa !important;
}
.alert-success {
  background-color: #655495;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.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: #04acfa;
  border-color: #04acfa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #04acfa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cceefe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aa9fc9;
}
.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: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #04acfa;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #04acfa;
  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: #04acfa;
  border-bottom-color: #04acfa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #04acfa !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: #341d74 !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-s2FglZTDrR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-s2FglZTDrR .nav-item,
.cid-s2FglZTDrR .nav-link,
.cid-s2FglZTDrR .navbar-caption {
  font-weight: normal;
}
.cid-s2FglZTDrR .navbar-nav {
  counter-reset: number;
}
.cid-s2FglZTDrR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FglZTDrR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FglZTDrR .btn {
    white-space: nowrap;
  }
  .cid-s2FglZTDrR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FglZTDrR .dropdown-toggle::after,
  .cid-s2FglZTDrR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FglZTDrR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  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-s2FglZTDrR .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-s2FglZTDrR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .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-s2FglZTDrR .dropdown-menu .dropdown-item:hover {
  color: #04acfa !important;
  background-color: #fafafa;
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FglZTDrR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FglZTDrR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FglZTDrR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FglZTDrR .nav-item:focus,
.cid-s2FglZTDrR .nav-link:focus {
  outline: none;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FglZTDrR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FglZTDrR ul.navbar-nav li {
  margin: auto;
}
.cid-s2FglZTDrR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-s2FglZTDrR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-s2FglZTDrR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FglZTDrR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FglZTDrR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FglZTDrR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FglZTDrR .navbar .container-fluid,
  .cid-s2FglZTDrR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FglZTDrR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FglZTDrR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FglZTDrR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FglZTDrR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FglZTDrR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FglZTDrR .dropdown-item.active,
.cid-s2FglZTDrR .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FglZTDrR .navbar-buttons {
  text-align: center;
}
.cid-s2FglZTDrR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #888888;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FglZTDrR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR a.nav-link:hover {
  color: #04acfa !important;
}
.is-builder .cid-s2FglZTDrR .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-s2FglZTDrR .navbar {
    height: 77px;
  }
  .cid-s2FglZTDrR .navbar.opened {
    height: auto;
  }
  .cid-s2FglZTDrR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRHuzA3u55 {
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpeg");
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cid-rRHuzA3u55 .push__top {
  padding-top: 80px;
}
.cid-rRHuzA3u55 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}
.cid-rRHuzA3u55 .title__block {
  width: 70%;
}
.cid-rRHuzA3u55 .mbr-section-subtitle,
.cid-rRHuzA3u55 .bottom__about__text,
.cid-rRHuzA3u55 .bottom__subtitle {
  line-height: 25px;
}
.cid-rRHuzA3u55 .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #04acfa;
}
.cid-rRHuzA3u55 .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: left;
}
.cid-rRHuzA3u55 .widget__number {
  margin-bottom: 8px;
}
.cid-rRHuzA3u55 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-rRHuzA3u55 .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-rRHuzA3u55 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-rRHuzA3u55 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-rRHuzA3u55 .bottom__about {
  width: 90%;
  background-color: rgba(68, 67, 69, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .mbr-section-title {
    line-height: 1;
  }
  .cid-rRHuzA3u55 .push__top {
    padding-top: 30px;
  }
  .cid-rRHuzA3u55 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-rRHuzA3u55 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-rRHuzA3u55 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-rRHuzA3u55 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-rRHuzA3u55 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-rRHuzA3u55 .title__block {
    width: 100%;
  }
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-rRHuzA3u55 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-rRHuzA3u55 .divider {
    margin-bottom: 10px;
  }
  .cid-rRHuzA3u55 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHuzA3u55 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-smXDXLlYnA {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpg");
}
.cid-smXDXLlYnA .title__block {
  padding-bottom: 40px;
}
.cid-smXDXLlYnA .carousel {
  margin-bottom: 80px;
}
.cid-smXDXLlYnA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-smXDXLlYnA .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-smXDXLlYnA .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-smXDXLlYnA .carousel-inner {
  overflow: visible !important;
}
.cid-smXDXLlYnA .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-smXDXLlYnA .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-smXDXLlYnA .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-smXDXLlYnA .user {
  height: 300px;
}
.cid-smXDXLlYnA .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-smXDXLlYnA .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-smXDXLlYnA .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-smXDXLlYnA .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-smXDXLlYnA .carousel-control-prev {
    left: -2%;
  }
  .cid-smXDXLlYnA .carousel-control-next {
    left: 6%;
  }
  .cid-smXDXLlYnA .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-smXDXLlYnA .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-smXDXLlYnA .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-smXDXLlYnA .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-smXDXLlYnA .carousel-item.active {
    transform: translateX(0);
  }
  .cid-smXDXLlYnA .carousel-controls {
    display: none;
  }
  .cid-smXDXLlYnA .carousel {
    margin-bottom: 0;
  }
}
.cid-smXDXLlYnA .mbr-section-title {
  color: #04acfa;
}
.cid-smXDXLlYnA .mbr-text {
  color: #ffffff;
}
.cid-rRHz8FfvDi {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-rRHz8FfvDi .title__block {
  padding-bottom: 40px;
}
.cid-rRHz8FfvDi .carousel {
  margin-bottom: 80px;
}
.cid-rRHz8FfvDi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-rRHz8FfvDi .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(23, 22, 26, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHz8FfvDi .carousel-controls a:hover span {
  background: rgba(23, 22, 26, 0.6);
}
.cid-rRHz8FfvDi .carousel-inner {
  overflow: visible !important;
}
.cid-rRHz8FfvDi .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-rRHz8FfvDi .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-rRHz8FfvDi .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-rRHz8FfvDi .user {
  height: 300px;
}
.cid-rRHz8FfvDi .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRHz8FfvDi .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHz8FfvDi .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-rRHz8FfvDi .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRHz8FfvDi .carousel-control-prev {
    left: -2%;
  }
  .cid-rRHz8FfvDi .carousel-control-next {
    left: 6%;
  }
  .cid-rRHz8FfvDi .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRHz8FfvDi .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-rRHz8FfvDi .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-rRHz8FfvDi .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-rRHz8FfvDi .carousel-item.active {
    transform: translateX(0);
  }
  .cid-rRHz8FfvDi .carousel-controls {
    display: none;
  }
  .cid-rRHz8FfvDi .carousel {
    margin-bottom: 0;
  }
}
.cid-rRHz8FfvDi .mbr-section-title {
  color: #04acfa;
  text-align: center;
}
.cid-rRHz8FfvDi .mbr-text {
  color: #ffffff;
}
.cid-smXOa8X9Ji {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-smXOa8X9Ji .mbr-text,
.cid-smXOa8X9Ji .mbr-section-subtitle {
  color: #767676;
}
.cid-smXOa8X9Ji .card-title {
  color: #66458e;
}
.cid-smXOa8X9Ji .card .card-img span {
  color: #66458e;
  font-size: 60px;
  background: linear-gradient(45deg, #66458e, #e96188);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-smXOa8X9Ji .mbr-section-subtitle,
  .cid-smXOa8X9Ji .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smXOa8X9Ji .card .card-img span {
    background: none;
  }
}
.cid-smXOa8X9Ji .mbr-section-title {
  color: #04acfa;
}
.cid-smXOa8X9Ji .mbr-text {
  color: #ffffff;
}
.cid-smXOa8X9Ji .card-title,
.cid-smXOa8X9Ji .card-img {
  color: #04acfa;
}
.cid-rRHGcuHwym {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-rRHGcuHwym .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #04acfa;
}
.cid-rRHGcuHwym .mbr-text {
  margin-bottom: 20px;
}
.cid-rRHGcuHwym .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rRHGcuHwym .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-rRHGcuHwym .card .card-header a.panel-title {
  height: 54px;
  margin-bottom: 0;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
}
.cid-rRHGcuHwym .card .card-header a.panel-title h4 {
  font-weight: 700;
  padding: 14px 0;
}
.cid-rRHGcuHwym .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rRHGcuHwym .card .panel-body {
  padding: 10px 0;
  opacity: .75;
}
.cid-rRHGcuHwym .sign {
  font-family: 'FontAwesome' !important;
  padding: 20px 20px 20px 0;
  font-weight: 300;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 767px) {
  .cid-rRHGcuHwym .sign {
    padding: 10px 10px 10px 0;
  }
}
.cid-rRHGcuHwym .mbri-arrow-up:before {
  content: "\f068";
}
.cid-rRHGcuHwym .mbri-arrow-down:before {
  content: "\f067";
}
.cid-rRHGcuHwym H4 {
  color: #04acfa;
}
.cid-rRHGcuHwym H4:hover .sign {
  color: #04acfa;
}
.cid-rRHGcuHwym .panel-text {
  color: #ffffff;
}
.cid-rRHGcuHwym .btn-white:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.cid-rRHGcuHwym .mbr-section-title {
  color: #04acfa;
}
.cid-rRHGvGJJWT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x606.png");
}
.cid-rRHGvGJJWT .insert {
  display: none !important;
}
.cid-rRHGvGJJWT .carousel {
  padding: 0;
}
.cid-rRHGvGJJWT .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rRHGvGJJWT .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRHGvGJJWT .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(255, 255, 255, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHGvGJJWT .carousel-controls a:hover span {
  background: rgba(255, 255, 255, 0.1);
}
.cid-rRHGvGJJWT .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 40px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHGvGJJWT .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 40px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHGvGJJWT .user {
  border-radius: 3px;
  padding: 60px 60px 70px;
  background-color: rgba(52, 29, 116, 0.66);
}
.cid-rRHGvGJJWT .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-rRHGvGJJWT .user_image img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-rRHGvGJJWT .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 70%;
  }
  .cid-rRHGvGJJWT .carousel-control-next {
    left: 78%;
  }
  .cid-rRHGvGJJWT .title__block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-rRHGvGJJWT .mbr-section-title {
    margin-bottom: 30px;
  }
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 67%;
  }
  .cid-rRHGvGJJWT .user {
    padding: 50px 20px;
  }
}
@media (max-width: 575px) {
  .cid-rRHGvGJJWT .user_prof {
    display: none;
  }
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 64%;
  }
}
@media (max-width: 400px) {
  .cid-rRHGvGJJWT .user_name {
    display: none;
  }
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 60%;
  }
  .cid-rRHGvGJJWT .user_text {
    padding-bottom: 10px;
  }
}
.cid-rRHGtrRSeJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-rRHGtrRSeJ .title__wrap {
  margin-bottom: 30px;
}
.cid-rRHGtrRSeJ .title__block {
  margin-bottom: 10px;
}
.cid-rRHGtrRSeJ .mbr-section-title {
  margin-bottom: 0;
  color: #04acfa;
}
.cid-rRHGtrRSeJ .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #04acfa;
}
.cid-rRHGtrRSeJ .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRHGtrRSeJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRHGtrRSeJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #04acfa !important;
}
.cid-rRHGtrRSeJ .card__text1,
.cid-rRHGtrRSeJ .card__text2,
.cid-rRHGtrRSeJ .card__text3,
.cid-rRHGtrRSeJ .card__text4 {
  margin: 10px 0 30px;
}
@media (max-width: 575px) {
  .cid-rRHGtrRSeJ .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRHGtrRSeJ .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rRHGtrRSeJ .buttons {
    justify-content: flex-start;
  }
}
.cid-rRHGtrRSeJ .card__text1 {
  color: #ffffff;
}
.cid-rRHGtrRSeJ .card__text2 {
  color: #655495;
}
.cid-rRHGtrRSeJ .card__text3 {
  color: #655495;
}
.cid-rRHGtrRSeJ .card__text4 {
  color: #655495;
}
.cid-rRHGxlkAJf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-rRHGxlkAJf .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-rRHGxlkAJf .footer__content {
  margin-bottom: 30px;
}
.cid-rRHGxlkAJf .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRHGxlkAJf .title__address {
  margin-bottom: 20px;
  color: #04acfa;
}
.cid-rRHGxlkAJf .privacy {
  margin-bottom: 10px;
  color: #04acfa;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rRHGxlkAJf .privacy {
    text-align: left;
  }
}
.cid-rRHGxlkAJf .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRHGxlkAJf .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRHGxlkAJf .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRHGxlkAJf .input-group-btn {
  padding-left: 0;
}
.cid-rRHGxlkAJf .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rRHGxlkAJf .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-rRHGxlkAJf .mbr-form .btn {
  margin: 0;
}
.cid-rRHGxlkAJf input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRHGxlkAJf input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRHGxlkAJf .wrap {
    padding-bottom: 25px;
  }
  .cid-rRHGxlkAJf .divider {
    margin: 0 0 20px;
  }
}
.cid-rRHGxlkAJf .work__address {
  color: #ffffff;
}
