body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.8rem;
  line-height: 1.33928571;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.81818182;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #ff6400 !important;
}
.bg-success {
  background-color: #f45403 !important;
}
.bg-info {
  background-color: #ab0b15 !important;
}
.bg-warning {
  background-color: #2a3d23 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-primary:hover {
  background-color: #cc5000 !important;
  border-color: #cc5000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #052d30 !important;
  border-color: #052d30 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #052d30;
  border-color: #052d30;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #052d30 !important;
  border-color: #052d30 !important;
}
.btn-secondary:hover {
  background-color: #000202 !important;
  border-color: #000202 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ab0b15 !important;
  border-color: #ab0b15 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ab0b15;
  border-color: #ab0b15;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ab0b15 !important;
  border-color: #ab0b15 !important;
}
.btn-info:hover {
  background-color: #7b080f !important;
  border-color: #7b080f !important;
}
.btn-success,
.btn-success:active {
  background-color: #f45403 !important;
  border-color: #f45403 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f45403;
  border-color: #f45403;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f45403 !important;
  border-color: #f45403 !important;
}
.btn-success:hover {
  background-color: #c24302 !important;
  border-color: #c24302 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2a3d23 !important;
  border-color: #2a3d23 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2a3d23;
  border-color: #2a3d23;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2a3d23 !important;
  border-color: #2a3d23 !important;
}
.btn-warning:hover {
  background-color: #405d36 !important;
  border-color: #405d36 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:hover {
  background-color: #ffffff !important;
  border-color: #e6e6e6 !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: #ff6400;
  color: #ff6400;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #052d30;
  color: #052d30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #052d30 !important;
  border-color: #052d30;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #052d30 !important;
  border-color: #052d30 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ab0b15;
  color: #ab0b15;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #ab0b15 !important;
  border-color: #ab0b15;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ab0b15 !important;
  border-color: #ab0b15 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f45403;
  color: #f45403;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #f45403 !important;
  border-color: #f45403;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f45403 !important;
  border-color: #f45403 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2a3d23;
  color: #2a3d23;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #2a3d23 !important;
  border-color: #2a3d23;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2a3d23 !important;
  border-color: #2a3d23 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ff6400 !important;
}
.text-secondary {
  color: #052d30 !important;
}
.text-success {
  color: #f45403 !important;
}
.text-info {
  color: #ab0b15 !important;
}
.text-warning {
  color: #2a3d23 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #993c00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8f3102 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b0509 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2a3d23 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ff6400 !important;
}
.alert-success {
  background-color: #f45403;
}
.alert-info {
  background-color: #ab0b15;
}
.alert-warning {
  background-color: #2a3d23;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #ff6400;
  border-color: #ff6400;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6400;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fed8c5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3434e;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #97bc8a;
}
.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.1rem;
  line-height: 1.81818182;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ff6400;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6400;
  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: #ff6400;
  border-bottom-color: #ff6400;
}
.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: #ff6400 !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: #052d30 !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-rVzlZ8EJKw {
  min-height: 114px !important;
  position: static;
  background: #052330;
}
.cid-rVzlZ8EJKw .nav-item,
.cid-rVzlZ8EJKw .nav-link,
.cid-rVzlZ8EJKw .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-rVzlZ8EJKw .nav-item:hover,
.cid-rVzlZ8EJKw .nav-link:hover,
.cid-rVzlZ8EJKw .navbar-caption:hover {
  color: #ffffff !important;
}
.cid-rVzlZ8EJKw .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-rVzlZ8EJKw .container,
.cid-rVzlZ8EJKw .container-fluid {
  position: static;
}
.cid-rVzlZ8EJKw .container-fluid,
.cid-rVzlZ8EJKw .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-rVzlZ8EJKw .navbar-brand {
  padding: 0;
}
.cid-rVzlZ8EJKw .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-rVzlZ8EJKw .nav-link:hover:before {
  width: 100%;
}
.cid-rVzlZ8EJKw .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-rVzlZ8EJKw .nav-link {
    margin: 0 !important;
  }
}
.cid-rVzlZ8EJKw .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rVzlZ8EJKw .widget p,
.cid-rVzlZ8EJKw .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-rVzlZ8EJKw .widget p a,
.cid-rVzlZ8EJKw .widget .icons-menu a {
  margin-left: 15px;
}
.cid-rVzlZ8EJKw .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(255, 100, 0, 0.8);
  font-size: 17px;
  color: rgba(255, 100, 0, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-rVzlZ8EJKw .icons__wrap:hover {
  color: #ffffff;
  background-color: #ff6400;
  border-color: #ff6400;
}
.cid-rVzlZ8EJKw .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rVzlZ8EJKw .block__phone,
  .cid-rVzlZ8EJKw .icons-menu {
    display: none;
  }
  .cid-rVzlZ8EJKw .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-rVzlZ8EJKw .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-rVzlZ8EJKw .mbr-section-btn .btn-secondary:hover {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.cid-rVzlZ8EJKw .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-rVzlZ8EJKw .navbar > .container,
.cid-rVzlZ8EJKw .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-rVzlZ8EJKw .btn {
    white-space: nowrap;
  }
  .cid-rVzlZ8EJKw .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-rVzlZ8EJKw .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-rVzlZ8EJKw .dropdown-toggle::after,
  .cid-rVzlZ8EJKw .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-rVzlZ8EJKw .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-rVzlZ8EJKw .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-rVzlZ8EJKw .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-rVzlZ8EJKw .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rVzlZ8EJKw .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rVzlZ8EJKw .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rVzlZ8EJKw .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-rVzlZ8EJKw .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-rVzlZ8EJKw .nav-item:focus,
.cid-rVzlZ8EJKw .nav-link:focus {
  outline: none;
}
.cid-rVzlZ8EJKw .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-rVzlZ8EJKw .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-rVzlZ8EJKw .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rVzlZ8EJKw .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rVzlZ8EJKw .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rVzlZ8EJKw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVzlZ8EJKw .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rVzlZ8EJKw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVzlZ8EJKw .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #052330;
}
.cid-rVzlZ8EJKw .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #052330 !important;
}
.cid-rVzlZ8EJKw .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-rVzlZ8EJKw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVzlZ8EJKw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVzlZ8EJKw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-rVzlZ8EJKw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVzlZ8EJKw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVzlZ8EJKw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rVzlZ8EJKw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVzlZ8EJKw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVzlZ8EJKw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVzlZ8EJKw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVzlZ8EJKw .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rVzlZ8EJKw .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rVzlZ8EJKw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVzlZ8EJKw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rVzlZ8EJKw .navbar.navbar-short {
  background: #052330 !important;
  min-height: 70px;
  height: 70px;
}
.cid-rVzlZ8EJKw .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-rVzlZ8EJKw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVzlZ8EJKw .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-rVzlZ8EJKw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-rVzlZ8EJKw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVzlZ8EJKw .dropdown-item.active,
.cid-rVzlZ8EJKw .dropdown-item:active {
  background-color: transparent;
}
.cid-rVzlZ8EJKw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #052330;
}
.cid-rVzlZ8EJKw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rVzlZ8EJKw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVzlZ8EJKw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-rVzlZ8EJKw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVzlZ8EJKw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVzlZ8EJKw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVzlZ8EJKw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVzlZ8EJKw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVzlZ8EJKw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVzlZ8EJKw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVzlZ8EJKw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVzlZ8EJKw .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rVzlZ8EJKw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-rVzlZ8EJKw a.nav-link:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-rVzlZ8EJKw .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-rVzlZ8EJKw .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-rVzlZ8EJKw .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-rVzlZ8EJKw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-rVzlZ8EJKw .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-rVzlZ8EJKw .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-rVzlZ8EJKw .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-rVzlZ8EJKw .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-rVzlZ8EJKw .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-rVzlZ8EJKw .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-rVzlZ8EJKw a.nav-link {
    justify-content: flex-start;
  }
  .cid-rVzlZ8EJKw ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-rVzlZ8EJKw .navbar-brand {
    padding: 0;
  }
  .cid-rVzlZ8EJKw .block__phone,
  .cid-rVzlZ8EJKw .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-rVzlZ8EJKw .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVzlZ8EJKw .navbar {
    height: 97px;
  }
  .cid-rVzlZ8EJKw .navbar.opened {
    height: auto;
  }
  .cid-rVzlZ8EJKw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skB6Pk4yDQ {
  overflow: hidden;
}
.cid-skB6Pk4yDQ .user {
  max-width: none;
  flex: 0 0 100%;
  position: relative;
}
.cid-skB6Pk4yDQ .user_image {
  height: 800px;
  height: 100vh;
  width: 100%;
}
.cid-skB6Pk4yDQ .user_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-skB6Pk4yDQ .mode {
  position: absolute;
  width: 350px;
  height: 450px;
  border: 10px solid #ffffff;
  left: 9.5%;
  top: 40%;
  z-index: 0;
  transform: translateY(-50%);
}
.cid-skB6Pk4yDQ .title__block {
  height: 400px;
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translateY(-50%);
  margin-left: 15px;
}
.cid-skB6Pk4yDQ .mbr-section-subtitle {
  letter-spacing: 1.5px;
  color: #e9e9e9;
  margin-bottom: 25px;
}
.cid-skB6Pk4yDQ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-skB6Pk4yDQ .arrow__btn .mbr-iconfont {
  font-size: 30px;
  color: #fff;
}
.cid-skB6Pk4yDQ .box {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.cid-skB6Pk4yDQ .box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -90px;
  left: -90px;
  opacity: 0.95;
}
.cid-skB6Pk4yDQ .box__icon .mbr-iconfont {
  font-size: 30px;
  color: #fff;
  padding: 30px;
}
.cid-skB6Pk4yDQ .box__item {
  width: 230px;
  height: 190px;
  padding: 30px 5px 30px 40px;
  text-align: left;
  float: left;
  background: #ffffff;
}
.cid-skB6Pk4yDQ .box__item:first-child {
  position: relative;
}
.cid-skB6Pk4yDQ .box__text {
  color: #000000;
}
.cid-skB6Pk4yDQ .carousel-item {
  justify-content: center;
}
.cid-skB6Pk4yDQ .carousel-item.active,
.cid-skB6Pk4yDQ .carousel-item-next,
.cid-skB6Pk4yDQ .carousel-item-prev {
  display: flex;
}
.cid-skB6Pk4yDQ .carousel-control-next,
.cid-skB6Pk4yDQ .carousel-control-prev {
  right: 50px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
}
.cid-skB6Pk4yDQ .carousel-control-next {
  transform: translateY(70px);
}
.cid-skB6Pk4yDQ .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  color: #ffffff;
  background: rgba(5, 35, 48, 0.5);
  transition: all 0.3s ease-in-out;
}
.cid-skB6Pk4yDQ li {
  opacity: 1;
  border: none;
}
.cid-skB6Pk4yDQ li.active {
  background-color: #000000;
  opacity: 0.1;
  width: 230px;
  height: 190px;
}
.cid-skB6Pk4yDQ .carousel-indicators {
  right: 0;
  left: auto;
  justify-content: flex-end;
  margin: 0;
  opacity: 0.1;
}
.cid-skB6Pk4yDQ .carousel-indicators li {
  width: 230px;
  height: 190px;
  max-width: none;
  max-height: none;
  margin: 0;
  background-color: #000000;
  border-radius: 0;
  transition: opacity 0.4s ease-in-out;
}
.is-builder .cid-skB6Pk4yDQ .carousel-indicators {
  pointer-events: none;
}
@media (max-width: 767px) {
  .cid-skB6Pk4yDQ .box__content,
  .cid-skB6Pk4yDQ .carousel-indicators {
    display: none;
  }
  .cid-skB6Pk4yDQ .box__icon {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 500px) {
  .cid-skB6Pk4yDQ .mode {
    width: 250px;
    height: 350px;
  }
  .cid-skB6Pk4yDQ .carousel-control-next,
  .cid-skB6Pk4yDQ .carousel-control-prev {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-skB6Pk4yDQ .box__item {
    width: 195px;
    height: 190px;
    padding: 20px 15px;
  }
  .cid-skB6Pk4yDQ .carousel-indicators li {
    width: 195px;
    height: 190px;
  }
}
@media (max-width: 991px) {
  .cid-skB6Pk4yDQ .box__content,
  .cid-skB6Pk4yDQ .carousel-indicators {
    display: none;
  }
}
.cid-skB6Pk4yDQ .mbr-section-title,
.cid-skB6Pk4yDQ .arrow__btn {
  color: #fbfcff;
}
.cid-rWZ6pIOhR1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #052330;
}
.cid-rWZ6pIOhR1 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ff6400 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rWZ6pIOhR1 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rWZ6pIOhR1 .photo-split {
  padding: 0;
}
.cid-rWZ6pIOhR1 .photo-split img {
  width: 100%;
}
.cid-rWZ6pIOhR1 .icon-transition span:hover {
  background-color: #ff6400;
}
.cid-rWZ6pIOhR1 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rWZ6pIOhR1 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rWZ6pIOhR1 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rWZ6pIOhR1 .wrap-block {
  padding: 3rem 3rem;
}
.cid-rWZ6pIOhR1 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rWZ6pIOhR1 .wrap-block ul li {
  display: inline-block;
}
.cid-rWZ6pIOhR1 .wrap-block ul li span {
  text-align: center;
}
.cid-rWZ6pIOhR1 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rWZ6pIOhR1 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rWZ6pIOhR1 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rWZ6pIOhR1 .mbr-list,
.cid-rWZ6pIOhR1 .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rWZ6pIOhR1 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rWZ6pIOhR1 .mbr-section-title,
  .cid-rWZ6pIOhR1 .mbr-section-subtitle,
  .cid-rWZ6pIOhR1 .mbr-text {
    text-align: center !important;
  }
  .cid-rWZ6pIOhR1 .social-list {
    text-align: center !important;
  }
}
.cid-rWZ6pIOhR1 .mbr-list,
.cid-rWZ6pIOhR1 .social-media {
  color: #767676;
}
.cid-rWZ6pIOhR1 .mbr-text {
  color: #e9e9e9;
}
.cid-rWZ6pIOhR1 .mbr-section-title {
  color: #ff6400;
}
.cid-rWZ6pIOhR1 .mbr-section-subtitle {
  color: #ff6400;
}
.cid-sCY6W4ifas {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #052330;
}
.cid-sCY6W4ifas .mbr-section-title {
  color: #233d63;
}
.cid-sCY6W4ifas .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-sCY6W4ifas .mbr-section-title,
.cid-sCY6W4ifas .icon__wrap {
  text-align: center;
  color: #ff6400;
}
.cid-sCY6W4ifas .mbr-section-subtitle {
  text-align: center;
}
.cid-sCY6W4ifas .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-sCY6W4ifas .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-sCY6W4ifas .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-sCY6W4ifas .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-sCY6W4ifas .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-sC5NPk4p2y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #052330;
}
.cid-sC5NPk4p2y .mbr-overlay {
  background: #5eeebb;
}
.cid-sC5NPk4p2y .column2 {
  margin-top: 150px;
}
.cid-sC5NPk4p2y .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-sC5NPk4p2y .card:hover .image img {
  transform: scale(1.1);
}
.cid-sC5NPk4p2y .card:hover .card__content {
  left: 35px;
}
.cid-sC5NPk4p2y .image {
  border: 1px solid #64697a;
  overflow: hidden;
}
.cid-sC5NPk4p2y .image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-sC5NPk4p2y .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(251, 252, 255, 0.99);
  box-shadow: -15px 19px 30px 0px rgba(240, 240, 240, 0.3);
  transition: all 0.5s ease-in-out;
}
.cid-sC5NPk4p2y .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-sC5NPk4p2y .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-sC5NPk4p2y .card__title {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-sC5NPk4p2y .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sC5NPk4p2y .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sC5NPk4p2y .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-sC5NPk4p2y .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-sC5NPk4p2y .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-sC5NPk4p2y .image {
    max-height: 450px;
  }
}
.cid-sC60k3fMXq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #052330;
}
.cid-sC60k3fMXq .mbr-overlay {
  background: #5eeebb;
}
.cid-sC60k3fMXq .column2 {
  margin-top: 150px;
}
.cid-sC60k3fMXq .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-sC60k3fMXq .card:hover .image img {
  transform: scale(1.1);
}
.cid-sC60k3fMXq .card:hover .card__content {
  left: 35px;
}
.cid-sC60k3fMXq .image {
  border: 1px solid #64697a;
  overflow: hidden;
}
.cid-sC60k3fMXq .image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-sC60k3fMXq .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(251, 252, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-sC60k3fMXq .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-sC60k3fMXq .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-sC60k3fMXq .card__title {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-sC60k3fMXq .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sC60k3fMXq .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sC60k3fMXq .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-sC60k3fMXq .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-sC60k3fMXq .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-sC60k3fMXq .image {
    max-height: 450px;
  }
}
.cid-rVWhInt6od {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-rVWhInt6od .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cid-rVWhInt6od .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}
.cid-rVWhInt6od .carousel-item > div {
  width: 100%;
}
.cid-rVWhInt6od .carousel-item.active,
.cid-rVWhInt6od .carousel-item-next,
.cid-rVWhInt6od .carousel-item-prev {
  display: flex;
}
.cid-rVWhInt6od .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-rVWhInt6od .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-rVWhInt6od .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-rVWhInt6od .carousel-controls a {
    width: 5%;
  }
}
.cid-rVWhInt6od .card__wrap {
  background: #052330;
  padding: 55px 45px 45px;
  position: relative;
  box-shadow: 0px 60px 100px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.cid-rVWhInt6od .card__icon .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-rVWhInt6od .card__author {
  display: inline-block;
  color: #000000;
  padding-left: 40px;
  position: relative;
  margin: 40px 0 5px;
}
.cid-rVWhInt6od .card__author:before {
  content: '';
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: currentColor;
}
.cid-rVWhInt6od .card__descr {
  padding-left: 40px;
  color: #dbdbdb;
}
.cid-rVWhInt6od li {
  background-color: transparent;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 2px solid #ff6400 !important;
  margin: 0 5px;
}
.cid-rVWhInt6od li.active {
  opacity: 1;
  background-color: #ff6400;
  width: 6px;
  height: 6px;
}
.cid-rVWhInt6od .carousel-indicators {
  align-items: center;
  position: static;
  margin: 75px 0 0;
}
.cid-rVWhInt6od .carousel-indicators li {
  border-radius: 50%;
}
.cid-rVWhInt6od a {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .cid-rVWhInt6od .box {
    margin-bottom: 50px;
  }
}
.cid-rVWhInt6od .card__text,
.cid-rVWhInt6od .card__icon,
.cid-rVWhInt6od .author__wrap {
  color: #ffffff;
  text-align: center;
}
.cid-rWkTRE1N7v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rWkTRE1N7v .title__block {
  margin-bottom: 40px;
}
.cid-rWkTRE1N7v .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-rWkTRE1N7v .mbr-section-title {
  color: #ff6400;
  text-align: center;
}
.cid-rWkTRE1N7v .mbr-section-title span {
  font-weight: 300;
}
.cid-rWkTRE1N7v .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px 0px rgba(255, 255, 255, 0.5);
  margin: 0 auto 25px;
  transition: all 0.4s ease-in-out;
}
.cid-rWkTRE1N7v .image img {
  height: auto;
  width: 100px;
}
.cid-rWkTRE1N7v .image:hover {
  transform: scale(1.1);
}
.cid-rWkTRE1N7v .image175 {
  width: 175px;
  height: 175px;
}
.cid-rWkTRE1N7v .image120 {
  width: 120px;
  height: 120px;
}
.cid-rWkTRE1N7v .image150 {
  width: 150px;
  height: 150px;
}
.cid-rWkTRE1N7v .image140 {
  width: 140px;
  height: 140px;
}
.cid-rWkTRE1N7v .image200 {
  width: 200px;
  height: 200px;
}
.cid-rWl4AcxzpW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rWl4AcxzpW .title__block {
  margin-bottom: 40px;
}
.cid-rWl4AcxzpW .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-rWl4AcxzpW .mbr-section-title {
  color: #233d63;
}
.cid-rWl4AcxzpW .mbr-section-title span {
  font-weight: 300;
}
.cid-rWl4AcxzpW .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px 0px rgba(255, 255, 255, 0.5);
  margin: 0 auto 25px;
  transition: all 0.4s ease-in-out;
}
.cid-rWl4AcxzpW .image img {
  height: auto;
  width: 100px;
}
.cid-rWl4AcxzpW .image:hover {
  transform: scale(1.1);
}
.cid-rWl4AcxzpW .image175 {
  width: 175px;
  height: 175px;
}
.cid-rWl4AcxzpW .image120 {
  width: 120px;
  height: 120px;
}
.cid-rWl4AcxzpW .image150 {
  width: 150px;
  height: 150px;
}
.cid-rWl4AcxzpW .image140 {
  width: 140px;
  height: 140px;
}
.cid-rWl4AcxzpW .image200 {
  width: 200px;
  height: 200px;
}
.cid-rX0bCku09t {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #052330;
}
.cid-rX0bCku09t .container {
  pointer-events: none;
}
.cid-rX0bCku09t .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rX0bCku09t .brand__text {
  padding: 12px 0 25px;
}
.cid-rX0bCku09t .brand__email {
  margin-bottom: 15px;
}
.cid-rX0bCku09t .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rX0bCku09t .footer__title {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-rX0bCku09t .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rX0bCku09t .footer__items a:hover {
  color: #ffffff !important;
}
.cid-rX0bCku09t .social {
  margin-top: 30px;
}
.cid-rX0bCku09t .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff6400;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rX0bCku09t .social .social__items:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-rX0bCku09t .social .social__items:hover a {
  color: #000000 !important;
}
.cid-rX0bCku09t .social .social__items a {
  color: #ff6400;
  padding: 0 10px;
}
.cid-rX0bCku09t .social .social__items:last-child {
  margin-right: 0;
}
.cid-rX0bCku09t .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rX0bCku09t .divider {
  background-color: #ffffff;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rX0bCku09t .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rX0bCku09t .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rX0bCku09t .footer__bot_items a:hover {
  color: #ffffff !important;
}
.cid-rX0bCku09t .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rX0bCku09t .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rX0bCku09t .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rX0bCku09t .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rX0bCku09t .divider {
    margin-top: 30px;
  }
  .cid-rX0bCku09t .footer__bottom {
    padding: 30px 0;
  }
  .cid-rX0bCku09t .align-right,
  .cid-rX0bCku09t .privacy {
    text-align: center;
  }
  .cid-rX0bCku09t .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rX0bCku09t .footer__adress {
  color: #ffffff;
}
.cid-rX0bCku09t .privacy {
  color: #ffffff;
}
.cid-rVztcyVrgP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #052d30;
}
.cid-rVztcyVrgP .image {
  position: relative;
  margin-bottom: 200px;
  height: 600px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-rVztcyVrgP .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-rVztcyVrgP .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff6400;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #052330;
}
.cid-rVztcyVrgP .mbr-form {
  width: 100%;
}
.cid-rVztcyVrgP .form-group {
  margin-bottom: 0;
}
.cid-rVztcyVrgP .dragArea .form-control {
  color: #ffffff;
  font-size: 17px;
  background-color: #052330 !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff6400;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-rVztcyVrgP .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff6400;
}
.cid-rVztcyVrgP .dragArea input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-rVztcyVrgP .dragArea input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-rVztcyVrgP .dragArea textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-rVztcyVrgP .dragArea textarea::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-rVztcyVrgP .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-rVztcyVrgP .title__block {
  padding-left: 50px;
}
.cid-rVztcyVrgP .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rVztcyVrgP .mbr-section-title {
  color: #ff6400;
  margin-bottom: 15px;
}
.cid-rVztcyVrgP .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-rVztcyVrgP .phone {
  color: #ff6400;
}
@media (max-width: 991px) {
  .cid-rVztcyVrgP .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-rVztcyVrgP .form__wrap {
    position: static;
  }
  .cid-rVztcyVrgP .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-rVztcyVrgP .subscribe__form {
    order: 1;
  }
  .cid-rVztcyVrgP .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-rX0c7H5jXm {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #052330;
}
.cid-rX0c7H5jXm .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rX0c7H5jXm .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rX0c7H5jXm .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rX0c7H5jXm .card-title,
.cid-rX0c7H5jXm .card-img {
  color: #ff6400;
}
.cid-rX0c5ZHX43 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rX0c5ZHX43 .mbr-text,
.cid-rX0c5ZHX43 .ornament {
  text-align: left;
  color: #48494d;
}
.cid-rX0bCku09t {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #052330;
}
.cid-rX0bCku09t .container {
  pointer-events: none;
}
.cid-rX0bCku09t .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rX0bCku09t .brand__text {
  padding: 12px 0 25px;
}
.cid-rX0bCku09t .brand__email {
  margin-bottom: 15px;
}
.cid-rX0bCku09t .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rX0bCku09t .footer__title {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-rX0bCku09t .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rX0bCku09t .footer__items a:hover {
  color: #ffffff !important;
}
.cid-rX0bCku09t .social {
  margin-top: 30px;
}
.cid-rX0bCku09t .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff6400;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rX0bCku09t .social .social__items:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-rX0bCku09t .social .social__items:hover a {
  color: #000000 !important;
}
.cid-rX0bCku09t .social .social__items a {
  color: #ff6400;
  padding: 0 10px;
}
.cid-rX0bCku09t .social .social__items:last-child {
  margin-right: 0;
}
.cid-rX0bCku09t .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rX0bCku09t .divider {
  background-color: #ffffff;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rX0bCku09t .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rX0bCku09t .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rX0bCku09t .footer__bot_items a:hover {
  color: #ffffff !important;
}
.cid-rX0bCku09t .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rX0bCku09t .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rX0bCku09t .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rX0bCku09t .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rX0bCku09t .divider {
    margin-top: 30px;
  }
  .cid-rX0bCku09t .footer__bottom {
    padding: 30px 0;
  }
  .cid-rX0bCku09t .align-right,
  .cid-rX0bCku09t .privacy {
    text-align: center;
  }
  .cid-rX0bCku09t .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rX0bCku09t .footer__adress {
  color: #ffffff;
}
.cid-rX0bCku09t .privacy {
  color: #ffffff;
}
