body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.4rem;
  line-height: 2.11397059;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 2.23684211rem;
    line-height: 2.15147059;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 1.98830409rem;
    line-height: 2.20036765;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 1.36rem;
    line-height: 2.20588235;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #01c8ff !important;
}
.bg-success {
  background-color: #f49c17 !important;
}
.bg-info {
  background-color: #ff40b4 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #01c8ff !important;
  border-color: #01c8ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #01c8ff;
  border-color: #01c8ff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #01c8ff !important;
  border-color: #01c8ff !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f49c17 !important;
  border-color: #f49c17 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f49c17;
  border-color: #f49c17;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f49c17 !important;
  border-color: #f49c17 !important;
}
.btn-secondary:hover {
  background-color: #ce800a !important;
  border-color: #ce800a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff40b4 !important;
  border-color: #ff40b4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff40b4;
  border-color: #ff40b4;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff40b4 !important;
  border-color: #ff40b4 !important;
}
.btn-info:hover {
  background-color: #ff0da0 !important;
  border-color: #ff0da0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f49c17 !important;
  border-color: #f49c17 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f49c17;
  border-color: #f49c17;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f49c17 !important;
  border-color: #f49c17 !important;
}
.btn-success:hover {
  background-color: #ce800a !important;
  border-color: #ce800a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-warning:hover {
  background-color: #fccb66 !important;
  border-color: #fccb66 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #01c8ff;
  color: #01c8ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #01c8ff !important;
  border-color: #01c8ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #01c8ff !important;
  border-color: #01c8ff !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f49c17;
  color: #f49c17;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #f49c17 !important;
  border-color: #f49c17;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f49c17 !important;
  border-color: #f49c17 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ff40b4;
  color: #ff40b4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #ff40b4 !important;
  border-color: #ff40b4;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff40b4 !important;
  border-color: #ff40b4 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f49c17;
  color: #f49c17;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #f49c17 !important;
  border-color: #f49c17;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f49c17 !important;
  border-color: #f49c17 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #01c8ff !important;
}
.text-secondary {
  color: #f49c17 !important;
}
.text-success {
  color: #f49c17 !important;
}
.text-info {
  color: #ff40b4 !important;
}
.text-warning {
  color: #fbba34 !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4ed9ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9e6207 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #9e6207 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #d90084 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fbba34 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #01c8ff !important;
}
.alert-success {
  background-color: #f49c17;
}
.alert-info {
  background-color: #ff40b4;
}
.alert-warning {
  background-color: #fbba34;
}
.alert-danger {
  background-color: #fe5925;
}
.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: #01c8ff;
  border-color: #01c8ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #01c8ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cdf4ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdefda;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #01c8ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #01c8ff;
  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: #01c8ff;
  border-bottom-color: #01c8ff;
}
.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: #01c8ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f49c17 !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;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-uG57E0YBwI .navbar-dropdown {
  position: relative !important;
}
.cid-uG57E0YBwI .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-uG57E0YBwI .nav-dropdown {
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
}
.cid-uG57E0YBwI .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(244, 156, 23, 0);
}
.cid-uG57E0YBwI .navbar.opened {
  transition: all 0.3s;
}
.cid-uG57E0YBwI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG57E0YBwI .navbar .navbar-logo img {
  width: auto;
}
.cid-uG57E0YBwI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG57E0YBwI .navbar.collapsed {
  justify-content: center;
}
.cid-uG57E0YBwI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG57E0YBwI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG57E0YBwI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uG57E0YBwI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG57E0YBwI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG57E0YBwI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uG57E0YBwI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG57E0YBwI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG57E0YBwI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uG57E0YBwI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG57E0YBwI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG57E0YBwI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG57E0YBwI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG57E0YBwI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uG57E0YBwI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG57E0YBwI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG57E0YBwI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG57E0YBwI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG57E0YBwI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG57E0YBwI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uG57E0YBwI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uG57E0YBwI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG57E0YBwI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG57E0YBwI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG57E0YBwI .navbar-logo {
  margin: 0;
}
.cid-uG57E0YBwI .container,
.cid-uG57E0YBwI .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-uG57E0YBwI .container,
  .cid-uG57E0YBwI .container-fluid {
    justify-content: space-between;
  }
}
.cid-uG57E0YBwI .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG57E0YBwI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG57E0YBwI .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uG57E0YBwI .navbar-brand {
    display: none;
  }
}
.cid-uG57E0YBwI .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG57E0YBwI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uG57E0YBwI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uG57E0YBwI .dropdown-item:hover,
.cid-uG57E0YBwI .dropdown-item:focus {
  background: #01c8ff !important;
  color: white !important;
}
.cid-uG57E0YBwI .dropdown-item:hover span {
  color: white;
}
.cid-uG57E0YBwI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uG57E0YBwI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uG57E0YBwI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-uG57E0YBwI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uG57E0YBwI .nav-link {
  position: relative;
}
.cid-uG57E0YBwI .container {
  display: flex;
  margin: auto;
}
.cid-uG57E0YBwI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG57E0YBwI .dropdown-menu,
.cid-uG57E0YBwI .navbar.opened {
  background: #f49c17 !important;
}
.cid-uG57E0YBwI .nav-item:focus,
.cid-uG57E0YBwI .nav-link:focus {
  outline: none;
}
.cid-uG57E0YBwI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG57E0YBwI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG57E0YBwI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG57E0YBwI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG57E0YBwI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG57E0YBwI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG57E0YBwI .dropdown-item.active,
.cid-uG57E0YBwI .dropdown-item:active {
  background-color: transparent;
}
.cid-uG57E0YBwI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG57E0YBwI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG57E0YBwI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG57E0YBwI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f49c17;
}
.cid-uG57E0YBwI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG57E0YBwI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG57E0YBwI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG57E0YBwI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG57E0YBwI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG57E0YBwI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG57E0YBwI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG57E0YBwI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG57E0YBwI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG57E0YBwI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG57E0YBwI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG57E0YBwI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG57E0YBwI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG57E0YBwI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG57E0YBwI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uG57E0YBwI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG57E0YBwI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG57E0YBwI .navbar {
    height: 70px;
  }
  .cid-uG57E0YBwI .navbar.opened {
    height: auto;
  }
  .cid-uG57E0YBwI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzhrpox4VT {
  padding-top: 8rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzhrpox4VT .title__block {
  padding-bottom: 40px;
}
.cid-uzhrpox4VT .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uzhrpox4VT .mbr-section-title b,
.cid-uzhrpox4VT .mbr-section-title strong {
  font-weight: 500;
}
.cid-uzhrpox4VT .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uzhrpox4VT .mbr-text {
  margin-bottom: 43px;
}
.cid-uzhrpox4VT .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-uzhrpox4VT .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #01c8ff;
}
.cid-uzhrpox4VT .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uzhrpox4VT .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uzhrpox4VT .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uzhrpox4VT .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uzhrpox4VT .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uzhrpox4VT .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uzhrpox4VT .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uzhrpox4VT .row {
    text-align: center;
  }
  .cid-uzhrpox4VT .title__block {
    padding-bottom: 0;
  }
  .cid-uzhrpox4VT .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uzhrpox4VT .figure:before {
    content: none;
  }
  .cid-uzhrpox4VT .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uzhrpox4VT .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uzhrpox4VT .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uzhrpox4VT .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uzhrpox4VT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhrpox4VT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzis5UaflQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #01c8ff;
}
.cid-uzis5UaflQ .title__block {
  margin-bottom: 45px;
}
.cid-uzis5UaflQ .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
}
.cid-uzis5UaflQ .mbr-section-title b,
.cid-uzis5UaflQ .mbr-section-title strong {
  font-weight: 500;
}
.cid-uzis5UaflQ .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uzis5UaflQ .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80px;
  left: 210px;
  width: 95px;
  height: 95px;
  background-image: url("../../../assets/images/logo-mavi-voyage-500x500.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uzis5UaflQ .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uzis5UaflQ .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-uzis5UaflQ .video-block {
    width: 100% !important;
  }
  .cid-uzis5UaflQ .title__block {
    margin-bottom: 30px;
  }
}
.cid-uzhrOgEhRZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzhrOgEhRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhrOgEhRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhrOgEhRZ .content-wrap {
  justify-content: center;
}
.cid-uzhrOgEhRZ .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uzhrOgEhRZ .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uzhrOgEhRZ .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uzhrOgEhRZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzhrOgEhRZ .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uzhrOgEhRZ .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzhrOgEhRZ .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uzhrOgEhRZ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzhrOgEhRZ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzhrOgEhRZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzhrOgEhRZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uzhrOgEhRZ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #01c8ff;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uzhrOgEhRZ .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzhrOgEhRZ .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uzhrOgEhRZ .mbr-section-title {
  color: #ff8576;
}
.cid-uzhrOgEhRZ .mbr-copy {
  color: #51565c;
}
.cid-uzhrOgEhRZ .mbr-copy,
.cid-uzhrOgEhRZ .copy-wrapper {
  text-align: right;
}
.cid-uzhrOgEhRZ .mbr-section-title,
.cid-uzhrOgEhRZ .logo-wrapper {
  color: #f49c17;
}
.cid-uG57E0YBwI .navbar-dropdown {
  position: relative !important;
}
.cid-uG57E0YBwI .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-uG57E0YBwI .nav-dropdown {
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
}
.cid-uG57E0YBwI .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(244, 156, 23, 0);
}
.cid-uG57E0YBwI .navbar.opened {
  transition: all 0.3s;
}
.cid-uG57E0YBwI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG57E0YBwI .navbar .navbar-logo img {
  width: auto;
}
.cid-uG57E0YBwI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG57E0YBwI .navbar.collapsed {
  justify-content: center;
}
.cid-uG57E0YBwI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG57E0YBwI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG57E0YBwI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uG57E0YBwI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG57E0YBwI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG57E0YBwI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uG57E0YBwI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG57E0YBwI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG57E0YBwI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uG57E0YBwI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG57E0YBwI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG57E0YBwI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG57E0YBwI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG57E0YBwI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uG57E0YBwI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG57E0YBwI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG57E0YBwI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG57E0YBwI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG57E0YBwI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG57E0YBwI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uG57E0YBwI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uG57E0YBwI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG57E0YBwI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG57E0YBwI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG57E0YBwI .navbar-logo {
  margin: 0;
}
.cid-uG57E0YBwI .container,
.cid-uG57E0YBwI .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-uG57E0YBwI .container,
  .cid-uG57E0YBwI .container-fluid {
    justify-content: space-between;
  }
}
.cid-uG57E0YBwI .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG57E0YBwI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG57E0YBwI .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uG57E0YBwI .navbar-brand {
    display: none;
  }
}
.cid-uG57E0YBwI .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG57E0YBwI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uG57E0YBwI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uG57E0YBwI .dropdown-item:hover,
.cid-uG57E0YBwI .dropdown-item:focus {
  background: #01c8ff !important;
  color: white !important;
}
.cid-uG57E0YBwI .dropdown-item:hover span {
  color: white;
}
.cid-uG57E0YBwI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uG57E0YBwI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uG57E0YBwI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-uG57E0YBwI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uG57E0YBwI .nav-link {
  position: relative;
}
.cid-uG57E0YBwI .container {
  display: flex;
  margin: auto;
}
.cid-uG57E0YBwI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG57E0YBwI .dropdown-menu,
.cid-uG57E0YBwI .navbar.opened {
  background: #f49c17 !important;
}
.cid-uG57E0YBwI .nav-item:focus,
.cid-uG57E0YBwI .nav-link:focus {
  outline: none;
}
.cid-uG57E0YBwI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG57E0YBwI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG57E0YBwI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG57E0YBwI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG57E0YBwI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG57E0YBwI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG57E0YBwI .dropdown-item.active,
.cid-uG57E0YBwI .dropdown-item:active {
  background-color: transparent;
}
.cid-uG57E0YBwI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG57E0YBwI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG57E0YBwI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG57E0YBwI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f49c17;
}
.cid-uG57E0YBwI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG57E0YBwI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG57E0YBwI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG57E0YBwI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG57E0YBwI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG57E0YBwI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG57E0YBwI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG57E0YBwI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG57E0YBwI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG57E0YBwI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG57E0YBwI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG57E0YBwI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG57E0YBwI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG57E0YBwI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG57E0YBwI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uG57E0YBwI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG57E0YBwI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG57E0YBwI .navbar {
    height: 70px;
  }
  .cid-uG57E0YBwI .navbar.opened {
    height: auto;
  }
  .cid-uG57E0YBwI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzhJuZhYHx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uzhJuZhYHx .mbr-section-title {
  color: #fe5925;
}
.cid-uzhJuZhYHx .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uzhJuZhYHx .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  left: 220px;
  top: 37px;
  background-image: url("../../../assets/images/logo-mavi-voyage-120x120.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uzhJuZhYHx .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #cce4f0;
}
.cid-uzhJuZhYHx .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-uzhJuZhYHx .card__title {
  margin-bottom: 10px;
  font-weight: 600;
}
.cid-uzhJuZhYHx .card__text {
  margin-bottom: 8px;
}
.cid-uzhJuZhYHx .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-uzhJuZhYHx .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-uzhJuZhYHx .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-uzhJuZhYHx .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-uzhJuZhYHx .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-uzhJuZhYHx .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-uzhJuZhYHx .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-uzhJuZhYHx .card__wrap {
    margin-bottom: 39px;
  }
  .cid-uzhJuZhYHx .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-uzhJuZhYHx .card__image {
    max-width: 77px;
  }
  .cid-uzhJuZhYHx .card__image img {
    width: 75%;
  }
}
.cid-uzhJuZhYHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhJuZhYHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhrOgEhRZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzhrOgEhRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhrOgEhRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhrOgEhRZ .content-wrap {
  justify-content: center;
}
.cid-uzhrOgEhRZ .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uzhrOgEhRZ .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uzhrOgEhRZ .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uzhrOgEhRZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzhrOgEhRZ .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uzhrOgEhRZ .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzhrOgEhRZ .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uzhrOgEhRZ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzhrOgEhRZ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzhrOgEhRZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzhrOgEhRZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uzhrOgEhRZ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #01c8ff;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uzhrOgEhRZ .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzhrOgEhRZ .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uzhrOgEhRZ .mbr-section-title {
  color: #ff8576;
}
.cid-uzhrOgEhRZ .mbr-copy {
  color: #51565c;
}
.cid-uzhrOgEhRZ .mbr-copy,
.cid-uzhrOgEhRZ .copy-wrapper {
  text-align: right;
}
.cid-uzhrOgEhRZ .mbr-section-title,
.cid-uzhrOgEhRZ .logo-wrapper {
  color: #f49c17;
}
