body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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-4 {
    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))));
  }
  .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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  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,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-s5dY1hl3e0 .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-s5dY1hl3e0 .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-s5dY1hl3e0 a {
  font-style: normal;
}
.cid-s5dY1hl3e0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5dY1hl3e0 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s5dY1hl3e0 .nav-item:focus,
.cid-s5dY1hl3e0 .nav-link:focus {
  outline: none;
}
.cid-s5dY1hl3e0 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s5dY1hl3e0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5dY1hl3e0 .menu-logo {
  margin-right: auto;
}
.cid-s5dY1hl3e0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s5dY1hl3e0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5dY1hl3e0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5dY1hl3e0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5dY1hl3e0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5dY1hl3e0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5dY1hl3e0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5dY1hl3e0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5dY1hl3e0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5dY1hl3e0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5dY1hl3e0 .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5dY1hl3e0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5dY1hl3e0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5dY1hl3e0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5dY1hl3e0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5dY1hl3e0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5dY1hl3e0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5dY1hl3e0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5dY1hl3e0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5dY1hl3e0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5dY1hl3e0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5dY1hl3e0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5dY1hl3e0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5dY1hl3e0 button.navbar-toggler:focus {
  outline: none;
}
.cid-s5dY1hl3e0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5dY1hl3e0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5dY1hl3e0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5dY1hl3e0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5dY1hl3e0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5dY1hl3e0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5dY1hl3e0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5dY1hl3e0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5dY1hl3e0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5dY1hl3e0 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s5dY1hl3e0 .collapsed .btn {
  display: flex;
}
.cid-s5dY1hl3e0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5dY1hl3e0 .collapsed .navbar-collapse.collapsing,
.cid-s5dY1hl3e0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5dY1hl3e0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5dY1hl3e0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5dY1hl3e0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5dY1hl3e0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5dY1hl3e0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s5dY1hl3e0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s5dY1hl3e0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5dY1hl3e0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5dY1hl3e0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5dY1hl3e0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s5dY1hl3e0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5dY1hl3e0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5dY1hl3e0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5dY1hl3e0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5dY1hl3e0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5dY1hl3e0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5dY1hl3e0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5dY1hl3e0 .navbar-expand {
    flex-direction: column;
  }
  .cid-s5dY1hl3e0 img {
    height: 3.8rem !important;
  }
  .cid-s5dY1hl3e0 .btn {
    display: flex;
  }
  .cid-s5dY1hl3e0 button.navbar-toggler {
    display: block;
  }
  .cid-s5dY1hl3e0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5dY1hl3e0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5dY1hl3e0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5dY1hl3e0 .navbar-collapse.collapsing,
  .cid-s5dY1hl3e0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5dY1hl3e0 .navbar-collapse.collapsing .navbar-nav,
  .cid-s5dY1hl3e0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5dY1hl3e0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5dY1hl3e0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5dY1hl3e0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s5dY1hl3e0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5dY1hl3e0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5dY1hl3e0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5dY1hl3e0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5dY1hl3e0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5dY1hl3e0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5dY1hl3e0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5dY1hl3e0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5dY1hl3e0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s5dY1hl3e0 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s5dY1hl3e0 .navbar-collapse {
  flex-basis: auto;
}
.cid-s5dY1hl3e0 .nav-link:hover,
.cid-s5dY1hl3e0 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s5dYJiLKk8 {
  background-image: url("../../../assets/images/contact-bg-2000x1333.jpg");
}
.cid-s5dYJiLKk8 .form-control,
.cid-s5dYJiLKk8 .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-s5dYJiLKk8 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-s5dYJiLKk8 textarea.form-control {
  min-height: 188px;
}
.cid-s5dYJiLKk8 .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-s5dYJiLKk8 .content-container {
    padding-right: 5rem;
  }
}
.cid-scui1IqBfR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scui1IqBfR .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-scui1IqBfR .content {
    text-align: center;
  }
  .cid-scui1IqBfR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-scui1IqBfR .img-logo img {
  height: 6rem;
}
.cid-scui1IqBfR .form-group,
.cid-scui1IqBfR .input-group-btn {
  padding: 0;
}
.cid-scui1IqBfR .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-scui1IqBfR .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-scui1IqBfR .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-scui1IqBfR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-scui1IqBfR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-scui1IqBfR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scui1IqBfR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-scui1IqBfR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scui1IqBfR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scui1IqBfR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scui1IqBfR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-scui1IqBfR .foot-logo {
    text-align: center !important;
  }
  .cid-scui1IqBfR .foot-title {
    text-align: center !important;
  }
  .cid-scui1IqBfR .mbr-text {
    text-align: center !important;
  }
  .cid-scui1IqBfR .form-group {
    margin: 0;
  }
}
.cid-s5dY220LhN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s5dY220LhN .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-s5dY220LhN .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-s5dY220LhN .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-s5dY220LhN .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-s5dY220LhN .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-s5dY220LhN .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-s5dY220LhN .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-s5dY220LhN .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-s5dY220LhN .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-s5dY220LhN .btn-social + .btn {
  margin-left: .1rem;
}
.cid-s5dY220LhN [class^="socicon-"]:before,
.cid-s5dY220LhN [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s5dY220LhN .btn {
    font-size: 20px !important;
  }
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qTkA127IK8 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-qTkAaeaxX5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .content {
    text-align: center;
  }
  .cid-qTkAaeaxX5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTkAaeaxX5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTkAaeaxX5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTkAaeaxX5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTkAaeaxX5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-scoOIIKsQz {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/banner-3-2000x955.jpg");
}
.cid-uoPKrWTYyf {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPKrWTYyf .card-box {
  padding: 0 2rem;
}
.cid-uoPKrWTYyf .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPKrWTYyf .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPKrWTYyf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPKrWTYyf p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPKrWTYyf .mbr-text {
  color: #767676;
}
.cid-uoPKrWTYyf .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPKrWTYyf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPKrWTYyf .card-title {
  text-align: left;
}
.cid-scaB2eEYEJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-scaB2eEYEJ .mbr-section-subtitle,
.cid-scaB2eEYEJ .mbr-text {
  color: #767676;
}
.cid-scaB2eEYEJ .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scaB2eEYEJ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scaB2eEYEJ .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scaB2eEYEJ .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scaB2eEYEJ .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-scaB2eEYEJ .card-wrapper .card-img img {
  width: 100%;
}
.cid-scaB2eEYEJ .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scaB2eEYEJ .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scaB2eEYEJ .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scaB2eEYEJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scaB2eEYEJ .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scaB2eEYEJ .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-scaB2eEYEJ .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scaB2eEYEJ .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-scaB2eEYEJ .mbr-section-title {
  color: #ffffff;
}
.cid-scaB2eEYEJ .mbr-section-subtitle {
  color: #efefef;
}
.cid-scaBN5mJxl {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-scaBN5mJxl .mbr-section-subtitle,
.cid-scaBN5mJxl .mbr-text {
  color: #767676;
}
.cid-scaBN5mJxl .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scaBN5mJxl .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scaBN5mJxl .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scaBN5mJxl .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scaBN5mJxl .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-scaBN5mJxl .card-wrapper .card-img img {
  width: 100%;
}
.cid-scaBN5mJxl .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scaBN5mJxl .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scaBN5mJxl .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scaBN5mJxl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scaBN5mJxl .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scaBN5mJxl .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-scaBN5mJxl .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scaBN5mJxl .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-scb7DcEcac {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scb7DcEcac .mbr-section-subtitle,
.cid-scb7DcEcac .mbr-text {
  color: #767676;
}
.cid-scb7DcEcac .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scb7DcEcac .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scb7DcEcac .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scb7DcEcac .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scb7DcEcac .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-scb7DcEcac .card-wrapper .card-img img {
  width: 100%;
}
.cid-scb7DcEcac .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scb7DcEcac .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scb7DcEcac .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scb7DcEcac .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scb7DcEcac .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scb7DcEcac .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-scb7DcEcac .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scb7DcEcac .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-scbeU1Fvos {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scbeU1Fvos .mbr-section-subtitle,
.cid-scbeU1Fvos .mbr-text {
  color: #767676;
}
.cid-scbeU1Fvos .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scbeU1Fvos .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scbeU1Fvos .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scbeU1Fvos .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scbeU1Fvos .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-scbeU1Fvos .card-wrapper .card-img img {
  width: 100%;
}
.cid-scbeU1Fvos .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scbeU1Fvos .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scbeU1Fvos .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scbeU1Fvos .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scbeU1Fvos .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scbeU1Fvos .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-scbeU1Fvos .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scbeU1Fvos .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-scbi5O6YyR {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-scbi5O6YyR .mbr-section-subtitle,
.cid-scbi5O6YyR .mbr-text {
  color: #767676;
}
.cid-scbi5O6YyR .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scbi5O6YyR .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scbi5O6YyR .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scbi5O6YyR .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scbi5O6YyR .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-scbi5O6YyR .card-wrapper .card-img img {
  width: 100%;
}
.cid-scbi5O6YyR .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scbi5O6YyR .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scbi5O6YyR .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scbi5O6YyR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scbi5O6YyR .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scbi5O6YyR .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-scbi5O6YyR .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scbi5O6YyR .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-scbk5WRpky {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-scbk5WRpky .mbr-section-subtitle,
.cid-scbk5WRpky .mbr-text {
  color: #767676;
}
.cid-scbk5WRpky .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scbk5WRpky .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scbk5WRpky .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scbk5WRpky .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scbk5WRpky .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-scbk5WRpky .card-wrapper .card-img img {
  width: 100%;
}
.cid-scbk5WRpky .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scbk5WRpky .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scbk5WRpky .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scbk5WRpky .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scbk5WRpky .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scbk5WRpky .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-scbk5WRpky .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scbk5WRpky .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-scbk5WRpky .mbr-section-subtitle {
  color: #efefef;
}
.cid-scbk5WRpky .mbr-section-title {
  color: #ffffff;
}
.cid-scboyuD1RU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-scboyuD1RU .mbr-section-subtitle,
.cid-scboyuD1RU .mbr-text {
  color: #767676;
}
.cid-scboyuD1RU .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scboyuD1RU .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scboyuD1RU .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scboyuD1RU .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scboyuD1RU .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-scboyuD1RU .card-wrapper .card-img img {
  width: 100%;
}
.cid-scboyuD1RU .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scboyuD1RU .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scboyuD1RU .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scboyuD1RU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scboyuD1RU .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scboyuD1RU .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-scboyuD1RU .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scboyuD1RU .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-s5hG8lS9Qp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s5hGk4Jmb3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s5hGk4Jmb3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sg9YkJ3WEA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9YkJ3WEA .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9YkJ3WEA .content {
    text-align: center;
  }
  .cid-sg9YkJ3WEA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9YkJ3WEA .img-logo img {
  height: 6rem;
}
.cid-sg9YkJ3WEA .form-group,
.cid-sg9YkJ3WEA .input-group-btn {
  padding: 0;
}
.cid-sg9YkJ3WEA .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9YkJ3WEA .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9YkJ3WEA .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9YkJ3WEA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9YkJ3WEA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9YkJ3WEA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9YkJ3WEA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9YkJ3WEA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9YkJ3WEA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9YkJ3WEA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9YkJ3WEA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9YkJ3WEA .foot-logo {
    text-align: center !important;
  }
  .cid-sg9YkJ3WEA .foot-title {
    text-align: center !important;
  }
  .cid-sg9YkJ3WEA .mbr-text {
    text-align: center !important;
  }
  .cid-sg9YkJ3WEA .form-group {
    margin: 0;
  }
}
.cid-sg9YlFzJZ6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9YlFzJZ6 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9YlFzJZ6 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9YlFzJZ6 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9YlFzJZ6 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9YlFzJZ6 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9YlFzJZ6 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9YlFzJZ6 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9YlFzJZ6 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9YlFzJZ6 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9YlFzJZ6 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9YlFzJZ6 [class^="socicon-"]:before,
.cid-sg9YlFzJZ6 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9YlFzJZ6 .btn {
    font-size: 20px !important;
  }
}
.cid-scbAYBMv9S .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-scbAYBMv9S .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-scbAYBMv9S a {
  font-style: normal;
}
.cid-scbAYBMv9S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scbAYBMv9S .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-scbAYBMv9S .nav-item:focus,
.cid-scbAYBMv9S .nav-link:focus {
  outline: none;
}
.cid-scbAYBMv9S .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-scbAYBMv9S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scbAYBMv9S .menu-logo {
  margin-right: auto;
}
.cid-scbAYBMv9S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scbAYBMv9S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scbAYBMv9S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-scbAYBMv9S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scbAYBMv9S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scbAYBMv9S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scbAYBMv9S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scbAYBMv9S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scbAYBMv9S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scbAYBMv9S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scbAYBMv9S .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scbAYBMv9S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scbAYBMv9S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scbAYBMv9S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scbAYBMv9S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scbAYBMv9S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scbAYBMv9S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scbAYBMv9S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scbAYBMv9S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scbAYBMv9S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scbAYBMv9S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scbAYBMv9S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scbAYBMv9S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scbAYBMv9S button.navbar-toggler:focus {
  outline: none;
}
.cid-scbAYBMv9S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scbAYBMv9S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scbAYBMv9S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scbAYBMv9S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scbAYBMv9S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scbAYBMv9S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scbAYBMv9S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scbAYBMv9S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scbAYBMv9S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scbAYBMv9S .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-scbAYBMv9S .collapsed .btn {
  display: flex;
}
.cid-scbAYBMv9S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scbAYBMv9S .collapsed .navbar-collapse.collapsing,
.cid-scbAYBMv9S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scbAYBMv9S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scbAYBMv9S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scbAYBMv9S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scbAYBMv9S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scbAYBMv9S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scbAYBMv9S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scbAYBMv9S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scbAYBMv9S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scbAYBMv9S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scbAYBMv9S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-scbAYBMv9S .collapsed button.navbar-toggler {
  display: block;
}
.cid-scbAYBMv9S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scbAYBMv9S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scbAYBMv9S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scbAYBMv9S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scbAYBMv9S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scbAYBMv9S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scbAYBMv9S .navbar-expand {
    flex-direction: column;
  }
  .cid-scbAYBMv9S img {
    height: 3.8rem !important;
  }
  .cid-scbAYBMv9S .btn {
    display: flex;
  }
  .cid-scbAYBMv9S button.navbar-toggler {
    display: block;
  }
  .cid-scbAYBMv9S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-scbAYBMv9S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scbAYBMv9S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scbAYBMv9S .navbar-collapse.collapsing,
  .cid-scbAYBMv9S .navbar-collapse.show {
    display: block !important;
  }
  .cid-scbAYBMv9S .navbar-collapse.collapsing .navbar-nav,
  .cid-scbAYBMv9S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scbAYBMv9S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scbAYBMv9S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scbAYBMv9S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scbAYBMv9S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scbAYBMv9S .navbar-collapse.collapsing .navbar-buttons,
  .cid-scbAYBMv9S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scbAYBMv9S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scbAYBMv9S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scbAYBMv9S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scbAYBMv9S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scbAYBMv9S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scbAYBMv9S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scbAYBMv9S .menu-logo {
    flex-shrink: 0;
  }
}
.cid-scbAYBMv9S .navbar-collapse {
  flex-basis: auto;
}
.cid-scbAYBMv9S .nav-link:hover,
.cid-scbAYBMv9S .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-scbB0a60kE {
  background: #ffffff;
}
.cid-scbB0a60kE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scbB0a60kE .mbr-figure {
  margin: 0 auto;
}
.cid-scbB0a60kE figcaption {
  position: relative;
}
.cid-scbB0a60kE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scbB0a60kE .image-block {
    width: 100% !important;
  }
}
.cid-scbAZOV8dV {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #b3e8ff;
}
.cid-scbAZOV8dV .mbr-section-subtitle {
  color: #767676;
}
.cid-scbAZQEQju {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scbAZQEQju .mbr-text {
  color: #767676;
}
.cid-scbAZSYYi9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scbAZSYYi9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scbAZSYYi9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scbAZSYYi9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scbAZSYYi9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scbAZSYYi9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scbAZSYYi9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scbAZSYYi9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scbAZSYYi9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scbAZSYYi9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uoPKJoRxve {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPKJoRxve .card-box {
  padding: 0 2rem;
}
.cid-uoPKJoRxve .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPKJoRxve .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPKJoRxve h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPKJoRxve p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPKJoRxve .mbr-text {
  color: #767676;
}
.cid-uoPKJoRxve .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPKJoRxve .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPKJoRxve .card-title {
  text-align: left;
}
.cid-sg8MSS177W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg8MSS177W .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg8MSS177W .content {
    text-align: center;
  }
  .cid-sg8MSS177W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg8MSS177W .img-logo img {
  height: 6rem;
}
.cid-sg8MSS177W .form-group,
.cid-sg8MSS177W .input-group-btn {
  padding: 0;
}
.cid-sg8MSS177W .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg8MSS177W .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg8MSS177W .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg8MSS177W .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg8MSS177W .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg8MSS177W .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg8MSS177W .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg8MSS177W .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg8MSS177W .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg8MSS177W .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg8MSS177W .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg8MSS177W .foot-logo {
    text-align: center !important;
  }
  .cid-sg8MSS177W .foot-title {
    text-align: center !important;
  }
  .cid-sg8MSS177W .mbr-text {
    text-align: center !important;
  }
  .cid-sg8MSS177W .form-group {
    margin: 0;
  }
}
.cid-sg8MTPX3a0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg8MTPX3a0 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg8MTPX3a0 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg8MTPX3a0 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg8MTPX3a0 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg8MTPX3a0 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg8MTPX3a0 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg8MTPX3a0 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg8MTPX3a0 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg8MTPX3a0 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg8MTPX3a0 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg8MTPX3a0 [class^="socicon-"]:before,
.cid-sg8MTPX3a0 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg8MTPX3a0 .btn {
    font-size: 20px !important;
  }
}
.cid-scbFXVDQTH .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-scbFXVDQTH .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-scbFXVDQTH a {
  font-style: normal;
}
.cid-scbFXVDQTH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scbFXVDQTH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-scbFXVDQTH .nav-item:focus,
.cid-scbFXVDQTH .nav-link:focus {
  outline: none;
}
.cid-scbFXVDQTH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-scbFXVDQTH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scbFXVDQTH .menu-logo {
  margin-right: auto;
}
.cid-scbFXVDQTH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scbFXVDQTH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scbFXVDQTH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-scbFXVDQTH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scbFXVDQTH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scbFXVDQTH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scbFXVDQTH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scbFXVDQTH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scbFXVDQTH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scbFXVDQTH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scbFXVDQTH .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scbFXVDQTH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scbFXVDQTH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scbFXVDQTH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scbFXVDQTH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scbFXVDQTH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scbFXVDQTH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scbFXVDQTH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scbFXVDQTH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scbFXVDQTH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scbFXVDQTH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scbFXVDQTH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scbFXVDQTH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scbFXVDQTH button.navbar-toggler:focus {
  outline: none;
}
.cid-scbFXVDQTH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scbFXVDQTH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scbFXVDQTH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scbFXVDQTH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scbFXVDQTH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scbFXVDQTH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scbFXVDQTH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scbFXVDQTH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scbFXVDQTH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scbFXVDQTH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-scbFXVDQTH .collapsed .btn {
  display: flex;
}
.cid-scbFXVDQTH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scbFXVDQTH .collapsed .navbar-collapse.collapsing,
.cid-scbFXVDQTH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scbFXVDQTH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scbFXVDQTH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scbFXVDQTH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scbFXVDQTH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scbFXVDQTH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scbFXVDQTH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scbFXVDQTH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scbFXVDQTH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scbFXVDQTH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scbFXVDQTH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-scbFXVDQTH .collapsed button.navbar-toggler {
  display: block;
}
.cid-scbFXVDQTH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scbFXVDQTH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scbFXVDQTH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scbFXVDQTH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scbFXVDQTH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scbFXVDQTH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scbFXVDQTH .navbar-expand {
    flex-direction: column;
  }
  .cid-scbFXVDQTH img {
    height: 3.8rem !important;
  }
  .cid-scbFXVDQTH .btn {
    display: flex;
  }
  .cid-scbFXVDQTH button.navbar-toggler {
    display: block;
  }
  .cid-scbFXVDQTH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-scbFXVDQTH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scbFXVDQTH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scbFXVDQTH .navbar-collapse.collapsing,
  .cid-scbFXVDQTH .navbar-collapse.show {
    display: block !important;
  }
  .cid-scbFXVDQTH .navbar-collapse.collapsing .navbar-nav,
  .cid-scbFXVDQTH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scbFXVDQTH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scbFXVDQTH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scbFXVDQTH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scbFXVDQTH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scbFXVDQTH .navbar-collapse.collapsing .navbar-buttons,
  .cid-scbFXVDQTH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scbFXVDQTH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scbFXVDQTH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scbFXVDQTH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scbFXVDQTH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scbFXVDQTH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scbFXVDQTH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scbFXVDQTH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-scbFXVDQTH .navbar-collapse {
  flex-basis: auto;
}
.cid-scbFXVDQTH .nav-link:hover,
.cid-scbFXVDQTH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-scbFZwG0oP {
  background: #ffffff;
}
.cid-scbFZwG0oP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scbFZwG0oP .mbr-figure {
  margin: 0 auto;
}
.cid-scbFZwG0oP figcaption {
  position: relative;
}
.cid-scbFZwG0oP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scbFZwG0oP .image-block {
    width: 100% !important;
  }
}
.cid-scbFZlpHHc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scbFZlpHHc h3 {
  text-align: center;
}
.cid-scbFZlpHHc .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-scbFZlpHHc .mbr-content-text {
  color: #767676;
}
.cid-scbFZlpHHc .panel-item {
  background: #ffffff;
}
.cid-scbFZlpHHc .card {
  word-wrap: break-word;
}
.cid-scbFZlpHHc .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-scbFZpTFU4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scbFZpTFU4 .mbr-text {
  color: #767676;
}
.cid-scbFZtxxHA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-scbFZtxxHA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scbFZtxxHA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scbFZtxxHA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scbFZtxxHA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scbFZtxxHA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scbFZtxxHA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scbFZtxxHA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scbFZtxxHA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scbFZtxxHA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uoPKEAz4Dn {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPKEAz4Dn .card-box {
  padding: 0 2rem;
}
.cid-uoPKEAz4Dn .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPKEAz4Dn .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPKEAz4Dn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPKEAz4Dn p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPKEAz4Dn .mbr-text {
  color: #767676;
}
.cid-uoPKEAz4Dn .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPKEAz4Dn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPKEAz4Dn .card-title {
  text-align: left;
}
.cid-sg8PhpFzz7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg8PhpFzz7 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg8PhpFzz7 .content {
    text-align: center;
  }
  .cid-sg8PhpFzz7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg8PhpFzz7 .img-logo img {
  height: 6rem;
}
.cid-sg8PhpFzz7 .form-group,
.cid-sg8PhpFzz7 .input-group-btn {
  padding: 0;
}
.cid-sg8PhpFzz7 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg8PhpFzz7 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg8PhpFzz7 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg8PhpFzz7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg8PhpFzz7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg8PhpFzz7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg8PhpFzz7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg8PhpFzz7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg8PhpFzz7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg8PhpFzz7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg8PhpFzz7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg8PhpFzz7 .foot-logo {
    text-align: center !important;
  }
  .cid-sg8PhpFzz7 .foot-title {
    text-align: center !important;
  }
  .cid-sg8PhpFzz7 .mbr-text {
    text-align: center !important;
  }
  .cid-sg8PhpFzz7 .form-group {
    margin: 0;
  }
}
.cid-sg8PgnPQRh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg8PgnPQRh .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg8PgnPQRh .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg8PgnPQRh .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg8PgnPQRh .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg8PgnPQRh .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg8PgnPQRh .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg8PgnPQRh .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg8PgnPQRh .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg8PgnPQRh .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg8PgnPQRh .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg8PgnPQRh [class^="socicon-"]:before,
.cid-sg8PgnPQRh [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg8PgnPQRh .btn {
    font-size: 20px !important;
  }
}
.cid-scbMdTEimx .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-scbMdTEimx .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-scbMdTEimx a {
  font-style: normal;
}
.cid-scbMdTEimx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scbMdTEimx .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-scbMdTEimx .nav-item:focus,
.cid-scbMdTEimx .nav-link:focus {
  outline: none;
}
.cid-scbMdTEimx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-scbMdTEimx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scbMdTEimx .menu-logo {
  margin-right: auto;
}
.cid-scbMdTEimx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scbMdTEimx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scbMdTEimx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-scbMdTEimx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scbMdTEimx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scbMdTEimx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scbMdTEimx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scbMdTEimx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scbMdTEimx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scbMdTEimx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scbMdTEimx .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scbMdTEimx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scbMdTEimx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scbMdTEimx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scbMdTEimx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scbMdTEimx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scbMdTEimx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scbMdTEimx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scbMdTEimx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scbMdTEimx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scbMdTEimx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scbMdTEimx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scbMdTEimx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scbMdTEimx button.navbar-toggler:focus {
  outline: none;
}
.cid-scbMdTEimx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scbMdTEimx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scbMdTEimx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scbMdTEimx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scbMdTEimx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scbMdTEimx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scbMdTEimx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scbMdTEimx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scbMdTEimx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scbMdTEimx .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-scbMdTEimx .collapsed .btn {
  display: flex;
}
.cid-scbMdTEimx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scbMdTEimx .collapsed .navbar-collapse.collapsing,
.cid-scbMdTEimx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scbMdTEimx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scbMdTEimx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scbMdTEimx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scbMdTEimx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scbMdTEimx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scbMdTEimx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scbMdTEimx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scbMdTEimx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scbMdTEimx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scbMdTEimx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-scbMdTEimx .collapsed button.navbar-toggler {
  display: block;
}
.cid-scbMdTEimx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scbMdTEimx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scbMdTEimx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scbMdTEimx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scbMdTEimx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scbMdTEimx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scbMdTEimx .navbar-expand {
    flex-direction: column;
  }
  .cid-scbMdTEimx img {
    height: 3.8rem !important;
  }
  .cid-scbMdTEimx .btn {
    display: flex;
  }
  .cid-scbMdTEimx button.navbar-toggler {
    display: block;
  }
  .cid-scbMdTEimx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-scbMdTEimx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scbMdTEimx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scbMdTEimx .navbar-collapse.collapsing,
  .cid-scbMdTEimx .navbar-collapse.show {
    display: block !important;
  }
  .cid-scbMdTEimx .navbar-collapse.collapsing .navbar-nav,
  .cid-scbMdTEimx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scbMdTEimx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scbMdTEimx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scbMdTEimx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scbMdTEimx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scbMdTEimx .navbar-collapse.collapsing .navbar-buttons,
  .cid-scbMdTEimx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scbMdTEimx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scbMdTEimx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scbMdTEimx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scbMdTEimx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scbMdTEimx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scbMdTEimx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scbMdTEimx .menu-logo {
    flex-shrink: 0;
  }
}
.cid-scbMdTEimx .navbar-collapse {
  flex-basis: auto;
}
.cid-scbMdTEimx .nav-link:hover,
.cid-scbMdTEimx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-scbN0WZVYd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-scbN0WZVYd .mbr-section-subtitle {
  color: #767676;
}
.cid-scbN0WZVYd .container-table {
  margin: 0 auto;
}
.cid-scbN0WZVYd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-scbN0WZVYd .dataTables_wrapper {
  display: block;
}
.cid-scbN0WZVYd .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-scbN0WZVYd .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-scbN0WZVYd table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-scbN0WZVYd table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-scbN0WZVYd table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-scbN0WZVYd table td {
  border-top: 1px solid #cccccc;
}
.cid-scbN0WZVYd table.table {
  background: #ffffff;
}
.cid-scbN0WZVYd .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-scbN0WZVYd .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-scbN0WZVYd .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-scbN0WZVYd .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-scbN0WZVYd .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-scbN0WZVYd .dataTables_filter {
    text-align: center;
  }
  .cid-scbN0WZVYd .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-scbN0WZVYd .head-item {
  text-align: center;
}
.cid-scbN0WZVYd .body-item {
  text-align: center;
}
.cid-scc0RxAPsm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scc0RxAPsm .mbr-section-subtitle {
  color: #767676;
}
.cid-scbY8aZxqT {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scbY8aZxqT .mbr-text {
  color: #767676;
}
.cid-scbY8aZxqT h4 {
  text-align: center;
}
.cid-scbY8aZxqT p {
  text-align: center;
}
.cid-scbY8aZxqT .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-scc16ma6p1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scc16ma6p1 .mbr-section-subtitle {
  color: #767676;
}
.cid-scc1eo2TE4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scc1eo2TE4 .mbr-text,
.cid-scc1eo2TE4 blockquote {
  color: #767676;
}
.cid-scbMe1z4vY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-scbMe1z4vY .mbr-section-subtitle,
.cid-scbMe1z4vY .mbr-text {
  color: #767676;
}
.cid-scbMe1z4vY .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scbMe1z4vY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scbMe1z4vY .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scbMe1z4vY .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scbMe1z4vY .card-wrapper .card-img img {
  width: 100%;
}
.cid-scbMe1z4vY .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scbMe1z4vY .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scbMe1z4vY .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scbMe1z4vY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scbMe1z4vY .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scbMe1z4vY .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scbMe1z4vY .mbr-section-title {
  color: #ffffff;
}
.cid-scbMe1z4vY .mbr-section-subtitle {
  color: #efefef;
}
.cid-scbMe5Jzn8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-scbMe5Jzn8 .mbr-section-subtitle,
.cid-scbMe5Jzn8 .mbr-text {
  color: #767676;
}
.cid-scbMe5Jzn8 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scbMe5Jzn8 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scbMe5Jzn8 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scbMe5Jzn8 .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scbMe5Jzn8 .card-wrapper .card-img img {
  width: 100%;
}
.cid-scbMe5Jzn8 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scbMe5Jzn8 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scbMe5Jzn8 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scbMe5Jzn8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scbMe5Jzn8 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scbMe5Jzn8 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scbMedCeS3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scbMedCeS3 .mbr-section-subtitle,
.cid-scbMedCeS3 .mbr-text {
  color: #767676;
}
.cid-scbMedCeS3 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scbMedCeS3 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scbMedCeS3 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scbMedCeS3 .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scbMedCeS3 .card-wrapper .card-img img {
  width: 100%;
}
.cid-scbMedCeS3 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scbMedCeS3 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scbMedCeS3 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scbMedCeS3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scbMedCeS3 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scbMedCeS3 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scbMeh2qz4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scbMeh2qz4 .mbr-section-subtitle,
.cid-scbMeh2qz4 .mbr-text {
  color: #767676;
}
.cid-scbMeh2qz4 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scbMeh2qz4 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scbMeh2qz4 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scbMeh2qz4 .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scbMeh2qz4 .card-wrapper .card-img img {
  width: 100%;
}
.cid-scbMeh2qz4 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scbMeh2qz4 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scbMeh2qz4 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scbMeh2qz4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scbMeh2qz4 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scbMeh2qz4 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scbMejNi6E {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-scbMejNi6E .mbr-section-subtitle,
.cid-scbMejNi6E .mbr-text {
  color: #767676;
}
.cid-scbMejNi6E .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scbMejNi6E .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scbMejNi6E .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scbMejNi6E .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scbMejNi6E .card-wrapper .card-img img {
  width: 100%;
}
.cid-scbMejNi6E .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scbMejNi6E .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scbMejNi6E .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scbMejNi6E .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scbMejNi6E .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scbMejNi6E .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scbMemyLCY {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-scbMemyLCY .mbr-section-subtitle,
.cid-scbMemyLCY .mbr-text {
  color: #767676;
}
.cid-scbMemyLCY .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scbMemyLCY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scbMemyLCY .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scbMemyLCY .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scbMemyLCY .card-wrapper .card-img img {
  width: 100%;
}
.cid-scbMemyLCY .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scbMemyLCY .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scbMemyLCY .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scbMemyLCY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scbMemyLCY .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scbMemyLCY .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scbMemyLCY .mbr-section-subtitle {
  color: #efefef;
}
.cid-scbMemyLCY .mbr-section-title {
  color: #ffffff;
}
.cid-scbMepqNrq {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-scbMepqNrq .mbr-section-subtitle,
.cid-scbMepqNrq .mbr-text {
  color: #767676;
}
.cid-scbMepqNrq .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scbMepqNrq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scbMepqNrq .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scbMepqNrq .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-scbMepqNrq .card-wrapper .card-img img {
  width: 100%;
}
.cid-scbMepqNrq .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-scbMepqNrq .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scbMepqNrq .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scbMepqNrq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-scbMepqNrq .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-scbMepqNrq .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-scbMeC7NMu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scbMeE4brb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scbMeE4brb .mbr-section-subtitle {
  color: #767676;
}
.cid-sg8YCB0hSt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg8YCB0hSt .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg8YCB0hSt .content {
    text-align: center;
  }
  .cid-sg8YCB0hSt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg8YCB0hSt .img-logo img {
  height: 6rem;
}
.cid-sg8YCB0hSt .form-group,
.cid-sg8YCB0hSt .input-group-btn {
  padding: 0;
}
.cid-sg8YCB0hSt .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg8YCB0hSt .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg8YCB0hSt .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg8YCB0hSt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg8YCB0hSt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg8YCB0hSt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg8YCB0hSt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg8YCB0hSt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg8YCB0hSt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg8YCB0hSt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg8YCB0hSt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg8YCB0hSt .foot-logo {
    text-align: center !important;
  }
  .cid-sg8YCB0hSt .foot-title {
    text-align: center !important;
  }
  .cid-sg8YCB0hSt .mbr-text {
    text-align: center !important;
  }
  .cid-sg8YCB0hSt .form-group {
    margin: 0;
  }
}
.cid-sg8YAbRV79 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg8YAbRV79 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg8YAbRV79 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg8YAbRV79 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg8YAbRV79 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg8YAbRV79 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg8YAbRV79 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg8YAbRV79 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg8YAbRV79 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg8YAbRV79 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg8YAbRV79 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg8YAbRV79 [class^="socicon-"]:before,
.cid-sg8YAbRV79 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg8YAbRV79 .btn {
    font-size: 20px !important;
  }
}
.cid-scc3vyYcuh .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-scc3vyYcuh .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-scc3vyYcuh a {
  font-style: normal;
}
.cid-scc3vyYcuh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scc3vyYcuh .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-scc3vyYcuh .nav-item:focus,
.cid-scc3vyYcuh .nav-link:focus {
  outline: none;
}
.cid-scc3vyYcuh .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-scc3vyYcuh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scc3vyYcuh .menu-logo {
  margin-right: auto;
}
.cid-scc3vyYcuh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scc3vyYcuh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scc3vyYcuh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-scc3vyYcuh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scc3vyYcuh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scc3vyYcuh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scc3vyYcuh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scc3vyYcuh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scc3vyYcuh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scc3vyYcuh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scc3vyYcuh .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scc3vyYcuh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scc3vyYcuh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scc3vyYcuh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scc3vyYcuh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scc3vyYcuh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scc3vyYcuh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scc3vyYcuh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scc3vyYcuh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scc3vyYcuh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scc3vyYcuh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scc3vyYcuh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scc3vyYcuh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scc3vyYcuh button.navbar-toggler:focus {
  outline: none;
}
.cid-scc3vyYcuh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scc3vyYcuh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scc3vyYcuh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scc3vyYcuh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scc3vyYcuh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scc3vyYcuh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scc3vyYcuh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scc3vyYcuh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scc3vyYcuh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scc3vyYcuh .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-scc3vyYcuh .collapsed .btn {
  display: flex;
}
.cid-scc3vyYcuh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scc3vyYcuh .collapsed .navbar-collapse.collapsing,
.cid-scc3vyYcuh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scc3vyYcuh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scc3vyYcuh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scc3vyYcuh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scc3vyYcuh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scc3vyYcuh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scc3vyYcuh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scc3vyYcuh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scc3vyYcuh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scc3vyYcuh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scc3vyYcuh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-scc3vyYcuh .collapsed button.navbar-toggler {
  display: block;
}
.cid-scc3vyYcuh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scc3vyYcuh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scc3vyYcuh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scc3vyYcuh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scc3vyYcuh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scc3vyYcuh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scc3vyYcuh .navbar-expand {
    flex-direction: column;
  }
  .cid-scc3vyYcuh img {
    height: 3.8rem !important;
  }
  .cid-scc3vyYcuh .btn {
    display: flex;
  }
  .cid-scc3vyYcuh button.navbar-toggler {
    display: block;
  }
  .cid-scc3vyYcuh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-scc3vyYcuh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scc3vyYcuh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scc3vyYcuh .navbar-collapse.collapsing,
  .cid-scc3vyYcuh .navbar-collapse.show {
    display: block !important;
  }
  .cid-scc3vyYcuh .navbar-collapse.collapsing .navbar-nav,
  .cid-scc3vyYcuh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scc3vyYcuh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scc3vyYcuh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scc3vyYcuh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scc3vyYcuh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scc3vyYcuh .navbar-collapse.collapsing .navbar-buttons,
  .cid-scc3vyYcuh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scc3vyYcuh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scc3vyYcuh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scc3vyYcuh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scc3vyYcuh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scc3vyYcuh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scc3vyYcuh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scc3vyYcuh .menu-logo {
    flex-shrink: 0;
  }
}
.cid-scc3vyYcuh .navbar-collapse {
  flex-basis: auto;
}
.cid-scc3vyYcuh .nav-link:hover,
.cid-scc3vyYcuh .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sccan3B6B5 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sccan3B6B5 .mbr-section-subtitle {
  color: #767676;
}
.cid-scc98s3Vdr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scc98s3Vdr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scc98s3Vdr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scc98s3Vdr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scc98s3Vdr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scc98s3Vdr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scc98s3Vdr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scc98s3Vdr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scc98s3Vdr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scc98s3Vdr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sccdFSpXgw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sccdFSpXgw .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sccdFSpXgw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sccdFSpXgw .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sccdFSpXgw .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sccdFSpXgw .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-scc3w41kdf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scc3w41kdf .mbr-text,
.cid-scc3w41kdf blockquote {
  color: #767676;
}
.cid-scc3w41kdf DIV {
  color: #232323;
}
.cid-sccjgFCRrq {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sccjgFCRrq .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sccjgFCRrq .video-block {
    width: 100% !important;
  }
}
.cid-sKp4UFTlco {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp4UFTlco .mbr-section-subtitle {
  color: #767676;
}
.cid-scc3w8bfct {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scc3w9ZrjZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scc3w9ZrjZ .mbr-section-subtitle {
  color: #767676;
}
.cid-scc3whI8ZV .google-map {
  height: 25rem;
  position: relative;
}
.cid-scc3whI8ZV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scc3whI8ZV .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-scc3whI8ZV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scc3whI8ZV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9QEqyQF8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9QEqyQF8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPK3fRvsu {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPK3fRvsu .card-box {
  padding: 0 2rem;
}
.cid-uoPK3fRvsu .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPK3fRvsu .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPK3fRvsu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPK3fRvsu p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPK3fRvsu .mbr-text {
  color: #767676;
}
.cid-uoPK3fRvsu .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPK3fRvsu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPK3fRvsu .card-title {
  text-align: left;
}
.cid-sg9QGAsTbB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9QGAsTbB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9QGAsTbB .content {
    text-align: center;
  }
  .cid-sg9QGAsTbB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9QGAsTbB .img-logo img {
  height: 6rem;
}
.cid-sg9QGAsTbB .form-group,
.cid-sg9QGAsTbB .input-group-btn {
  padding: 0;
}
.cid-sg9QGAsTbB .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9QGAsTbB .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9QGAsTbB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9QGAsTbB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9QGAsTbB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9QGAsTbB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9QGAsTbB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9QGAsTbB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9QGAsTbB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9QGAsTbB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9QGAsTbB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9QGAsTbB .foot-logo {
    text-align: center !important;
  }
  .cid-sg9QGAsTbB .foot-title {
    text-align: center !important;
  }
  .cid-sg9QGAsTbB .mbr-text {
    text-align: center !important;
  }
  .cid-sg9QGAsTbB .form-group {
    margin: 0;
  }
}
.cid-sg9QHoDWOR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9QHoDWOR .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9QHoDWOR .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9QHoDWOR .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9QHoDWOR .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9QHoDWOR .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9QHoDWOR .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9QHoDWOR .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9QHoDWOR .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9QHoDWOR .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9QHoDWOR .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9QHoDWOR [class^="socicon-"]:before,
.cid-sg9QHoDWOR [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9QHoDWOR .btn {
    font-size: 20px !important;
  }
}
.cid-scco8Tv7CT .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-scco8Tv7CT .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-scco8Tv7CT a {
  font-style: normal;
}
.cid-scco8Tv7CT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scco8Tv7CT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-scco8Tv7CT .nav-item:focus,
.cid-scco8Tv7CT .nav-link:focus {
  outline: none;
}
.cid-scco8Tv7CT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-scco8Tv7CT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scco8Tv7CT .menu-logo {
  margin-right: auto;
}
.cid-scco8Tv7CT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scco8Tv7CT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scco8Tv7CT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-scco8Tv7CT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scco8Tv7CT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scco8Tv7CT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scco8Tv7CT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scco8Tv7CT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scco8Tv7CT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scco8Tv7CT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scco8Tv7CT .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scco8Tv7CT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scco8Tv7CT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scco8Tv7CT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scco8Tv7CT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scco8Tv7CT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scco8Tv7CT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scco8Tv7CT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scco8Tv7CT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scco8Tv7CT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scco8Tv7CT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scco8Tv7CT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scco8Tv7CT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scco8Tv7CT button.navbar-toggler:focus {
  outline: none;
}
.cid-scco8Tv7CT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scco8Tv7CT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scco8Tv7CT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scco8Tv7CT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scco8Tv7CT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scco8Tv7CT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scco8Tv7CT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scco8Tv7CT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scco8Tv7CT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scco8Tv7CT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-scco8Tv7CT .collapsed .btn {
  display: flex;
}
.cid-scco8Tv7CT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scco8Tv7CT .collapsed .navbar-collapse.collapsing,
.cid-scco8Tv7CT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scco8Tv7CT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scco8Tv7CT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scco8Tv7CT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scco8Tv7CT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scco8Tv7CT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scco8Tv7CT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scco8Tv7CT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scco8Tv7CT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scco8Tv7CT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scco8Tv7CT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-scco8Tv7CT .collapsed button.navbar-toggler {
  display: block;
}
.cid-scco8Tv7CT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scco8Tv7CT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scco8Tv7CT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scco8Tv7CT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scco8Tv7CT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scco8Tv7CT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scco8Tv7CT .navbar-expand {
    flex-direction: column;
  }
  .cid-scco8Tv7CT img {
    height: 3.8rem !important;
  }
  .cid-scco8Tv7CT .btn {
    display: flex;
  }
  .cid-scco8Tv7CT button.navbar-toggler {
    display: block;
  }
  .cid-scco8Tv7CT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-scco8Tv7CT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scco8Tv7CT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scco8Tv7CT .navbar-collapse.collapsing,
  .cid-scco8Tv7CT .navbar-collapse.show {
    display: block !important;
  }
  .cid-scco8Tv7CT .navbar-collapse.collapsing .navbar-nav,
  .cid-scco8Tv7CT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scco8Tv7CT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scco8Tv7CT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scco8Tv7CT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scco8Tv7CT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scco8Tv7CT .navbar-collapse.collapsing .navbar-buttons,
  .cid-scco8Tv7CT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scco8Tv7CT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scco8Tv7CT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scco8Tv7CT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scco8Tv7CT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scco8Tv7CT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scco8Tv7CT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scco8Tv7CT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-scco8Tv7CT .navbar-collapse {
  flex-basis: auto;
}
.cid-scco8Tv7CT .nav-link:hover,
.cid-scco8Tv7CT .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-scco8VYZ3D {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scco8VYZ3D .mbr-section-subtitle {
  color: #767676;
}
.cid-scco8YcEXo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scco8YcEXo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scco8YcEXo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scco8YcEXo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scco8YcEXo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scco8YcEXo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scco8YcEXo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scco8YcEXo .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scco8YcEXo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scco8YcEXo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scco90PGoD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scco90PGoD .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-scco90PGoD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-scco90PGoD .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-scco90PGoD .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-scco90PGoD .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-scco92ks8n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scco92ks8n .mbr-text,
.cid-scco92ks8n blockquote {
  color: #767676;
}
.cid-scco92ks8n DIV {
  color: #232323;
}
.cid-scco94yLsq {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-scco94yLsq .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-scco94yLsq .video-block {
    width: 100% !important;
  }
}
.cid-sKp4PC4SYo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp4PC4SYo .mbr-section-subtitle {
  color: #767676;
}
.cid-scco9bFeih {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scco9dmUoA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scco9dmUoA .mbr-section-subtitle {
  color: #767676;
}
.cid-scco9f4mii .google-map {
  height: 25rem;
  position: relative;
}
.cid-scco9f4mii .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scco9f4mii .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-scco9f4mii .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scco9f4mii .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9P2PKogO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9P2PKogO .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPJZPkgtH {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPJZPkgtH .card-box {
  padding: 0 2rem;
}
.cid-uoPJZPkgtH .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPJZPkgtH .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPJZPkgtH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPJZPkgtH p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPJZPkgtH .mbr-text {
  color: #767676;
}
.cid-uoPJZPkgtH .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPJZPkgtH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPJZPkgtH .card-title {
  text-align: left;
}
.cid-sg9P4Z0DY2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9P4Z0DY2 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9P4Z0DY2 .content {
    text-align: center;
  }
  .cid-sg9P4Z0DY2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9P4Z0DY2 .img-logo img {
  height: 6rem;
}
.cid-sg9P4Z0DY2 .form-group,
.cid-sg9P4Z0DY2 .input-group-btn {
  padding: 0;
}
.cid-sg9P4Z0DY2 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9P4Z0DY2 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9P4Z0DY2 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9P4Z0DY2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9P4Z0DY2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9P4Z0DY2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9P4Z0DY2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9P4Z0DY2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9P4Z0DY2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9P4Z0DY2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9P4Z0DY2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9P4Z0DY2 .foot-logo {
    text-align: center !important;
  }
  .cid-sg9P4Z0DY2 .foot-title {
    text-align: center !important;
  }
  .cid-sg9P4Z0DY2 .mbr-text {
    text-align: center !important;
  }
  .cid-sg9P4Z0DY2 .form-group {
    margin: 0;
  }
}
.cid-sg9P6cI16Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9P6cI16Z .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9P6cI16Z .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9P6cI16Z .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9P6cI16Z .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9P6cI16Z .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9P6cI16Z .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9P6cI16Z .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9P6cI16Z .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9P6cI16Z .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9P6cI16Z .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9P6cI16Z [class^="socicon-"]:before,
.cid-sg9P6cI16Z [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9P6cI16Z .btn {
    font-size: 20px !important;
  }
}
.cid-sccuulLhfW .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-sccuulLhfW .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-sccuulLhfW a {
  font-style: normal;
}
.cid-sccuulLhfW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sccuulLhfW .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sccuulLhfW .nav-item:focus,
.cid-sccuulLhfW .nav-link:focus {
  outline: none;
}
.cid-sccuulLhfW .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sccuulLhfW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sccuulLhfW .menu-logo {
  margin-right: auto;
}
.cid-sccuulLhfW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sccuulLhfW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sccuulLhfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sccuulLhfW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sccuulLhfW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sccuulLhfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sccuulLhfW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sccuulLhfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sccuulLhfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sccuulLhfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sccuulLhfW .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sccuulLhfW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sccuulLhfW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sccuulLhfW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sccuulLhfW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sccuulLhfW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sccuulLhfW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sccuulLhfW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sccuulLhfW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sccuulLhfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sccuulLhfW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sccuulLhfW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sccuulLhfW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sccuulLhfW button.navbar-toggler:focus {
  outline: none;
}
.cid-sccuulLhfW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sccuulLhfW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sccuulLhfW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sccuulLhfW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sccuulLhfW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sccuulLhfW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sccuulLhfW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sccuulLhfW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sccuulLhfW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sccuulLhfW .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sccuulLhfW .collapsed .btn {
  display: flex;
}
.cid-sccuulLhfW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sccuulLhfW .collapsed .navbar-collapse.collapsing,
.cid-sccuulLhfW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sccuulLhfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sccuulLhfW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sccuulLhfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sccuulLhfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sccuulLhfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sccuulLhfW .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sccuulLhfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sccuulLhfW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sccuulLhfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sccuulLhfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sccuulLhfW .collapsed button.navbar-toggler {
  display: block;
}
.cid-sccuulLhfW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sccuulLhfW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sccuulLhfW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sccuulLhfW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sccuulLhfW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sccuulLhfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sccuulLhfW .navbar-expand {
    flex-direction: column;
  }
  .cid-sccuulLhfW img {
    height: 3.8rem !important;
  }
  .cid-sccuulLhfW .btn {
    display: flex;
  }
  .cid-sccuulLhfW button.navbar-toggler {
    display: block;
  }
  .cid-sccuulLhfW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sccuulLhfW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sccuulLhfW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sccuulLhfW .navbar-collapse.collapsing,
  .cid-sccuulLhfW .navbar-collapse.show {
    display: block !important;
  }
  .cid-sccuulLhfW .navbar-collapse.collapsing .navbar-nav,
  .cid-sccuulLhfW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sccuulLhfW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sccuulLhfW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sccuulLhfW .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sccuulLhfW .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sccuulLhfW .navbar-collapse.collapsing .navbar-buttons,
  .cid-sccuulLhfW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sccuulLhfW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sccuulLhfW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sccuulLhfW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sccuulLhfW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sccuulLhfW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sccuulLhfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sccuulLhfW .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sccuulLhfW .navbar-collapse {
  flex-basis: auto;
}
.cid-sccuulLhfW .nav-link:hover,
.cid-sccuulLhfW .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sccuuo4ozH {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sccuuo4ozH .mbr-section-subtitle {
  color: #767676;
}
.cid-sccuupZhSC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sccuupZhSC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sccuupZhSC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sccuupZhSC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sccuupZhSC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sccuupZhSC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sccuupZhSC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sccuupZhSC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sccuupZhSC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sccuupZhSC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sccuusX3l1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sccuusX3l1 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sccuusX3l1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sccuusX3l1 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sccuusX3l1 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sccuusX3l1 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sccuuuHOuw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sccuuuHOuw .mbr-text,
.cid-sccuuuHOuw blockquote {
  color: #767676;
}
.cid-sccuuuHOuw DIV {
  color: #232323;
}
.cid-sccuuwYrkZ {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sccuuwYrkZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sccuuwYrkZ .video-block {
    width: 100% !important;
  }
}
.cid-sKp4Lj95ZS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp4Lj95ZS .mbr-section-subtitle {
  color: #767676;
}
.cid-sccuuDDall {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sccuuF1qUx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sccuuF1qUx .mbr-section-subtitle {
  color: #767676;
}
.cid-sccuuHz6n7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sccuuHz6n7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sccuuHz6n7 .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-sccuuHz6n7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sccuuHz6n7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9NmfhHnH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9NmfhHnH .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPJWdZZkA {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPJWdZZkA .card-box {
  padding: 0 2rem;
}
.cid-uoPJWdZZkA .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPJWdZZkA .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPJWdZZkA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPJWdZZkA p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPJWdZZkA .mbr-text {
  color: #767676;
}
.cid-uoPJWdZZkA .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPJWdZZkA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPJWdZZkA .card-title {
  text-align: left;
}
.cid-sg9NoOET2Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9NoOET2Q .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9NoOET2Q .content {
    text-align: center;
  }
  .cid-sg9NoOET2Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9NoOET2Q .img-logo img {
  height: 6rem;
}
.cid-sg9NoOET2Q .form-group,
.cid-sg9NoOET2Q .input-group-btn {
  padding: 0;
}
.cid-sg9NoOET2Q .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9NoOET2Q .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9NoOET2Q .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9NoOET2Q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9NoOET2Q .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9NoOET2Q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9NoOET2Q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9NoOET2Q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9NoOET2Q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9NoOET2Q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9NoOET2Q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9NoOET2Q .foot-logo {
    text-align: center !important;
  }
  .cid-sg9NoOET2Q .foot-title {
    text-align: center !important;
  }
  .cid-sg9NoOET2Q .mbr-text {
    text-align: center !important;
  }
  .cid-sg9NoOET2Q .form-group {
    margin: 0;
  }
}
.cid-sg9NqcIAeJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9NqcIAeJ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9NqcIAeJ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9NqcIAeJ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9NqcIAeJ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9NqcIAeJ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9NqcIAeJ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9NqcIAeJ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9NqcIAeJ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9NqcIAeJ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9NqcIAeJ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9NqcIAeJ [class^="socicon-"]:before,
.cid-sg9NqcIAeJ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9NqcIAeJ .btn {
    font-size: 20px !important;
  }
}
.cid-sccAmB5n1k .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-sccAmB5n1k .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-sccAmB5n1k a {
  font-style: normal;
}
.cid-sccAmB5n1k .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sccAmB5n1k .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sccAmB5n1k .nav-item:focus,
.cid-sccAmB5n1k .nav-link:focus {
  outline: none;
}
.cid-sccAmB5n1k .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sccAmB5n1k .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sccAmB5n1k .menu-logo {
  margin-right: auto;
}
.cid-sccAmB5n1k .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sccAmB5n1k .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sccAmB5n1k .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sccAmB5n1k .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sccAmB5n1k .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sccAmB5n1k .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sccAmB5n1k .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sccAmB5n1k .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sccAmB5n1k .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sccAmB5n1k .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sccAmB5n1k .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sccAmB5n1k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sccAmB5n1k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sccAmB5n1k .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sccAmB5n1k .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sccAmB5n1k .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sccAmB5n1k .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sccAmB5n1k .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sccAmB5n1k .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sccAmB5n1k .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sccAmB5n1k .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sccAmB5n1k .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sccAmB5n1k button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sccAmB5n1k button.navbar-toggler:focus {
  outline: none;
}
.cid-sccAmB5n1k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sccAmB5n1k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sccAmB5n1k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sccAmB5n1k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sccAmB5n1k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sccAmB5n1k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sccAmB5n1k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sccAmB5n1k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sccAmB5n1k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sccAmB5n1k .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sccAmB5n1k .collapsed .btn {
  display: flex;
}
.cid-sccAmB5n1k .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sccAmB5n1k .collapsed .navbar-collapse.collapsing,
.cid-sccAmB5n1k .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sccAmB5n1k .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sccAmB5n1k .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sccAmB5n1k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sccAmB5n1k .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sccAmB5n1k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sccAmB5n1k .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sccAmB5n1k .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sccAmB5n1k .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sccAmB5n1k .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sccAmB5n1k .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sccAmB5n1k .collapsed button.navbar-toggler {
  display: block;
}
.cid-sccAmB5n1k .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sccAmB5n1k .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sccAmB5n1k .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sccAmB5n1k .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sccAmB5n1k .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sccAmB5n1k .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sccAmB5n1k .navbar-expand {
    flex-direction: column;
  }
  .cid-sccAmB5n1k img {
    height: 3.8rem !important;
  }
  .cid-sccAmB5n1k .btn {
    display: flex;
  }
  .cid-sccAmB5n1k button.navbar-toggler {
    display: block;
  }
  .cid-sccAmB5n1k .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sccAmB5n1k .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sccAmB5n1k .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sccAmB5n1k .navbar-collapse.collapsing,
  .cid-sccAmB5n1k .navbar-collapse.show {
    display: block !important;
  }
  .cid-sccAmB5n1k .navbar-collapse.collapsing .navbar-nav,
  .cid-sccAmB5n1k .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sccAmB5n1k .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sccAmB5n1k .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sccAmB5n1k .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sccAmB5n1k .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sccAmB5n1k .navbar-collapse.collapsing .navbar-buttons,
  .cid-sccAmB5n1k .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sccAmB5n1k .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sccAmB5n1k .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sccAmB5n1k .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sccAmB5n1k .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sccAmB5n1k .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sccAmB5n1k .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sccAmB5n1k .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sccAmB5n1k .navbar-collapse {
  flex-basis: auto;
}
.cid-sccAmB5n1k .nav-link:hover,
.cid-sccAmB5n1k .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sccAmDBxEd {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sccAmDBxEd .mbr-section-subtitle {
  color: #767676;
}
.cid-sccAmF7kPl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sccAmF7kPl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sccAmF7kPl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sccAmF7kPl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sccAmF7kPl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sccAmF7kPl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sccAmF7kPl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sccAmF7kPl .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sccAmF7kPl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sccAmF7kPl .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sccAmJ3qID {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sccAmJ3qID .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sccAmJ3qID .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sccAmJ3qID .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sccAmJ3qID .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sccAmJ3qID .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sccAmKJqcO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sccAmKJqcO .mbr-text,
.cid-sccAmKJqcO blockquote {
  color: #767676;
}
.cid-sccAmKJqcO DIV {
  color: #232323;
}
.cid-sccAmMcxrK {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sccAmMcxrK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sccAmMcxrK .video-block {
    width: 100% !important;
  }
}
.cid-sKp4GLHC9b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp4GLHC9b .mbr-section-subtitle {
  color: #767676;
}
.cid-sccAmSDoQk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sccAmU30Is {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sccAmU30Is .mbr-section-subtitle {
  color: #767676;
}
.cid-sccAmWCIuO .google-map {
  height: 25rem;
  position: relative;
}
.cid-sccAmWCIuO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sccAmWCIuO .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-sccAmWCIuO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sccAmWCIuO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9Kj83MoK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9Kj83MoK .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPJSKjgGL {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPJSKjgGL .card-box {
  padding: 0 2rem;
}
.cid-uoPJSKjgGL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPJSKjgGL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPJSKjgGL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPJSKjgGL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPJSKjgGL .mbr-text {
  color: #767676;
}
.cid-uoPJSKjgGL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPJSKjgGL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPJSKjgGL .card-title {
  text-align: left;
}
.cid-sg9KkR0846 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9KkR0846 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9KkR0846 .content {
    text-align: center;
  }
  .cid-sg9KkR0846 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9KkR0846 .img-logo img {
  height: 6rem;
}
.cid-sg9KkR0846 .form-group,
.cid-sg9KkR0846 .input-group-btn {
  padding: 0;
}
.cid-sg9KkR0846 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9KkR0846 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9KkR0846 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9KkR0846 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9KkR0846 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9KkR0846 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9KkR0846 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9KkR0846 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9KkR0846 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9KkR0846 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9KkR0846 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9KkR0846 .foot-logo {
    text-align: center !important;
  }
  .cid-sg9KkR0846 .foot-title {
    text-align: center !important;
  }
  .cid-sg9KkR0846 .mbr-text {
    text-align: center !important;
  }
  .cid-sg9KkR0846 .form-group {
    margin: 0;
  }
}
.cid-sg9KlK43NT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9KlK43NT .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9KlK43NT .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9KlK43NT .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9KlK43NT .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9KlK43NT .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9KlK43NT .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9KlK43NT .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9KlK43NT .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9KlK43NT .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9KlK43NT .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9KlK43NT [class^="socicon-"]:before,
.cid-sg9KlK43NT [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9KlK43NT .btn {
    font-size: 20px !important;
  }
}
.cid-sccImVm69m .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-sccImVm69m .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-sccImVm69m a {
  font-style: normal;
}
.cid-sccImVm69m .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sccImVm69m .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sccImVm69m .nav-item:focus,
.cid-sccImVm69m .nav-link:focus {
  outline: none;
}
.cid-sccImVm69m .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sccImVm69m .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sccImVm69m .menu-logo {
  margin-right: auto;
}
.cid-sccImVm69m .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sccImVm69m .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sccImVm69m .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sccImVm69m .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sccImVm69m .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sccImVm69m .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sccImVm69m .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sccImVm69m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sccImVm69m .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sccImVm69m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sccImVm69m .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sccImVm69m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sccImVm69m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sccImVm69m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sccImVm69m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sccImVm69m .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sccImVm69m .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sccImVm69m .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sccImVm69m .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sccImVm69m .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sccImVm69m .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sccImVm69m .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sccImVm69m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sccImVm69m button.navbar-toggler:focus {
  outline: none;
}
.cid-sccImVm69m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sccImVm69m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sccImVm69m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sccImVm69m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sccImVm69m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sccImVm69m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sccImVm69m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sccImVm69m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sccImVm69m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sccImVm69m .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sccImVm69m .collapsed .btn {
  display: flex;
}
.cid-sccImVm69m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sccImVm69m .collapsed .navbar-collapse.collapsing,
.cid-sccImVm69m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sccImVm69m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sccImVm69m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sccImVm69m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sccImVm69m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sccImVm69m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sccImVm69m .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sccImVm69m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sccImVm69m .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sccImVm69m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sccImVm69m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sccImVm69m .collapsed button.navbar-toggler {
  display: block;
}
.cid-sccImVm69m .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sccImVm69m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sccImVm69m .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sccImVm69m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sccImVm69m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sccImVm69m .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sccImVm69m .navbar-expand {
    flex-direction: column;
  }
  .cid-sccImVm69m img {
    height: 3.8rem !important;
  }
  .cid-sccImVm69m .btn {
    display: flex;
  }
  .cid-sccImVm69m button.navbar-toggler {
    display: block;
  }
  .cid-sccImVm69m .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sccImVm69m .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sccImVm69m .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sccImVm69m .navbar-collapse.collapsing,
  .cid-sccImVm69m .navbar-collapse.show {
    display: block !important;
  }
  .cid-sccImVm69m .navbar-collapse.collapsing .navbar-nav,
  .cid-sccImVm69m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sccImVm69m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sccImVm69m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sccImVm69m .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sccImVm69m .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sccImVm69m .navbar-collapse.collapsing .navbar-buttons,
  .cid-sccImVm69m .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sccImVm69m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sccImVm69m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sccImVm69m .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sccImVm69m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sccImVm69m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sccImVm69m .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sccImVm69m .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sccImVm69m .navbar-collapse {
  flex-basis: auto;
}
.cid-sccImVm69m .nav-link:hover,
.cid-sccImVm69m .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sccImXNnND {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sccImXNnND .mbr-section-subtitle {
  color: #767676;
}
.cid-sccImZyVqq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sccImZyVqq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sccImZyVqq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sccImZyVqq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sccImZyVqq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sccImZyVqq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sccImZyVqq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sccImZyVqq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sccImZyVqq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sccImZyVqq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sccIn2XzK5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sccIn2XzK5 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sccIn2XzK5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sccIn2XzK5 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sccIn2XzK5 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sccIn2XzK5 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sccIn4ykjS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sccIn4ykjS .mbr-text,
.cid-sccIn4ykjS blockquote {
  color: #767676;
}
.cid-sccIn4ykjS DIV {
  color: #232323;
}
.cid-sccIn6HJC4 {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sccIn6HJC4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sccIn6HJC4 .video-block {
    width: 100% !important;
  }
}
.cid-sKp4CVteXR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp4CVteXR .mbr-section-subtitle {
  color: #767676;
}
.cid-sccIndlGvS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sccInf0D9A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sccInf0D9A .mbr-section-subtitle {
  color: #767676;
}
.cid-sccInh34p2 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sccInh34p2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sccInh34p2 .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-sccInh34p2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sccInh34p2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9IkNDklF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9IkNDklF .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPJPbziXn {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPJPbziXn .card-box {
  padding: 0 2rem;
}
.cid-uoPJPbziXn .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPJPbziXn .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPJPbziXn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPJPbziXn p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPJPbziXn .mbr-text {
  color: #767676;
}
.cid-uoPJPbziXn .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPJPbziXn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPJPbziXn .card-title {
  text-align: left;
}
.cid-sg9InuuxzC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9InuuxzC .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9InuuxzC .content {
    text-align: center;
  }
  .cid-sg9InuuxzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9InuuxzC .img-logo img {
  height: 6rem;
}
.cid-sg9InuuxzC .form-group,
.cid-sg9InuuxzC .input-group-btn {
  padding: 0;
}
.cid-sg9InuuxzC .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9InuuxzC .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9InuuxzC .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9InuuxzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9InuuxzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9InuuxzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9InuuxzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9InuuxzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9InuuxzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9InuuxzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9InuuxzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9InuuxzC .foot-logo {
    text-align: center !important;
  }
  .cid-sg9InuuxzC .foot-title {
    text-align: center !important;
  }
  .cid-sg9InuuxzC .mbr-text {
    text-align: center !important;
  }
  .cid-sg9InuuxzC .form-group {
    margin: 0;
  }
}
.cid-sg9IovbyU1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9IovbyU1 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9IovbyU1 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9IovbyU1 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9IovbyU1 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9IovbyU1 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9IovbyU1 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9IovbyU1 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9IovbyU1 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9IovbyU1 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9IovbyU1 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9IovbyU1 [class^="socicon-"]:before,
.cid-sg9IovbyU1 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9IovbyU1 .btn {
    font-size: 20px !important;
  }
}
.cid-schBpRIEXI .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-schBpRIEXI .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-schBpRIEXI a {
  font-style: normal;
}
.cid-schBpRIEXI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-schBpRIEXI .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-schBpRIEXI .nav-item:focus,
.cid-schBpRIEXI .nav-link:focus {
  outline: none;
}
.cid-schBpRIEXI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-schBpRIEXI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-schBpRIEXI .menu-logo {
  margin-right: auto;
}
.cid-schBpRIEXI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-schBpRIEXI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-schBpRIEXI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-schBpRIEXI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-schBpRIEXI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-schBpRIEXI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-schBpRIEXI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-schBpRIEXI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-schBpRIEXI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-schBpRIEXI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-schBpRIEXI .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-schBpRIEXI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-schBpRIEXI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-schBpRIEXI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-schBpRIEXI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-schBpRIEXI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-schBpRIEXI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-schBpRIEXI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-schBpRIEXI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-schBpRIEXI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-schBpRIEXI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-schBpRIEXI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-schBpRIEXI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-schBpRIEXI button.navbar-toggler:focus {
  outline: none;
}
.cid-schBpRIEXI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-schBpRIEXI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-schBpRIEXI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-schBpRIEXI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-schBpRIEXI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-schBpRIEXI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-schBpRIEXI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-schBpRIEXI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-schBpRIEXI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-schBpRIEXI .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-schBpRIEXI .collapsed .btn {
  display: flex;
}
.cid-schBpRIEXI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-schBpRIEXI .collapsed .navbar-collapse.collapsing,
.cid-schBpRIEXI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-schBpRIEXI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-schBpRIEXI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-schBpRIEXI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-schBpRIEXI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-schBpRIEXI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-schBpRIEXI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-schBpRIEXI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-schBpRIEXI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-schBpRIEXI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-schBpRIEXI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-schBpRIEXI .collapsed button.navbar-toggler {
  display: block;
}
.cid-schBpRIEXI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-schBpRIEXI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-schBpRIEXI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-schBpRIEXI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-schBpRIEXI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-schBpRIEXI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-schBpRIEXI .navbar-expand {
    flex-direction: column;
  }
  .cid-schBpRIEXI img {
    height: 3.8rem !important;
  }
  .cid-schBpRIEXI .btn {
    display: flex;
  }
  .cid-schBpRIEXI button.navbar-toggler {
    display: block;
  }
  .cid-schBpRIEXI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-schBpRIEXI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-schBpRIEXI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-schBpRIEXI .navbar-collapse.collapsing,
  .cid-schBpRIEXI .navbar-collapse.show {
    display: block !important;
  }
  .cid-schBpRIEXI .navbar-collapse.collapsing .navbar-nav,
  .cid-schBpRIEXI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-schBpRIEXI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-schBpRIEXI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-schBpRIEXI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-schBpRIEXI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-schBpRIEXI .navbar-collapse.collapsing .navbar-buttons,
  .cid-schBpRIEXI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-schBpRIEXI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-schBpRIEXI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-schBpRIEXI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-schBpRIEXI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-schBpRIEXI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-schBpRIEXI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-schBpRIEXI .menu-logo {
    flex-shrink: 0;
  }
}
.cid-schBpRIEXI .navbar-collapse {
  flex-basis: auto;
}
.cid-schBpRIEXI .nav-link:hover,
.cid-schBpRIEXI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-schBpTAXnM {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-schBpTAXnM .mbr-section-subtitle {
  color: #767676;
}
.cid-schBpVyBek {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-schBpVyBek .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-schBpVyBek .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-schBpVyBek .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-schBpVyBek .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-schBpVyBek .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-schBpVyBek .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-schBpVyBek .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-schBpVyBek .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-schBpVyBek .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-schBpYIHnh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-schBpYIHnh .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-schBpYIHnh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-schBpYIHnh .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-schBpYIHnh .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-schBpYIHnh .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-schBq0Eyao {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-schBq0Eyao .mbr-text,
.cid-schBq0Eyao blockquote {
  color: #767676;
}
.cid-schBq0Eyao DIV {
  color: #232323;
}
.cid-schBq2Xk2U {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-schBq2Xk2U .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-schBq2Xk2U .video-block {
    width: 100% !important;
  }
}
.cid-sKp4zsZfiT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp4zsZfiT .mbr-section-subtitle {
  color: #767676;
}
.cid-schBq9gPkk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-schBqaOcam {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-schBqaOcam .mbr-section-subtitle {
  color: #767676;
}
.cid-schBqcAqPh .google-map {
  height: 25rem;
  position: relative;
}
.cid-schBqcAqPh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-schBqcAqPh .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-schBqcAqPh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-schBqcAqPh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9GpWNGqt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9GpWNGqt .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPJLy2ogc {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPJLy2ogc .card-box {
  padding: 0 2rem;
}
.cid-uoPJLy2ogc .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPJLy2ogc .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPJLy2ogc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPJLy2ogc p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPJLy2ogc .mbr-text {
  color: #767676;
}
.cid-uoPJLy2ogc .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPJLy2ogc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPJLy2ogc .card-title {
  text-align: left;
}
.cid-sg9Gssqlxo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9Gssqlxo .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9Gssqlxo .content {
    text-align: center;
  }
  .cid-sg9Gssqlxo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9Gssqlxo .img-logo img {
  height: 6rem;
}
.cid-sg9Gssqlxo .form-group,
.cid-sg9Gssqlxo .input-group-btn {
  padding: 0;
}
.cid-sg9Gssqlxo .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9Gssqlxo .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9Gssqlxo .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9Gssqlxo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9Gssqlxo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9Gssqlxo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9Gssqlxo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9Gssqlxo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9Gssqlxo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9Gssqlxo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9Gssqlxo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9Gssqlxo .foot-logo {
    text-align: center !important;
  }
  .cid-sg9Gssqlxo .foot-title {
    text-align: center !important;
  }
  .cid-sg9Gssqlxo .mbr-text {
    text-align: center !important;
  }
  .cid-sg9Gssqlxo .form-group {
    margin: 0;
  }
}
.cid-sg9GtPMMUc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9GtPMMUc .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9GtPMMUc .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9GtPMMUc .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9GtPMMUc .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9GtPMMUc .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9GtPMMUc .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9GtPMMUc .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9GtPMMUc .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9GtPMMUc .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9GtPMMUc .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9GtPMMUc [class^="socicon-"]:before,
.cid-sg9GtPMMUc [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9GtPMMUc .btn {
    font-size: 20px !important;
  }
}
.cid-schGy4uLEE .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-schGy4uLEE .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-schGy4uLEE a {
  font-style: normal;
}
.cid-schGy4uLEE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-schGy4uLEE .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-schGy4uLEE .nav-item:focus,
.cid-schGy4uLEE .nav-link:focus {
  outline: none;
}
.cid-schGy4uLEE .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-schGy4uLEE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-schGy4uLEE .menu-logo {
  margin-right: auto;
}
.cid-schGy4uLEE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-schGy4uLEE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-schGy4uLEE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-schGy4uLEE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-schGy4uLEE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-schGy4uLEE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-schGy4uLEE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-schGy4uLEE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-schGy4uLEE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-schGy4uLEE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-schGy4uLEE .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-schGy4uLEE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-schGy4uLEE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-schGy4uLEE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-schGy4uLEE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-schGy4uLEE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-schGy4uLEE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-schGy4uLEE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-schGy4uLEE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-schGy4uLEE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-schGy4uLEE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-schGy4uLEE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-schGy4uLEE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-schGy4uLEE button.navbar-toggler:focus {
  outline: none;
}
.cid-schGy4uLEE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-schGy4uLEE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-schGy4uLEE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-schGy4uLEE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-schGy4uLEE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-schGy4uLEE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-schGy4uLEE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-schGy4uLEE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-schGy4uLEE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-schGy4uLEE .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-schGy4uLEE .collapsed .btn {
  display: flex;
}
.cid-schGy4uLEE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-schGy4uLEE .collapsed .navbar-collapse.collapsing,
.cid-schGy4uLEE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-schGy4uLEE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-schGy4uLEE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-schGy4uLEE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-schGy4uLEE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-schGy4uLEE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-schGy4uLEE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-schGy4uLEE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-schGy4uLEE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-schGy4uLEE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-schGy4uLEE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-schGy4uLEE .collapsed button.navbar-toggler {
  display: block;
}
.cid-schGy4uLEE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-schGy4uLEE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-schGy4uLEE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-schGy4uLEE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-schGy4uLEE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-schGy4uLEE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-schGy4uLEE .navbar-expand {
    flex-direction: column;
  }
  .cid-schGy4uLEE img {
    height: 3.8rem !important;
  }
  .cid-schGy4uLEE .btn {
    display: flex;
  }
  .cid-schGy4uLEE button.navbar-toggler {
    display: block;
  }
  .cid-schGy4uLEE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-schGy4uLEE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-schGy4uLEE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-schGy4uLEE .navbar-collapse.collapsing,
  .cid-schGy4uLEE .navbar-collapse.show {
    display: block !important;
  }
  .cid-schGy4uLEE .navbar-collapse.collapsing .navbar-nav,
  .cid-schGy4uLEE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-schGy4uLEE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-schGy4uLEE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-schGy4uLEE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-schGy4uLEE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-schGy4uLEE .navbar-collapse.collapsing .navbar-buttons,
  .cid-schGy4uLEE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-schGy4uLEE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-schGy4uLEE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-schGy4uLEE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-schGy4uLEE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-schGy4uLEE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-schGy4uLEE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-schGy4uLEE .menu-logo {
    flex-shrink: 0;
  }
}
.cid-schGy4uLEE .navbar-collapse {
  flex-basis: auto;
}
.cid-schGy4uLEE .nav-link:hover,
.cid-schGy4uLEE .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-schGy7eU0w {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-schGy7eU0w .mbr-section-subtitle {
  color: #767676;
}
.cid-schGy9oRPn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-schGy9oRPn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-schGy9oRPn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-schGy9oRPn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-schGy9oRPn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-schGy9oRPn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-schGy9oRPn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-schGy9oRPn .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-schGy9oRPn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-schGy9oRPn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-schGydI8QR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-schGydI8QR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-schGydI8QR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-schGydI8QR .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-schGydI8QR .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-schGydI8QR .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-schGygJqDe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-schGygJqDe .mbr-text,
.cid-schGygJqDe blockquote {
  color: #767676;
}
.cid-schGygJqDe DIV {
  color: #232323;
}
.cid-schGyiN6sE {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-schGyiN6sE .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-schGyiN6sE .video-block {
    width: 100% !important;
  }
}
.cid-sKp4vGXG6r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp4vGXG6r .mbr-section-subtitle {
  color: #767676;
}
.cid-schGypIt0K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-schGyrQGjC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-schGyrQGjC .mbr-section-subtitle {
  color: #767676;
}
.cid-schGyv0J3M .google-map {
  height: 25rem;
  position: relative;
}
.cid-schGyv0J3M .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-schGyv0J3M .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-schGyv0J3M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-schGyv0J3M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9E1bdLSr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9E1bdLSr .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPJHVQNKb {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPJHVQNKb .card-box {
  padding: 0 2rem;
}
.cid-uoPJHVQNKb .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPJHVQNKb .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPJHVQNKb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPJHVQNKb p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPJHVQNKb .mbr-text {
  color: #767676;
}
.cid-uoPJHVQNKb .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPJHVQNKb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPJHVQNKb .card-title {
  text-align: left;
}
.cid-sg9E4Ac4fL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9E4Ac4fL .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9E4Ac4fL .content {
    text-align: center;
  }
  .cid-sg9E4Ac4fL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9E4Ac4fL .img-logo img {
  height: 6rem;
}
.cid-sg9E4Ac4fL .form-group,
.cid-sg9E4Ac4fL .input-group-btn {
  padding: 0;
}
.cid-sg9E4Ac4fL .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9E4Ac4fL .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9E4Ac4fL .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9E4Ac4fL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9E4Ac4fL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9E4Ac4fL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9E4Ac4fL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9E4Ac4fL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9E4Ac4fL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9E4Ac4fL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9E4Ac4fL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9E4Ac4fL .foot-logo {
    text-align: center !important;
  }
  .cid-sg9E4Ac4fL .foot-title {
    text-align: center !important;
  }
  .cid-sg9E4Ac4fL .mbr-text {
    text-align: center !important;
  }
  .cid-sg9E4Ac4fL .form-group {
    margin: 0;
  }
}
.cid-sg9E5mw60J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9E5mw60J .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9E5mw60J .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9E5mw60J .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9E5mw60J .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9E5mw60J .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9E5mw60J .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9E5mw60J .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9E5mw60J .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9E5mw60J .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9E5mw60J .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9E5mw60J [class^="socicon-"]:before,
.cid-sg9E5mw60J [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9E5mw60J .btn {
    font-size: 20px !important;
  }
}
.cid-schKAzvmSV .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-schKAzvmSV .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-schKAzvmSV a {
  font-style: normal;
}
.cid-schKAzvmSV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-schKAzvmSV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-schKAzvmSV .nav-item:focus,
.cid-schKAzvmSV .nav-link:focus {
  outline: none;
}
.cid-schKAzvmSV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-schKAzvmSV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-schKAzvmSV .menu-logo {
  margin-right: auto;
}
.cid-schKAzvmSV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-schKAzvmSV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-schKAzvmSV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-schKAzvmSV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-schKAzvmSV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-schKAzvmSV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-schKAzvmSV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-schKAzvmSV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-schKAzvmSV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-schKAzvmSV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-schKAzvmSV .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-schKAzvmSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-schKAzvmSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-schKAzvmSV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-schKAzvmSV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-schKAzvmSV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-schKAzvmSV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-schKAzvmSV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-schKAzvmSV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-schKAzvmSV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-schKAzvmSV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-schKAzvmSV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-schKAzvmSV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-schKAzvmSV button.navbar-toggler:focus {
  outline: none;
}
.cid-schKAzvmSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-schKAzvmSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-schKAzvmSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-schKAzvmSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-schKAzvmSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-schKAzvmSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-schKAzvmSV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-schKAzvmSV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-schKAzvmSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-schKAzvmSV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-schKAzvmSV .collapsed .btn {
  display: flex;
}
.cid-schKAzvmSV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-schKAzvmSV .collapsed .navbar-collapse.collapsing,
.cid-schKAzvmSV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-schKAzvmSV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-schKAzvmSV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-schKAzvmSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-schKAzvmSV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-schKAzvmSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-schKAzvmSV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-schKAzvmSV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-schKAzvmSV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-schKAzvmSV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-schKAzvmSV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-schKAzvmSV .collapsed button.navbar-toggler {
  display: block;
}
.cid-schKAzvmSV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-schKAzvmSV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-schKAzvmSV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-schKAzvmSV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-schKAzvmSV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-schKAzvmSV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-schKAzvmSV .navbar-expand {
    flex-direction: column;
  }
  .cid-schKAzvmSV img {
    height: 3.8rem !important;
  }
  .cid-schKAzvmSV .btn {
    display: flex;
  }
  .cid-schKAzvmSV button.navbar-toggler {
    display: block;
  }
  .cid-schKAzvmSV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-schKAzvmSV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-schKAzvmSV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-schKAzvmSV .navbar-collapse.collapsing,
  .cid-schKAzvmSV .navbar-collapse.show {
    display: block !important;
  }
  .cid-schKAzvmSV .navbar-collapse.collapsing .navbar-nav,
  .cid-schKAzvmSV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-schKAzvmSV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-schKAzvmSV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-schKAzvmSV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-schKAzvmSV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-schKAzvmSV .navbar-collapse.collapsing .navbar-buttons,
  .cid-schKAzvmSV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-schKAzvmSV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-schKAzvmSV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-schKAzvmSV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-schKAzvmSV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-schKAzvmSV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-schKAzvmSV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-schKAzvmSV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-schKAzvmSV .navbar-collapse {
  flex-basis: auto;
}
.cid-schKAzvmSV .nav-link:hover,
.cid-schKAzvmSV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-schKAC4UfO {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-schKAC4UfO .mbr-section-subtitle {
  color: #767676;
}
.cid-schKADGEXF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-schKADGEXF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-schKADGEXF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-schKADGEXF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-schKADGEXF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-schKADGEXF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-schKADGEXF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-schKADGEXF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-schKADGEXF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-schKADGEXF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-schKAHjelA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-schKAHjelA .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-schKAHjelA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-schKAHjelA .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-schKAHjelA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-schKAHjelA .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-schKAJjUCx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-schKAJjUCx .mbr-text,
.cid-schKAJjUCx blockquote {
  color: #767676;
}
.cid-schKAJjUCx DIV {
  color: #232323;
}
.cid-schKAKN671 {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-schKAKN671 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-schKAKN671 .video-block {
    width: 100% !important;
  }
}
.cid-sKp4rEJ2v6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp4rEJ2v6 .mbr-section-subtitle {
  color: #767676;
}
.cid-schKAReBTT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-schKASyMox {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-schKASyMox .mbr-section-subtitle {
  color: #767676;
}
.cid-schKAUcTkg .google-map {
  height: 25rem;
  position: relative;
}
.cid-schKAUcTkg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-schKAUcTkg .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-schKAUcTkg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-schKAUcTkg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9CxOvyOA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9CxOvyOA .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPJDQBRnz {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPJDQBRnz .card-box {
  padding: 0 2rem;
}
.cid-uoPJDQBRnz .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPJDQBRnz .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPJDQBRnz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPJDQBRnz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPJDQBRnz .mbr-text {
  color: #767676;
}
.cid-uoPJDQBRnz .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPJDQBRnz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPJDQBRnz .card-title {
  text-align: left;
}
.cid-sg9Czxb5l7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9Czxb5l7 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9Czxb5l7 .content {
    text-align: center;
  }
  .cid-sg9Czxb5l7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9Czxb5l7 .img-logo img {
  height: 6rem;
}
.cid-sg9Czxb5l7 .form-group,
.cid-sg9Czxb5l7 .input-group-btn {
  padding: 0;
}
.cid-sg9Czxb5l7 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9Czxb5l7 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9Czxb5l7 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9Czxb5l7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9Czxb5l7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9Czxb5l7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9Czxb5l7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9Czxb5l7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9Czxb5l7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9Czxb5l7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9Czxb5l7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9Czxb5l7 .foot-logo {
    text-align: center !important;
  }
  .cid-sg9Czxb5l7 .foot-title {
    text-align: center !important;
  }
  .cid-sg9Czxb5l7 .mbr-text {
    text-align: center !important;
  }
  .cid-sg9Czxb5l7 .form-group {
    margin: 0;
  }
}
.cid-sg9CB1vHzt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9CB1vHzt .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9CB1vHzt .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9CB1vHzt .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9CB1vHzt .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9CB1vHzt .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9CB1vHzt .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9CB1vHzt .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9CB1vHzt .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9CB1vHzt .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9CB1vHzt .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9CB1vHzt [class^="socicon-"]:before,
.cid-sg9CB1vHzt [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9CB1vHzt .btn {
    font-size: 20px !important;
  }
}
.cid-schNPHPabS .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-schNPHPabS .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-schNPHPabS a {
  font-style: normal;
}
.cid-schNPHPabS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-schNPHPabS .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-schNPHPabS .nav-item:focus,
.cid-schNPHPabS .nav-link:focus {
  outline: none;
}
.cid-schNPHPabS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-schNPHPabS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-schNPHPabS .menu-logo {
  margin-right: auto;
}
.cid-schNPHPabS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-schNPHPabS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-schNPHPabS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-schNPHPabS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-schNPHPabS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-schNPHPabS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-schNPHPabS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-schNPHPabS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-schNPHPabS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-schNPHPabS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-schNPHPabS .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-schNPHPabS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-schNPHPabS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-schNPHPabS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-schNPHPabS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-schNPHPabS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-schNPHPabS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-schNPHPabS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-schNPHPabS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-schNPHPabS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-schNPHPabS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-schNPHPabS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-schNPHPabS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-schNPHPabS button.navbar-toggler:focus {
  outline: none;
}
.cid-schNPHPabS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-schNPHPabS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-schNPHPabS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-schNPHPabS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-schNPHPabS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-schNPHPabS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-schNPHPabS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-schNPHPabS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-schNPHPabS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-schNPHPabS .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-schNPHPabS .collapsed .btn {
  display: flex;
}
.cid-schNPHPabS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-schNPHPabS .collapsed .navbar-collapse.collapsing,
.cid-schNPHPabS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-schNPHPabS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-schNPHPabS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-schNPHPabS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-schNPHPabS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-schNPHPabS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-schNPHPabS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-schNPHPabS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-schNPHPabS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-schNPHPabS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-schNPHPabS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-schNPHPabS .collapsed button.navbar-toggler {
  display: block;
}
.cid-schNPHPabS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-schNPHPabS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-schNPHPabS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-schNPHPabS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-schNPHPabS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-schNPHPabS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-schNPHPabS .navbar-expand {
    flex-direction: column;
  }
  .cid-schNPHPabS img {
    height: 3.8rem !important;
  }
  .cid-schNPHPabS .btn {
    display: flex;
  }
  .cid-schNPHPabS button.navbar-toggler {
    display: block;
  }
  .cid-schNPHPabS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-schNPHPabS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-schNPHPabS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-schNPHPabS .navbar-collapse.collapsing,
  .cid-schNPHPabS .navbar-collapse.show {
    display: block !important;
  }
  .cid-schNPHPabS .navbar-collapse.collapsing .navbar-nav,
  .cid-schNPHPabS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-schNPHPabS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-schNPHPabS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-schNPHPabS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-schNPHPabS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-schNPHPabS .navbar-collapse.collapsing .navbar-buttons,
  .cid-schNPHPabS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-schNPHPabS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-schNPHPabS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-schNPHPabS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-schNPHPabS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-schNPHPabS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-schNPHPabS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-schNPHPabS .menu-logo {
    flex-shrink: 0;
  }
}
.cid-schNPHPabS .navbar-collapse {
  flex-basis: auto;
}
.cid-schNPHPabS .nav-link:hover,
.cid-schNPHPabS .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-schNPK8vEg {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-schNPK8vEg .mbr-section-subtitle {
  color: #767676;
}
.cid-schNPMNIlv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-schNPMNIlv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-schNPMNIlv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-schNPMNIlv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-schNPMNIlv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-schNPMNIlv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-schNPMNIlv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-schNPMNIlv .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-schNPMNIlv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-schNPMNIlv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-schNPRG0Ct {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-schNPRG0Ct .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-schNPRG0Ct .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-schNPRG0Ct .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-schNPRG0Ct .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-schNPRG0Ct .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-schNPUevy5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-schNPUevy5 .mbr-text,
.cid-schNPUevy5 blockquote {
  color: #767676;
}
.cid-schNPUevy5 DIV {
  color: #232323;
}
.cid-schNPYisKs {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-schNPYisKs .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-schNPYisKs .video-block {
    width: 100% !important;
  }
}
.cid-sKp4nkvnIh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp4nkvnIh .mbr-section-subtitle {
  color: #767676;
}
.cid-schNQ640ue {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-schNQ7XkXK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-schNQ7XkXK .mbr-section-subtitle {
  color: #767676;
}
.cid-schNQasdjQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-schNQasdjQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-schNQasdjQ .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-schNQasdjQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-schNQasdjQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9zMFhMv3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9zMFhMv3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPJwTA7KC {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPJwTA7KC .card-box {
  padding: 0 2rem;
}
.cid-uoPJwTA7KC .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPJwTA7KC .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPJwTA7KC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPJwTA7KC p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPJwTA7KC .mbr-text {
  color: #767676;
}
.cid-uoPJwTA7KC .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPJwTA7KC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPJwTA7KC .card-title {
  text-align: left;
}
.cid-sg9zOqaNMJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9zOqaNMJ .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9zOqaNMJ .content {
    text-align: center;
  }
  .cid-sg9zOqaNMJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9zOqaNMJ .img-logo img {
  height: 6rem;
}
.cid-sg9zOqaNMJ .form-group,
.cid-sg9zOqaNMJ .input-group-btn {
  padding: 0;
}
.cid-sg9zOqaNMJ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9zOqaNMJ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9zOqaNMJ .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9zOqaNMJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9zOqaNMJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9zOqaNMJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9zOqaNMJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9zOqaNMJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9zOqaNMJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9zOqaNMJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9zOqaNMJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9zOqaNMJ .foot-logo {
    text-align: center !important;
  }
  .cid-sg9zOqaNMJ .foot-title {
    text-align: center !important;
  }
  .cid-sg9zOqaNMJ .mbr-text {
    text-align: center !important;
  }
  .cid-sg9zOqaNMJ .form-group {
    margin: 0;
  }
}
.cid-sg9zPwSQ6c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9zPwSQ6c .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9zPwSQ6c .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9zPwSQ6c .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9zPwSQ6c .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9zPwSQ6c .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9zPwSQ6c .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9zPwSQ6c .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9zPwSQ6c .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9zPwSQ6c .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9zPwSQ6c .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9zPwSQ6c [class^="socicon-"]:before,
.cid-sg9zPwSQ6c [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9zPwSQ6c .btn {
    font-size: 20px !important;
  }
}
.cid-schSlG4D68 .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-schSlG4D68 .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-schSlG4D68 a {
  font-style: normal;
}
.cid-schSlG4D68 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-schSlG4D68 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-schSlG4D68 .nav-item:focus,
.cid-schSlG4D68 .nav-link:focus {
  outline: none;
}
.cid-schSlG4D68 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-schSlG4D68 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-schSlG4D68 .menu-logo {
  margin-right: auto;
}
.cid-schSlG4D68 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-schSlG4D68 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-schSlG4D68 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-schSlG4D68 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-schSlG4D68 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-schSlG4D68 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-schSlG4D68 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-schSlG4D68 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-schSlG4D68 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-schSlG4D68 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-schSlG4D68 .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-schSlG4D68 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-schSlG4D68 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-schSlG4D68 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-schSlG4D68 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-schSlG4D68 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-schSlG4D68 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-schSlG4D68 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-schSlG4D68 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-schSlG4D68 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-schSlG4D68 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-schSlG4D68 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-schSlG4D68 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-schSlG4D68 button.navbar-toggler:focus {
  outline: none;
}
.cid-schSlG4D68 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-schSlG4D68 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-schSlG4D68 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-schSlG4D68 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-schSlG4D68 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-schSlG4D68 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-schSlG4D68 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-schSlG4D68 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-schSlG4D68 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-schSlG4D68 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-schSlG4D68 .collapsed .btn {
  display: flex;
}
.cid-schSlG4D68 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-schSlG4D68 .collapsed .navbar-collapse.collapsing,
.cid-schSlG4D68 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-schSlG4D68 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-schSlG4D68 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-schSlG4D68 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-schSlG4D68 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-schSlG4D68 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-schSlG4D68 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-schSlG4D68 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-schSlG4D68 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-schSlG4D68 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-schSlG4D68 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-schSlG4D68 .collapsed button.navbar-toggler {
  display: block;
}
.cid-schSlG4D68 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-schSlG4D68 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-schSlG4D68 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-schSlG4D68 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-schSlG4D68 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-schSlG4D68 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-schSlG4D68 .navbar-expand {
    flex-direction: column;
  }
  .cid-schSlG4D68 img {
    height: 3.8rem !important;
  }
  .cid-schSlG4D68 .btn {
    display: flex;
  }
  .cid-schSlG4D68 button.navbar-toggler {
    display: block;
  }
  .cid-schSlG4D68 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-schSlG4D68 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-schSlG4D68 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-schSlG4D68 .navbar-collapse.collapsing,
  .cid-schSlG4D68 .navbar-collapse.show {
    display: block !important;
  }
  .cid-schSlG4D68 .navbar-collapse.collapsing .navbar-nav,
  .cid-schSlG4D68 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-schSlG4D68 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-schSlG4D68 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-schSlG4D68 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-schSlG4D68 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-schSlG4D68 .navbar-collapse.collapsing .navbar-buttons,
  .cid-schSlG4D68 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-schSlG4D68 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-schSlG4D68 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-schSlG4D68 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-schSlG4D68 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-schSlG4D68 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-schSlG4D68 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-schSlG4D68 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-schSlG4D68 .navbar-collapse {
  flex-basis: auto;
}
.cid-schSlG4D68 .nav-link:hover,
.cid-schSlG4D68 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-schSlJvLGG {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-schSlJvLGG .mbr-section-subtitle {
  color: #767676;
}
.cid-schSlLBirk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-schSlLBirk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-schSlLBirk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-schSlLBirk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-schSlLBirk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-schSlLBirk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-schSlLBirk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-schSlLBirk .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-schSlLBirk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-schSlLBirk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-schSlQtJn8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-schSlQtJn8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-schSlQtJn8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-schSlQtJn8 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-schSlQtJn8 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-schSlQtJn8 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-schSlU4wyD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-schSlU4wyD .mbr-text,
.cid-schSlU4wyD blockquote {
  color: #767676;
}
.cid-schSlU4wyD DIV {
  color: #232323;
}
.cid-schSlWdaMi {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-schSlWdaMi .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-schSlWdaMi .video-block {
    width: 100% !important;
  }
}
.cid-sKp4iWpe6H {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp4iWpe6H .mbr-section-subtitle {
  color: #767676;
}
.cid-schSm6wWmB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-schSm8WWuY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-schSm8WWuY .mbr-section-subtitle {
  color: #767676;
}
.cid-schSmbRXdj .google-map {
  height: 25rem;
  position: relative;
}
.cid-schSmbRXdj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-schSmbRXdj .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-schSmbRXdj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-schSmbRXdj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9yiLOcTG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9yiLOcTG .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPJsCcPA7 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPJsCcPA7 .card-box {
  padding: 0 2rem;
}
.cid-uoPJsCcPA7 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPJsCcPA7 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPJsCcPA7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPJsCcPA7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPJsCcPA7 .mbr-text {
  color: #767676;
}
.cid-uoPJsCcPA7 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPJsCcPA7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPJsCcPA7 .card-title {
  text-align: left;
}
.cid-sg9ylqTHvY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9ylqTHvY .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9ylqTHvY .content {
    text-align: center;
  }
  .cid-sg9ylqTHvY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9ylqTHvY .img-logo img {
  height: 6rem;
}
.cid-sg9ylqTHvY .form-group,
.cid-sg9ylqTHvY .input-group-btn {
  padding: 0;
}
.cid-sg9ylqTHvY .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9ylqTHvY .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9ylqTHvY .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9ylqTHvY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9ylqTHvY .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9ylqTHvY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9ylqTHvY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9ylqTHvY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9ylqTHvY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9ylqTHvY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9ylqTHvY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9ylqTHvY .foot-logo {
    text-align: center !important;
  }
  .cid-sg9ylqTHvY .foot-title {
    text-align: center !important;
  }
  .cid-sg9ylqTHvY .mbr-text {
    text-align: center !important;
  }
  .cid-sg9ylqTHvY .form-group {
    margin: 0;
  }
}
.cid-sg9ymE8sQG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9ymE8sQG .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9ymE8sQG .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9ymE8sQG .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9ymE8sQG .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9ymE8sQG .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9ymE8sQG .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9ymE8sQG .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9ymE8sQG .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9ymE8sQG .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9ymE8sQG .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9ymE8sQG [class^="socicon-"]:before,
.cid-sg9ymE8sQG [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9ymE8sQG .btn {
    font-size: 20px !important;
  }
}
.cid-schWKLoaRP .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-schWKLoaRP .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-schWKLoaRP a {
  font-style: normal;
}
.cid-schWKLoaRP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-schWKLoaRP .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-schWKLoaRP .nav-item:focus,
.cid-schWKLoaRP .nav-link:focus {
  outline: none;
}
.cid-schWKLoaRP .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-schWKLoaRP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-schWKLoaRP .menu-logo {
  margin-right: auto;
}
.cid-schWKLoaRP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-schWKLoaRP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-schWKLoaRP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-schWKLoaRP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-schWKLoaRP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-schWKLoaRP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-schWKLoaRP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-schWKLoaRP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-schWKLoaRP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-schWKLoaRP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-schWKLoaRP .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-schWKLoaRP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-schWKLoaRP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-schWKLoaRP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-schWKLoaRP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-schWKLoaRP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-schWKLoaRP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-schWKLoaRP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-schWKLoaRP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-schWKLoaRP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-schWKLoaRP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-schWKLoaRP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-schWKLoaRP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-schWKLoaRP button.navbar-toggler:focus {
  outline: none;
}
.cid-schWKLoaRP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-schWKLoaRP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-schWKLoaRP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-schWKLoaRP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-schWKLoaRP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-schWKLoaRP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-schWKLoaRP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-schWKLoaRP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-schWKLoaRP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-schWKLoaRP .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-schWKLoaRP .collapsed .btn {
  display: flex;
}
.cid-schWKLoaRP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-schWKLoaRP .collapsed .navbar-collapse.collapsing,
.cid-schWKLoaRP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-schWKLoaRP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-schWKLoaRP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-schWKLoaRP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-schWKLoaRP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-schWKLoaRP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-schWKLoaRP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-schWKLoaRP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-schWKLoaRP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-schWKLoaRP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-schWKLoaRP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-schWKLoaRP .collapsed button.navbar-toggler {
  display: block;
}
.cid-schWKLoaRP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-schWKLoaRP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-schWKLoaRP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-schWKLoaRP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-schWKLoaRP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-schWKLoaRP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-schWKLoaRP .navbar-expand {
    flex-direction: column;
  }
  .cid-schWKLoaRP img {
    height: 3.8rem !important;
  }
  .cid-schWKLoaRP .btn {
    display: flex;
  }
  .cid-schWKLoaRP button.navbar-toggler {
    display: block;
  }
  .cid-schWKLoaRP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-schWKLoaRP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-schWKLoaRP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-schWKLoaRP .navbar-collapse.collapsing,
  .cid-schWKLoaRP .navbar-collapse.show {
    display: block !important;
  }
  .cid-schWKLoaRP .navbar-collapse.collapsing .navbar-nav,
  .cid-schWKLoaRP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-schWKLoaRP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-schWKLoaRP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-schWKLoaRP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-schWKLoaRP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-schWKLoaRP .navbar-collapse.collapsing .navbar-buttons,
  .cid-schWKLoaRP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-schWKLoaRP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-schWKLoaRP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-schWKLoaRP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-schWKLoaRP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-schWKLoaRP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-schWKLoaRP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-schWKLoaRP .menu-logo {
    flex-shrink: 0;
  }
}
.cid-schWKLoaRP .navbar-collapse {
  flex-basis: auto;
}
.cid-schWKLoaRP .nav-link:hover,
.cid-schWKLoaRP .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-schWKO78TQ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-schWKO78TQ .mbr-section-subtitle {
  color: #767676;
}
.cid-schWKPLod7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-schWKPLod7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-schWKPLod7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-schWKPLod7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-schWKPLod7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-schWKPLod7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-schWKPLod7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-schWKPLod7 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-schWKPLod7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-schWKPLod7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-schWKTgjD4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-schWKTgjD4 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-schWKTgjD4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-schWKTgjD4 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-schWKTgjD4 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-schWKTgjD4 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-schWKVYbsE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-schWKVYbsE .mbr-text,
.cid-schWKVYbsE blockquote {
  color: #767676;
}
.cid-schWKVYbsE DIV {
  color: #232323;
}
.cid-schWKXp5JJ {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-schWKXp5JJ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-schWKXp5JJ .video-block {
    width: 100% !important;
  }
}
.cid-sKp4e7aED0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp4e7aED0 .mbr-section-subtitle {
  color: #767676;
}
.cid-schWL4ejg8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-schWL5KXqw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-schWL5KXqw .mbr-section-subtitle {
  color: #767676;
}
.cid-schWL7xdpl .google-map {
  height: 25rem;
  position: relative;
}
.cid-schWL7xdpl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-schWL7xdpl .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-schWL7xdpl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-schWL7xdpl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9vJUMOnD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9vJUMOnD .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPJoATJ3Z {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPJoATJ3Z .card-box {
  padding: 0 2rem;
}
.cid-uoPJoATJ3Z .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPJoATJ3Z .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPJoATJ3Z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPJoATJ3Z p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPJoATJ3Z .mbr-text {
  color: #767676;
}
.cid-uoPJoATJ3Z .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPJoATJ3Z .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPJoATJ3Z .card-title {
  text-align: left;
}
.cid-sg9vLS1aO6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9vLS1aO6 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9vLS1aO6 .content {
    text-align: center;
  }
  .cid-sg9vLS1aO6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9vLS1aO6 .img-logo img {
  height: 6rem;
}
.cid-sg9vLS1aO6 .form-group,
.cid-sg9vLS1aO6 .input-group-btn {
  padding: 0;
}
.cid-sg9vLS1aO6 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9vLS1aO6 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9vLS1aO6 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9vLS1aO6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9vLS1aO6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9vLS1aO6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9vLS1aO6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9vLS1aO6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9vLS1aO6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9vLS1aO6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9vLS1aO6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9vLS1aO6 .foot-logo {
    text-align: center !important;
  }
  .cid-sg9vLS1aO6 .foot-title {
    text-align: center !important;
  }
  .cid-sg9vLS1aO6 .mbr-text {
    text-align: center !important;
  }
  .cid-sg9vLS1aO6 .form-group {
    margin: 0;
  }
}
.cid-sg9vMLR2g9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9vMLR2g9 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9vMLR2g9 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9vMLR2g9 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9vMLR2g9 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9vMLR2g9 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9vMLR2g9 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9vMLR2g9 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9vMLR2g9 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9vMLR2g9 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9vMLR2g9 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9vMLR2g9 [class^="socicon-"]:before,
.cid-sg9vMLR2g9 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9vMLR2g9 .btn {
    font-size: 20px !important;
  }
}
.cid-sci1Znl8I6 .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-sci1Znl8I6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-sci1Znl8I6 a {
  font-style: normal;
}
.cid-sci1Znl8I6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sci1Znl8I6 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sci1Znl8I6 .nav-item:focus,
.cid-sci1Znl8I6 .nav-link:focus {
  outline: none;
}
.cid-sci1Znl8I6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sci1Znl8I6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sci1Znl8I6 .menu-logo {
  margin-right: auto;
}
.cid-sci1Znl8I6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sci1Znl8I6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sci1Znl8I6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sci1Znl8I6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sci1Znl8I6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sci1Znl8I6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sci1Znl8I6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sci1Znl8I6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sci1Znl8I6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sci1Znl8I6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sci1Znl8I6 .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sci1Znl8I6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sci1Znl8I6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sci1Znl8I6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sci1Znl8I6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sci1Znl8I6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sci1Znl8I6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sci1Znl8I6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sci1Znl8I6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sci1Znl8I6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sci1Znl8I6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sci1Znl8I6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sci1Znl8I6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sci1Znl8I6 button.navbar-toggler:focus {
  outline: none;
}
.cid-sci1Znl8I6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sci1Znl8I6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sci1Znl8I6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sci1Znl8I6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sci1Znl8I6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sci1Znl8I6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sci1Znl8I6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sci1Znl8I6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sci1Znl8I6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sci1Znl8I6 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sci1Znl8I6 .collapsed .btn {
  display: flex;
}
.cid-sci1Znl8I6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sci1Znl8I6 .collapsed .navbar-collapse.collapsing,
.cid-sci1Znl8I6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sci1Znl8I6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sci1Znl8I6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sci1Znl8I6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sci1Znl8I6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sci1Znl8I6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sci1Znl8I6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sci1Znl8I6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sci1Znl8I6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sci1Znl8I6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sci1Znl8I6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sci1Znl8I6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sci1Znl8I6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sci1Znl8I6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sci1Znl8I6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sci1Znl8I6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sci1Znl8I6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sci1Znl8I6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sci1Znl8I6 .navbar-expand {
    flex-direction: column;
  }
  .cid-sci1Znl8I6 img {
    height: 3.8rem !important;
  }
  .cid-sci1Znl8I6 .btn {
    display: flex;
  }
  .cid-sci1Znl8I6 button.navbar-toggler {
    display: block;
  }
  .cid-sci1Znl8I6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sci1Znl8I6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sci1Znl8I6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sci1Znl8I6 .navbar-collapse.collapsing,
  .cid-sci1Znl8I6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sci1Znl8I6 .navbar-collapse.collapsing .navbar-nav,
  .cid-sci1Znl8I6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sci1Znl8I6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sci1Znl8I6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sci1Znl8I6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sci1Znl8I6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sci1Znl8I6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sci1Znl8I6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sci1Znl8I6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sci1Znl8I6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sci1Znl8I6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sci1Znl8I6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sci1Znl8I6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sci1Znl8I6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sci1Znl8I6 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sci1Znl8I6 .navbar-collapse {
  flex-basis: auto;
}
.cid-sci1Znl8I6 .nav-link:hover,
.cid-sci1Znl8I6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sci1ZpUeGx {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sci1ZpUeGx .mbr-section-subtitle {
  color: #767676;
}
.cid-sci1Zs3TF4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sci1Zs3TF4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sci1Zs3TF4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sci1Zs3TF4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sci1Zs3TF4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sci1Zs3TF4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sci1Zs3TF4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sci1Zs3TF4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sci1Zs3TF4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sci1Zs3TF4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sci1Zw6Wx9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sci1Zw6Wx9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sci1Zw6Wx9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sci1Zw6Wx9 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sci1Zw6Wx9 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sci1Zw6Wx9 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sci1Zy9zB7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sci1Zy9zB7 .mbr-text,
.cid-sci1Zy9zB7 blockquote {
  color: #767676;
}
.cid-sci1Zy9zB7 DIV {
  color: #232323;
}
.cid-sci1Zzpha8 {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sci1Zzpha8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sci1Zzpha8 .video-block {
    width: 100% !important;
  }
}
.cid-sKp4aEeLVw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp4aEeLVw .mbr-section-subtitle {
  color: #767676;
}
.cid-sci1ZGCnPL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sci1ZICPJF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sci1ZICPJF .mbr-section-subtitle {
  color: #767676;
}
.cid-sci1ZKSCR4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sci1ZKSCR4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sci1ZKSCR4 .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-sci1ZKSCR4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sci1ZKSCR4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sci1ZPSkaA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sci1ZPSkaA .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPJkqg4uC {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPJkqg4uC .card-box {
  padding: 0 2rem;
}
.cid-uoPJkqg4uC .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPJkqg4uC .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPJkqg4uC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPJkqg4uC p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPJkqg4uC .mbr-text {
  color: #767676;
}
.cid-uoPJkqg4uC .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPJkqg4uC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPJkqg4uC .card-title {
  text-align: left;
}
.cid-sg9sJRgLaU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9sJRgLaU .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9sJRgLaU .content {
    text-align: center;
  }
  .cid-sg9sJRgLaU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9sJRgLaU .img-logo img {
  height: 6rem;
}
.cid-sg9sJRgLaU .form-group,
.cid-sg9sJRgLaU .input-group-btn {
  padding: 0;
}
.cid-sg9sJRgLaU .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9sJRgLaU .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9sJRgLaU .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9sJRgLaU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9sJRgLaU .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9sJRgLaU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9sJRgLaU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9sJRgLaU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9sJRgLaU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9sJRgLaU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9sJRgLaU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9sJRgLaU .foot-logo {
    text-align: center !important;
  }
  .cid-sg9sJRgLaU .foot-title {
    text-align: center !important;
  }
  .cid-sg9sJRgLaU .mbr-text {
    text-align: center !important;
  }
  .cid-sg9sJRgLaU .form-group {
    margin: 0;
  }
}
.cid-sg9sKVttbk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9sKVttbk .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9sKVttbk .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9sKVttbk .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9sKVttbk .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9sKVttbk .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9sKVttbk .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9sKVttbk .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9sKVttbk .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9sKVttbk .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9sKVttbk .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9sKVttbk [class^="socicon-"]:before,
.cid-sg9sKVttbk [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9sKVttbk .btn {
    font-size: 20px !important;
  }
}
.cid-sci8CGlEac .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-sci8CGlEac .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-sci8CGlEac a {
  font-style: normal;
}
.cid-sci8CGlEac .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sci8CGlEac .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sci8CGlEac .nav-item:focus,
.cid-sci8CGlEac .nav-link:focus {
  outline: none;
}
.cid-sci8CGlEac .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sci8CGlEac .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sci8CGlEac .menu-logo {
  margin-right: auto;
}
.cid-sci8CGlEac .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sci8CGlEac .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sci8CGlEac .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sci8CGlEac .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sci8CGlEac .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sci8CGlEac .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sci8CGlEac .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sci8CGlEac .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sci8CGlEac .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sci8CGlEac .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sci8CGlEac .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sci8CGlEac .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sci8CGlEac .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sci8CGlEac .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sci8CGlEac .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sci8CGlEac .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sci8CGlEac .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sci8CGlEac .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sci8CGlEac .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sci8CGlEac .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sci8CGlEac .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sci8CGlEac .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sci8CGlEac button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sci8CGlEac button.navbar-toggler:focus {
  outline: none;
}
.cid-sci8CGlEac button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sci8CGlEac button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sci8CGlEac button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sci8CGlEac button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sci8CGlEac button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sci8CGlEac nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sci8CGlEac nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sci8CGlEac nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sci8CGlEac nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sci8CGlEac .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sci8CGlEac .collapsed .btn {
  display: flex;
}
.cid-sci8CGlEac .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sci8CGlEac .collapsed .navbar-collapse.collapsing,
.cid-sci8CGlEac .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sci8CGlEac .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sci8CGlEac .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sci8CGlEac .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sci8CGlEac .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sci8CGlEac .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sci8CGlEac .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sci8CGlEac .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sci8CGlEac .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sci8CGlEac .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sci8CGlEac .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sci8CGlEac .collapsed button.navbar-toggler {
  display: block;
}
.cid-sci8CGlEac .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sci8CGlEac .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sci8CGlEac .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sci8CGlEac .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sci8CGlEac .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sci8CGlEac .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sci8CGlEac .navbar-expand {
    flex-direction: column;
  }
  .cid-sci8CGlEac img {
    height: 3.8rem !important;
  }
  .cid-sci8CGlEac .btn {
    display: flex;
  }
  .cid-sci8CGlEac button.navbar-toggler {
    display: block;
  }
  .cid-sci8CGlEac .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sci8CGlEac .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sci8CGlEac .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sci8CGlEac .navbar-collapse.collapsing,
  .cid-sci8CGlEac .navbar-collapse.show {
    display: block !important;
  }
  .cid-sci8CGlEac .navbar-collapse.collapsing .navbar-nav,
  .cid-sci8CGlEac .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sci8CGlEac .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sci8CGlEac .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sci8CGlEac .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sci8CGlEac .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sci8CGlEac .navbar-collapse.collapsing .navbar-buttons,
  .cid-sci8CGlEac .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sci8CGlEac .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sci8CGlEac .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sci8CGlEac .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sci8CGlEac .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sci8CGlEac .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sci8CGlEac .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sci8CGlEac .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sci8CGlEac .navbar-collapse {
  flex-basis: auto;
}
.cid-sci8CGlEac .nav-link:hover,
.cid-sci8CGlEac .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-scsK83whnq {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/kuca-24-2000x955.jpg");
}
.cid-sci8Dw1uEZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-sci8Dw1uEZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sci8Dw1uEZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sci8Dw1uEZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sci8Dw1uEZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sci8Dw1uEZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sci8Dw1uEZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sci8Dw1uEZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sci8Dw1uEZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sci8Dw1uEZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-se5Mw6iD56 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-se5Mw6iD56 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se5Mw6iD56 .video-block {
    width: 100% !important;
  }
}
.cid-sci8DAFXy3 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sci8DAFXy3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sci8DAFXy3 .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-sci8DAFXy3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sci8DAFXy3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9ULJ6ubM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9ULJ6ubM .mbr-section-subtitle {
  color: #767676;
}
.cid-sci8DL2jAs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sci8DNP6Ei {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sci8DNP6Ei .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPK9Tn5Lu {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPK9Tn5Lu .card-box {
  padding: 0 2rem;
}
.cid-uoPK9Tn5Lu .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPK9Tn5Lu .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPK9Tn5Lu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPK9Tn5Lu p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPK9Tn5Lu .mbr-text {
  color: #767676;
}
.cid-uoPK9Tn5Lu .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPK9Tn5Lu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPK9Tn5Lu .card-title {
  text-align: left;
}
.cid-sg9UOfr7r7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9UOfr7r7 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9UOfr7r7 .content {
    text-align: center;
  }
  .cid-sg9UOfr7r7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9UOfr7r7 .img-logo img {
  height: 6rem;
}
.cid-sg9UOfr7r7 .form-group,
.cid-sg9UOfr7r7 .input-group-btn {
  padding: 0;
}
.cid-sg9UOfr7r7 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9UOfr7r7 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9UOfr7r7 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9UOfr7r7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9UOfr7r7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9UOfr7r7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9UOfr7r7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9UOfr7r7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9UOfr7r7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9UOfr7r7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9UOfr7r7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9UOfr7r7 .foot-logo {
    text-align: center !important;
  }
  .cid-sg9UOfr7r7 .foot-title {
    text-align: center !important;
  }
  .cid-sg9UOfr7r7 .mbr-text {
    text-align: center !important;
  }
  .cid-sg9UOfr7r7 .form-group {
    margin: 0;
  }
}
.cid-sg9UPdiYDV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9UPdiYDV .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9UPdiYDV .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9UPdiYDV .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9UPdiYDV .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9UPdiYDV .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9UPdiYDV .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9UPdiYDV .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9UPdiYDV .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9UPdiYDV .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9UPdiYDV .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9UPdiYDV [class^="socicon-"]:before,
.cid-sg9UPdiYDV [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9UPdiYDV .btn {
    font-size: 20px !important;
  }
}
.cid-scmkPO3ygs .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-scmkPO3ygs .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-scmkPO3ygs a {
  font-style: normal;
}
.cid-scmkPO3ygs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scmkPO3ygs .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-scmkPO3ygs .nav-item:focus,
.cid-scmkPO3ygs .nav-link:focus {
  outline: none;
}
.cid-scmkPO3ygs .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-scmkPO3ygs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scmkPO3ygs .menu-logo {
  margin-right: auto;
}
.cid-scmkPO3ygs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scmkPO3ygs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scmkPO3ygs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-scmkPO3ygs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scmkPO3ygs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scmkPO3ygs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scmkPO3ygs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scmkPO3ygs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scmkPO3ygs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scmkPO3ygs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scmkPO3ygs .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scmkPO3ygs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scmkPO3ygs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scmkPO3ygs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scmkPO3ygs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scmkPO3ygs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scmkPO3ygs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scmkPO3ygs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scmkPO3ygs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scmkPO3ygs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scmkPO3ygs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scmkPO3ygs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scmkPO3ygs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scmkPO3ygs button.navbar-toggler:focus {
  outline: none;
}
.cid-scmkPO3ygs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scmkPO3ygs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scmkPO3ygs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scmkPO3ygs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scmkPO3ygs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scmkPO3ygs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scmkPO3ygs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scmkPO3ygs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scmkPO3ygs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scmkPO3ygs .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-scmkPO3ygs .collapsed .btn {
  display: flex;
}
.cid-scmkPO3ygs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scmkPO3ygs .collapsed .navbar-collapse.collapsing,
.cid-scmkPO3ygs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scmkPO3ygs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scmkPO3ygs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scmkPO3ygs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scmkPO3ygs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scmkPO3ygs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scmkPO3ygs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scmkPO3ygs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scmkPO3ygs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scmkPO3ygs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scmkPO3ygs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-scmkPO3ygs .collapsed button.navbar-toggler {
  display: block;
}
.cid-scmkPO3ygs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scmkPO3ygs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scmkPO3ygs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scmkPO3ygs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scmkPO3ygs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scmkPO3ygs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scmkPO3ygs .navbar-expand {
    flex-direction: column;
  }
  .cid-scmkPO3ygs img {
    height: 3.8rem !important;
  }
  .cid-scmkPO3ygs .btn {
    display: flex;
  }
  .cid-scmkPO3ygs button.navbar-toggler {
    display: block;
  }
  .cid-scmkPO3ygs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-scmkPO3ygs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scmkPO3ygs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scmkPO3ygs .navbar-collapse.collapsing,
  .cid-scmkPO3ygs .navbar-collapse.show {
    display: block !important;
  }
  .cid-scmkPO3ygs .navbar-collapse.collapsing .navbar-nav,
  .cid-scmkPO3ygs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scmkPO3ygs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scmkPO3ygs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scmkPO3ygs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scmkPO3ygs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scmkPO3ygs .navbar-collapse.collapsing .navbar-buttons,
  .cid-scmkPO3ygs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scmkPO3ygs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scmkPO3ygs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scmkPO3ygs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scmkPO3ygs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scmkPO3ygs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scmkPO3ygs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scmkPO3ygs .menu-logo {
    flex-shrink: 0;
  }
}
.cid-scmkPO3ygs .navbar-collapse {
  flex-basis: auto;
}
.cid-scmkPO3ygs .nav-link:hover,
.cid-scmkPO3ygs .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-scmkPRB1d0 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scmkPRB1d0 .mbr-section-subtitle {
  color: #767676;
}
.cid-scmkPSVh3x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scmkPSVh3x .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scmkPSVh3x .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scmkPSVh3x .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scmkPSVh3x .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scmkPSVh3x .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scmkPSVh3x .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scmkPSVh3x .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scmkPSVh3x .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scmkPSVh3x .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scmkPVx7W4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scmkPVx7W4 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-scmkPVx7W4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-scmkPVx7W4 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-scmkPVx7W4 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-scmkPVx7W4 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-scmkPXrSNz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scmkPXrSNz .mbr-text,
.cid-scmkPXrSNz blockquote {
  color: #767676;
}
.cid-scmkPXrSNz DIV {
  color: #232323;
}
.cid-scmkPYGm3j {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-scmkPYGm3j .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-scmkPYGm3j .video-block {
    width: 100% !important;
  }
}
.cid-sKp37Fppq8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp37Fppq8 .mbr-section-subtitle {
  color: #767676;
}
.cid-scmkQ48Thz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scmkQ5ny5s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scmkQ5ny5s .mbr-section-subtitle {
  color: #767676;
}
.cid-scmkQ8bpZH .google-map {
  height: 25rem;
  position: relative;
}
.cid-scmkQ8bpZH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scmkQ8bpZH .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-scmkQ8bpZH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scmkQ8bpZH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9qYorbSQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9qYorbSQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sg9r3FWyzA {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-sg9r3FWyzA .card-box {
  padding: 0 2rem;
}
.cid-sg9r3FWyzA .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sg9r3FWyzA .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sg9r3FWyzA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sg9r3FWyzA p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sg9r3FWyzA .mbr-text {
  color: #767676;
}
.cid-sg9r3FWyzA .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sg9r3FWyzA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sg9r3FWyzA .card-title {
  text-align: left;
}
.cid-sg9r5BUhA5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9r5BUhA5 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9r5BUhA5 .content {
    text-align: center;
  }
  .cid-sg9r5BUhA5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9r5BUhA5 .img-logo img {
  height: 6rem;
}
.cid-sg9r5BUhA5 .form-group,
.cid-sg9r5BUhA5 .input-group-btn {
  padding: 0;
}
.cid-sg9r5BUhA5 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9r5BUhA5 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9r5BUhA5 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9r5BUhA5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9r5BUhA5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9r5BUhA5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9r5BUhA5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9r5BUhA5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9r5BUhA5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9r5BUhA5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9r5BUhA5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9r5BUhA5 .foot-logo {
    text-align: center !important;
  }
  .cid-sg9r5BUhA5 .foot-title {
    text-align: center !important;
  }
  .cid-sg9r5BUhA5 .mbr-text {
    text-align: center !important;
  }
  .cid-sg9r5BUhA5 .form-group {
    margin: 0;
  }
}
.cid-sg9r4Pp57H {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9r4Pp57H .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9r4Pp57H .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9r4Pp57H .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9r4Pp57H .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9r4Pp57H .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9r4Pp57H .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9r4Pp57H .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9r4Pp57H .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9r4Pp57H .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9r4Pp57H .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9r4Pp57H [class^="socicon-"]:before,
.cid-sg9r4Pp57H [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9r4Pp57H .btn {
    font-size: 20px !important;
  }
}
.cid-scmpWr6zii .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-scmpWr6zii .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-scmpWr6zii a {
  font-style: normal;
}
.cid-scmpWr6zii .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scmpWr6zii .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-scmpWr6zii .nav-item:focus,
.cid-scmpWr6zii .nav-link:focus {
  outline: none;
}
.cid-scmpWr6zii .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-scmpWr6zii .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scmpWr6zii .menu-logo {
  margin-right: auto;
}
.cid-scmpWr6zii .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scmpWr6zii .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scmpWr6zii .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-scmpWr6zii .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scmpWr6zii .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scmpWr6zii .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scmpWr6zii .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scmpWr6zii .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scmpWr6zii .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scmpWr6zii .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scmpWr6zii .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scmpWr6zii .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scmpWr6zii .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scmpWr6zii .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scmpWr6zii .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scmpWr6zii .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scmpWr6zii .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scmpWr6zii .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scmpWr6zii .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scmpWr6zii .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scmpWr6zii .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scmpWr6zii .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scmpWr6zii button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scmpWr6zii button.navbar-toggler:focus {
  outline: none;
}
.cid-scmpWr6zii button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scmpWr6zii button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scmpWr6zii button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scmpWr6zii button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scmpWr6zii button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scmpWr6zii nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scmpWr6zii nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scmpWr6zii nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scmpWr6zii nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scmpWr6zii .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-scmpWr6zii .collapsed .btn {
  display: flex;
}
.cid-scmpWr6zii .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scmpWr6zii .collapsed .navbar-collapse.collapsing,
.cid-scmpWr6zii .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scmpWr6zii .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scmpWr6zii .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scmpWr6zii .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scmpWr6zii .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scmpWr6zii .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scmpWr6zii .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scmpWr6zii .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scmpWr6zii .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scmpWr6zii .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scmpWr6zii .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-scmpWr6zii .collapsed button.navbar-toggler {
  display: block;
}
.cid-scmpWr6zii .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scmpWr6zii .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scmpWr6zii .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scmpWr6zii .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scmpWr6zii .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scmpWr6zii .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scmpWr6zii .navbar-expand {
    flex-direction: column;
  }
  .cid-scmpWr6zii img {
    height: 3.8rem !important;
  }
  .cid-scmpWr6zii .btn {
    display: flex;
  }
  .cid-scmpWr6zii button.navbar-toggler {
    display: block;
  }
  .cid-scmpWr6zii .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-scmpWr6zii .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scmpWr6zii .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scmpWr6zii .navbar-collapse.collapsing,
  .cid-scmpWr6zii .navbar-collapse.show {
    display: block !important;
  }
  .cid-scmpWr6zii .navbar-collapse.collapsing .navbar-nav,
  .cid-scmpWr6zii .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scmpWr6zii .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scmpWr6zii .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scmpWr6zii .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scmpWr6zii .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scmpWr6zii .navbar-collapse.collapsing .navbar-buttons,
  .cid-scmpWr6zii .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scmpWr6zii .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scmpWr6zii .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scmpWr6zii .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scmpWr6zii .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scmpWr6zii .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scmpWr6zii .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scmpWr6zii .menu-logo {
    flex-shrink: 0;
  }
}
.cid-scmpWr6zii .navbar-collapse {
  flex-basis: auto;
}
.cid-scmpWr6zii .nav-link:hover,
.cid-scmpWr6zii .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-scmpWtTjUZ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scmpWtTjUZ .mbr-section-subtitle {
  color: #767676;
}
.cid-scmpWw5LT1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scmpWw5LT1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scmpWw5LT1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scmpWw5LT1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scmpWw5LT1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scmpWw5LT1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scmpWw5LT1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scmpWw5LT1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scmpWw5LT1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scmpWw5LT1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scmpWAoKok {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scmpWAoKok .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-scmpWAoKok .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-scmpWAoKok .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-scmpWAoKok .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-scmpWAoKok .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-scmpWDEui5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scmpWDEui5 .mbr-text,
.cid-scmpWDEui5 blockquote {
  color: #767676;
}
.cid-scmpWDEui5 DIV {
  color: #232323;
}
.cid-scmpWFR1lx {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-scmpWFR1lx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-scmpWFR1lx .video-block {
    width: 100% !important;
  }
}
.cid-sKp33UMuuR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp33UMuuR .mbr-section-subtitle {
  color: #767676;
}
.cid-scmpWOmkE4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scmpWPZm0F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scmpWPZm0F .mbr-section-subtitle {
  color: #767676;
}
.cid-scmpWUw27c .google-map {
  height: 25rem;
  position: relative;
}
.cid-scmpWUw27c .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scmpWUw27c .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-scmpWUw27c .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scmpWUw27c .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9rKn4jtp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9rKn4jtp .mbr-section-subtitle {
  color: #767676;
}
.cid-sg9mtwejFj {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-sg9mtwejFj .card-box {
  padding: 0 2rem;
}
.cid-sg9mtwejFj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sg9mtwejFj .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sg9mtwejFj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sg9mtwejFj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sg9mtwejFj .mbr-text {
  color: #767676;
}
.cid-sg9mtwejFj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sg9mtwejFj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sg9mtwejFj .card-title {
  text-align: left;
}
.cid-sg9muV4JuJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9muV4JuJ .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9muV4JuJ .content {
    text-align: center;
  }
  .cid-sg9muV4JuJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9muV4JuJ .img-logo img {
  height: 6rem;
}
.cid-sg9muV4JuJ .form-group,
.cid-sg9muV4JuJ .input-group-btn {
  padding: 0;
}
.cid-sg9muV4JuJ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9muV4JuJ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9muV4JuJ .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9muV4JuJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9muV4JuJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9muV4JuJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9muV4JuJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9muV4JuJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9muV4JuJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9muV4JuJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9muV4JuJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9muV4JuJ .foot-logo {
    text-align: center !important;
  }
  .cid-sg9muV4JuJ .foot-title {
    text-align: center !important;
  }
  .cid-sg9muV4JuJ .mbr-text {
    text-align: center !important;
  }
  .cid-sg9muV4JuJ .form-group {
    margin: 0;
  }
}
.cid-sg9mvzPcTp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9mvzPcTp .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9mvzPcTp .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9mvzPcTp .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9mvzPcTp .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9mvzPcTp .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9mvzPcTp .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9mvzPcTp .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9mvzPcTp .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9mvzPcTp .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9mvzPcTp .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9mvzPcTp [class^="socicon-"]:before,
.cid-sg9mvzPcTp [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9mvzPcTp .btn {
    font-size: 20px !important;
  }
}
.cid-scmu9YQoKn .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-scmu9YQoKn .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-scmu9YQoKn a {
  font-style: normal;
}
.cid-scmu9YQoKn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scmu9YQoKn .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-scmu9YQoKn .nav-item:focus,
.cid-scmu9YQoKn .nav-link:focus {
  outline: none;
}
.cid-scmu9YQoKn .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-scmu9YQoKn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scmu9YQoKn .menu-logo {
  margin-right: auto;
}
.cid-scmu9YQoKn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scmu9YQoKn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scmu9YQoKn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-scmu9YQoKn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scmu9YQoKn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scmu9YQoKn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scmu9YQoKn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scmu9YQoKn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scmu9YQoKn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scmu9YQoKn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scmu9YQoKn .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scmu9YQoKn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scmu9YQoKn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scmu9YQoKn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scmu9YQoKn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scmu9YQoKn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scmu9YQoKn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scmu9YQoKn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scmu9YQoKn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scmu9YQoKn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scmu9YQoKn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scmu9YQoKn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scmu9YQoKn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scmu9YQoKn button.navbar-toggler:focus {
  outline: none;
}
.cid-scmu9YQoKn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scmu9YQoKn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scmu9YQoKn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scmu9YQoKn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scmu9YQoKn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scmu9YQoKn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scmu9YQoKn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scmu9YQoKn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scmu9YQoKn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scmu9YQoKn .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-scmu9YQoKn .collapsed .btn {
  display: flex;
}
.cid-scmu9YQoKn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scmu9YQoKn .collapsed .navbar-collapse.collapsing,
.cid-scmu9YQoKn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scmu9YQoKn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scmu9YQoKn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scmu9YQoKn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scmu9YQoKn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scmu9YQoKn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scmu9YQoKn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scmu9YQoKn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scmu9YQoKn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scmu9YQoKn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scmu9YQoKn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-scmu9YQoKn .collapsed button.navbar-toggler {
  display: block;
}
.cid-scmu9YQoKn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scmu9YQoKn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scmu9YQoKn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scmu9YQoKn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scmu9YQoKn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scmu9YQoKn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scmu9YQoKn .navbar-expand {
    flex-direction: column;
  }
  .cid-scmu9YQoKn img {
    height: 3.8rem !important;
  }
  .cid-scmu9YQoKn .btn {
    display: flex;
  }
  .cid-scmu9YQoKn button.navbar-toggler {
    display: block;
  }
  .cid-scmu9YQoKn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-scmu9YQoKn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scmu9YQoKn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scmu9YQoKn .navbar-collapse.collapsing,
  .cid-scmu9YQoKn .navbar-collapse.show {
    display: block !important;
  }
  .cid-scmu9YQoKn .navbar-collapse.collapsing .navbar-nav,
  .cid-scmu9YQoKn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scmu9YQoKn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scmu9YQoKn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scmu9YQoKn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scmu9YQoKn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scmu9YQoKn .navbar-collapse.collapsing .navbar-buttons,
  .cid-scmu9YQoKn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scmu9YQoKn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scmu9YQoKn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scmu9YQoKn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scmu9YQoKn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scmu9YQoKn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scmu9YQoKn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scmu9YQoKn .menu-logo {
    flex-shrink: 0;
  }
}
.cid-scmu9YQoKn .navbar-collapse {
  flex-basis: auto;
}
.cid-scmu9YQoKn .nav-link:hover,
.cid-scmu9YQoKn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-scmuaewOG2 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scmuaewOG2 .mbr-section-subtitle {
  color: #767676;
}
.cid-scmuahQ2BJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scmuahQ2BJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scmuahQ2BJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scmuahQ2BJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scmuahQ2BJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scmuahQ2BJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scmuahQ2BJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scmuahQ2BJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scmuahQ2BJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scmuahQ2BJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scmuaoU4qX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scmuaoU4qX .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-scmuaoU4qX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-scmuaoU4qX .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-scmuaoU4qX .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-scmuaoU4qX .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-scmuatwQw8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scmuatwQw8 .mbr-text,
.cid-scmuatwQw8 blockquote {
  color: #767676;
}
.cid-scmuatwQw8 DIV {
  color: #232323;
}
.cid-scmuawuYTt {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-scmuawuYTt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-scmuawuYTt .video-block {
    width: 100% !important;
  }
}
.cid-sKp2ZPslG2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp2ZPslG2 .mbr-section-subtitle {
  color: #767676;
}
.cid-scmuaMhxmS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scmuaPhMaf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scmuaPhMaf .mbr-section-subtitle {
  color: #767676;
}
.cid-scmuaTnPOx .google-map {
  height: 25rem;
  position: relative;
}
.cid-scmuaTnPOx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scmuaTnPOx .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-scmuaTnPOx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scmuaTnPOx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9rSj29iX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9rSj29iX .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPIHR90Bp {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPIHR90Bp .card-box {
  padding: 0 2rem;
}
.cid-uoPIHR90Bp .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPIHR90Bp .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPIHR90Bp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPIHR90Bp p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPIHR90Bp .mbr-text {
  color: #767676;
}
.cid-uoPIHR90Bp .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPIHR90Bp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPIHR90Bp .card-title {
  text-align: left;
}
.cid-sg9ksPaUKa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9ksPaUKa .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9ksPaUKa .content {
    text-align: center;
  }
  .cid-sg9ksPaUKa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9ksPaUKa .img-logo img {
  height: 6rem;
}
.cid-sg9ksPaUKa .form-group,
.cid-sg9ksPaUKa .input-group-btn {
  padding: 0;
}
.cid-sg9ksPaUKa .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9ksPaUKa .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9ksPaUKa .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9ksPaUKa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9ksPaUKa .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9ksPaUKa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9ksPaUKa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9ksPaUKa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9ksPaUKa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9ksPaUKa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9ksPaUKa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9ksPaUKa .foot-logo {
    text-align: center !important;
  }
  .cid-sg9ksPaUKa .foot-title {
    text-align: center !important;
  }
  .cid-sg9ksPaUKa .mbr-text {
    text-align: center !important;
  }
  .cid-sg9ksPaUKa .form-group {
    margin: 0;
  }
}
.cid-sg9ktZlKq8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9ktZlKq8 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9ktZlKq8 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9ktZlKq8 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9ktZlKq8 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9ktZlKq8 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9ktZlKq8 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9ktZlKq8 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9ktZlKq8 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9ktZlKq8 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9ktZlKq8 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9ktZlKq8 [class^="socicon-"]:before,
.cid-sg9ktZlKq8 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9ktZlKq8 .btn {
    font-size: 20px !important;
  }
}
.cid-scmxF3k8J7 .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-scmxF3k8J7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-scmxF3k8J7 a {
  font-style: normal;
}
.cid-scmxF3k8J7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scmxF3k8J7 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-scmxF3k8J7 .nav-item:focus,
.cid-scmxF3k8J7 .nav-link:focus {
  outline: none;
}
.cid-scmxF3k8J7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-scmxF3k8J7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scmxF3k8J7 .menu-logo {
  margin-right: auto;
}
.cid-scmxF3k8J7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scmxF3k8J7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scmxF3k8J7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-scmxF3k8J7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scmxF3k8J7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scmxF3k8J7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scmxF3k8J7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scmxF3k8J7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scmxF3k8J7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scmxF3k8J7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scmxF3k8J7 .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scmxF3k8J7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scmxF3k8J7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scmxF3k8J7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scmxF3k8J7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scmxF3k8J7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scmxF3k8J7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scmxF3k8J7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scmxF3k8J7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scmxF3k8J7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scmxF3k8J7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scmxF3k8J7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scmxF3k8J7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scmxF3k8J7 button.navbar-toggler:focus {
  outline: none;
}
.cid-scmxF3k8J7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scmxF3k8J7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scmxF3k8J7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scmxF3k8J7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scmxF3k8J7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scmxF3k8J7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scmxF3k8J7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scmxF3k8J7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scmxF3k8J7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scmxF3k8J7 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-scmxF3k8J7 .collapsed .btn {
  display: flex;
}
.cid-scmxF3k8J7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scmxF3k8J7 .collapsed .navbar-collapse.collapsing,
.cid-scmxF3k8J7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scmxF3k8J7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scmxF3k8J7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scmxF3k8J7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scmxF3k8J7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scmxF3k8J7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scmxF3k8J7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scmxF3k8J7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scmxF3k8J7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scmxF3k8J7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scmxF3k8J7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-scmxF3k8J7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scmxF3k8J7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scmxF3k8J7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scmxF3k8J7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scmxF3k8J7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scmxF3k8J7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scmxF3k8J7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scmxF3k8J7 .navbar-expand {
    flex-direction: column;
  }
  .cid-scmxF3k8J7 img {
    height: 3.8rem !important;
  }
  .cid-scmxF3k8J7 .btn {
    display: flex;
  }
  .cid-scmxF3k8J7 button.navbar-toggler {
    display: block;
  }
  .cid-scmxF3k8J7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-scmxF3k8J7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scmxF3k8J7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scmxF3k8J7 .navbar-collapse.collapsing,
  .cid-scmxF3k8J7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scmxF3k8J7 .navbar-collapse.collapsing .navbar-nav,
  .cid-scmxF3k8J7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scmxF3k8J7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scmxF3k8J7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scmxF3k8J7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scmxF3k8J7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scmxF3k8J7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scmxF3k8J7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scmxF3k8J7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scmxF3k8J7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scmxF3k8J7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scmxF3k8J7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scmxF3k8J7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scmxF3k8J7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scmxF3k8J7 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-scmxF3k8J7 .navbar-collapse {
  flex-basis: auto;
}
.cid-scmxF3k8J7 .nav-link:hover,
.cid-scmxF3k8J7 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-scmxF6eAOG {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scmxF6eAOG .mbr-section-subtitle {
  color: #767676;
}
.cid-scmxF87h9M {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scmxF87h9M .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scmxF87h9M .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scmxF87h9M .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scmxF87h9M .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scmxF87h9M .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scmxF87h9M .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scmxF87h9M .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scmxF87h9M .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scmxF87h9M .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scmxFbMcuT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scmxFbMcuT .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-scmxFbMcuT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-scmxFbMcuT .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-scmxFbMcuT .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-scmxFbMcuT .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-scmxFe8aGD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scmxFe8aGD .mbr-text,
.cid-scmxFe8aGD blockquote {
  color: #767676;
}
.cid-scmxFe8aGD DIV {
  color: #232323;
}
.cid-scmxFg3XWT {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-scmxFg3XWT .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-scmxFg3XWT .video-block {
    width: 100% !important;
  }
}
.cid-sKp2Ve3Bmt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp2Ve3Bmt .mbr-section-subtitle {
  color: #767676;
}
.cid-scmxFojsv6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scmxFq4YGY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scmxFq4YGY .mbr-section-subtitle {
  color: #767676;
}
.cid-scmxFspv6b .google-map {
  height: 25rem;
  position: relative;
}
.cid-scmxFspv6b .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scmxFspv6b .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-scmxFspv6b .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scmxFspv6b .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9rZIbI8h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9rZIbI8h .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPIPq6eix {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPIPq6eix .card-box {
  padding: 0 2rem;
}
.cid-uoPIPq6eix .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPIPq6eix .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPIPq6eix h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPIPq6eix p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPIPq6eix .mbr-text {
  color: #767676;
}
.cid-uoPIPq6eix .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPIPq6eix .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPIPq6eix .card-title {
  text-align: left;
}
.cid-sg9cZCxWuk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9cZCxWuk .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9cZCxWuk .content {
    text-align: center;
  }
  .cid-sg9cZCxWuk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9cZCxWuk .img-logo img {
  height: 6rem;
}
.cid-sg9cZCxWuk .form-group,
.cid-sg9cZCxWuk .input-group-btn {
  padding: 0;
}
.cid-sg9cZCxWuk .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9cZCxWuk .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9cZCxWuk .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9cZCxWuk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9cZCxWuk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9cZCxWuk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9cZCxWuk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9cZCxWuk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9cZCxWuk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9cZCxWuk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9cZCxWuk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9cZCxWuk .foot-logo {
    text-align: center !important;
  }
  .cid-sg9cZCxWuk .foot-title {
    text-align: center !important;
  }
  .cid-sg9cZCxWuk .mbr-text {
    text-align: center !important;
  }
  .cid-sg9cZCxWuk .form-group {
    margin: 0;
  }
}
.cid-sg9d0uXOaG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9d0uXOaG .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9d0uXOaG .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9d0uXOaG .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9d0uXOaG .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9d0uXOaG .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9d0uXOaG .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9d0uXOaG .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9d0uXOaG .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9d0uXOaG .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9d0uXOaG .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9d0uXOaG [class^="socicon-"]:before,
.cid-sg9d0uXOaG [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9d0uXOaG .btn {
    font-size: 20px !important;
  }
}
.cid-scmBCJBnlD .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-scmBCJBnlD .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-scmBCJBnlD a {
  font-style: normal;
}
.cid-scmBCJBnlD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scmBCJBnlD .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-scmBCJBnlD .nav-item:focus,
.cid-scmBCJBnlD .nav-link:focus {
  outline: none;
}
.cid-scmBCJBnlD .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-scmBCJBnlD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scmBCJBnlD .menu-logo {
  margin-right: auto;
}
.cid-scmBCJBnlD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scmBCJBnlD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scmBCJBnlD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-scmBCJBnlD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scmBCJBnlD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scmBCJBnlD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scmBCJBnlD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scmBCJBnlD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scmBCJBnlD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scmBCJBnlD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scmBCJBnlD .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scmBCJBnlD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scmBCJBnlD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scmBCJBnlD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scmBCJBnlD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scmBCJBnlD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scmBCJBnlD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scmBCJBnlD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scmBCJBnlD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scmBCJBnlD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scmBCJBnlD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scmBCJBnlD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scmBCJBnlD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scmBCJBnlD button.navbar-toggler:focus {
  outline: none;
}
.cid-scmBCJBnlD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scmBCJBnlD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scmBCJBnlD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scmBCJBnlD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scmBCJBnlD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scmBCJBnlD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scmBCJBnlD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scmBCJBnlD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scmBCJBnlD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scmBCJBnlD .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-scmBCJBnlD .collapsed .btn {
  display: flex;
}
.cid-scmBCJBnlD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scmBCJBnlD .collapsed .navbar-collapse.collapsing,
.cid-scmBCJBnlD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scmBCJBnlD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scmBCJBnlD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scmBCJBnlD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scmBCJBnlD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scmBCJBnlD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scmBCJBnlD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scmBCJBnlD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scmBCJBnlD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scmBCJBnlD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scmBCJBnlD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-scmBCJBnlD .collapsed button.navbar-toggler {
  display: block;
}
.cid-scmBCJBnlD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scmBCJBnlD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scmBCJBnlD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scmBCJBnlD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scmBCJBnlD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scmBCJBnlD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scmBCJBnlD .navbar-expand {
    flex-direction: column;
  }
  .cid-scmBCJBnlD img {
    height: 3.8rem !important;
  }
  .cid-scmBCJBnlD .btn {
    display: flex;
  }
  .cid-scmBCJBnlD button.navbar-toggler {
    display: block;
  }
  .cid-scmBCJBnlD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-scmBCJBnlD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scmBCJBnlD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scmBCJBnlD .navbar-collapse.collapsing,
  .cid-scmBCJBnlD .navbar-collapse.show {
    display: block !important;
  }
  .cid-scmBCJBnlD .navbar-collapse.collapsing .navbar-nav,
  .cid-scmBCJBnlD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scmBCJBnlD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scmBCJBnlD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scmBCJBnlD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scmBCJBnlD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scmBCJBnlD .navbar-collapse.collapsing .navbar-buttons,
  .cid-scmBCJBnlD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scmBCJBnlD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scmBCJBnlD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scmBCJBnlD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scmBCJBnlD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scmBCJBnlD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scmBCJBnlD .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scmBCJBnlD .menu-logo {
    flex-shrink: 0;
  }
}
.cid-scmBCJBnlD .navbar-collapse {
  flex-basis: auto;
}
.cid-scmBCJBnlD .nav-link:hover,
.cid-scmBCJBnlD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-scmBCMgOpf {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scmBCMgOpf .mbr-section-subtitle {
  color: #767676;
}
.cid-scmBCNZXbM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scmBCNZXbM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scmBCNZXbM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scmBCNZXbM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scmBCNZXbM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scmBCNZXbM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scmBCNZXbM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scmBCNZXbM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scmBCNZXbM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scmBCNZXbM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scmBCSTRE8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scmBCSTRE8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-scmBCSTRE8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-scmBCSTRE8 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-scmBCSTRE8 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-scmBCSTRE8 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-scmBCVEnCN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scmBCVEnCN .mbr-text,
.cid-scmBCVEnCN blockquote {
  color: #767676;
}
.cid-scmBCVEnCN DIV {
  color: #232323;
}
.cid-scmBCXdgxV {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-scmBCXdgxV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-scmBCXdgxV .video-block {
    width: 100% !important;
  }
}
.cid-sKp2qYra1F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp2qYra1F .mbr-section-subtitle {
  color: #767676;
}
.cid-scmBD4Im3D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scmBD6zcwD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scmBD6zcwD .mbr-section-subtitle {
  color: #767676;
}
.cid-scmBD8tRhB .google-map {
  height: 25rem;
  position: relative;
}
.cid-scmBD8tRhB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scmBD8tRhB .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-scmBD8tRhB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scmBD8tRhB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9s6Ng4FF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9s6Ng4FF .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPIUYIYF2 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPIUYIYF2 .card-box {
  padding: 0 2rem;
}
.cid-uoPIUYIYF2 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPIUYIYF2 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPIUYIYF2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPIUYIYF2 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPIUYIYF2 .mbr-text {
  color: #767676;
}
.cid-uoPIUYIYF2 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPIUYIYF2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPIUYIYF2 .card-title {
  text-align: left;
}
.cid-sg9bBGsr2n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9bBGsr2n .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9bBGsr2n .content {
    text-align: center;
  }
  .cid-sg9bBGsr2n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9bBGsr2n .img-logo img {
  height: 6rem;
}
.cid-sg9bBGsr2n .form-group,
.cid-sg9bBGsr2n .input-group-btn {
  padding: 0;
}
.cid-sg9bBGsr2n .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9bBGsr2n .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9bBGsr2n .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9bBGsr2n .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9bBGsr2n .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9bBGsr2n .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9bBGsr2n .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9bBGsr2n .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9bBGsr2n .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9bBGsr2n .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9bBGsr2n .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9bBGsr2n .foot-logo {
    text-align: center !important;
  }
  .cid-sg9bBGsr2n .foot-title {
    text-align: center !important;
  }
  .cid-sg9bBGsr2n .mbr-text {
    text-align: center !important;
  }
  .cid-sg9bBGsr2n .form-group {
    margin: 0;
  }
}
.cid-sg9bAsZlDl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9bAsZlDl .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9bAsZlDl .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9bAsZlDl .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9bAsZlDl .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9bAsZlDl .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9bAsZlDl .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9bAsZlDl .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9bAsZlDl .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9bAsZlDl .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9bAsZlDl .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9bAsZlDl [class^="socicon-"]:before,
.cid-sg9bAsZlDl [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9bAsZlDl .btn {
    font-size: 20px !important;
  }
}
.cid-scmgOdxTCx .navbar {
  padding: .5rem 0;
  background: #ba46c6;
  transition: none;
  min-height: 77px;
}
.cid-scmgOdxTCx .navbar-dropdown.bg-color.transparent.opened {
  background: #ba46c6;
}
.cid-scmgOdxTCx a {
  font-style: normal;
}
.cid-scmgOdxTCx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scmgOdxTCx .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-scmgOdxTCx .nav-item:focus,
.cid-scmgOdxTCx .nav-link:focus {
  outline: none;
}
.cid-scmgOdxTCx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-scmgOdxTCx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scmgOdxTCx .menu-logo {
  margin-right: auto;
}
.cid-scmgOdxTCx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scmgOdxTCx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scmgOdxTCx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-scmgOdxTCx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scmgOdxTCx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scmgOdxTCx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scmgOdxTCx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scmgOdxTCx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scmgOdxTCx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scmgOdxTCx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scmgOdxTCx .dropdown .dropdown-menu {
  background: #ba46c6;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scmgOdxTCx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scmgOdxTCx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scmgOdxTCx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scmgOdxTCx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scmgOdxTCx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scmgOdxTCx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scmgOdxTCx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scmgOdxTCx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scmgOdxTCx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scmgOdxTCx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scmgOdxTCx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scmgOdxTCx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scmgOdxTCx button.navbar-toggler:focus {
  outline: none;
}
.cid-scmgOdxTCx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scmgOdxTCx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scmgOdxTCx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scmgOdxTCx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scmgOdxTCx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scmgOdxTCx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scmgOdxTCx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scmgOdxTCx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scmgOdxTCx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scmgOdxTCx .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-scmgOdxTCx .collapsed .btn {
  display: flex;
}
.cid-scmgOdxTCx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scmgOdxTCx .collapsed .navbar-collapse.collapsing,
.cid-scmgOdxTCx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scmgOdxTCx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scmgOdxTCx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scmgOdxTCx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scmgOdxTCx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scmgOdxTCx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scmgOdxTCx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scmgOdxTCx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scmgOdxTCx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scmgOdxTCx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scmgOdxTCx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-scmgOdxTCx .collapsed button.navbar-toggler {
  display: block;
}
.cid-scmgOdxTCx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scmgOdxTCx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scmgOdxTCx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scmgOdxTCx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scmgOdxTCx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scmgOdxTCx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scmgOdxTCx .navbar-expand {
    flex-direction: column;
  }
  .cid-scmgOdxTCx img {
    height: 3.8rem !important;
  }
  .cid-scmgOdxTCx .btn {
    display: flex;
  }
  .cid-scmgOdxTCx button.navbar-toggler {
    display: block;
  }
  .cid-scmgOdxTCx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-scmgOdxTCx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scmgOdxTCx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scmgOdxTCx .navbar-collapse.collapsing,
  .cid-scmgOdxTCx .navbar-collapse.show {
    display: block !important;
  }
  .cid-scmgOdxTCx .navbar-collapse.collapsing .navbar-nav,
  .cid-scmgOdxTCx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scmgOdxTCx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scmgOdxTCx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scmgOdxTCx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scmgOdxTCx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scmgOdxTCx .navbar-collapse.collapsing .navbar-buttons,
  .cid-scmgOdxTCx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scmgOdxTCx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scmgOdxTCx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scmgOdxTCx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scmgOdxTCx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scmgOdxTCx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scmgOdxTCx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scmgOdxTCx .menu-logo {
    flex-shrink: 0;
  }
}
.cid-scmgOdxTCx .navbar-collapse {
  flex-basis: auto;
}
.cid-scmgOdxTCx .nav-link:hover,
.cid-scmgOdxTCx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-scmgOfacvv {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scmgOfacvv .mbr-section-subtitle {
  color: #767676;
}
.cid-scmgOgOWIf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scmgOgOWIf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scmgOgOWIf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scmgOgOWIf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scmgOgOWIf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scmgOgOWIf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scmgOgOWIf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scmgOgOWIf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scmgOgOWIf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scmgOgOWIf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scmgOmcYzm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scmgOmcYzm .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-scmgOmcYzm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-scmgOmcYzm .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-scmgOmcYzm .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-scmgOmcYzm .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-scmgOnPjJz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scmgOnPjJz .mbr-text,
.cid-scmgOnPjJz blockquote {
  color: #767676;
}
.cid-scmgOnPjJz DIV {
  color: #232323;
}
.cid-scmgOpDuay {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-scmgOpDuay .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-scmgOpDuay .video-block {
    width: 100% !important;
  }
}
.cid-sKp43mNVvL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKp43mNVvL .mbr-section-subtitle {
  color: #767676;
}
.cid-scmgOxYbOn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-scmgOzumg5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scmgOzumg5 .mbr-section-subtitle {
  color: #767676;
}
.cid-scmgOBUzzV .google-map {
  height: 25rem;
  position: relative;
}
.cid-scmgOBUzzV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scmgOBUzzV .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-scmgOBUzzV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scmgOBUzzV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sg9qRDiVPG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg9qRDiVPG .mbr-section-subtitle {
  color: #767676;
}
.cid-uoPIap5ePJ {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoPIap5ePJ .card-box {
  padding: 0 2rem;
}
.cid-uoPIap5ePJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoPIap5ePJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoPIap5ePJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoPIap5ePJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoPIap5ePJ .mbr-text {
  color: #767676;
}
.cid-uoPIap5ePJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uoPIap5ePJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoPIap5ePJ .card-title {
  text-align: left;
}
.cid-sg9pYGFXoP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg9pYGFXoP .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9pYGFXoP .content {
    text-align: center;
  }
  .cid-sg9pYGFXoP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sg9pYGFXoP .img-logo img {
  height: 6rem;
}
.cid-sg9pYGFXoP .form-group,
.cid-sg9pYGFXoP .input-group-btn {
  padding: 0;
}
.cid-sg9pYGFXoP .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sg9pYGFXoP .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sg9pYGFXoP .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg9pYGFXoP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg9pYGFXoP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sg9pYGFXoP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sg9pYGFXoP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sg9pYGFXoP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg9pYGFXoP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg9pYGFXoP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg9pYGFXoP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sg9pYGFXoP .foot-logo {
    text-align: center !important;
  }
  .cid-sg9pYGFXoP .foot-title {
    text-align: center !important;
  }
  .cid-sg9pYGFXoP .mbr-text {
    text-align: center !important;
  }
  .cid-sg9pYGFXoP .form-group {
    margin: 0;
  }
}
.cid-sg9pZRZCIg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg9pZRZCIg .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sg9pZRZCIg .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sg9pZRZCIg .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sg9pZRZCIg .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sg9pZRZCIg .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sg9pZRZCIg .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sg9pZRZCIg .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sg9pZRZCIg .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sg9pZRZCIg .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sg9pZRZCIg .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sg9pZRZCIg [class^="socicon-"]:before,
.cid-sg9pZRZCIg [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sg9pZRZCIg .btn {
    font-size: 20px !important;
  }
}
