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





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: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.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.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.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: #27c3ff !important;
}
.bg-success {
  background-color: #f47b5b !important;
}
.bg-info {
  background-color: #c647fe !important;
}
.bg-warning {
  background-color: #fbfcff !important;
}
.bg-danger {
  background-color: #88deff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #27c3ff !important;
  border-color: #27c3ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #27c3ff;
  border-color: #27c3ff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #27c3ff !important;
  border-color: #27c3ff !important;
}
.btn-primary:hover {
  background-color: #00aff3 !important;
  border-color: #00aff3 !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: #c647fe !important;
  border-color: #c647fe !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c647fe;
  border-color: #c647fe;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c647fe !important;
  border-color: #c647fe !important;
}
.btn-info:hover {
  background-color: #b614fe !important;
  border-color: #b614fe !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: #fbfcff !important;
  border-color: #fbfcff !important;
  color: #003ffb !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #003ffb !important;
  background-color: #fbfcff;
  border-color: #fbfcff;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #003ffb !important;
  background-color: #fbfcff !important;
  border-color: #fbfcff !important;
}
.btn-warning:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #88deff !important;
  border-color: #88deff !important;
  color: #006288 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #006288 !important;
  background-color: #88deff;
  border-color: #88deff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #006288 !important;
  background-color: #88deff !important;
  border-color: #88deff !important;
}
.btn-danger:hover {
  background-color: #bbecff !important;
  border-color: #55d0ff !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: #27c3ff;
  color: #27c3ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #27c3ff !important;
  border-color: #27c3ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #27c3ff !important;
  border-color: #27c3ff !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: #c647fe;
  color: #c647fe;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #c647fe !important;
  border-color: #c647fe;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c647fe !important;
  border-color: #c647fe !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: #fbfcff;
  color: #fbfcff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #003ffb !important;
  background: #fbfcff !important;
  border-color: #fbfcff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #003ffb !important;
  background-color: #fbfcff !important;
  border-color: #fbfcff !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #88deff;
  color: #88deff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #006288 !important;
  background: #88deff !important;
  border-color: #88deff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #006288 !important;
  background-color: #88deff !important;
  border-color: #88deff !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: #27c3ff !important;
}
.text-secondary {
  color: #273769 !important;
}
.text-success {
  color: #f47b5b !important;
}
.text-info {
  color: #c647fe !important;
}
.text-warning {
  color: #fbfcff !important;
}
.text-danger {
  color: #88deff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #008bc0 !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: #9a01de !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fbfcff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #22c2ff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #27c3ff !important;
}
.alert-success {
  background-color: #f47b5b;
}
.alert-info {
  background-color: #c647fe;
}
.alert-warning {
  background-color: #fbfcff;
}
.alert-danger {
  background-color: #88deff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #27c3ff;
  border-color: #27c3ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #27c3ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f3fcff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #27c3ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #27c3ff;
  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: #27c3ff;
  border-bottom-color: #27c3ff;
}
.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: #27c3ff !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-s1qveoHqWF {
  min-height: 114px !important;
  position: static;
  background: #ffffff;
}
.cid-s1qveoHqWF .nav-item,
.cid-s1qveoHqWF .nav-link,
.cid-s1qveoHqWF .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s1qveoHqWF .nav-item:hover,
.cid-s1qveoHqWF .nav-link:hover,
.cid-s1qveoHqWF .navbar-caption:hover {
  color: #88deff !important;
}
.cid-s1qveoHqWF .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s1qveoHqWF .container,
.cid-s1qveoHqWF .container-fluid {
  position: static;
}
.cid-s1qveoHqWF .container-fluid,
.cid-s1qveoHqWF .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s1qveoHqWF .navbar-brand {
  padding: 0;
}
.cid-s1qveoHqWF .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1qveoHqWF .widget p,
.cid-s1qveoHqWF .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s1qveoHqWF .widget p a,
.cid-s1qveoHqWF .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s1qveoHqWF .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-s1qveoHqWF .icons__wrap:hover {
  color: #000000;
  background-color: #88deff;
  border-color: #88deff;
}
.cid-s1qveoHqWF .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s1qveoHqWF .block__phone,
  .cid-s1qveoHqWF .icons-menu {
    display: none;
  }
  .cid-s1qveoHqWF .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s1qveoHqWF .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #88deff !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s1qveoHqWF .mbr-section-btn .btn-secondary:hover {
  background-color: #88deff !important;
  color: #ffffff !important;
}
.cid-s1qveoHqWF .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-s1qveoHqWF .navbar > .container,
.cid-s1qveoHqWF .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s1qveoHqWF .btn {
    white-space: nowrap;
  }
  .cid-s1qveoHqWF .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-s1qveoHqWF .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-s1qveoHqWF .dropdown-toggle::after,
  .cid-s1qveoHqWF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s1qveoHqWF .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s1qveoHqWF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-s1qveoHqWF .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-s1qveoHqWF .dropdown-menu .dropdown-item:hover {
  color: #88deff !important;
}
.cid-s1qveoHqWF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s1qveoHqWF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s1qveoHqWF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s1qveoHqWF .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-s1qveoHqWF .nav-item:focus,
.cid-s1qveoHqWF .nav-link:focus {
  outline: none;
}
.cid-s1qveoHqWF .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-s1qveoHqWF .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s1qveoHqWF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-s1qveoHqWF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s1qveoHqWF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s1qveoHqWF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1qveoHqWF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s1qveoHqWF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1qveoHqWF .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-s1qveoHqWF .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-s1qveoHqWF .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s1qveoHqWF .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-s1qveoHqWF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1qveoHqWF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1qveoHqWF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 105px - 1rem);
  }
}
.cid-s1qveoHqWF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1qveoHqWF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1qveoHqWF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s1qveoHqWF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1qveoHqWF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1qveoHqWF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1qveoHqWF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1qveoHqWF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s1qveoHqWF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s1qveoHqWF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1qveoHqWF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s1qveoHqWF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s1qveoHqWF .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s1qveoHqWF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1qveoHqWF .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s1qveoHqWF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s1qveoHqWF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1qveoHqWF .dropdown-item.active,
.cid-s1qveoHqWF .dropdown-item:active {
  background-color: transparent;
}
.cid-s1qveoHqWF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1qveoHqWF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s1qveoHqWF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1qveoHqWF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2149;
}
.cid-s1qveoHqWF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1qveoHqWF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1qveoHqWF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1qveoHqWF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1qveoHqWF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1qveoHqWF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1qveoHqWF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1qveoHqWF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1qveoHqWF .navbar-dropdown {
  position: absolute;
}
.cid-s1qveoHqWF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s1qveoHqWF a.nav-link:hover {
  color: #88deff !important;
}
@media (max-width: 991px) {
  .cid-s1qveoHqWF .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s1qveoHqWF .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-s1qveoHqWF .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s1qveoHqWF .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-s1qveoHqWF .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s1qveoHqWF .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s1qveoHqWF .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-s1qveoHqWF .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s1qveoHqWF .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s1qveoHqWF .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s1qveoHqWF a.nav-link {
    justify-content: flex-start;
  }
  .cid-s1qveoHqWF ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s1qveoHqWF .navbar-brand {
    padding: 0;
  }
  .cid-s1qveoHqWF .block__phone,
  .cid-s1qveoHqWF .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s1qveoHqWF .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1qveoHqWF .navbar {
    height: 97px;
  }
  .cid-s1qveoHqWF .navbar.opened {
    height: auto;
  }
  .cid-s1qveoHqWF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVBt1wByW0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dsc-0360-1920-1920x1282.jpg");
}
.cid-tVBt1wByW0 .container {
  pointer-events: none;
}
.cid-tVBt1wByW0 .mbr-section-subtitle,
.cid-tVBt1wByW0 .title,
.cid-tVBt1wByW0 .mbr-text,
.cid-tVBt1wByW0 .phone,
.cid-tVBt1wByW0 .subscribe__form {
  pointer-events: all;
}
.cid-tVBt1wByW0 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
  text-align: center;
}
.cid-tVBt1wByW0 .mbr-section-title {
  color: #233d63;
}
.cid-tVBt1wByW0 .mbr-section-title span {
  font-weight: 300;
}
.cid-tVBt1wByW0 .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(136, 222, 255, 0.65) 0%, rgba(251, 252, 255, 0.65) 100%) !important;
}
.cid-tVBt1wByW0 .mbr-text {
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}
.cid-tVBt1wByW0 .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
  margin-right: 60px;
  margin-left: 0;
}
.cid-tVBt1wByW0 .form-group {
  margin-bottom: 0;
}
.cid-tVBt1wByW0 .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #185f7e;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #5842ff;
}
.cid-tVBt1wByW0 .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #5842ff;
}
.cid-tVBt1wByW0 .dragArea input::-webkit-input-placeholder {
  color: #185f7e;
  opacity: .8;
}
.cid-tVBt1wByW0 .dragArea input::-moz-placeholder {
  color: #185f7e;
  opacity: .8;
}
.cid-tVBt1wByW0 .dragArea textarea::-webkit-input-placeholder {
  color: #185f7e;
  opacity: .8;
}
.cid-tVBt1wByW0 .dragArea textarea::-moz-placeholder {
  color: #185f7e;
  opacity: .8;
}
.cid-tVBt1wByW0 .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(136, 222, 255, 0.65) 0%, rgba(251, 252, 255, 0.65) 100%) !important;
}
.cid-tVBt1wByW0 .phone {
  color: #ffffff;
  text-align: center;
}
.cid-tVBt1wByW0 .box {
  margin-left: auto;
  margin-right: auto;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-tVBt1wByW0 .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-tVBt1wByW0 .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-tVBt1wByW0 .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #fbfcff;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tVBt1wByW0 .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-tVBt1wByW0 .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #c647fe;
  animation: animationOne 35s infinite linear;
}
.cid-tVBt1wByW0 .mbr-section-title,
.cid-tVBt1wByW0 .title {
  color: #ffffff;
  text-align: center;
}
.cid-s1qB5FuQGM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1qB5FuQGM .container-fluid {
  padding: 0 3rem;
}
.cid-s1qB5FuQGM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #27c3ff, #273769);
  display: inline-block;
}
.cid-s1qB5FuQGM .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1qB5FuQGM .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s1qB5FuQGM .card .card-wrapper {
  height: 1%;
}
.cid-s1qB5FuQGM .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-s1qB5FuQGM .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s1qB5FuQGM .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #185f7e;
}
.cid-s1qB5FuQGM .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-s1qB5FuQGM .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-s1qB5FuQGM .container-fluid {
    padding: 0 1rem;
  }
}
.cid-s1wV0UuuR2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1wV0UuuR2 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s1wV0UuuR2 .container {
    position: relative;
  }
  .cid-s1wV0UuuR2 .row {
    margin: 0;
  }
  .cid-s1wV0UuuR2 h2 {
    margin: 0;
  }
}
.cid-s1wV0UuuR2 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-s1wV0UuuR2 .mbr-text {
  margin-top: 1.4rem;
}
.cid-s1wV0UuuR2 h2 {
  color: #6a6c72;
}
.cid-s1wOZ9YBHZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1wOZ9YBHZ .mbr-text {
  color: #767676;
}
.cid-s1wOZ9YBHZ .card-subtitle {
  margin: 0;
}
.cid-s1wOZ9YBHZ .link {
  margin: 0;
}
.cid-s1wOZ9YBHZ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s1wOZ9YBHZ img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s1wOZ9YBHZ .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s1wOZ9YBHZ .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s1wOZ9YBHZ .card-img:hover:before {
  opacity: 0.4;
}
.cid-s1wOZ9YBHZ .card-img:hover img {
  transform: scale(1.05);
}
.cid-s1wOZ9YBHZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s1wOZ9YBHZ .card {
    margin-bottom: 3rem;
  }
}
.cid-s1wUQyNxoc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1wUQyNxoc h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s1wUQyNxoc .container {
    position: relative;
  }
  .cid-s1wUQyNxoc .row {
    margin: 0;
  }
  .cid-s1wUQyNxoc h2 {
    margin: 0;
  }
}
.cid-s1wUQyNxoc .mbr-section-subtitle {
  color: #e9204f;
}
.cid-s1wUQyNxoc .mbr-text {
  margin-top: 1.4rem;
}
.cid-s1wUQyNxoc h2 {
  color: #6a6c72;
}
.cid-s1wOpkLfHz {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1wOpkLfHz .mbr-text {
  color: #767676;
}
.cid-s1wOpkLfHz .card-subtitle {
  margin: 0;
}
.cid-s1wOpkLfHz .link {
  margin: 0;
  color: #1a1a1a;
}
.cid-s1wOpkLfHz .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s1wOpkLfHz .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s1wOpkLfHz .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-s1wOpkLfHz .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-s1wOpkLfHz .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s1wOpkLfHz .date {
  margin: 0;
}
.cid-s1wOpkLfHz img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s1wOpkLfHz .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s1wOpkLfHz .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s1wOpkLfHz .card-img:hover:before {
  opacity: 0.4;
}
.cid-s1wOpkLfHz .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-s1wOpkLfHz .icon-box {
    flex-direction: column;
  }
  .cid-s1wOpkLfHz .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-s1wOpkLfHz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s1wOpkLfHz .card {
    margin-bottom: 3rem;
  }
}
.cid-s1Mz6l3feG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1Mz6l3feG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1Mz6l3feG .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s1Mz6l3feG .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s1Mz6l3feG .carousel-item.active,
.cid-s1Mz6l3feG .carousel-item-next,
.cid-s1Mz6l3feG .carousel-item-prev {
  display: flex;
}
.cid-s1Mz6l3feG .carousel-controls a {
  transition: opacity .5s;
}
.cid-s1Mz6l3feG .carousel-controls a:hover span,
.cid-s1Mz6l3feG .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s1Mz6l3feG .carousel-controls a:hover svg,
.cid-s1Mz6l3feG .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s1Mz6l3feG .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s1Mz6l3feG .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s1Mz6l3feG .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s1Mz6l3feG .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s1Mz6l3feG .user_text {
  color: #767676;
}
.cid-s1Mz6l3feG .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s1Mz6l3feG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #27c3ff, #273769);
  display: inline-block;
}
.cid-s1Mz6l3feG .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s1Mz6l3feG svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s1Mz6l3feG .user_name {
  color: #149dcc;
}
.cid-s1Mz6l3feG .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s1Mz6l3feG .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s1Mz6l3feG .testimonials-quote,
  .cid-s1Mz6l3feG .user_text,
  .cid-s1Mz6l3feG .user_name,
  .cid-s1Mz6l3feG .user_desk {
    text-align: center !important;
  }
  .cid-s1Mz6l3feG .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s1Mz6l3feG .mbr-section-title,
  .cid-s1Mz6l3feG .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s1Mz6l3feG .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s1Mz6l3feG .carousel-control-next span {
    left: -1rem;
  }
  .cid-s1Mz6l3feG .user-text {
    padding-right: 2rem;
  }
  .cid-s1Mz6l3feG .carousel-control-prev,
  .cid-s1Mz6l3feG .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-tVBsMhknbW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tVBsMhknbW .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/hamam-parus-800-800x533.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tVBsMhknbW .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tVBsMhknbW .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #185f7e;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tVBsMhknbW .mbr-form {
  width: 100%;
}
.cid-tVBsMhknbW .form-group {
  margin-bottom: 0;
}
.cid-tVBsMhknbW .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #185f7e;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tVBsMhknbW .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #185f7e;
}
.cid-tVBsMhknbW .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-tVBsMhknbW .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-tVBsMhknbW .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-tVBsMhknbW .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-tVBsMhknbW .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tVBsMhknbW .title__block {
  padding-left: 50px;
}
.cid-tVBsMhknbW .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tVBsMhknbW .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tVBsMhknbW .mbr-text {
  margin-bottom: 10px;
}
.cid-tVBsMhknbW .phone {
  color: #27c3ff;
}
@media (max-width: 991px) {
  .cid-tVBsMhknbW .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tVBsMhknbW .form__wrap {
    position: static;
  }
  .cid-tVBsMhknbW .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tVBsMhknbW .subscribe__form {
    order: 1;
  }
  .cid-tVBsMhknbW .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-s1wJCPHFg7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1wJCPHFg7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-s1wJCPHFg7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1wJCPHFg7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-s1wJCPHFg7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1wJCPHFg7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s1wJCPHFg7 .container-fluid {
  padding: 0;
}
.cid-s1wJCPHFg7 .relative {
  position: relative;
  width: 100%;
}
.cid-s1wJCPHFg7 .mbr-section-title {
  color: #656565;
}
.cid-s1wJCPHFg7 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-s1wJCPHFg7 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-s1wJCPHFg7 .title {
  text-align: center;
  color: #ffffff;
}
.cid-s1wJCPHFg7 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-s1wJCPHFg7 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-s1wIKrQssK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-s1wIKrQssK a:link {
  text-decoration: none;
}
.cid-s1wIKrQssK .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s1wIKrQssK .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s1wIKrQssK .inner-text {
  line-height: 3em;
}
.cid-s1wIKrQssK .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1wIKrQssK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s1wIKrQssK .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s1wIKrQssK .content-text,
.cid-s1wIKrQssK .inner-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-tVBoWd9CPD {
  min-height: 114px !important;
  position: static;
  background: #ffffff;
}
.cid-tVBoWd9CPD .nav-item,
.cid-tVBoWd9CPD .nav-link,
.cid-tVBoWd9CPD .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tVBoWd9CPD .nav-item:hover,
.cid-tVBoWd9CPD .nav-link:hover,
.cid-tVBoWd9CPD .navbar-caption:hover {
  color: #88deff !important;
}
.cid-tVBoWd9CPD .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tVBoWd9CPD .container,
.cid-tVBoWd9CPD .container-fluid {
  position: static;
}
.cid-tVBoWd9CPD .container-fluid,
.cid-tVBoWd9CPD .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tVBoWd9CPD .navbar-brand {
  padding: 0;
}
.cid-tVBoWd9CPD .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVBoWd9CPD .widget p,
.cid-tVBoWd9CPD .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tVBoWd9CPD .widget p a,
.cid-tVBoWd9CPD .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tVBoWd9CPD .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-tVBoWd9CPD .icons__wrap:hover {
  color: #000000;
  background-color: #88deff;
  border-color: #88deff;
}
.cid-tVBoWd9CPD .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tVBoWd9CPD .block__phone,
  .cid-tVBoWd9CPD .icons-menu {
    display: none;
  }
  .cid-tVBoWd9CPD .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tVBoWd9CPD .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #88deff !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tVBoWd9CPD .mbr-section-btn .btn-secondary:hover {
  background-color: #88deff !important;
  color: #ffffff !important;
}
.cid-tVBoWd9CPD .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-tVBoWd9CPD .navbar > .container,
.cid-tVBoWd9CPD .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tVBoWd9CPD .btn {
    white-space: nowrap;
  }
  .cid-tVBoWd9CPD .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tVBoWd9CPD .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-tVBoWd9CPD .dropdown-toggle::after,
  .cid-tVBoWd9CPD .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tVBoWd9CPD .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tVBoWd9CPD .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-tVBoWd9CPD .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-tVBoWd9CPD .dropdown-menu .dropdown-item:hover {
  color: #88deff !important;
}
.cid-tVBoWd9CPD .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tVBoWd9CPD .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tVBoWd9CPD .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tVBoWd9CPD .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-tVBoWd9CPD .nav-item:focus,
.cid-tVBoWd9CPD .nav-link:focus {
  outline: none;
}
.cid-tVBoWd9CPD .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-tVBoWd9CPD .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tVBoWd9CPD .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-tVBoWd9CPD .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tVBoWd9CPD .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tVBoWd9CPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVBoWd9CPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tVBoWd9CPD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVBoWd9CPD .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-tVBoWd9CPD .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-tVBoWd9CPD .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tVBoWd9CPD .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-tVBoWd9CPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVBoWd9CPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVBoWd9CPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 105px - 1rem);
  }
}
.cid-tVBoWd9CPD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tVBoWd9CPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVBoWd9CPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tVBoWd9CPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVBoWd9CPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVBoWd9CPD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tVBoWd9CPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVBoWd9CPD .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tVBoWd9CPD .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tVBoWd9CPD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tVBoWd9CPD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tVBoWd9CPD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tVBoWd9CPD .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tVBoWd9CPD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVBoWd9CPD .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tVBoWd9CPD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tVBoWd9CPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVBoWd9CPD .dropdown-item.active,
.cid-tVBoWd9CPD .dropdown-item:active {
  background-color: transparent;
}
.cid-tVBoWd9CPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVBoWd9CPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tVBoWd9CPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVBoWd9CPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2149;
}
.cid-tVBoWd9CPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVBoWd9CPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVBoWd9CPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVBoWd9CPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVBoWd9CPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVBoWd9CPD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVBoWd9CPD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVBoWd9CPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVBoWd9CPD .navbar-dropdown {
  position: absolute;
}
.cid-tVBoWd9CPD a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tVBoWd9CPD a.nav-link:hover {
  color: #88deff !important;
}
@media (max-width: 991px) {
  .cid-tVBoWd9CPD .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tVBoWd9CPD .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-tVBoWd9CPD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tVBoWd9CPD .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-tVBoWd9CPD .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tVBoWd9CPD .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tVBoWd9CPD .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-tVBoWd9CPD .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tVBoWd9CPD .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tVBoWd9CPD .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tVBoWd9CPD a.nav-link {
    justify-content: flex-start;
  }
  .cid-tVBoWd9CPD ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tVBoWd9CPD .navbar-brand {
    padding: 0;
  }
  .cid-tVBoWd9CPD .block__phone,
  .cid-tVBoWd9CPD .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tVBoWd9CPD .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVBoWd9CPD .navbar {
    height: 97px;
  }
  .cid-tVBoWd9CPD .navbar.opened {
    height: auto;
  }
  .cid-tVBoWd9CPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVBoWfiRf3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/parogeneratory-pravila-ustanovki-4-2000x1125.jpg");
}
.cid-tVBoWfiRf3 .container {
  pointer-events: none;
}
.cid-tVBoWfiRf3 .mbr-section-subtitle,
.cid-tVBoWfiRf3 .title,
.cid-tVBoWfiRf3 .mbr-text,
.cid-tVBoWfiRf3 .phone,
.cid-tVBoWfiRf3 .subscribe__form {
  pointer-events: all;
}
.cid-tVBoWfiRf3 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
  text-align: center;
}
.cid-tVBoWfiRf3 .mbr-section-title {
  color: #233d63;
}
.cid-tVBoWfiRf3 .mbr-section-title span {
  font-weight: 300;
}
.cid-tVBoWfiRf3 .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(136, 222, 255, 0.65) 0%, rgba(251, 252, 255, 0.65) 100%) !important;
}
.cid-tVBoWfiRf3 .mbr-text {
  margin-bottom: 15px;
  color: #f0bf79;
  text-align: center;
}
.cid-tVBoWfiRf3 .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
  margin-right: 60px;
  margin-left: 0;
}
.cid-tVBoWfiRf3 .form-group {
  margin-bottom: 0;
}
.cid-tVBoWfiRf3 .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #185f7e;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #5842ff;
}
.cid-tVBoWfiRf3 .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #5842ff;
}
.cid-tVBoWfiRf3 .dragArea input::-webkit-input-placeholder {
  color: #185f7e;
  opacity: .8;
}
.cid-tVBoWfiRf3 .dragArea input::-moz-placeholder {
  color: #185f7e;
  opacity: .8;
}
.cid-tVBoWfiRf3 .dragArea textarea::-webkit-input-placeholder {
  color: #185f7e;
  opacity: .8;
}
.cid-tVBoWfiRf3 .dragArea textarea::-moz-placeholder {
  color: #185f7e;
  opacity: .8;
}
.cid-tVBoWfiRf3 .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(136, 222, 255, 0.65) 0%, rgba(251, 252, 255, 0.65) 100%) !important;
}
.cid-tVBoWfiRf3 .phone {
  color: #ffffff;
  text-align: center;
}
.cid-tVBoWfiRf3 .box {
  margin-left: auto;
  margin-right: auto;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-tVBoWfiRf3 .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-tVBoWfiRf3 .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-tVBoWfiRf3 .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #fbfcff;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tVBoWfiRf3 .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-tVBoWfiRf3 .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #c647fe;
  animation: animationOne 35s infinite linear;
}
.cid-tVBoWfiRf3 .mbr-section-title,
.cid-tVBoWfiRf3 .title {
  color: #ffffff;
  text-align: center;
}
.cid-tVBoWnLeBH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tVBoWnLeBH h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tVBoWnLeBH .container {
    position: relative;
  }
  .cid-tVBoWnLeBH .row {
    margin: 0;
  }
  .cid-tVBoWnLeBH h2 {
    margin: 0;
  }
}
.cid-tVBoWnLeBH .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tVBoWnLeBH .mbr-text {
  margin-top: 1.4rem;
}
.cid-tVBoWnLeBH h2 {
  color: #6a6c72;
}
.cid-tVBoWoJL6W {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tVBoWoJL6W .mbr-text {
  color: #767676;
}
.cid-tVBoWoJL6W .card-subtitle {
  margin: 0;
}
.cid-tVBoWoJL6W .link {
  margin: 0;
  color: #1a1a1a;
}
.cid-tVBoWoJL6W .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tVBoWoJL6W .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tVBoWoJL6W .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-tVBoWoJL6W .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-tVBoWoJL6W .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-tVBoWoJL6W .date {
  margin: 0;
}
.cid-tVBoWoJL6W img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tVBoWoJL6W .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tVBoWoJL6W .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tVBoWoJL6W .card-img:hover:before {
  opacity: 0.4;
}
.cid-tVBoWoJL6W .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tVBoWoJL6W .icon-box {
    flex-direction: column;
  }
  .cid-tVBoWoJL6W .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-tVBoWoJL6W .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tVBoWoJL6W .card {
    margin-bottom: 3rem;
  }
}
.cid-u00LMnXGOn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u00LMnXGOn .mbr-text {
  color: #767676;
}
.cid-u00LMnXGOn .card-subtitle {
  margin: 0;
}
.cid-u00LMnXGOn .link {
  margin: 0;
  color: #1a1a1a;
}
.cid-u00LMnXGOn .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-u00LMnXGOn .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-u00LMnXGOn .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-u00LMnXGOn .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-u00LMnXGOn .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-u00LMnXGOn .date {
  margin: 0;
}
.cid-u00LMnXGOn img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-u00LMnXGOn .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-u00LMnXGOn .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u00LMnXGOn .card-img:hover:before {
  opacity: 0.4;
}
.cid-u00LMnXGOn .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-u00LMnXGOn .icon-box {
    flex-direction: column;
  }
  .cid-u00LMnXGOn .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-u00LMnXGOn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u00LMnXGOn .card {
    margin-bottom: 3rem;
  }
}
.cid-u00OmrxXVz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u00OmrxXVz h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u00OmrxXVz .container {
    position: relative;
  }
  .cid-u00OmrxXVz .row {
    margin: 0;
  }
  .cid-u00OmrxXVz h2 {
    margin: 0;
  }
}
.cid-u00OmrxXVz .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u00OmrxXVz .mbr-text {
  margin-top: 1.4rem;
}
.cid-u00OmrxXVz h2 {
  color: #6a6c72;
}
.cid-u00OqsJgMA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u00OqsJgMA .mbr-text {
  color: #767676;
}
.cid-u00OqsJgMA .card-subtitle {
  margin: 0;
}
.cid-u00OqsJgMA .link {
  margin: 0;
  color: #1a1a1a;
}
.cid-u00OqsJgMA .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-u00OqsJgMA .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-u00OqsJgMA .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-u00OqsJgMA .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-u00OqsJgMA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-u00OqsJgMA .date {
  margin: 0;
}
.cid-u00OqsJgMA img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-u00OqsJgMA .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-u00OqsJgMA .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u00OqsJgMA .card-img:hover:before {
  opacity: 0.4;
}
.cid-u00OqsJgMA .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-u00OqsJgMA .icon-box {
    flex-direction: column;
  }
  .cid-u00OqsJgMA .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-u00OqsJgMA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u00OqsJgMA .card {
    margin-bottom: 3rem;
  }
}
.cid-u00Or3mtDD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u00Or3mtDD .mbr-text {
  color: #767676;
}
.cid-u00Or3mtDD .card-subtitle {
  margin: 0;
}
.cid-u00Or3mtDD .link {
  margin: 0;
  color: #1a1a1a;
}
.cid-u00Or3mtDD .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-u00Or3mtDD .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-u00Or3mtDD .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-u00Or3mtDD .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-u00Or3mtDD .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-u00Or3mtDD .date {
  margin: 0;
}
.cid-u00Or3mtDD img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-u00Or3mtDD .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-u00Or3mtDD .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u00Or3mtDD .card-img:hover:before {
  opacity: 0.4;
}
.cid-u00Or3mtDD .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-u00Or3mtDD .icon-box {
    flex-direction: column;
  }
  .cid-u00Or3mtDD .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-u00Or3mtDD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u00Or3mtDD .card {
    margin-bottom: 3rem;
  }
}
.cid-tVBoWh9Pjw {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tVBoWh9Pjw .container-fluid {
  padding: 0 3rem;
}
.cid-tVBoWh9Pjw .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #27c3ff, #273769);
  display: inline-block;
}
.cid-tVBoWh9Pjw .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVBoWh9Pjw .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tVBoWh9Pjw .card .card-wrapper {
  height: 1%;
}
.cid-tVBoWh9Pjw .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-tVBoWh9Pjw .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tVBoWh9Pjw .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #185f7e;
}
.cid-tVBoWh9Pjw .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tVBoWh9Pjw .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-tVBoWh9Pjw .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tVBoWrcU5f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tVBoWrcU5f .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVBoWrcU5f .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-tVBoWrcU5f .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-tVBoWrcU5f .carousel-item.active,
.cid-tVBoWrcU5f .carousel-item-next,
.cid-tVBoWrcU5f .carousel-item-prev {
  display: flex;
}
.cid-tVBoWrcU5f .carousel-controls a {
  transition: opacity .5s;
}
.cid-tVBoWrcU5f .carousel-controls a:hover span,
.cid-tVBoWrcU5f .carousel-controls a:focus span {
  opacity: 1;
}
.cid-tVBoWrcU5f .carousel-controls a:hover svg,
.cid-tVBoWrcU5f .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-tVBoWrcU5f .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-tVBoWrcU5f .user_image {
  overflow: hidden;
  display: flex;
}
.cid-tVBoWrcU5f .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-tVBoWrcU5f .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tVBoWrcU5f .user_text {
  color: #767676;
}
.cid-tVBoWrcU5f .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tVBoWrcU5f .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #27c3ff, #273769);
  display: inline-block;
}
.cid-tVBoWrcU5f .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-tVBoWrcU5f svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-tVBoWrcU5f .user_name {
  color: #149dcc;
}
.cid-tVBoWrcU5f .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-tVBoWrcU5f .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-tVBoWrcU5f .testimonials-quote,
  .cid-tVBoWrcU5f .user_text,
  .cid-tVBoWrcU5f .user_name,
  .cid-tVBoWrcU5f .user_desk {
    text-align: center !important;
  }
  .cid-tVBoWrcU5f .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-tVBoWrcU5f .mbr-section-title,
  .cid-tVBoWrcU5f .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-tVBoWrcU5f .carousel-control-prev span {
    right: -1rem;
  }
  .cid-tVBoWrcU5f .carousel-control-next span {
    left: -1rem;
  }
  .cid-tVBoWrcU5f .user-text {
    padding-right: 2rem;
  }
  .cid-tVBoWrcU5f .carousel-control-prev,
  .cid-tVBoWrcU5f .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-tVBoWtIhDc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tVBoWtIhDc .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/hamam-parus-800-800x533.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tVBoWtIhDc .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tVBoWtIhDc .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #185f7e;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tVBoWtIhDc .mbr-form {
  width: 100%;
}
.cid-tVBoWtIhDc .form-group {
  margin-bottom: 0;
}
.cid-tVBoWtIhDc .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #185f7e;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tVBoWtIhDc .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #185f7e;
}
.cid-tVBoWtIhDc .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-tVBoWtIhDc .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-tVBoWtIhDc .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-tVBoWtIhDc .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-tVBoWtIhDc .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tVBoWtIhDc .title__block {
  padding-left: 50px;
}
.cid-tVBoWtIhDc .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tVBoWtIhDc .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tVBoWtIhDc .mbr-text {
  margin-bottom: 10px;
}
.cid-tVBoWtIhDc .phone {
  color: #27c3ff;
}
@media (max-width: 991px) {
  .cid-tVBoWtIhDc .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tVBoWtIhDc .form__wrap {
    position: static;
  }
  .cid-tVBoWtIhDc .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tVBoWtIhDc .subscribe__form {
    order: 1;
  }
  .cid-tVBoWtIhDc .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tVBoWw11Ae {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVBoWw11Ae .google-map {
  height: 25rem;
  position: relative;
}
.cid-tVBoWw11Ae .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tVBoWw11Ae .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tVBoWw11Ae .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVBoWw11Ae .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVBoWw11Ae .container-fluid {
  padding: 0;
}
.cid-tVBoWw11Ae .relative {
  position: relative;
  width: 100%;
}
.cid-tVBoWw11Ae .mbr-section-title {
  color: #656565;
}
.cid-tVBoWw11Ae .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-tVBoWw11Ae .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tVBoWw11Ae .title {
  text-align: center;
  color: #ffffff;
}
.cid-tVBoWw11Ae .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-tVBoWw11Ae .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tVBoWxrXYQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tVBoWxrXYQ a:link {
  text-decoration: none;
}
.cid-tVBoWxrXYQ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tVBoWxrXYQ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tVBoWxrXYQ .inner-text {
  line-height: 3em;
}
.cid-tVBoWxrXYQ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVBoWxrXYQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tVBoWxrXYQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tVBoWxrXYQ .content-text,
.cid-tVBoWxrXYQ .inner-text {
  color: #c1c1c1;
  text-align: left;
}
