body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 3.8rem;
  line-height: 1.31578947;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 2.4rem;
  line-height: 1.5625;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.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: 'Heebo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #032e62 !important;
}
.bg-success {
  background-color: #06df9e !important;
}
.bg-info {
  background-color: #bf6cff !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #0960c8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #032e62 !important;
  border-color: #032e62 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #032e62;
  border-color: #032e62;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #032e62 !important;
  border-color: #032e62 !important;
}
.btn-primary:hover {
  background-color: #011731 !important;
  border-color: #011731 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bf6cff;
  border-color: #bf6cff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-info:hover {
  background-color: #a939ff !important;
  border-color: #a939ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-success:hover {
  background-color: #05ad7b !important;
  border-color: #05ad7b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-warning:hover {
  background-color: #ff8333 !important;
  border-color: #ff8333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0960c8 !important;
  border-color: #0960c8 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0960c8;
  border-color: #0960c8;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0960c8 !important;
  border-color: #0960c8 !important;
}
.btn-danger:hover {
  background-color: #1078f4 !important;
  border-color: #074997 !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: #032e62;
  color: #032e62;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #032e62 !important;
  border-color: #032e62;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #032e62 !important;
  border-color: #032e62 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bf6cff;
  color: #bf6cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #bf6cff !important;
  border-color: #bf6cff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0960c8;
  color: #0960c8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #0960c8 !important;
  border-color: #0960c8;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0960c8 !important;
  border-color: #0960c8 !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: #032e62 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #06df9e !important;
}
.text-info {
  color: #bf6cff !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #0960c8 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #037c58 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9306ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #053166 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #032e62 !important;
}
.alert-success {
  background-color: #06df9e;
}
.alert-info {
  background-color: #bf6cff;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #0960c8;
}
.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: #032e62;
  border-color: #032e62;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #032e62;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0768de;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4fde7;
}
.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: #ffe0cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #59a1f8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #032e62;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #032e62;
  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: #032e62;
  border-bottom-color: #032e62;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #032e62 !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: #ffffff !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-uK6uBVVJMc {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uK6uBVVJMc .nav-item,
.cid-uK6uBVVJMc .nav-link,
.cid-uK6uBVVJMc .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK6uBVVJMc .nav-item:hover,
.cid-uK6uBVVJMc .nav-link:hover,
.cid-uK6uBVVJMc .navbar-caption:hover {
  color: #0960c8 !important;
}
.cid-uK6uBVVJMc .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uK6uBVVJMc .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uK6uBVVJMc .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uK6uBVVJMc .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uK6uBVVJMc .container-fluid,
.cid-uK6uBVVJMc .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uK6uBVVJMc .navbar-brand {
  padding: 0;
}
.cid-uK6uBVVJMc .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uK6uBVVJMc .nav-link:hover:before {
  width: 100%;
}
.cid-uK6uBVVJMc .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-uK6uBVVJMc .nav-link {
    margin: 0 !important;
  }
}
.cid-uK6uBVVJMc .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uK6uBVVJMc .widget p,
.cid-uK6uBVVJMc .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uK6uBVVJMc .widget p a,
.cid-uK6uBVVJMc .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uK6uBVVJMc .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uK6uBVVJMc .icons__wrap:hover {
  color: #ffffff;
  background-color: #0960c8;
  border-color: #0960c8;
}
.cid-uK6uBVVJMc .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uK6uBVVJMc .block__phone,
  .cid-uK6uBVVJMc .icons-menu {
    display: none;
  }
  .cid-uK6uBVVJMc .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uK6uBVVJMc .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0960c8 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uK6uBVVJMc .mbr-section-btn .btn-secondary:hover {
  background-color: #0960c8 !important;
  color: #ffffff !important;
}
.cid-uK6uBVVJMc .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uK6uBVVJMc .navbar > .container,
.cid-uK6uBVVJMc .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uK6uBVVJMc .btn {
    white-space: nowrap;
  }
  .cid-uK6uBVVJMc .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uK6uBVVJMc .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uK6uBVVJMc .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uK6uBVVJMc .dropdown-toggle::after,
  .cid-uK6uBVVJMc .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uK6uBVVJMc .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uK6uBVVJMc .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uK6uBVVJMc .dropdown-menu .dropdown-item:hover {
  color: #0960c8 !important;
}
.cid-uK6uBVVJMc .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uK6uBVVJMc .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uK6uBVVJMc .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uK6uBVVJMc .nav-item:focus,
.cid-uK6uBVVJMc .nav-link:focus {
  outline: none;
}
.cid-uK6uBVVJMc .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uK6uBVVJMc .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uK6uBVVJMc .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uK6uBVVJMc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK6uBVVJMc .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uK6uBVVJMc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK6uBVVJMc .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uK6uBVVJMc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK6uBVVJMc .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uK6uBVVJMc .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uK6uBVVJMc .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uK6uBVVJMc .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uK6uBVVJMc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK6uBVVJMc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK6uBVVJMc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-uK6uBVVJMc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uK6uBVVJMc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK6uBVVJMc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uK6uBVVJMc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK6uBVVJMc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK6uBVVJMc .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uK6uBVVJMc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK6uBVVJMc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uK6uBVVJMc .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uK6uBVVJMc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uK6uBVVJMc .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uK6uBVVJMc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uK6uBVVJMc .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uK6uBVVJMc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uK6uBVVJMc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK6uBVVJMc .dropdown-item.active,
.cid-uK6uBVVJMc .dropdown-item:active {
  background-color: transparent;
}
.cid-uK6uBVVJMc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK6uBVVJMc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uK6uBVVJMc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK6uBVVJMc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0960c8;
}
.cid-uK6uBVVJMc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK6uBVVJMc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK6uBVVJMc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK6uBVVJMc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK6uBVVJMc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK6uBVVJMc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK6uBVVJMc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK6uBVVJMc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK6uBVVJMc .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uK6uBVVJMc a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uK6uBVVJMc a.nav-link:hover {
  color: #0960c8 !important;
}
@media (max-width: 991px) {
  .cid-uK6uBVVJMc .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uK6uBVVJMc .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uK6uBVVJMc .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uK6uBVVJMc .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-uK6uBVVJMc .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uK6uBVVJMc .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uK6uBVVJMc .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-uK6uBVVJMc .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uK6uBVVJMc .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uK6uBVVJMc .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uK6uBVVJMc a.nav-link {
    justify-content: flex-start;
  }
  .cid-uK6uBVVJMc ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uK6uBVVJMc .navbar-brand {
    padding: 0;
  }
  .cid-uK6uBVVJMc .block__phone,
  .cid-uK6uBVVJMc .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uK6uBVVJMc .widget {
    flex-direction: column;
  }
  .cid-uK6uBVVJMc .widget p,
  .cid-uK6uBVVJMc .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uK6uBVVJMc .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK6uBVVJMc .navbar {
    height: 97px;
  }
  .cid-uK6uBVVJMc .navbar.opened {
    height: auto;
  }
  .cid-uK6uBVVJMc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK6vGdqUCX .modal-body .close {
  background: #1b1b1b;
}
.cid-uK6vGdqUCX .modal-body .close span {
  font-style: normal;
}
.cid-uK6vGdqUCX .carousel-inner > .active,
.cid-uK6vGdqUCX .carousel-inner > .next,
.cid-uK6vGdqUCX .carousel-inner > .prev {
  display: table;
}
.cid-uK6vGdqUCX .mbr-iconfont {
  font-family: 'mri2' !important;
}
.cid-uK6vGdqUCX .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-uK6vGdqUCX .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-uK6vGdqUCX .carousel-control,
.cid-uK6vGdqUCX .carousel-indicators li {
  background-color: #032e62 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-uK6vGdqUCX .carousel-control:hover,
.cid-uK6vGdqUCX .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uK6vGdqUCX .carousel-control .active,
.cid-uK6vGdqUCX .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uK6vGdqUCX .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uK6vGdqUCX .carousel-control .icon-next,
.cid-uK6vGdqUCX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uK6vGdqUCX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uK6vGdqUCX .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uK6vGdqUCX .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-uK6vGdqUCX .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-uK6vGdqUCX .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-uK6vGdqUCX .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uK6vGdqUCX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uK6vGdqUCX .boxed-slider > div {
  position: relative;
}
.cid-uK6vGdqUCX .container img {
  width: 100%;
}
.cid-uK6vGdqUCX .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uK6vGdqUCX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uK6vGdqUCX .mbr-table-cell {
  padding: 0;
}
.cid-uK6vGdqUCX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uK6vGdqUCX .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uK6vGdqUCX .mbr-overlay {
  z-index: 1;
}
.cid-uK6vGdqUCX .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uK6vGdqUCX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uK6vGdqUCX .carousel-item .container {
    width: 100%;
  }
}
.cid-uK6vGdqUCX .carousel-item-next.carousel-item-left,
.cid-uK6vGdqUCX .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uK6vGdqUCX .active.carousel-item-right,
.cid-uK6vGdqUCX .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uK6vGdqUCX .active.carousel-item-left,
.cid-uK6vGdqUCX .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uK6vGdqUCX .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-uK6vGdqUCX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uK6vGdqUCX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uK6vGdqUCX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uK6vGdqUCX .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uK6vGdqUCX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uK6vGdqUCX .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uK6vGdqUCX .mbr-slider .carousel-indicators li.active,
.cid-uK6vGdqUCX .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uK6vGdqUCX .mbr-slider .carousel-indicators li::after,
.cid-uK6vGdqUCX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uK6vGdqUCX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uK6vGdqUCX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uK6vGdqUCX .mbr-slider > .container img {
  width: 100%;
}
.cid-uK6vGdqUCX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uK6vGdqUCX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uK6vGdqUCX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uK6vGdqUCX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uK6vGdqUCX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uK6vGdqUCX .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uK6vGdqUCX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uK6vGdqUCX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uK6vGdqUCX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uK6vGdqUCX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uK6vGdqUCX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uK6vGdqUCX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uK6vGdqUCX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uK7y9La2il {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uK7y9La2il {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uK7y9La2il .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uK7y9La2il section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uK7y9La2il .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uK7y9La2il .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK7y9La2il .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK7y9La2il .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uK7y9La2il .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uK7y9La2il .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uK7y9La2il .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uK7y9La2il .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uK7y9La2il .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uK7y9La2il .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uK7y9La2il .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #ed2c03;
}
.cid-uK7y9La2il .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uK7y9La2il .image-wrapper {
    height: auto;
  }
}
.cid-uK7y9La2il .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uK7y9La2il .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-uK7y9La2il .mbr-section-title {
  color: #ed2c03;
}
.cid-uK7y9La2il .list {
  color: #000000;
  text-align: left;
}
.cid-uKfgEIIyVA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKfgEIIyVA .mbr-section-subtitle {
  color: #767676;
}
.cid-uKfgEIIyVA ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKfgEIIyVA ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uKfgEIIyVA ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uKfgEIIyVA ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uKfgEIIyVA .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uKfgEIIyVA .mbr-section-title {
  color: #ff6400;
}
.cid-uK7BpzYFTV {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #0960c8;
}
.cid-uK7BpzYFTV ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uK7BpzYFTV ul li {
  padding: 1rem 0;
}
.cid-uK7BpzYFTV ul li:hover {
  color: #032e62;
}
.cid-uK7BpzYFTV .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uK7BpzYFTV .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uK7BpzYFTV .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uK7BpzYFTV .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uK7BpzYFTV .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uK7BpzYFTV .map {
    height: auto;
  }
}
.cid-uK7BpzYFTV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uK7BpzYFTV .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uK7BpzYFTV .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uK7BpzYFTV .social-list a:hover {
  opacity: 1;
}
.cid-uK7BpzYFTV .row-element,
.cid-uK7BpzYFTV .image-element {
  padding: 0;
}
.cid-uK7BpzYFTV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uK7BpzYFTV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #032e62, #ffffff);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uK7BpzYFTV .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uK7BpzYFTV .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uK7BpzYFTV .text-content {
    padding: 2rem 1rem;
  }
  .cid-uK7BpzYFTV .underline .line {
    height: 2px;
  }
  .cid-uK7BpzYFTV .mbr-title,
  .cid-uK7BpzYFTV .underline,
  .cid-uK7BpzYFTV .mbr-text,
  .cid-uK7BpzYFTV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uK7BpzYFTV .mbr-title,
.cid-uK7BpzYFTV .underline {
  color: #ffffff;
}
.cid-uK7BpzYFTV .mbr-text,
.cid-uK7BpzYFTV .mbr-section-btn {
  color: #ffffff;
}
.cid-uK7BpzYFTV mbr-list LI {
  color: #ffffff;
}
.cid-uK7BpzYFTV mbr-list {
  text-align: center;
}
.cid-uK7BpzYFTV .mbr-list,
.cid-uK7BpzYFTV .social-list mbr-list {
  color: #ffffff;
}
.cid-uK6wYWxlqT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uK6wYWxlqT .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uK6wYWxlqT .container,
.cid-uK6wYWxlqT .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uK6wYWxlqT .left__side,
.cid-uK6wYWxlqT .title__block,
.cid-uK6wYWxlqT .wrap__form,
.cid-uK6wYWxlqT .right__side {
  pointer-events: all;
}
.cid-uK6wYWxlqT .border__wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 100px !important;
  margin-left: 0;
  margin-right: 0;
}
.cid-uK6wYWxlqT .left__side {
  align-self: center;
  writing-mode: tb-rl;
  display: flex;
}
.cid-uK6wYWxlqT .left__side_wrap {
  white-space: nowrap;
  position: relative;
  transform: rotate(-180deg);
  color: #000000;
}
.cid-uK6wYWxlqT .left__side_wrap:before {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  right: 10px;
  bottom: -20px;
  background: currentColor;
}
.cid-uK6wYWxlqT .left__side_text,
.cid-uK6wYWxlqT .left__side_descr {
  margin: 0;
}
.cid-uK6wYWxlqT .mbr-section-title {
  color: #0960c8;
}
.cid-uK6wYWxlqT .title__block {
  align-self: center;
}
.cid-uK6wYWxlqT .wrap__form {
  height: 500px;
}
.cid-uK6wYWxlqT .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  box-shadow: 0px 10px 19px 12px rgba(35, 35, 35, 0.03);
  position: absolute;
  bottom: -100px;
  right: 20px;
}
.cid-uK6wYWxlqT .form-group {
  margin-bottom: 0;
  padding: 0 50px !important;
}
.cid-uK6wYWxlqT .form-group:nth-child(1) {
  padding-top: 60px;
}
.cid-uK6wYWxlqT .dragArea .form-control {
  height: 50px;
  margin-bottom: 50px;
  padding: 0 5px;
  color: #000000;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  box-shadow: none !important;
}
.cid-uK6wYWxlqT .dragArea .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  box-shadow: none !important;
}
.cid-uK6wYWxlqT .dragArea textarea {
  height: 130px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 1px solid #000000;
}
.cid-uK6wYWxlqT .dragArea input::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-uK6wYWxlqT .dragArea input::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-uK6wYWxlqT .dragArea textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-uK6wYWxlqT .dragArea textarea::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-uK6wYWxlqT .dragArea .input-group-btn {
  margin-top: 20px;
}
.cid-uK6wYWxlqT .dragArea .input-group-btn .btn {
  width: 100%;
  height: 100px;
  min-width: 185px;
  border-radius: 0 !important;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.cid-uK6wYWxlqT .right__side {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uK6wYWxlqT .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #d9d9d9;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uK6wYWxlqT .icons__wrap:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uK6wYWxlqT .left__side {
    display: none;
  }
  .cid-uK6wYWxlqT .title__block {
    margin-bottom: 40px;
  }
  .cid-uK6wYWxlqT .border__wrap {
    border-bottom: none;
    margin-bottom: 0 !important;
  }
  .cid-uK6wYWxlqT .wrap__form {
    height: auto;
  }
  .cid-uK6wYWxlqT .subscribe__form {
    position: static;
    margin-left: 0;
  }
  .cid-uK6wYWxlqT .right__side {
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    border-left: none;
  }
}
.cid-uK6wYWxlqT .animation__background .triangle {
  position: absolute;
  bottom: 19%;
  right: 35%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-uK6wYWxlqT .animation__background .circle1 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #bf6cff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 20s infinite linear;
}
.cid-uK6wYWxlqT .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #06df9e;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 23s infinite linear;
}
.cid-uK6wYWxlqT .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6400;
  top: 18%;
  left: 14%;
  animation: animationTwo 27s infinite linear;
}
.cid-uK6wYWxlqT .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 5px solid #0960c8;
  border-radius: 50%;
  position: absolute;
  bottom: 15%;
  right: 10%;
  animation: animationTwo 21s infinite linear;
}
.cid-uK6wYWxlqT .animation__background .circle5 {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 5px solid #032e62;
  border-radius: 50%;
  position: absolute;
  top: 12%;
  right: 4%;
  animation: animationTwo 17s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uK6wYWxlqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK6wYWxlqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK6x4xPKcd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fbfcff;
}
.cid-uK6x4xPKcd .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uK6x4xPKcd .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uK6x4xPKcd .brand__text {
  padding: 12px 0 25px;
}
.cid-uK6x4xPKcd .brand__email {
  margin-bottom: 15px;
  color: #000000;
}
.cid-uK6x4xPKcd .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uK6x4xPKcd .footer__title {
  padding: 12px 0 25px;
  color: #ff6400;
}
.cid-uK6x4xPKcd .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #1a1a1a;
}
.cid-uK6x4xPKcd .footer__items a:hover {
  color: #0960c8 !important;
}
.cid-uK6x4xPKcd .social {
  margin-top: 30px;
}
.cid-uK6x4xPKcd .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uK6x4xPKcd .social .social__items:hover {
  background-color: #0960c8;
  border-color: #0960c8;
}
.cid-uK6x4xPKcd .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uK6x4xPKcd .social .social__items:last-child {
  margin-right: 0;
}
.cid-uK6x4xPKcd .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uK6x4xPKcd .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uK6x4xPKcd .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uK6x4xPKcd .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uK6x4xPKcd .footer__bot_items a:hover {
  color: #0960c8 !important;
}
.cid-uK6x4xPKcd .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uK6x4xPKcd .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uK6x4xPKcd .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #0960c8;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uK6x4xPKcd .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-uK6x4xPKcd .divider {
    margin-top: 30px;
  }
  .cid-uK6x4xPKcd .footer__bottom {
    padding: 30px 0;
  }
  .cid-uK6x4xPKcd .align-right,
  .cid-uK6x4xPKcd .privacy {
    text-align: center;
  }
  .cid-uK6x4xPKcd .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uK6x4xPKcd .footer__adress {
  color: #ffffff;
}
.cid-uK6x4xPKcd .privacy {
  color: #000000;
}
.cid-uK6x4xPKcd .brand__phone {
  color: #000000;
}
.cid-uK7Nq1jg98 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uK7Nq1jg98 .nav-item,
.cid-uK7Nq1jg98 .nav-link,
.cid-uK7Nq1jg98 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK7Nq1jg98 .nav-item:hover,
.cid-uK7Nq1jg98 .nav-link:hover,
.cid-uK7Nq1jg98 .navbar-caption:hover {
  color: #0960c8 !important;
}
.cid-uK7Nq1jg98 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uK7Nq1jg98 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uK7Nq1jg98 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uK7Nq1jg98 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uK7Nq1jg98 .container-fluid,
.cid-uK7Nq1jg98 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uK7Nq1jg98 .navbar-brand {
  padding: 0;
}
.cid-uK7Nq1jg98 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uK7Nq1jg98 .nav-link:hover:before {
  width: 100%;
}
.cid-uK7Nq1jg98 .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-uK7Nq1jg98 .nav-link {
    margin: 0 !important;
  }
}
.cid-uK7Nq1jg98 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uK7Nq1jg98 .widget p,
.cid-uK7Nq1jg98 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uK7Nq1jg98 .widget p a,
.cid-uK7Nq1jg98 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uK7Nq1jg98 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uK7Nq1jg98 .icons__wrap:hover {
  color: #ffffff;
  background-color: #0960c8;
  border-color: #0960c8;
}
.cid-uK7Nq1jg98 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uK7Nq1jg98 .block__phone,
  .cid-uK7Nq1jg98 .icons-menu {
    display: none;
  }
  .cid-uK7Nq1jg98 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uK7Nq1jg98 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0960c8 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uK7Nq1jg98 .mbr-section-btn .btn-secondary:hover {
  background-color: #0960c8 !important;
  color: #ffffff !important;
}
.cid-uK7Nq1jg98 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uK7Nq1jg98 .navbar > .container,
.cid-uK7Nq1jg98 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uK7Nq1jg98 .btn {
    white-space: nowrap;
  }
  .cid-uK7Nq1jg98 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uK7Nq1jg98 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uK7Nq1jg98 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uK7Nq1jg98 .dropdown-toggle::after,
  .cid-uK7Nq1jg98 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uK7Nq1jg98 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uK7Nq1jg98 .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uK7Nq1jg98 .dropdown-menu .dropdown-item:hover {
  color: #0960c8 !important;
}
.cid-uK7Nq1jg98 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uK7Nq1jg98 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uK7Nq1jg98 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uK7Nq1jg98 .nav-item:focus,
.cid-uK7Nq1jg98 .nav-link:focus {
  outline: none;
}
.cid-uK7Nq1jg98 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uK7Nq1jg98 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uK7Nq1jg98 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uK7Nq1jg98 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK7Nq1jg98 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uK7Nq1jg98 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK7Nq1jg98 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uK7Nq1jg98 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK7Nq1jg98 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uK7Nq1jg98 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uK7Nq1jg98 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uK7Nq1jg98 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uK7Nq1jg98 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK7Nq1jg98 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK7Nq1jg98 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-uK7Nq1jg98 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uK7Nq1jg98 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK7Nq1jg98 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uK7Nq1jg98 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK7Nq1jg98 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK7Nq1jg98 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uK7Nq1jg98 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK7Nq1jg98 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uK7Nq1jg98 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uK7Nq1jg98 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uK7Nq1jg98 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uK7Nq1jg98 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uK7Nq1jg98 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uK7Nq1jg98 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uK7Nq1jg98 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK7Nq1jg98 .dropdown-item.active,
.cid-uK7Nq1jg98 .dropdown-item:active {
  background-color: transparent;
}
.cid-uK7Nq1jg98 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK7Nq1jg98 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uK7Nq1jg98 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK7Nq1jg98 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0960c8;
}
.cid-uK7Nq1jg98 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK7Nq1jg98 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK7Nq1jg98 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK7Nq1jg98 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK7Nq1jg98 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK7Nq1jg98 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK7Nq1jg98 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK7Nq1jg98 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK7Nq1jg98 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uK7Nq1jg98 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uK7Nq1jg98 a.nav-link:hover {
  color: #0960c8 !important;
}
@media (max-width: 991px) {
  .cid-uK7Nq1jg98 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uK7Nq1jg98 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uK7Nq1jg98 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uK7Nq1jg98 .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-uK7Nq1jg98 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uK7Nq1jg98 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uK7Nq1jg98 .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-uK7Nq1jg98 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uK7Nq1jg98 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uK7Nq1jg98 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uK7Nq1jg98 a.nav-link {
    justify-content: flex-start;
  }
  .cid-uK7Nq1jg98 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uK7Nq1jg98 .navbar-brand {
    padding: 0;
  }
  .cid-uK7Nq1jg98 .block__phone,
  .cid-uK7Nq1jg98 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uK7Nq1jg98 .widget {
    flex-direction: column;
  }
  .cid-uK7Nq1jg98 .widget p,
  .cid-uK7Nq1jg98 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uK7Nq1jg98 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK7Nq1jg98 .navbar {
    height: 97px;
  }
  .cid-uK7Nq1jg98 .navbar.opened {
    height: auto;
  }
  .cid-uK7Nq1jg98 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK7Nq2hiMH {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uK7Nq2hiMH {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uK7Nq2hiMH .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uK7Nq2hiMH section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uK7Nq2hiMH .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uK7Nq2hiMH .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK7Nq2hiMH .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK7Nq2hiMH .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uK7Nq2hiMH .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uK7Nq2hiMH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uK7Nq2hiMH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uK7Nq2hiMH .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uK7Nq2hiMH .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uK7Nq2hiMH .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uK7Nq2hiMH .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #ed2c03;
}
.cid-uK7Nq2hiMH .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uK7Nq2hiMH .image-wrapper {
    height: auto;
  }
}
.cid-uK7Nq2hiMH .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uK7Nq2hiMH .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-uK7Nq2hiMH .mbr-section-title {
  color: #ed2c03;
}
.cid-uK7Nq2hiMH .list {
  color: #000000;
  text-align: left;
}
.cid-uK7Nq2hiMH .mbr-section-title,
.cid-uK7Nq2hiMH .mbr-section-btn {
  text-align: center;
}
.cid-uK7Nq3AhUR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fbfcff;
}
.cid-uK7Nq3AhUR .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uK7Nq3AhUR .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uK7Nq3AhUR .brand__text {
  padding: 12px 0 25px;
}
.cid-uK7Nq3AhUR .brand__email {
  margin-bottom: 15px;
  color: #000000;
}
.cid-uK7Nq3AhUR .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uK7Nq3AhUR .footer__title {
  padding: 12px 0 25px;
  color: #ff6400;
}
.cid-uK7Nq3AhUR .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #1a1a1a;
}
.cid-uK7Nq3AhUR .footer__items a:hover {
  color: #0960c8 !important;
}
.cid-uK7Nq3AhUR .social {
  margin-top: 30px;
}
.cid-uK7Nq3AhUR .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uK7Nq3AhUR .social .social__items:hover {
  background-color: #0960c8;
  border-color: #0960c8;
}
.cid-uK7Nq3AhUR .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uK7Nq3AhUR .social .social__items:last-child {
  margin-right: 0;
}
.cid-uK7Nq3AhUR .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uK7Nq3AhUR .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uK7Nq3AhUR .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uK7Nq3AhUR .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uK7Nq3AhUR .footer__bot_items a:hover {
  color: #0960c8 !important;
}
.cid-uK7Nq3AhUR .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uK7Nq3AhUR .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uK7Nq3AhUR .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #0960c8;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uK7Nq3AhUR .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-uK7Nq3AhUR .divider {
    margin-top: 30px;
  }
  .cid-uK7Nq3AhUR .footer__bottom {
    padding: 30px 0;
  }
  .cid-uK7Nq3AhUR .align-right,
  .cid-uK7Nq3AhUR .privacy {
    text-align: center;
  }
  .cid-uK7Nq3AhUR .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uK7Nq3AhUR .footer__adress {
  color: #ffffff;
}
.cid-uK7Nq3AhUR .privacy {
  color: #000000;
}
.cid-uK7Nq3AhUR .brand__phone {
  color: #000000;
}
.cid-uK7NARBE0I {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uK7NARBE0I .nav-item,
.cid-uK7NARBE0I .nav-link,
.cid-uK7NARBE0I .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK7NARBE0I .nav-item:hover,
.cid-uK7NARBE0I .nav-link:hover,
.cid-uK7NARBE0I .navbar-caption:hover {
  color: #0960c8 !important;
}
.cid-uK7NARBE0I .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uK7NARBE0I .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uK7NARBE0I .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uK7NARBE0I .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uK7NARBE0I .container-fluid,
.cid-uK7NARBE0I .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uK7NARBE0I .navbar-brand {
  padding: 0;
}
.cid-uK7NARBE0I .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uK7NARBE0I .nav-link:hover:before {
  width: 100%;
}
.cid-uK7NARBE0I .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-uK7NARBE0I .nav-link {
    margin: 0 !important;
  }
}
.cid-uK7NARBE0I .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uK7NARBE0I .widget p,
.cid-uK7NARBE0I .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uK7NARBE0I .widget p a,
.cid-uK7NARBE0I .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uK7NARBE0I .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uK7NARBE0I .icons__wrap:hover {
  color: #ffffff;
  background-color: #0960c8;
  border-color: #0960c8;
}
.cid-uK7NARBE0I .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uK7NARBE0I .block__phone,
  .cid-uK7NARBE0I .icons-menu {
    display: none;
  }
  .cid-uK7NARBE0I .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uK7NARBE0I .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0960c8 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uK7NARBE0I .mbr-section-btn .btn-secondary:hover {
  background-color: #0960c8 !important;
  color: #ffffff !important;
}
.cid-uK7NARBE0I .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uK7NARBE0I .navbar > .container,
.cid-uK7NARBE0I .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uK7NARBE0I .btn {
    white-space: nowrap;
  }
  .cid-uK7NARBE0I .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uK7NARBE0I .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uK7NARBE0I .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uK7NARBE0I .dropdown-toggle::after,
  .cid-uK7NARBE0I .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uK7NARBE0I .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uK7NARBE0I .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uK7NARBE0I .dropdown-menu .dropdown-item:hover {
  color: #0960c8 !important;
}
.cid-uK7NARBE0I .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uK7NARBE0I .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uK7NARBE0I .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uK7NARBE0I .nav-item:focus,
.cid-uK7NARBE0I .nav-link:focus {
  outline: none;
}
.cid-uK7NARBE0I .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uK7NARBE0I .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uK7NARBE0I .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uK7NARBE0I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK7NARBE0I .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uK7NARBE0I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK7NARBE0I .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uK7NARBE0I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK7NARBE0I .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uK7NARBE0I .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uK7NARBE0I .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uK7NARBE0I .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uK7NARBE0I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK7NARBE0I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK7NARBE0I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-uK7NARBE0I .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uK7NARBE0I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK7NARBE0I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uK7NARBE0I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK7NARBE0I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK7NARBE0I .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uK7NARBE0I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK7NARBE0I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uK7NARBE0I .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uK7NARBE0I .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uK7NARBE0I .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uK7NARBE0I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uK7NARBE0I .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uK7NARBE0I .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uK7NARBE0I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK7NARBE0I .dropdown-item.active,
.cid-uK7NARBE0I .dropdown-item:active {
  background-color: transparent;
}
.cid-uK7NARBE0I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK7NARBE0I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uK7NARBE0I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK7NARBE0I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0960c8;
}
.cid-uK7NARBE0I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK7NARBE0I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK7NARBE0I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK7NARBE0I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK7NARBE0I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK7NARBE0I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK7NARBE0I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK7NARBE0I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK7NARBE0I .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uK7NARBE0I a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uK7NARBE0I a.nav-link:hover {
  color: #0960c8 !important;
}
@media (max-width: 991px) {
  .cid-uK7NARBE0I .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uK7NARBE0I .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uK7NARBE0I .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uK7NARBE0I .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-uK7NARBE0I .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uK7NARBE0I .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uK7NARBE0I .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-uK7NARBE0I .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uK7NARBE0I .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uK7NARBE0I .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uK7NARBE0I a.nav-link {
    justify-content: flex-start;
  }
  .cid-uK7NARBE0I ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uK7NARBE0I .navbar-brand {
    padding: 0;
  }
  .cid-uK7NARBE0I .block__phone,
  .cid-uK7NARBE0I .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uK7NARBE0I .widget {
    flex-direction: column;
  }
  .cid-uK7NARBE0I .widget p,
  .cid-uK7NARBE0I .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uK7NARBE0I .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK7NARBE0I .navbar {
    height: 97px;
  }
  .cid-uK7NARBE0I .navbar.opened {
    height: auto;
  }
  .cid-uK7NARBE0I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK7NIna2UN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK7NIna2UN .main {
  margin-bottom: 10px;
}
.cid-uK7NIna2UN .main .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uK7NIna2UN .main .mbr-section-title {
  color: #032e62;
  margin-bottom: 20px;
}
.cid-uK7NIna2UN .main .mbr-text {
  color: #bf6cff;
}
.cid-uK7NIna2UN .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 12rem;
  margin-bottom: 25px;
  margin-top: 35px;
}
.cid-uK7NIna2UN .wrapper .mbr-overlay {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13287d;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.cid-uK7NIna2UN .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-uK7NIna2UN .wrapper .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  pointer-events: none;
}
.cid-uK7NIna2UN .wrapper .content-block .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease 0ms;
  cursor: pointer;
}
.cid-uK7NIna2UN .wrapper .content-block .icon-wrap:hover {
  border-color: transparent;
  color: #ffffff;
}
.cid-uK7NIna2UN .wrapper .content-block .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-uK7NIna2UN .wrapper:hover .mbr-overlay {
  opacity: 0.3;
  z-index: 1;
  visibility: visible;
  transform: rotateY(180deg);
}
.cid-uK7NIna2UN .wrapper:hover .content-block {
  opacity: 1;
  transform: rotateY(180deg);
  z-index: 1;
  visibility: visible;
}
.cid-uK7NIna2UN .wrapper:hover .content-block .icon-wrap {
  transform: translate(0);
  opacity: 1;
}
.cid-uK7NIna2UN .under {
  margin-bottom: 35px;
}
.cid-uK7NIna2UN .under .card-title {
  color: #032e62;
  transition: all .3s linear 0ms;
  margin-bottom: 13px;
}
.cid-uK7NIna2UN .under .card-title:hover {
  color: #279e64;
}
.cid-uK7NIna2UN .under .card-subtitle {
  color: #bf6cff;
  font-weight: 500;
}
.cid-uK7NIna2UN .under .mbr-link-btn {
  transition: all .3s linear 0ms;
  position: absolute;
}
.cid-uK7NIna2UN .under .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
  position: relative;
  color: #032e62 !important;
}
.cid-uK7NIna2UN .under .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-uK7NIna2UN .under .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-uK7NIna2UN .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-uK7NIna2UN .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-uK7NIna2UN .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-uK7NIna2UN .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-uK7NIna2UN .btn[class*="-outline"]:active,
.cid-uK7NIna2UN .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-uK7NIna2UN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK7NIna2UN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK7NIna2UN .under .card-title {
  text-align: center;
}
.cid-uK7NIna2UN .container .mbr-section-title {
  color: #ff6400;
  text-align: right;
}
.cid-uK7NAShfYt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fbfcff;
}
.cid-uK7NAShfYt .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uK7NAShfYt .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uK7NAShfYt .brand__text {
  padding: 12px 0 25px;
}
.cid-uK7NAShfYt .brand__email {
  margin-bottom: 15px;
  color: #000000;
}
.cid-uK7NAShfYt .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uK7NAShfYt .footer__title {
  padding: 12px 0 25px;
  color: #ff6400;
}
.cid-uK7NAShfYt .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #1a1a1a;
}
.cid-uK7NAShfYt .footer__items a:hover {
  color: #0960c8 !important;
}
.cid-uK7NAShfYt .social {
  margin-top: 30px;
}
.cid-uK7NAShfYt .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uK7NAShfYt .social .social__items:hover {
  background-color: #0960c8;
  border-color: #0960c8;
}
.cid-uK7NAShfYt .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uK7NAShfYt .social .social__items:last-child {
  margin-right: 0;
}
.cid-uK7NAShfYt .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uK7NAShfYt .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uK7NAShfYt .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uK7NAShfYt .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uK7NAShfYt .footer__bot_items a:hover {
  color: #0960c8 !important;
}
.cid-uK7NAShfYt .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uK7NAShfYt .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uK7NAShfYt .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #0960c8;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uK7NAShfYt .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-uK7NAShfYt .divider {
    margin-top: 30px;
  }
  .cid-uK7NAShfYt .footer__bottom {
    padding: 30px 0;
  }
  .cid-uK7NAShfYt .align-right,
  .cid-uK7NAShfYt .privacy {
    text-align: center;
  }
  .cid-uK7NAShfYt .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uK7NAShfYt .footer__adress {
  color: #ffffff;
}
.cid-uK7NAShfYt .privacy {
  color: #000000;
}
.cid-uK7NAShfYt .brand__phone {
  color: #000000;
}
.cid-uK7NQL1hiA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uK7NQL1hiA .nav-item,
.cid-uK7NQL1hiA .nav-link,
.cid-uK7NQL1hiA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK7NQL1hiA .nav-item:hover,
.cid-uK7NQL1hiA .nav-link:hover,
.cid-uK7NQL1hiA .navbar-caption:hover {
  color: #0960c8 !important;
}
.cid-uK7NQL1hiA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uK7NQL1hiA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uK7NQL1hiA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uK7NQL1hiA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uK7NQL1hiA .container-fluid,
.cid-uK7NQL1hiA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uK7NQL1hiA .navbar-brand {
  padding: 0;
}
.cid-uK7NQL1hiA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uK7NQL1hiA .nav-link:hover:before {
  width: 100%;
}
.cid-uK7NQL1hiA .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-uK7NQL1hiA .nav-link {
    margin: 0 !important;
  }
}
.cid-uK7NQL1hiA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uK7NQL1hiA .widget p,
.cid-uK7NQL1hiA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uK7NQL1hiA .widget p a,
.cid-uK7NQL1hiA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uK7NQL1hiA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uK7NQL1hiA .icons__wrap:hover {
  color: #ffffff;
  background-color: #0960c8;
  border-color: #0960c8;
}
.cid-uK7NQL1hiA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uK7NQL1hiA .block__phone,
  .cid-uK7NQL1hiA .icons-menu {
    display: none;
  }
  .cid-uK7NQL1hiA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uK7NQL1hiA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0960c8 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uK7NQL1hiA .mbr-section-btn .btn-secondary:hover {
  background-color: #0960c8 !important;
  color: #ffffff !important;
}
.cid-uK7NQL1hiA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uK7NQL1hiA .navbar > .container,
.cid-uK7NQL1hiA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uK7NQL1hiA .btn {
    white-space: nowrap;
  }
  .cid-uK7NQL1hiA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uK7NQL1hiA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uK7NQL1hiA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uK7NQL1hiA .dropdown-toggle::after,
  .cid-uK7NQL1hiA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uK7NQL1hiA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uK7NQL1hiA .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uK7NQL1hiA .dropdown-menu .dropdown-item:hover {
  color: #0960c8 !important;
}
.cid-uK7NQL1hiA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uK7NQL1hiA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uK7NQL1hiA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uK7NQL1hiA .nav-item:focus,
.cid-uK7NQL1hiA .nav-link:focus {
  outline: none;
}
.cid-uK7NQL1hiA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uK7NQL1hiA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uK7NQL1hiA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uK7NQL1hiA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK7NQL1hiA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uK7NQL1hiA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK7NQL1hiA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uK7NQL1hiA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK7NQL1hiA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uK7NQL1hiA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uK7NQL1hiA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uK7NQL1hiA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uK7NQL1hiA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK7NQL1hiA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK7NQL1hiA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-uK7NQL1hiA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uK7NQL1hiA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK7NQL1hiA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uK7NQL1hiA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK7NQL1hiA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK7NQL1hiA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uK7NQL1hiA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK7NQL1hiA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uK7NQL1hiA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uK7NQL1hiA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uK7NQL1hiA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uK7NQL1hiA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uK7NQL1hiA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uK7NQL1hiA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uK7NQL1hiA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK7NQL1hiA .dropdown-item.active,
.cid-uK7NQL1hiA .dropdown-item:active {
  background-color: transparent;
}
.cid-uK7NQL1hiA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK7NQL1hiA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uK7NQL1hiA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK7NQL1hiA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0960c8;
}
.cid-uK7NQL1hiA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK7NQL1hiA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK7NQL1hiA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK7NQL1hiA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK7NQL1hiA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK7NQL1hiA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK7NQL1hiA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK7NQL1hiA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK7NQL1hiA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uK7NQL1hiA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uK7NQL1hiA a.nav-link:hover {
  color: #0960c8 !important;
}
@media (max-width: 991px) {
  .cid-uK7NQL1hiA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uK7NQL1hiA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uK7NQL1hiA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uK7NQL1hiA .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-uK7NQL1hiA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uK7NQL1hiA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uK7NQL1hiA .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-uK7NQL1hiA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uK7NQL1hiA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uK7NQL1hiA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uK7NQL1hiA a.nav-link {
    justify-content: flex-start;
  }
  .cid-uK7NQL1hiA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uK7NQL1hiA .navbar-brand {
    padding: 0;
  }
  .cid-uK7NQL1hiA .block__phone,
  .cid-uK7NQL1hiA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uK7NQL1hiA .widget {
    flex-direction: column;
  }
  .cid-uK7NQL1hiA .widget p,
  .cid-uK7NQL1hiA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uK7NQL1hiA .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK7NQL1hiA .navbar {
    height: 97px;
  }
  .cid-uK7NQL1hiA .navbar.opened {
    height: auto;
  }
  .cid-uK7NQL1hiA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK7NQLCSSg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK7NQLCSSg .main {
  margin-bottom: 10px;
}
.cid-uK7NQLCSSg .main .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uK7NQLCSSg .main .mbr-section-title {
  color: #032e62;
  margin-bottom: 20px;
}
.cid-uK7NQLCSSg .main .mbr-text {
  color: #bf6cff;
}
.cid-uK7NQLCSSg .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 12rem;
  margin-bottom: 25px;
  margin-top: 35px;
}
.cid-uK7NQLCSSg .wrapper .mbr-overlay {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13287d;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.cid-uK7NQLCSSg .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-uK7NQLCSSg .wrapper .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  pointer-events: none;
}
.cid-uK7NQLCSSg .wrapper .content-block .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease 0ms;
  cursor: pointer;
}
.cid-uK7NQLCSSg .wrapper .content-block .icon-wrap:hover {
  border-color: transparent;
  color: #ffffff;
}
.cid-uK7NQLCSSg .wrapper .content-block .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-uK7NQLCSSg .wrapper:hover .mbr-overlay {
  opacity: 0.3;
  z-index: 1;
  visibility: visible;
  transform: rotateY(180deg);
}
.cid-uK7NQLCSSg .wrapper:hover .content-block {
  opacity: 1;
  transform: rotateY(180deg);
  z-index: 1;
  visibility: visible;
}
.cid-uK7NQLCSSg .wrapper:hover .content-block .icon-wrap {
  transform: translate(0);
  opacity: 1;
}
.cid-uK7NQLCSSg .under {
  margin-bottom: 35px;
}
.cid-uK7NQLCSSg .under .card-title {
  color: #032e62;
  transition: all .3s linear 0ms;
  margin-bottom: 13px;
}
.cid-uK7NQLCSSg .under .card-title:hover {
  color: #279e64;
}
.cid-uK7NQLCSSg .under .card-subtitle {
  color: #bf6cff;
  font-weight: 500;
}
.cid-uK7NQLCSSg .under .mbr-link-btn {
  transition: all .3s linear 0ms;
  position: absolute;
}
.cid-uK7NQLCSSg .under .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
  position: relative;
  color: #032e62 !important;
}
.cid-uK7NQLCSSg .under .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-uK7NQLCSSg .under .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-uK7NQLCSSg .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-uK7NQLCSSg .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-uK7NQLCSSg .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-uK7NQLCSSg .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-uK7NQLCSSg .btn[class*="-outline"]:active,
.cid-uK7NQLCSSg .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-uK7NQLCSSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK7NQLCSSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK7NQLCSSg .under .card-title {
  text-align: center;
}
.cid-uK7NQLCSSg .container .mbr-section-title {
  color: #ff6400;
}
.cid-uK7NQMtHSx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fbfcff;
}
.cid-uK7NQMtHSx .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uK7NQMtHSx .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uK7NQMtHSx .brand__text {
  padding: 12px 0 25px;
}
.cid-uK7NQMtHSx .brand__email {
  margin-bottom: 15px;
  color: #000000;
}
.cid-uK7NQMtHSx .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uK7NQMtHSx .footer__title {
  padding: 12px 0 25px;
  color: #ff6400;
}
.cid-uK7NQMtHSx .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #1a1a1a;
}
.cid-uK7NQMtHSx .footer__items a:hover {
  color: #0960c8 !important;
}
.cid-uK7NQMtHSx .social {
  margin-top: 30px;
}
.cid-uK7NQMtHSx .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uK7NQMtHSx .social .social__items:hover {
  background-color: #0960c8;
  border-color: #0960c8;
}
.cid-uK7NQMtHSx .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uK7NQMtHSx .social .social__items:last-child {
  margin-right: 0;
}
.cid-uK7NQMtHSx .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uK7NQMtHSx .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uK7NQMtHSx .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uK7NQMtHSx .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uK7NQMtHSx .footer__bot_items a:hover {
  color: #0960c8 !important;
}
.cid-uK7NQMtHSx .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uK7NQMtHSx .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uK7NQMtHSx .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #0960c8;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uK7NQMtHSx .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-uK7NQMtHSx .divider {
    margin-top: 30px;
  }
  .cid-uK7NQMtHSx .footer__bottom {
    padding: 30px 0;
  }
  .cid-uK7NQMtHSx .align-right,
  .cid-uK7NQMtHSx .privacy {
    text-align: center;
  }
  .cid-uK7NQMtHSx .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uK7NQMtHSx .footer__adress {
  color: #ffffff;
}
.cid-uK7NQMtHSx .privacy {
  color: #000000;
}
.cid-uK7NQMtHSx .brand__phone {
  color: #000000;
}
.cid-uK7NUETXtk {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uK7NUETXtk .nav-item,
.cid-uK7NUETXtk .nav-link,
.cid-uK7NUETXtk .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK7NUETXtk .nav-item:hover,
.cid-uK7NUETXtk .nav-link:hover,
.cid-uK7NUETXtk .navbar-caption:hover {
  color: #0960c8 !important;
}
.cid-uK7NUETXtk .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uK7NUETXtk .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uK7NUETXtk .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uK7NUETXtk .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uK7NUETXtk .container-fluid,
.cid-uK7NUETXtk .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uK7NUETXtk .navbar-brand {
  padding: 0;
}
.cid-uK7NUETXtk .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uK7NUETXtk .nav-link:hover:before {
  width: 100%;
}
.cid-uK7NUETXtk .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-uK7NUETXtk .nav-link {
    margin: 0 !important;
  }
}
.cid-uK7NUETXtk .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uK7NUETXtk .widget p,
.cid-uK7NUETXtk .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uK7NUETXtk .widget p a,
.cid-uK7NUETXtk .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uK7NUETXtk .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uK7NUETXtk .icons__wrap:hover {
  color: #ffffff;
  background-color: #0960c8;
  border-color: #0960c8;
}
.cid-uK7NUETXtk .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uK7NUETXtk .block__phone,
  .cid-uK7NUETXtk .icons-menu {
    display: none;
  }
  .cid-uK7NUETXtk .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uK7NUETXtk .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0960c8 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uK7NUETXtk .mbr-section-btn .btn-secondary:hover {
  background-color: #0960c8 !important;
  color: #ffffff !important;
}
.cid-uK7NUETXtk .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uK7NUETXtk .navbar > .container,
.cid-uK7NUETXtk .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uK7NUETXtk .btn {
    white-space: nowrap;
  }
  .cid-uK7NUETXtk .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uK7NUETXtk .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uK7NUETXtk .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uK7NUETXtk .dropdown-toggle::after,
  .cid-uK7NUETXtk .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uK7NUETXtk .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uK7NUETXtk .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uK7NUETXtk .dropdown-menu .dropdown-item:hover {
  color: #0960c8 !important;
}
.cid-uK7NUETXtk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uK7NUETXtk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uK7NUETXtk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uK7NUETXtk .nav-item:focus,
.cid-uK7NUETXtk .nav-link:focus {
  outline: none;
}
.cid-uK7NUETXtk .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uK7NUETXtk .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uK7NUETXtk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uK7NUETXtk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK7NUETXtk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uK7NUETXtk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK7NUETXtk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uK7NUETXtk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK7NUETXtk .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uK7NUETXtk .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uK7NUETXtk .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uK7NUETXtk .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uK7NUETXtk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK7NUETXtk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK7NUETXtk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-uK7NUETXtk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uK7NUETXtk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK7NUETXtk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uK7NUETXtk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK7NUETXtk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK7NUETXtk .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uK7NUETXtk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK7NUETXtk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uK7NUETXtk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uK7NUETXtk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uK7NUETXtk .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uK7NUETXtk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uK7NUETXtk .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uK7NUETXtk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uK7NUETXtk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK7NUETXtk .dropdown-item.active,
.cid-uK7NUETXtk .dropdown-item:active {
  background-color: transparent;
}
.cid-uK7NUETXtk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK7NUETXtk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uK7NUETXtk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK7NUETXtk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0960c8;
}
.cid-uK7NUETXtk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK7NUETXtk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK7NUETXtk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK7NUETXtk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK7NUETXtk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK7NUETXtk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK7NUETXtk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK7NUETXtk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK7NUETXtk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uK7NUETXtk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uK7NUETXtk a.nav-link:hover {
  color: #0960c8 !important;
}
@media (max-width: 991px) {
  .cid-uK7NUETXtk .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uK7NUETXtk .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uK7NUETXtk .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uK7NUETXtk .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-uK7NUETXtk .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uK7NUETXtk .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uK7NUETXtk .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-uK7NUETXtk .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uK7NUETXtk .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uK7NUETXtk .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uK7NUETXtk a.nav-link {
    justify-content: flex-start;
  }
  .cid-uK7NUETXtk ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uK7NUETXtk .navbar-brand {
    padding: 0;
  }
  .cid-uK7NUETXtk .block__phone,
  .cid-uK7NUETXtk .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uK7NUETXtk .widget {
    flex-direction: column;
  }
  .cid-uK7NUETXtk .widget p,
  .cid-uK7NUETXtk .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uK7NUETXtk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK7NUETXtk .navbar {
    height: 97px;
  }
  .cid-uK7NUETXtk .navbar.opened {
    height: auto;
  }
  .cid-uK7NUETXtk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK7NUFqID0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK7NUFqID0 .main {
  margin-bottom: 10px;
}
.cid-uK7NUFqID0 .main .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uK7NUFqID0 .main .mbr-section-title {
  color: #032e62;
  margin-bottom: 20px;
}
.cid-uK7NUFqID0 .main .mbr-text {
  color: #bf6cff;
}
.cid-uK7NUFqID0 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 12rem;
  margin-bottom: 25px;
  margin-top: 35px;
}
.cid-uK7NUFqID0 .wrapper .mbr-overlay {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13287d;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.cid-uK7NUFqID0 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-uK7NUFqID0 .wrapper .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  pointer-events: none;
}
.cid-uK7NUFqID0 .wrapper .content-block .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease 0ms;
  cursor: pointer;
}
.cid-uK7NUFqID0 .wrapper .content-block .icon-wrap:hover {
  border-color: transparent;
  color: #ffffff;
}
.cid-uK7NUFqID0 .wrapper .content-block .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-uK7NUFqID0 .wrapper:hover .mbr-overlay {
  opacity: 0.3;
  z-index: 1;
  visibility: visible;
  transform: rotateY(180deg);
}
.cid-uK7NUFqID0 .wrapper:hover .content-block {
  opacity: 1;
  transform: rotateY(180deg);
  z-index: 1;
  visibility: visible;
}
.cid-uK7NUFqID0 .wrapper:hover .content-block .icon-wrap {
  transform: translate(0);
  opacity: 1;
}
.cid-uK7NUFqID0 .under {
  margin-bottom: 35px;
}
.cid-uK7NUFqID0 .under .card-title {
  color: #032e62;
  transition: all .3s linear 0ms;
  margin-bottom: 13px;
}
.cid-uK7NUFqID0 .under .card-title:hover {
  color: #279e64;
}
.cid-uK7NUFqID0 .under .card-subtitle {
  color: #bf6cff;
  font-weight: 500;
}
.cid-uK7NUFqID0 .under .mbr-link-btn {
  transition: all .3s linear 0ms;
  position: absolute;
}
.cid-uK7NUFqID0 .under .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
  position: relative;
  color: #032e62 !important;
}
.cid-uK7NUFqID0 .under .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-uK7NUFqID0 .under .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-uK7NUFqID0 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-uK7NUFqID0 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-uK7NUFqID0 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-uK7NUFqID0 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-uK7NUFqID0 .btn[class*="-outline"]:active,
.cid-uK7NUFqID0 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-uK7NUFqID0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK7NUFqID0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK7NUFqID0 .under .card-title {
  text-align: center;
}
.cid-uK7NUFqID0 .container .mbr-section-title {
  color: #ff6400;
}
.cid-uK7NUGaUcY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fbfcff;
}
.cid-uK7NUGaUcY .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uK7NUGaUcY .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uK7NUGaUcY .brand__text {
  padding: 12px 0 25px;
}
.cid-uK7NUGaUcY .brand__email {
  margin-bottom: 15px;
  color: #000000;
}
.cid-uK7NUGaUcY .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uK7NUGaUcY .footer__title {
  padding: 12px 0 25px;
  color: #ff6400;
}
.cid-uK7NUGaUcY .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #1a1a1a;
}
.cid-uK7NUGaUcY .footer__items a:hover {
  color: #0960c8 !important;
}
.cid-uK7NUGaUcY .social {
  margin-top: 30px;
}
.cid-uK7NUGaUcY .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uK7NUGaUcY .social .social__items:hover {
  background-color: #0960c8;
  border-color: #0960c8;
}
.cid-uK7NUGaUcY .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uK7NUGaUcY .social .social__items:last-child {
  margin-right: 0;
}
.cid-uK7NUGaUcY .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uK7NUGaUcY .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uK7NUGaUcY .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uK7NUGaUcY .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uK7NUGaUcY .footer__bot_items a:hover {
  color: #0960c8 !important;
}
.cid-uK7NUGaUcY .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uK7NUGaUcY .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uK7NUGaUcY .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #0960c8;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uK7NUGaUcY .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-uK7NUGaUcY .divider {
    margin-top: 30px;
  }
  .cid-uK7NUGaUcY .footer__bottom {
    padding: 30px 0;
  }
  .cid-uK7NUGaUcY .align-right,
  .cid-uK7NUGaUcY .privacy {
    text-align: center;
  }
  .cid-uK7NUGaUcY .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uK7NUGaUcY .footer__adress {
  color: #ffffff;
}
.cid-uK7NUGaUcY .privacy {
  color: #000000;
}
.cid-uK7NUGaUcY .brand__phone {
  color: #000000;
}
