.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 2.2rem;
  line-height: 1.70454545;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.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: 1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #fac72e !important;
}
.bg-success {
  background-color: #f47b5b !important;
}
.bg-info {
  background-color: #27c3ff !important;
}
.bg-warning {
  background-color: #fac72e !important;
}
.bg-danger {
  background-color: #fac72e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fac72e !important;
  border-color: #fac72e !important;
  color: #281e01 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #281e01 !important;
  background-color: #fac72e;
  border-color: #fac72e;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #281e01 !important;
  background-color: #fac72e !important;
  border-color: #fac72e !important;
}
.btn-primary:hover {
  background-color: #efb506 !important;
  border-color: #efb506 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #273769 !important;
  border-color: #273769 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #273769;
  border-color: #273769;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-secondary:hover {
  background-color: #192444 !important;
  border-color: #192444 !important;
}
.btn-info,
.btn-info:active {
  background-color: #27c3ff !important;
  border-color: #27c3ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #27c3ff;
  border-color: #27c3ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #27c3ff !important;
  border-color: #27c3ff !important;
}
.btn-info:hover {
  background-color: #00aff3 !important;
  border-color: #00aff3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f47b5b !important;
  border-color: #f47b5b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f47b5b;
  border-color: #f47b5b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f47b5b !important;
  border-color: #f47b5b !important;
}
.btn-success:hover {
  background-color: #f1552b !important;
  border-color: #f1552b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fac72e !important;
  border-color: #fac72e !important;
  color: #281e01 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #281e01 !important;
  background-color: #fac72e;
  border-color: #fac72e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #281e01 !important;
  background-color: #fac72e !important;
  border-color: #fac72e !important;
}
.btn-warning:hover {
  background-color: #fbd460 !important;
  border-color: #fbd460 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fac72e !important;
  border-color: #fac72e !important;
  color: #281e01 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #281e01 !important;
  background-color: #fac72e;
  border-color: #fac72e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #281e01 !important;
  background-color: #fac72e !important;
  border-color: #fac72e !important;
}
.btn-danger:hover {
  background-color: #fbd460 !important;
  border-color: #efb506 !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: #fac72e;
  color: #fac72e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #281e01 !important;
  background: #fac72e !important;
  border-color: #fac72e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #281e01 !important;
  background-color: #fac72e !important;
  border-color: #fac72e !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #273769;
  color: #273769;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #273769 !important;
  border-color: #273769;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #27c3ff;
  color: #27c3ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #27c3ff !important;
  border-color: #27c3ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #27c3ff !important;
  border-color: #27c3ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f47b5b;
  color: #f47b5b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #f47b5b !important;
  border-color: #f47b5b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f47b5b !important;
  border-color: #f47b5b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fac72e;
  color: #fac72e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #281e01 !important;
  background: #fac72e !important;
  border-color: #fac72e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #281e01 !important;
  background-color: #fac72e !important;
  border-color: #fac72e !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fac72e;
  color: #fac72e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #281e01 !important;
  background: #fac72e !important;
  border-color: #fac72e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #281e01 !important;
  background-color: #fac72e !important;
  border-color: #fac72e !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: #fac72e !important;
}
.text-secondary {
  color: #273769 !important;
}
.text-success {
  color: #f47b5b !important;
}
.text-info {
  color: #27c3ff !important;
}
.text-warning {
  color: #fac72e !important;
}
.text-danger {
  color: #fac72e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #bd8f05 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b101f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #da390f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #008bc0 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fac72e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd8f05 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #fac72e !important;
}
.alert-success {
  background-color: #f47b5b;
}
.alert-info {
  background-color: #27c3ff;
}
.alert-warning {
  background-color: #fac72e;
}
.alert-danger {
  background-color: #fac72e;
}
.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: #fac72e;
  border-color: #fac72e;
  color: #413102;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #fac72e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffcf5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3fcff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffcf5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffcf5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #fac72e;
}
/* 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: #fac72e;
  color: #000000;
}
.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: #fac72e;
  border-bottom-color: #fac72e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fac72e !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: #273769 !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-sFotHLqAPp {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-sFotHLqAPp .nav-item,
.cid-sFotHLqAPp .nav-link,
.cid-sFotHLqAPp .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sFotHLqAPp .nav-item:hover,
.cid-sFotHLqAPp .nav-link:hover,
.cid-sFotHLqAPp .navbar-caption:hover {
  color: #fac72e !important;
}
.cid-sFotHLqAPp .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-sFotHLqAPp .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-sFotHLqAPp .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sFotHLqAPp .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sFotHLqAPp .container-fluid,
.cid-sFotHLqAPp .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sFotHLqAPp .navbar-brand {
  padding: 0;
}
.cid-sFotHLqAPp .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sFotHLqAPp .nav-link:hover:before {
  width: 100%;
}
.cid-sFotHLqAPp .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-sFotHLqAPp .nav-link {
    margin: 0 !important;
  }
}
.cid-sFotHLqAPp .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFotHLqAPp .widget p,
.cid-sFotHLqAPp .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sFotHLqAPp .widget p a,
.cid-sFotHLqAPp .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sFotHLqAPp .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-sFotHLqAPp .icons__wrap:hover {
  color: #000000;
  background-color: #fac72e;
  border-color: #fac72e;
}
.cid-sFotHLqAPp .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sFotHLqAPp .block__phone,
  .cid-sFotHLqAPp .icons-menu {
    display: none;
  }
  .cid-sFotHLqAPp .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sFotHLqAPp .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #fac72e !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sFotHLqAPp .mbr-section-btn .btn-secondary:hover {
  background-color: #fac72e !important;
  color: #ffffff !important;
}
.cid-sFotHLqAPp .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-sFotHLqAPp .navbar > .container,
.cid-sFotHLqAPp .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sFotHLqAPp .btn {
    white-space: nowrap;
  }
  .cid-sFotHLqAPp .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-sFotHLqAPp .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sFotHLqAPp .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sFotHLqAPp .dropdown-toggle::after,
  .cid-sFotHLqAPp .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sFotHLqAPp .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sFotHLqAPp .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-sFotHLqAPp .dropdown-menu .dropdown-item:hover {
  color: #fac72e !important;
}
.cid-sFotHLqAPp .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sFotHLqAPp .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sFotHLqAPp .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sFotHLqAPp .nav-item:focus,
.cid-sFotHLqAPp .nav-link:focus {
  outline: none;
}
.cid-sFotHLqAPp .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-sFotHLqAPp .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sFotHLqAPp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sFotHLqAPp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFotHLqAPp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFotHLqAPp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFotHLqAPp .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sFotHLqAPp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFotHLqAPp .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-sFotHLqAPp .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-sFotHLqAPp .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sFotHLqAPp .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-sFotHLqAPp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFotHLqAPp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFotHLqAPp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120px - 1rem);
  }
}
.cid-sFotHLqAPp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFotHLqAPp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFotHLqAPp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sFotHLqAPp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFotHLqAPp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFotHLqAPp .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-sFotHLqAPp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFotHLqAPp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sFotHLqAPp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sFotHLqAPp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sFotHLqAPp .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sFotHLqAPp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFotHLqAPp .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sFotHLqAPp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sFotHLqAPp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFotHLqAPp .dropdown-item.active,
.cid-sFotHLqAPp .dropdown-item:active {
  background-color: transparent;
}
.cid-sFotHLqAPp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFotHLqAPp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sFotHLqAPp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFotHLqAPp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #27c3ff;
}
.cid-sFotHLqAPp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFotHLqAPp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFotHLqAPp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFotHLqAPp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFotHLqAPp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFotHLqAPp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFotHLqAPp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFotHLqAPp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFotHLqAPp .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sFotHLqAPp a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sFotHLqAPp a.nav-link:hover {
  color: #fac72e !important;
}
@media (max-width: 991px) {
  .cid-sFotHLqAPp .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sFotHLqAPp .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-sFotHLqAPp .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sFotHLqAPp .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-sFotHLqAPp .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sFotHLqAPp .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sFotHLqAPp .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-sFotHLqAPp .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sFotHLqAPp .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sFotHLqAPp .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sFotHLqAPp a.nav-link {
    justify-content: flex-start;
  }
  .cid-sFotHLqAPp ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sFotHLqAPp .navbar-brand {
    padding: 0;
  }
  .cid-sFotHLqAPp .block__phone,
  .cid-sFotHLqAPp .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sFotHLqAPp .widget {
    flex-direction: column;
  }
  .cid-sFotHLqAPp .widget p,
  .cid-sFotHLqAPp .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-sFotHLqAPp .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-sFotHLqAPp .navbar {
    height: 97px;
  }
  .cid-sFotHLqAPp .navbar.opened {
    height: auto;
  }
  .cid-sFotHLqAPp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIURNR1Iul {
  overflow: hidden;
}
.cid-sIURNR1Iul .user {
  max-width: none;
  flex: 0 0 100%;
  position: relative;
}
.cid-sIURNR1Iul .user_image {
  height: 800px;
  width: 100%;
}
.cid-sIURNR1Iul .user_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sIURNR1Iul .mode {
  position: absolute;
  width: 350px;
  height: 450px;
  border: 10px solid #ffffff;
  left: 9.5%;
  top: 40%;
  z-index: 0;
  transform: translateY(-50%);
}
.cid-sIURNR1Iul .title__block {
  height: 400px;
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translateY(-50%);
  margin-left: 15px;
}
.cid-sIURNR1Iul .mbr-section-subtitle {
  letter-spacing: 1.5px;
  color: #fac72e;
  margin-bottom: 25px;
}
.cid-sIURNR1Iul .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-sIURNR1Iul .arrow__btn .mbr-iconfont {
  font-size: 30px;
  color: #fff;
}
.cid-sIURNR1Iul .box {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.cid-sIURNR1Iul .box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fac72e;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -90px;
  left: -90px;
  opacity: 0.95;
}
.cid-sIURNR1Iul .box__icon .mbr-iconfont {
  font-size: 30px;
  color: #fff;
  padding: 30px;
}
.cid-sIURNR1Iul .box__item {
  width: 230px;
  height: 190px;
  padding: 30px 5px 30px 40px;
  text-align: left;
  float: left;
  background: #fbfcff;
}
.cid-sIURNR1Iul .box__item:first-child {
  position: relative;
}
.cid-sIURNR1Iul .box__text {
  color: #191f23;
}
.cid-sIURNR1Iul .carousel-item {
  justify-content: center;
}
.cid-sIURNR1Iul .carousel-item.active,
.cid-sIURNR1Iul .carousel-item-next,
.cid-sIURNR1Iul .carousel-item-prev {
  display: flex;
}
.cid-sIURNR1Iul .carousel-control-next,
.cid-sIURNR1Iul .carousel-control-prev {
  right: 50px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
}
.cid-sIURNR1Iul .carousel-control-next {
  transform: translateY(70px);
}
.cid-sIURNR1Iul .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.5);
  transition: all 0.3s ease-in-out;
}
.cid-sIURNR1Iul li {
  opacity: 1;
  border: none;
}
.cid-sIURNR1Iul li.active {
  background-color: #000000;
  opacity: 0.1;
  width: 230px;
  height: 190px;
}
.cid-sIURNR1Iul .carousel-indicators {
  right: 0;
  left: auto;
  justify-content: flex-end;
  margin: 0;
  opacity: 0.1;
}
.cid-sIURNR1Iul .carousel-indicators li {
  width: 230px;
  height: 190px;
  max-width: none;
  max-height: none;
  margin: 0;
  background-color: #000000;
  border-radius: 0;
  transition: opacity 0.4s ease-in-out;
}
.is-builder .cid-sIURNR1Iul .carousel-indicators {
  pointer-events: none;
}
@media (max-width: 767px) {
  .cid-sIURNR1Iul .box__content,
  .cid-sIURNR1Iul .carousel-indicators {
    display: none;
  }
  .cid-sIURNR1Iul .box__icon {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 500px) {
  .cid-sIURNR1Iul .mode {
    width: 250px;
    height: 350px;
  }
  .cid-sIURNR1Iul .carousel-control-next,
  .cid-sIURNR1Iul .carousel-control-prev {
    right: 20px;
  }
}
.cid-sIURNR1Iul .mbr-section-title,
.cid-sIURNR1Iul .arrow__btn {
  color: #fbfcff;
}
.cid-sIUW5Sl19a {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sIUW5Sl19a .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sIUW5Sl19a .text-wrapper {
    padding: 0 3rem 0 0;
    padding: 0 4rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-sIUW5Sl19a .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIUW5Sl19a .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sIUW5Sl19a .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIUW5Sl19a .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-sIUW5Sl19a .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 7px;
}
.cid-sIUW5Sl19a .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-sIUW5Sl19a .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-sIUW5Sl19a .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
  color: #000000;
}
.cid-sIUW5Sl19a .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #27c3ff;
}
.cid-sIUW5Sl19a .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
.cid-sIUW5Sl19a .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-sIUW5Sl19a .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-sIUW5Sl19a .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #000000;
}
.cid-sIUW5Sl19a .mbr-section-text {
  margin-bottom: 2rem;
  color: #000000;
}
.cid-sIUW5Sl19a .mbr-section-title {
  margin-bottom: 1rem;
  color: #233d63;
}
.cid-sIUW5Sl19a .mbr-section-title b:last-child,
.cid-sIUW5Sl19a .mbr-section-title strong:last-child {
  color: #233d63;
}
.cid-sL5xtB5maq {
  padding-top: 4rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/low-angle-view-of-a-group-of-young-teenagers-holdi-cnqnkdh-2000x1334.jpg");
}
.cid-sL5xtB5maq .container {
  pointer-events: none;
  z-index: 1;
}
.cid-sL5xtB5maq .subtitle__block,
.cid-sL5xtB5maq .title__block,
.cid-sL5xtB5maq .buttons__block {
  pointer-events: all;
}
.cid-sL5xtB5maq .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-sL5xtB5maq .subtitle__block SPAN {
  color: #fac72e;
}
.cid-sL5xtB5maq .mbr-section-subtitle {
  display: inline-block;
}
.cid-sL5xtB5maq .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-sL5xtB5maq .mbr-text {
  margin-top: 35px;
}
.cid-sL5xtB5maq .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-sL5xtB5maq .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-sL5xtB5maq .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #27c3ff 0%, rgba(39, 195, 255, 0.85) 100%) !important;
}
.cid-sL5xtB5maq .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sL5xtB5maq .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sL5xtB5maq .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-sL5xtB5maq .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-sL5xtB5maq .mbr-figure:hover {
  color: #27c3ff;
  cursor: pointer;
}
.cid-sL5xtB5maq .mbr-figure:hover .mbr-media {
  border-color: #27c3ff;
  color: #27c3ff;
}
@media (max-width: 575px) {
  .cid-sL5xtB5maq .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sL5xtB5maq .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sL5xtB5maq .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sL5xtB5maq .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sL5xtB5maq .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-sL5xtB5maq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sL5xtB5maq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sL5xtB5maq .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sL5xtB5maq 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-sL5xtB5maq a.close:hover {
  color: #ffffff;
}
.cid-sL5xtB5maq .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-sL5xtB5maq .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-sL5xtB5maq .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #fac72e;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-sL5xtB5maq .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #27c3ff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-sL5xtB5maq .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #fac72e;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-sL5xtB5maq .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #f47b5b;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-sL5xtB5maq .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fac72e;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@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-sL5xtB5maq .mbr-section-title,
.cid-sL5xtB5maq .subtitle__wrap {
  color: #ffffff;
}
.cid-sL5xtB5maq .mbr-text,
.cid-sL5xtB5maq .buttons__block {
  color: #ffffff;
}
.cid-sL5yfCOfVM {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/untitled-8-1920x1080.png");
}
.cid-sL5yfCOfVM .container,
.cid-sL5yfCOfVM .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-sL5yfCOfVM .title__block,
.cid-sL5yfCOfVM .card__block {
  pointer-events: all;
}
.cid-sL5yfCOfVM .icon__block {
  margin-bottom: 40px;
}
.cid-sL5yfCOfVM .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #fac72e;
}
.cid-sL5yfCOfVM .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-sL5yfCOfVM .subtext {
  margin-bottom: 30px;
}
.cid-sL5yfCOfVM .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-sL5yfCOfVM .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-sL5yfCOfVM .wrap {
    margin-top: 40px;
  }
}
.cid-sL5yfCOfVM .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-sL5yfCOfVM .icon__card_wrap {
  width: 100%;
}
.cid-sL5yfCOfVM .color1 {
  background: linear-gradient(120deg, #efb506 0%, #fce292 100%);
}
.cid-sL5yfCOfVM .color2 {
  background: linear-gradient(120deg, #00aff3 0%, #8ddfff 100%);
}
.cid-sL5yfCOfVM .color3 {
  background: linear-gradient(120deg, #05ad7b 0%, #51fac8 100%);
}
.cid-sL5yfCOfVM .color4 {
  background: linear-gradient(120deg, #cc5000 0%, #ffa266 100%);
}
.cid-sL5yfCOfVM .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-sL5yfCOfVM .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-sL5yfCOfVM .icon__card:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-sL5yfCOfVM .icon__card:after {
  content: "";
  filter: blur(15px);
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-sL5yfCOfVM .card__title {
  margin-top: 20px;
}
.cid-sL5yfCOfVM .card__text {
  margin-top: 30px;
}
.cid-sL5yfCOfVM .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-sL5yfCOfVM .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-sL5yfCOfVM .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-sL5yfCOfVM .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-sL5yfCOfVM .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-sL5yfCOfVM .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #fac72e;
  animation: animationOne 30s infinite linear;
}
.cid-sL5yfCOfVM .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #27c3ff;
  animation: animationTwo 30s infinite linear;
}
.cid-sL5yfCOfVM .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #fac72e;
  animation: animationThree 25s infinite linear;
}
.cid-sL5yfCOfVM .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #fac72e;
  animation: animationTwo 25s infinite linear;
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@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);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
.cid-sL5UmqMLXS {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sL5UmqMLXS h2 {
  color: #000000;
}
.cid-sL5UmqMLXS h1 {
  color: #000000;
}
.cid-sL5UmqMLXS .mbr-text,
.cid-sL5UmqMLXS .mbr-section-btn {
  color: #999999;
}
.cid-sL5UmqMLXS H1 {
  color: #233d63;
}
.cid-sL5QGUua1e {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sL5QGUua1e .mbr-overlay {
  background: #5eeebb;
}
.cid-sL5QGUua1e .column2 {
  margin-top: 150px;
}
.cid-sL5QGUua1e .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-sL5QGUua1e .card:hover .image img {
  transform: scale(1.1);
}
.cid-sL5QGUua1e .card:hover .card__content {
  left: 35px;
}
.cid-sL5QGUua1e .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-sL5QGUua1e .image img {
  width: 100%;
  height: 740px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-sL5QGUua1e .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-sL5QGUua1e .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #fac72e;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-sL5QGUua1e .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-sL5QGUua1e .card__title {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-sL5QGUua1e .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sL5QGUua1e .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL5QGUua1e .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-sL5QGUua1e .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-sL5QGUua1e .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-sL5QGUua1e .image {
    max-height: 450px;
  }
}
.cid-sL5URQPNhl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #233d63;
}
.cid-sL5URQPNhl .container {
  pointer-events: none;
  z-index: 1;
}
.cid-sL5URQPNhl .subtitle__block,
.cid-sL5URQPNhl .title__block,
.cid-sL5URQPNhl .buttons__block {
  pointer-events: all;
}
.cid-sL5URQPNhl .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-sL5URQPNhl .subtitle__block SPAN {
  color: #fac72e;
}
.cid-sL5URQPNhl .mbr-section-subtitle {
  display: inline-block;
}
.cid-sL5URQPNhl .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-sL5URQPNhl .mbr-text {
  margin-top: 35px;
}
.cid-sL5URQPNhl .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-sL5URQPNhl .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-sL5URQPNhl .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #27c3ff 0%, rgba(39, 195, 255, 0.85) 100%) !important;
}
.cid-sL5URQPNhl .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sL5URQPNhl .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sL5URQPNhl .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-sL5URQPNhl .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-sL5URQPNhl .mbr-figure:hover {
  color: #27c3ff;
  cursor: pointer;
}
.cid-sL5URQPNhl .mbr-figure:hover .mbr-media {
  border-color: #27c3ff;
  color: #27c3ff;
}
@media (max-width: 575px) {
  .cid-sL5URQPNhl .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sL5URQPNhl .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sL5URQPNhl .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sL5URQPNhl .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sL5URQPNhl .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-sL5URQPNhl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sL5URQPNhl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sL5URQPNhl .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sL5URQPNhl 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-sL5URQPNhl a.close:hover {
  color: #ffffff;
}
.cid-sL5URQPNhl .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-sL5URQPNhl .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-sL5URQPNhl .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #fac72e;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-sL5URQPNhl .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #27c3ff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-sL5URQPNhl .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #fac72e;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-sL5URQPNhl .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #f47b5b;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-sL5URQPNhl .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fac72e;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@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-sL5URQPNhl .mbr-section-title,
.cid-sL5URQPNhl .subtitle__wrap {
  color: #ffffff;
}
.cid-sL5URQPNhl .mbr-text,
.cid-sL5URQPNhl .buttons__block {
  color: #ffffff;
}
.cid-sL60On5P6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-sL60On5P6O .main_header {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-sL60On5P6O .main_header {
    margin-bottom: 3rem;
  }
}
.cid-sL60On5P6O .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sL60On5P6O .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #233d63;
}
.cid-sL60On5P6O .mbr-text {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-sL60On5P6O .content_box {
  max-width: 42rem;
}
.cid-sL60On5P6O img,
.cid-sL60On5P6O .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-sL60On5P6O .item:focus,
.cid-sL60On5P6O span:focus {
  outline: none;
}
.cid-sL60On5P6O .item-img {
  position: relative;
}
.cid-sL60On5P6O .item_descr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  text-align: center;
  cursor: default;
  padding: 0 1rem;
}
.cid-sL60On5P6O .item {
  cursor: pointer;
}
.cid-sL60On5P6O .item:nth-child(odd) .item-wrapper {
  padding-right: 1rem;
}
.cid-sL60On5P6O .item:nth-child(even) .item-wrapper {
  padding-left: 1rem;
}
.cid-sL60On5P6O .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-sL60On5P6O .item-wrapper {
    padding: 0 0 3rem 0 !important;
  }
}
.cid-sL60On5P6O .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sL60On5P6O .item-title {
  text-align: left;
  flex: 1 1 0;
}
.cid-sL60On5P6O .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 767px) {
  .cid-sL60On5P6O .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sL60On5P6O .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-sL60On5P6O .item-content {
    margin-bottom: .75rem;
  }
}
.cid-sLb0O8lHCD {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dsc04415-2000x1334.jpg");
  background-position: right;
}
.cid-sLb0O8lHCD .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sLb0O8lHCD .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sLb0O8lHCD .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sLb0O8lHCD img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sLb0O8lHCD .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sLb0O8lHCD H1 {
  color: #ffffff;
}
.cid-sIlXHj8r7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sIlXHj8r7m .container {
  pointer-events: none;
  z-index: 10;
}
.cid-sIlXHj8r7m .mbr-section-subtitle,
.cid-sIlXHj8r7m .title,
.cid-sIlXHj8r7m .mbr-text,
.cid-sIlXHj8r7m .phone,
.cid-sIlXHj8r7m .subscribe__form {
  pointer-events: all;
}
.cid-sIlXHj8r7m .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #64697a;
}
.cid-sIlXHj8r7m .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-sIlXHj8r7m .mbr-section-title span {
  font-weight: 500;
}
.cid-sIlXHj8r7m .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(250, 199, 46, 0.65) 0%, rgba(250, 199, 46, 0.65) 100%) !important;
}
.cid-sIlXHj8r7m .mbr-text {
  margin-bottom: 15px;
}
.cid-sIlXHj8r7m .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-sIlXHj8r7m .form-group {
  margin-bottom: 0;
}
.cid-sIlXHj8r7m .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sIlXHj8r7m .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sIlXHj8r7m .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sIlXHj8r7m .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sIlXHj8r7m .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sIlXHj8r7m .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sIlXHj8r7m .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(250, 199, 46, 0.65) 0%, rgba(250, 199, 46, 0.65) 100%) !important;
}
.cid-sIlXHj8r7m .phone {
  color: #000000;
}
.cid-sIlXHj8r7m .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-sIlXHj8r7m .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-sIlXHj8r7m .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(250, 199, 46, 0.1);
}
@media (max-width: 1199px) {
  .cid-sIlXHj8r7m .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sIlXHj8r7m .image__background .circle__image1 {
    display: none;
  }
}
.cid-sIlXHj8r7m .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(39, 195, 255, 0.23);
}
@media (max-width: 1199px) {
  .cid-sIlXHj8r7m .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sIlXHj8r7m .image__background .circle__image2 {
    display: none;
  }
}
.cid-sIlXHj8r7m .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-sIlXHj8r7m .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #fac72e;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sIlXHj8r7m .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #f47b5b;
  animation: animationTwo 25s infinite linear;
}
.cid-sIlXHj8r7m .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #27c3ff;
  animation: animationOne 35s 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-tOTlR6jXDI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #fbfcff;
}
.cid-tOTlR6jXDI .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tOTlR6jXDI .subtitle__block,
.cid-tOTlR6jXDI .title__block,
.cid-tOTlR6jXDI .buttons__block {
  pointer-events: all;
}
.cid-tOTlR6jXDI .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tOTlR6jXDI .subtitle__block SPAN {
  color: #fac72e;
}
.cid-tOTlR6jXDI .mbr-section-subtitle {
  display: inline-block;
}
.cid-tOTlR6jXDI .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tOTlR6jXDI .mbr-text {
  margin-top: 35px;
}
.cid-tOTlR6jXDI .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tOTlR6jXDI .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tOTlR6jXDI .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #27c3ff 0%, rgba(39, 195, 255, 0.85) 100%) !important;
}
.cid-tOTlR6jXDI .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tOTlR6jXDI .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tOTlR6jXDI .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tOTlR6jXDI .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tOTlR6jXDI .mbr-figure:hover {
  color: #27c3ff;
  cursor: pointer;
}
.cid-tOTlR6jXDI .mbr-figure:hover .mbr-media {
  border-color: #27c3ff;
  color: #27c3ff;
}
@media (max-width: 575px) {
  .cid-tOTlR6jXDI .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tOTlR6jXDI .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tOTlR6jXDI .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tOTlR6jXDI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tOTlR6jXDI .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tOTlR6jXDI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tOTlR6jXDI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tOTlR6jXDI .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tOTlR6jXDI 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-tOTlR6jXDI a.close:hover {
  color: #ffffff;
}
.cid-tOTlR6jXDI .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-tOTlR6jXDI .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-tOTlR6jXDI .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #fac72e;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-tOTlR6jXDI .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #27c3ff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-tOTlR6jXDI .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #fac72e;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-tOTlR6jXDI .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #f47b5b;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-tOTlR6jXDI .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fac72e;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@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-tOTlR6jXDI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTlR6jXDI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sFoM7EmDrm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFoM7EmDrm .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFoM7EmDrm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFoM7EmDrm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFoM7EmDrm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFoM7EmDrm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sIlY0cpGUS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sIlY0cpGUS .container {
  pointer-events: none;
}
.cid-sIlY0cpGUS .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-sIlY0cpGUS .brand__text {
  padding: 12px 0 25px;
}
.cid-sIlY0cpGUS .brand__email {
  margin-bottom: 15px;
}
.cid-sIlY0cpGUS .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-sIlY0cpGUS .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-sIlY0cpGUS .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-sIlY0cpGUS .footer__items a:hover {
  color: #fac72e !important;
}
.cid-sIlY0cpGUS .social {
  margin-top: 30px;
}
.cid-sIlY0cpGUS .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #27c3ff;
  border-radius: 50%;
  margin-right: 10px;
  color: #27c3ff;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-sIlY0cpGUS .social .social__items:hover {
  background-color: #fac72e;
  border-color: #fac72e;
}
.cid-sIlY0cpGUS .social .social__items:hover span {
  color: #000000 !important;
}
.cid-sIlY0cpGUS .social .social__items:last-child {
  margin-right: 0;
}
.cid-sIlY0cpGUS .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-sIlY0cpGUS .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-sIlY0cpGUS .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-sIlY0cpGUS .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-sIlY0cpGUS .footer__bot_items a:hover {
  color: #fac72e !important;
}
.cid-sIlY0cpGUS .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-sIlY0cpGUS .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-sIlY0cpGUS .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #fac72e;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-sIlY0cpGUS .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-sIlY0cpGUS .divider {
    margin-top: 30px;
  }
  .cid-sIlY0cpGUS .footer__bottom {
    padding: 30px 0;
  }
  .cid-sIlY0cpGUS .align-right,
  .cid-sIlY0cpGUS .privacy {
    text-align: center;
  }
  .cid-sIlY0cpGUS .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-sIlY0cpGUS .brand__phone {
  color: #000000;
}
