@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1.25;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #273769 !important;
}
.bg-success {
  background-color: #ada0c1 !important;
}
.bg-info {
  background-color: #9a5be8 !important;
}
.bg-warning {
  background-color: #5f4685 !important;
}
.bg-danger {
  background-color: #957798 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #273769 !important;
  border-color: #273769 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #273769;
  border-color: #273769;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-primary:hover {
  background-color: #192444 !important;
  border-color: #192444 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5f4685 !important;
  border-color: #5f4685 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5f4685;
  border-color: #5f4685;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5f4685 !important;
  border-color: #5f4685 !important;
}
.btn-secondary:hover {
  background-color: #473464 !important;
  border-color: #473464 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9a5be8 !important;
  border-color: #9a5be8 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9a5be8;
  border-color: #9a5be8;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9a5be8 !important;
  border-color: #9a5be8 !important;
}
.btn-info:hover {
  background-color: #7e2ee2 !important;
  border-color: #7e2ee2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ada0c1 !important;
  border-color: #ada0c1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ada0c1;
  border-color: #ada0c1;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ada0c1 !important;
  border-color: #ada0c1 !important;
}
.btn-success:hover {
  background-color: #9281ad !important;
  border-color: #9281ad !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5f4685 !important;
  border-color: #5f4685 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5f4685;
  border-color: #5f4685;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5f4685 !important;
  border-color: #5f4685 !important;
}
.btn-warning:hover {
  background-color: #7758a6 !important;
  border-color: #7758a6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #957798 !important;
  border-color: #957798 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #957798;
  border-color: #957798;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #957798 !important;
  border-color: #957798 !important;
}
.btn-danger:hover {
  background-color: #ac94ae !important;
  border-color: #7a5f7d !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: #273769;
  color: #273769;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #273769 !important;
  border-color: #273769;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #5f4685;
  color: #5f4685;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #5f4685 !important;
  border-color: #5f4685;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f4685 !important;
  border-color: #5f4685 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #9a5be8;
  color: #9a5be8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #9a5be8 !important;
  border-color: #9a5be8;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9a5be8 !important;
  border-color: #9a5be8 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ada0c1;
  color: #ada0c1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #ada0c1 !important;
  border-color: #ada0c1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ada0c1 !important;
  border-color: #ada0c1 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5f4685;
  color: #5f4685;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #5f4685 !important;
  border-color: #5f4685;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5f4685 !important;
  border-color: #5f4685 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #957798;
  color: #957798;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #957798 !important;
  border-color: #957798;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #957798 !important;
  border-color: #957798 !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: #273769 !important;
}
.text-secondary {
  color: #5f4685 !important;
}
.text-success {
  color: #ada0c1 !important;
}
.text-info {
  color: #9a5be8 !important;
}
.text-warning {
  color: #5f4685 !important;
}
.text-danger {
  color: #957798 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b101f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2f2342 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #786398 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #661bc2 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5f4685 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5e4960 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #273769 !important;
}
.alert-success {
  background-color: #ada0c1;
}
.alert-info {
  background-color: #9a5be8;
}
.alert-warning {
  background-color: #5f4685;
}
.alert-danger {
  background-color: #957798;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.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 a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #273769;
  border-color: #273769;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #273769;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #516cbe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f0edf3;
}
.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: #a089c1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cec0cf;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #273769;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #273769;
  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: #273769;
  border-bottom-color: #273769;
}
.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: #273769 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5f4685 !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-s29RKRW6qE {
  min-height: 114px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-s29RKRW6qE .nav-item,
.cid-s29RKRW6qE .nav-link,
.cid-s29RKRW6qE .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s29RKRW6qE .nav-item:hover,
.cid-s29RKRW6qE .nav-link:hover,
.cid-s29RKRW6qE .navbar-caption:hover {
  color: #5f4685 !important;
}
.cid-s29RKRW6qE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s29RKRW6qE a.nav-link:hover {
  color: #5f4685 !important;
}
.cid-s29RKRW6qE .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s29RKRW6qE .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s29RKRW6qE .container-fluid,
.cid-s29RKRW6qE .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s29RKRW6qE .navbar-brand {
  padding: 0;
}
.cid-s29RKRW6qE .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s29RKRW6qE .nav-link:hover:before {
  width: 100%;
}
.cid-s29RKRW6qE .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-s29RKRW6qE .nav-link {
    margin: 0 !important;
  }
}
.cid-s29RKRW6qE .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s29RKRW6qE .widget p,
.cid-s29RKRW6qE .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s29RKRW6qE .widget p a,
.cid-s29RKRW6qE .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s29RKRW6qE .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-s29RKRW6qE .icons__wrap:hover {
  color: #ffffff;
  background-color: #957798;
  border-color: #957798;
}
.cid-s29RKRW6qE .block__phone {
  color: #273769;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s29RKRW6qE .block__phone,
  .cid-s29RKRW6qE .icons-menu {
    display: none;
  }
  .cid-s29RKRW6qE .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s29RKRW6qE .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #957798 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s29RKRW6qE .mbr-section-btn .btn-secondary:hover {
  background-color: #957798 !important;
  color: #ffffff !important;
}
.cid-s29RKRW6qE .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s29RKRW6qE .navbar > .container,
.cid-s29RKRW6qE .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s29RKRW6qE .btn {
    white-space: nowrap;
  }
  .cid-s29RKRW6qE .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-s29RKRW6qE .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s29RKRW6qE .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s29RKRW6qE .dropdown-toggle::after,
  .cid-s29RKRW6qE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s29RKRW6qE .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s29RKRW6qE .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-s29RKRW6qE .dropdown-menu .dropdown-item:hover {
  color: #5f4685 !important;
}
.cid-s29RKRW6qE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s29RKRW6qE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s29RKRW6qE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s29RKRW6qE .nav-item:focus,
.cid-s29RKRW6qE .nav-link:focus {
  outline: none;
}
.cid-s29RKRW6qE .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s29RKRW6qE .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s29RKRW6qE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s29RKRW6qE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s29RKRW6qE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s29RKRW6qE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s29RKRW6qE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s29RKRW6qE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s29RKRW6qE .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-s29RKRW6qE .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-s29RKRW6qE .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s29RKRW6qE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s29RKRW6qE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s29RKRW6qE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120px - 1rem);
  }
}
.cid-s29RKRW6qE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s29RKRW6qE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s29RKRW6qE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s29RKRW6qE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s29RKRW6qE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s29RKRW6qE .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-s29RKRW6qE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s29RKRW6qE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s29RKRW6qE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s29RKRW6qE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s29RKRW6qE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s29RKRW6qE .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s29RKRW6qE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s29RKRW6qE .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s29RKRW6qE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s29RKRW6qE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s29RKRW6qE .dropdown-item.active,
.cid-s29RKRW6qE .dropdown-item:active {
  background-color: transparent;
}
.cid-s29RKRW6qE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s29RKRW6qE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s29RKRW6qE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s29RKRW6qE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f4685;
}
.cid-s29RKRW6qE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s29RKRW6qE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s29RKRW6qE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s29RKRW6qE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s29RKRW6qE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29RKRW6qE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s29RKRW6qE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s29RKRW6qE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29RKRW6qE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-s29RKRW6qE .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s29RKRW6qE .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s29RKRW6qE .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s29RKRW6qE .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-s29RKRW6qE .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s29RKRW6qE .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s29RKRW6qE .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-s29RKRW6qE .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s29RKRW6qE .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s29RKRW6qE .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s29RKRW6qE a.nav-link {
    justify-content: flex-start;
  }
  .cid-s29RKRW6qE ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s29RKRW6qE .navbar-brand {
    padding: 0;
  }
  .cid-s29RKRW6qE .block__phone,
  .cid-s29RKRW6qE .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s29RKRW6qE .widget {
    flex-direction: column;
  }
  .cid-s29RKRW6qE .widget p,
  .cid-s29RKRW6qE .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s29RKRW6qE .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-s29RKRW6qE .navbar {
    height: 97px;
  }
  .cid-s29RKRW6qE .navbar.opened {
    height: auto;
  }
  .cid-s29RKRW6qE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVM8gWsqUq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rVM8gWsqUq .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-rVM8gWsqUq .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-rVM8gWsqUq .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rVM8gWsqUq .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-rVM8gWsqUq .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-rVM8gWsqUq .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(173, 160, 193, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rVM8gWsqUq .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-rVM8gWsqUq .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-rVM8gWsqUq .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(149, 119, 152, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rVM8gWsqUq .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-rVM8gWsqUq .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-rVM8gWsqUq .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(154, 91, 232, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rVM8gWsqUq .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-rVM8gWsqUq .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-rVM8gWsqUq .container {
  pointer-events: none;
}
.cid-rVM8gWsqUq .subtitle__block,
.cid-rVM8gWsqUq .title__block,
.cid-rVM8gWsqUq .buttons__block {
  pointer-events: all;
}
.cid-rVM8gWsqUq .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rVM8gWsqUq .mbr-section-title {
  margin-bottom: 45px;
  color: #5f4685;
  font-weight: 300;
}
.cid-rVM8gWsqUq .mbr-section-title span {
  font-weight: 900;
}
.cid-rVM8gWsqUq .mbr-text {
  margin-bottom: 45px;
}
.cid-rVM8gWsqUq .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-rVM8gWsqUq .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-rVM8gWsqUq .inner__button .mbr-section-btn .btn-warning {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #5f4685 0%, rgba(95, 70, 133, 0.85) 100%) !important;
}
.cid-rVM8gWsqUq .inner__button .mbr-section-btn .btn-warning:hover {
  border-color: transparent !important;
}
.cid-rVM8gWsqUq .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-rVM8gWsqUq .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-rVM8gWsqUq .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-rVM8gWsqUq .mbr-figure:hover {
  color: #5f4685;
  cursor: pointer;
}
.cid-rVM8gWsqUq .mbr-figure:hover .mbr-media {
  border-color: #5f4685;
  color: #5f4685;
}
@media (max-width: 575px) {
  .cid-rVM8gWsqUq .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-rVM8gWsqUq .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-rVM8gWsqUq .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-rVM8gWsqUq .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-rVM8gWsqUq .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-rVM8gWsqUq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rVM8gWsqUq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rVM8gWsqUq .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rVM8gWsqUq a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rVM8gWsqUq a.close:hover {
  color: #ffffff;
}
.cid-rVM8gWsqUq .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #9a5be8;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-rVM8gWsqUq .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #ada0c1;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-rVM8gWsqUq .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #5f4685;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-rVM8gWsqUq .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #273769;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
.cid-rVM8gWsqUq .mbr-text,
.cid-rVM8gWsqUq .buttons__block {
  color: #4a4a4a;
}
.cid-sBF274qqGd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sBF274qqGd .container,
.cid-sBF274qqGd .container-fluid {
  pointer-events: none;
}
.cid-sBF274qqGd .title__block,
.cid-sBF274qqGd .button,
.cid-sBF274qqGd .wrap {
  pointer-events: all;
}
.cid-sBF274qqGd .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sBF274qqGd .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-sBF274qqGd .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.cid-sBF274qqGd .button .mbr-section-btn .btn-black-outline:hover {
  background-color: #957798 !important;
  color: #ffffff !important;
  border-color: #957798 !important;
}
.cid-sBF274qqGd .card__wrap {
  position: relative;
  margin-top: 50px;
}
.cid-sBF274qqGd .card__wrap .mbr-section-btn .btn {
  border-radius: 0;
  line-height: 43px !important;
  min-width: 150px;
}
.cid-sBF274qqGd .card__wrap .mbr-section-btn .btn-black-outline:hover {
  background-color: #957798 !important;
  color: #ffffff !important;
  border-color: #957798 !important;
}
.cid-sBF274qqGd .card__wrap:hover .card__title {
  color: #957798;
}
.cid-sBF274qqGd .image {
  margin-bottom: 32px;
}
.cid-sBF274qqGd .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sBF274qqGd .card__date {
  letter-spacing: 1.3px;
  margin-bottom: 15px;
}
.cid-sBF274qqGd .card__title {
  margin-bottom: 25px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sBF274qqGd .media-container-row {
    justify-content: flex-start;
  }
  .cid-sBF274qqGd .button {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-sBF274qqGd .media-container-row {
    margin: 0 -15px;
  }
}
.cid-sBF274qqGd .animation__background .triangle {
  position: absolute;
  top: 12%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-sBF274qqGd .animation__background .quadr {
  position: absolute;
  bottom: 18%;
  right: 11%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-sBF274qqGd .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #ada0c1;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-sBF274qqGd .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #5f4685;
  animation: animationOne 30s infinite linear;
}
.cid-sBF274qqGd .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #9a5be8;
  animation: animationTwo 33s infinite linear;
}
.cid-sBF274qqGd .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #957798;
  animation: animationOne 23s infinite linear;
}
.cid-sBF274qqGd .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #273769;
  animation: animationTwo 26s 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-sBF274qqGd .card__title,
.cid-sBF274qqGd .card__wrap .mbr-section-btn {
  text-align: center;
}
