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-sgkHNpBso2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgkHNpBso2 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgkHNpBso2 .content {
    text-align: center;
  }
  .cid-sgkHNpBso2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgkHNpBso2 .img-logo img {
  height: 6rem;
}
.cid-sgkHNpBso2 .form-group,
.cid-sgkHNpBso2 .input-group-btn {
  padding: 0;
}
.cid-sgkHNpBso2 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgkHNpBso2 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgkHNpBso2 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgkHNpBso2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgkHNpBso2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgkHNpBso2 .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-sgkHNpBso2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgkHNpBso2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgkHNpBso2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgkHNpBso2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgkHNpBso2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgkHNpBso2 .foot-logo {
    text-align: center !important;
  }
  .cid-sgkHNpBso2 .foot-title {
    text-align: center !important;
  }
  .cid-sgkHNpBso2 .mbr-text {
    text-align: center !important;
  }
  .cid-sgkHNpBso2 .form-group {
    margin: 0;
  }
}
.cid-sgkHOxQsJG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgkHOxQsJG .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgkHOxQsJG .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgkHOxQsJG .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgkHOxQsJG .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgkHOxQsJG .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgkHOxQsJG .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgkHOxQsJG .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgkHOxQsJG .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-sgkHOxQsJG .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgkHOxQsJG .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgkHOxQsJG [class^="socicon-"]:before,
.cid-sgkHOxQsJG [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgkHOxQsJG .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-uoQdrg3ZJF {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQdrg3ZJF .card-box {
  padding: 0 2rem;
}
.cid-uoQdrg3ZJF .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQdrg3ZJF .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQdrg3ZJF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQdrg3ZJF p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQdrg3ZJF .mbr-text {
  color: #767676;
}
.cid-uoQdrg3ZJF .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-uoQdrg3ZJF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQdrg3ZJF .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 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:hover .mbr-overlay {
  opacity: .5;
}
.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 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:hover .mbr-overlay {
  opacity: .5;
}
.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 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:hover .mbr-overlay {
  opacity: .5;
}
.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 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:hover .mbr-overlay {
  opacity: .5;
}
.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 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:hover .mbr-overlay {
  opacity: .5;
}
.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 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:hover .mbr-overlay {
  opacity: .5;
}
.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 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:hover .mbr-overlay {
  opacity: .5;
}
.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-sfGrsMsBjR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfGrsMsBjR .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sfGrsMsBjR .content {
    text-align: center;
  }
  .cid-sfGrsMsBjR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sfGrsMsBjR .img-logo img {
  height: 6rem;
}
.cid-sfGrsMsBjR .form-group,
.cid-sfGrsMsBjR .input-group-btn {
  padding: 0;
}
.cid-sfGrsMsBjR .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sfGrsMsBjR .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sfGrsMsBjR .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sfGrsMsBjR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sfGrsMsBjR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sfGrsMsBjR .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-sfGrsMsBjR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sfGrsMsBjR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sfGrsMsBjR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfGrsMsBjR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfGrsMsBjR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sfGrsMsBjR .foot-logo {
    text-align: center !important;
  }
  .cid-sfGrsMsBjR .foot-title {
    text-align: center !important;
  }
  .cid-sfGrsMsBjR .mbr-text {
    text-align: center !important;
  }
  .cid-sfGrsMsBjR .form-group {
    margin: 0;
  }
}
.cid-rIF2RI6Nyo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rIF2RI6Nyo .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rIF2RI6Nyo .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rIF2RI6Nyo .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rIF2RI6Nyo .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rIF2RI6Nyo .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rIF2RI6Nyo .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rIF2RI6Nyo .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rIF2RI6Nyo .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-rIF2RI6Nyo .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rIF2RI6Nyo .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rIF2RI6Nyo [class^="socicon-"]:before,
.cid-rIF2RI6Nyo [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rIF2RI6Nyo .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-uoQh0nAQBS {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQh0nAQBS .card-box {
  padding: 0 2rem;
}
.cid-uoQh0nAQBS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQh0nAQBS .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQh0nAQBS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQh0nAQBS p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQh0nAQBS .mbr-text {
  color: #767676;
}
.cid-uoQh0nAQBS .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-uoQh0nAQBS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQh0nAQBS .card-title {
  text-align: left;
}
.cid-sgkG3JV93G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgkG3JV93G .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgkG3JV93G .content {
    text-align: center;
  }
  .cid-sgkG3JV93G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgkG3JV93G .img-logo img {
  height: 6rem;
}
.cid-sgkG3JV93G .form-group,
.cid-sgkG3JV93G .input-group-btn {
  padding: 0;
}
.cid-sgkG3JV93G .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgkG3JV93G .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgkG3JV93G .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgkG3JV93G .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgkG3JV93G .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgkG3JV93G .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-sgkG3JV93G .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgkG3JV93G .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgkG3JV93G .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgkG3JV93G .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgkG3JV93G .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgkG3JV93G .foot-logo {
    text-align: center !important;
  }
  .cid-sgkG3JV93G .foot-title {
    text-align: center !important;
  }
  .cid-sgkG3JV93G .mbr-text {
    text-align: center !important;
  }
  .cid-sgkG3JV93G .form-group {
    margin: 0;
  }
}
.cid-sgkG4Z0Z1Y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgkG4Z0Z1Y .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgkG4Z0Z1Y .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgkG4Z0Z1Y .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgkG4Z0Z1Y .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgkG4Z0Z1Y .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgkG4Z0Z1Y .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgkG4Z0Z1Y .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgkG4Z0Z1Y .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-sgkG4Z0Z1Y .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgkG4Z0Z1Y .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgkG4Z0Z1Y [class^="socicon-"]:before,
.cid-sgkG4Z0Z1Y [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgkG4Z0Z1Y .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-uoQgBpTpD0 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQgBpTpD0 .card-box {
  padding: 0 2rem;
}
.cid-uoQgBpTpD0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQgBpTpD0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQgBpTpD0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQgBpTpD0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQgBpTpD0 .mbr-text {
  color: #767676;
}
.cid-uoQgBpTpD0 .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-uoQgBpTpD0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQgBpTpD0 .card-title {
  text-align: left;
}
.cid-sgkzCQKlZV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgkzCQKlZV .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgkzCQKlZV .content {
    text-align: center;
  }
  .cid-sgkzCQKlZV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgkzCQKlZV .img-logo img {
  height: 6rem;
}
.cid-sgkzCQKlZV .form-group,
.cid-sgkzCQKlZV .input-group-btn {
  padding: 0;
}
.cid-sgkzCQKlZV .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgkzCQKlZV .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgkzCQKlZV .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgkzCQKlZV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgkzCQKlZV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgkzCQKlZV .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-sgkzCQKlZV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgkzCQKlZV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgkzCQKlZV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgkzCQKlZV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgkzCQKlZV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgkzCQKlZV .foot-logo {
    text-align: center !important;
  }
  .cid-sgkzCQKlZV .foot-title {
    text-align: center !important;
  }
  .cid-sgkzCQKlZV .mbr-text {
    text-align: center !important;
  }
  .cid-sgkzCQKlZV .form-group {
    margin: 0;
  }
}
.cid-sgkzE02Pei {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgkzE02Pei .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgkzE02Pei .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgkzE02Pei .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgkzE02Pei .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgkzE02Pei .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgkzE02Pei .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgkzE02Pei .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgkzE02Pei .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-sgkzE02Pei .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgkzE02Pei .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgkzE02Pei [class^="socicon-"]:before,
.cid-sgkzE02Pei [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgkzE02Pei .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-sgkquqsbkn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sgkquqsbkn .mbr-section-subtitle,
.cid-sgkquqsbkn .mbr-text {
  color: #767676;
}
.cid-sgkquqsbkn .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgkquqsbkn .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgkquqsbkn .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-sgkquqsbkn .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sgkquqsbkn .card-wrapper .card-img img {
  width: 100%;
}
.cid-sgkquqsbkn .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sgkquqsbkn .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sgkquqsbkn .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sgkquqsbkn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sgkquqsbkn .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sgkquqsbkn .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sgkquqsbkn .mbr-section-title {
  color: #ffffff;
}
.cid-sgkquqsbkn .mbr-section-subtitle {
  color: #efefef;
}
.cid-sgkrv8DVGX {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-sgkrv8DVGX .mbr-section-subtitle,
.cid-sgkrv8DVGX .mbr-text {
  color: #767676;
}
.cid-sgkrv8DVGX .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgkrv8DVGX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgkrv8DVGX .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-sgkrv8DVGX .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sgkrv8DVGX .card-wrapper .card-img img {
  width: 100%;
}
.cid-sgkrv8DVGX .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sgkrv8DVGX .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sgkrv8DVGX .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sgkrv8DVGX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sgkrv8DVGX .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sgkrv8DVGX .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sgkq9lTwN2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sgkq9lTwN2 .mbr-section-subtitle,
.cid-sgkq9lTwN2 .mbr-text {
  color: #767676;
}
.cid-sgkq9lTwN2 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgkq9lTwN2 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgkq9lTwN2 .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-sgkq9lTwN2 .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sgkq9lTwN2 .card-wrapper .card-img img {
  width: 100%;
}
.cid-sgkq9lTwN2 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sgkq9lTwN2 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sgkq9lTwN2 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sgkq9lTwN2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sgkq9lTwN2 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sgkq9lTwN2 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sgkrT9JShR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sgkrT9JShR .mbr-section-subtitle,
.cid-sgkrT9JShR .mbr-text {
  color: #767676;
}
.cid-sgkrT9JShR .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgkrT9JShR .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgkrT9JShR .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-sgkrT9JShR .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sgkrT9JShR .card-wrapper .card-img img {
  width: 100%;
}
.cid-sgkrT9JShR .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sgkrT9JShR .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sgkrT9JShR .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sgkrT9JShR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sgkrT9JShR .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sgkrT9JShR .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sgksbGZo2C {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgksbGZo2C .mbr-section-subtitle,
.cid-sgksbGZo2C .mbr-text {
  color: #767676;
}
.cid-sgksbGZo2C .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgksbGZo2C .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgksbGZo2C .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-sgksbGZo2C .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sgksbGZo2C .card-wrapper .card-img img {
  width: 100%;
}
.cid-sgksbGZo2C .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sgksbGZo2C .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sgksbGZo2C .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sgksbGZo2C .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sgksbGZo2C .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sgksbGZo2C .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sgksLeXNJ9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sgksLeXNJ9 .mbr-section-subtitle,
.cid-sgksLeXNJ9 .mbr-text {
  color: #767676;
}
.cid-sgksLeXNJ9 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgksLeXNJ9 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgksLeXNJ9 .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-sgksLeXNJ9 .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sgksLeXNJ9 .card-wrapper .card-img img {
  width: 100%;
}
.cid-sgksLeXNJ9 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sgksLeXNJ9 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sgksLeXNJ9 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sgksLeXNJ9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sgksLeXNJ9 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sgksLeXNJ9 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sgksLeXNJ9 .mbr-section-subtitle {
  color: #efefef;
}
.cid-sgksLeXNJ9 .mbr-section-title {
  color: #ffffff;
}
.cid-sgksMIAwIS {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-sgksMIAwIS .mbr-section-subtitle,
.cid-sgksMIAwIS .mbr-text {
  color: #767676;
}
.cid-sgksMIAwIS .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgksMIAwIS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgksMIAwIS .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-sgksMIAwIS .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sgksMIAwIS .card-wrapper .card-img img {
  width: 100%;
}
.cid-sgksMIAwIS .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sgksMIAwIS .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sgksMIAwIS .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sgksMIAwIS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sgksMIAwIS .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sgksMIAwIS .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sgktywH4Nc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgktzy0Ihv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgktzy0Ihv .mbr-section-subtitle {
  color: #767676;
}
.cid-sgktENpqBT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgktENpqBT .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgktENpqBT .content {
    text-align: center;
  }
  .cid-sgktENpqBT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgktENpqBT .img-logo img {
  height: 6rem;
}
.cid-sgktENpqBT .form-group,
.cid-sgktENpqBT .input-group-btn {
  padding: 0;
}
.cid-sgktENpqBT .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgktENpqBT .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgktENpqBT .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgktENpqBT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgktENpqBT .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgktENpqBT .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-sgktENpqBT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgktENpqBT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgktENpqBT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgktENpqBT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgktENpqBT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgktENpqBT .foot-logo {
    text-align: center !important;
  }
  .cid-sgktENpqBT .foot-title {
    text-align: center !important;
  }
  .cid-sgktENpqBT .mbr-text {
    text-align: center !important;
  }
  .cid-sgktENpqBT .form-group {
    margin: 0;
  }
}
.cid-sgktD5iiri {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgktD5iiri .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgktD5iiri .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgktD5iiri .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgktD5iiri .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgktD5iiri .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgktD5iiri .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgktD5iiri .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgktD5iiri .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-sgktD5iiri .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgktD5iiri .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgktD5iiri [class^="socicon-"]:before,
.cid-sgktD5iiri [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgktD5iiri .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-sKpkC1SEk2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpkC1SEk2 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgkWrhTt4D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgkWsrGNZb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgkWsrGNZb .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-sgkWtYJpCG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgkWtYJpCG .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQdK2PzTU {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQdK2PzTU .card-box {
  padding: 0 2rem;
}
.cid-uoQdK2PzTU .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQdK2PzTU .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQdK2PzTU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQdK2PzTU p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQdK2PzTU .mbr-text {
  color: #767676;
}
.cid-uoQdK2PzTU .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-uoQdK2PzTU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQdK2PzTU .card-title {
  text-align: left;
}
.cid-sgkWwoUqm5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgkWwoUqm5 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgkWwoUqm5 .content {
    text-align: center;
  }
  .cid-sgkWwoUqm5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgkWwoUqm5 .img-logo img {
  height: 6rem;
}
.cid-sgkWwoUqm5 .form-group,
.cid-sgkWwoUqm5 .input-group-btn {
  padding: 0;
}
.cid-sgkWwoUqm5 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgkWwoUqm5 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgkWwoUqm5 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgkWwoUqm5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgkWwoUqm5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgkWwoUqm5 .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-sgkWwoUqm5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgkWwoUqm5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgkWwoUqm5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgkWwoUqm5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgkWwoUqm5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgkWwoUqm5 .foot-logo {
    text-align: center !important;
  }
  .cid-sgkWwoUqm5 .foot-title {
    text-align: center !important;
  }
  .cid-sgkWwoUqm5 .mbr-text {
    text-align: center !important;
  }
  .cid-sgkWwoUqm5 .form-group {
    margin: 0;
  }
}
.cid-sgkWxRsjjT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgkWxRsjjT .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgkWxRsjjT .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgkWxRsjjT .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgkWxRsjjT .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgkWxRsjjT .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgkWxRsjjT .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgkWxRsjjT .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgkWxRsjjT .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-sgkWxRsjjT .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgkWxRsjjT .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgkWxRsjjT [class^="socicon-"]:before,
.cid-sgkWxRsjjT [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgkWxRsjjT .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-sKpku5hYlI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpku5hYlI .mbr-section-subtitle {
  color: #767676;
}
.cid-sgvEGaLNuH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgvEPUEaSJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgvEPUEaSJ .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-sgvERdac9L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgvERdac9L .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQdRIubQz {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQdRIubQz .card-box {
  padding: 0 2rem;
}
.cid-uoQdRIubQz .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQdRIubQz .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQdRIubQz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQdRIubQz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQdRIubQz .mbr-text {
  color: #767676;
}
.cid-uoQdRIubQz .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-uoQdRIubQz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQdRIubQz .card-title {
  text-align: left;
}
.cid-sgvETqJXOW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgvETqJXOW .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgvETqJXOW .content {
    text-align: center;
  }
  .cid-sgvETqJXOW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgvETqJXOW .img-logo img {
  height: 6rem;
}
.cid-sgvETqJXOW .form-group,
.cid-sgvETqJXOW .input-group-btn {
  padding: 0;
}
.cid-sgvETqJXOW .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgvETqJXOW .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgvETqJXOW .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgvETqJXOW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgvETqJXOW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgvETqJXOW .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-sgvETqJXOW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgvETqJXOW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgvETqJXOW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgvETqJXOW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgvETqJXOW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgvETqJXOW .foot-logo {
    text-align: center !important;
  }
  .cid-sgvETqJXOW .foot-title {
    text-align: center !important;
  }
  .cid-sgvETqJXOW .mbr-text {
    text-align: center !important;
  }
  .cid-sgvETqJXOW .form-group {
    margin: 0;
  }
}
.cid-sgvEUvDX9Q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgvEUvDX9Q .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgvEUvDX9Q .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgvEUvDX9Q .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgvEUvDX9Q .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgvEUvDX9Q .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgvEUvDX9Q .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgvEUvDX9Q .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgvEUvDX9Q .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-sgvEUvDX9Q .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgvEUvDX9Q .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgvEUvDX9Q [class^="socicon-"]:before,
.cid-sgvEUvDX9Q [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgvEUvDX9Q .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-sKpkjv1yln {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpkjv1yln .mbr-section-subtitle {
  color: #767676;
}
.cid-sgvHAtQJrJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgvHBi94vM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgvHBi94vM .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-sgvHCMbh0F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgvHCMbh0F .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQdWgoj4t {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQdWgoj4t .card-box {
  padding: 0 2rem;
}
.cid-uoQdWgoj4t .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQdWgoj4t .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQdWgoj4t h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQdWgoj4t p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQdWgoj4t .mbr-text {
  color: #767676;
}
.cid-uoQdWgoj4t .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-uoQdWgoj4t .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQdWgoj4t .card-title {
  text-align: left;
}
.cid-sgvHWbCBau {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgvHWbCBau .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgvHWbCBau .content {
    text-align: center;
  }
  .cid-sgvHWbCBau .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgvHWbCBau .img-logo img {
  height: 6rem;
}
.cid-sgvHWbCBau .form-group,
.cid-sgvHWbCBau .input-group-btn {
  padding: 0;
}
.cid-sgvHWbCBau .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgvHWbCBau .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgvHWbCBau .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgvHWbCBau .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgvHWbCBau .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgvHWbCBau .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-sgvHWbCBau .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgvHWbCBau .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgvHWbCBau .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgvHWbCBau .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgvHWbCBau .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgvHWbCBau .foot-logo {
    text-align: center !important;
  }
  .cid-sgvHWbCBau .foot-title {
    text-align: center !important;
  }
  .cid-sgvHWbCBau .mbr-text {
    text-align: center !important;
  }
  .cid-sgvHWbCBau .form-group {
    margin: 0;
  }
}
.cid-sgvHXaZeBl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgvHXaZeBl .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgvHXaZeBl .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgvHXaZeBl .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgvHXaZeBl .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgvHXaZeBl .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgvHXaZeBl .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgvHXaZeBl .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgvHXaZeBl .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-sgvHXaZeBl .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgvHXaZeBl .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgvHXaZeBl [class^="socicon-"]:before,
.cid-sgvHXaZeBl [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgvHXaZeBl .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-sKpkf7XJQE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpkf7XJQE .mbr-section-subtitle {
  color: #767676;
}
.cid-sgvObflYZK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgvOcY3rn3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgvOcY3rn3 .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-sgvOdxdu5q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgvOdxdu5q .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQe0KijiW {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQe0KijiW .card-box {
  padding: 0 2rem;
}
.cid-uoQe0KijiW .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQe0KijiW .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQe0KijiW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQe0KijiW p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQe0KijiW .mbr-text {
  color: #767676;
}
.cid-uoQe0KijiW .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-uoQe0KijiW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQe0KijiW .card-title {
  text-align: left;
}
.cid-sgvOg1gagx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgvOg1gagx .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgvOg1gagx .content {
    text-align: center;
  }
  .cid-sgvOg1gagx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgvOg1gagx .img-logo img {
  height: 6rem;
}
.cid-sgvOg1gagx .form-group,
.cid-sgvOg1gagx .input-group-btn {
  padding: 0;
}
.cid-sgvOg1gagx .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgvOg1gagx .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgvOg1gagx .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgvOg1gagx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgvOg1gagx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgvOg1gagx .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-sgvOg1gagx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgvOg1gagx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgvOg1gagx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgvOg1gagx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgvOg1gagx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgvOg1gagx .foot-logo {
    text-align: center !important;
  }
  .cid-sgvOg1gagx .foot-title {
    text-align: center !important;
  }
  .cid-sgvOg1gagx .mbr-text {
    text-align: center !important;
  }
  .cid-sgvOg1gagx .form-group {
    margin: 0;
  }
}
.cid-sgvOgPoJHl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgvOgPoJHl .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgvOgPoJHl .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgvOgPoJHl .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgvOgPoJHl .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgvOgPoJHl .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgvOgPoJHl .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgvOgPoJHl .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgvOgPoJHl .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-sgvOgPoJHl .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgvOgPoJHl .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgvOgPoJHl [class^="socicon-"]:before,
.cid-sgvOgPoJHl [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgvOgPoJHl .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-sKpk7FOGYI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpk7FOGYI .mbr-section-subtitle {
  color: #767676;
}
.cid-sgvRYI47uG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgvRZRcRU8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgvRZRcRU8 .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-sgvS1Ig5tT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgvS1Ig5tT .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQe6KcM8s {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQe6KcM8s .card-box {
  padding: 0 2rem;
}
.cid-uoQe6KcM8s .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQe6KcM8s .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQe6KcM8s h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQe6KcM8s p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQe6KcM8s .mbr-text {
  color: #767676;
}
.cid-uoQe6KcM8s .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-uoQe6KcM8s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQe6KcM8s .card-title {
  text-align: left;
}
.cid-sgvS56EgXx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgvS56EgXx .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgvS56EgXx .content {
    text-align: center;
  }
  .cid-sgvS56EgXx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgvS56EgXx .img-logo img {
  height: 6rem;
}
.cid-sgvS56EgXx .form-group,
.cid-sgvS56EgXx .input-group-btn {
  padding: 0;
}
.cid-sgvS56EgXx .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgvS56EgXx .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgvS56EgXx .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgvS56EgXx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgvS56EgXx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgvS56EgXx .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-sgvS56EgXx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgvS56EgXx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgvS56EgXx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgvS56EgXx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgvS56EgXx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgvS56EgXx .foot-logo {
    text-align: center !important;
  }
  .cid-sgvS56EgXx .foot-title {
    text-align: center !important;
  }
  .cid-sgvS56EgXx .mbr-text {
    text-align: center !important;
  }
  .cid-sgvS56EgXx .form-group {
    margin: 0;
  }
}
.cid-sgvS6d5hJO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgvS6d5hJO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgvS6d5hJO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgvS6d5hJO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgvS6d5hJO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgvS6d5hJO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgvS6d5hJO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgvS6d5hJO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgvS6d5hJO .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-sgvS6d5hJO .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgvS6d5hJO .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgvS6d5hJO [class^="socicon-"]:before,
.cid-sgvS6d5hJO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgvS6d5hJO .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-sKpk3EUuib {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpk3EUuib .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwaXtJJze {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgwaYBMeTG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgwaYBMeTG .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-sgwaZzWA1r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwaZzWA1r .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQeaD7B9B {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQeaD7B9B .card-box {
  padding: 0 2rem;
}
.cid-uoQeaD7B9B .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQeaD7B9B .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQeaD7B9B h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQeaD7B9B p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQeaD7B9B .mbr-text {
  color: #767676;
}
.cid-uoQeaD7B9B .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-uoQeaD7B9B .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQeaD7B9B .card-title {
  text-align: left;
}
.cid-sgwb1atYg9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwb1atYg9 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwb1atYg9 .content {
    text-align: center;
  }
  .cid-sgwb1atYg9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwb1atYg9 .img-logo img {
  height: 6rem;
}
.cid-sgwb1atYg9 .form-group,
.cid-sgwb1atYg9 .input-group-btn {
  padding: 0;
}
.cid-sgwb1atYg9 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwb1atYg9 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwb1atYg9 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwb1atYg9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwb1atYg9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwb1atYg9 .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-sgwb1atYg9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwb1atYg9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwb1atYg9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwb1atYg9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwb1atYg9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwb1atYg9 .foot-logo {
    text-align: center !important;
  }
  .cid-sgwb1atYg9 .foot-title {
    text-align: center !important;
  }
  .cid-sgwb1atYg9 .mbr-text {
    text-align: center !important;
  }
  .cid-sgwb1atYg9 .form-group {
    margin: 0;
  }
}
.cid-sgwb22bYvn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwb22bYvn .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwb22bYvn .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwb22bYvn .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwb22bYvn .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwb22bYvn .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwb22bYvn .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwb22bYvn .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwb22bYvn .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-sgwb22bYvn .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwb22bYvn .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwb22bYvn [class^="socicon-"]:before,
.cid-sgwb22bYvn [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwb22bYvn .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-sKpjZvCzwa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpjZvCzwa .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwdom0YEO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgwdp6a89O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgwdp6a89O .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-sgwdpXO76B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwdpXO76B .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQegqsxEV {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQegqsxEV .card-box {
  padding: 0 2rem;
}
.cid-uoQegqsxEV .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQegqsxEV .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQegqsxEV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQegqsxEV p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQegqsxEV .mbr-text {
  color: #767676;
}
.cid-uoQegqsxEV .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-uoQegqsxEV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQegqsxEV .card-title {
  text-align: left;
}
.cid-sgwdrY3Soe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwdrY3Soe .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwdrY3Soe .content {
    text-align: center;
  }
  .cid-sgwdrY3Soe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwdrY3Soe .img-logo img {
  height: 6rem;
}
.cid-sgwdrY3Soe .form-group,
.cid-sgwdrY3Soe .input-group-btn {
  padding: 0;
}
.cid-sgwdrY3Soe .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwdrY3Soe .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwdrY3Soe .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwdrY3Soe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwdrY3Soe .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwdrY3Soe .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-sgwdrY3Soe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwdrY3Soe .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwdrY3Soe .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwdrY3Soe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwdrY3Soe .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwdrY3Soe .foot-logo {
    text-align: center !important;
  }
  .cid-sgwdrY3Soe .foot-title {
    text-align: center !important;
  }
  .cid-sgwdrY3Soe .mbr-text {
    text-align: center !important;
  }
  .cid-sgwdrY3Soe .form-group {
    margin: 0;
  }
}
.cid-sgwdsQfmtg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwdsQfmtg .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwdsQfmtg .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwdsQfmtg .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwdsQfmtg .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwdsQfmtg .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwdsQfmtg .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwdsQfmtg .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwdsQfmtg .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-sgwdsQfmtg .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwdsQfmtg .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwdsQfmtg [class^="socicon-"]:before,
.cid-sgwdsQfmtg [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwdsQfmtg .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-sKpjVUq9H9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpjVUq9H9 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwei2F75v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgweiT2yN3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgweiT2yN3 .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-sgwekt4rA0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwekt4rA0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQeAMjcFe {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQeAMjcFe .card-box {
  padding: 0 2rem;
}
.cid-uoQeAMjcFe .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQeAMjcFe .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQeAMjcFe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQeAMjcFe p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQeAMjcFe .mbr-text {
  color: #767676;
}
.cid-uoQeAMjcFe .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-uoQeAMjcFe .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQeAMjcFe .card-title {
  text-align: left;
}
.cid-sgwelTksGs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwelTksGs .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwelTksGs .content {
    text-align: center;
  }
  .cid-sgwelTksGs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwelTksGs .img-logo img {
  height: 6rem;
}
.cid-sgwelTksGs .form-group,
.cid-sgwelTksGs .input-group-btn {
  padding: 0;
}
.cid-sgwelTksGs .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwelTksGs .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwelTksGs .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwelTksGs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwelTksGs .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwelTksGs .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-sgwelTksGs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwelTksGs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwelTksGs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwelTksGs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwelTksGs .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwelTksGs .foot-logo {
    text-align: center !important;
  }
  .cid-sgwelTksGs .foot-title {
    text-align: center !important;
  }
  .cid-sgwelTksGs .mbr-text {
    text-align: center !important;
  }
  .cid-sgwelTksGs .form-group {
    margin: 0;
  }
}
.cid-sgwemIEJfK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwemIEJfK .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwemIEJfK .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwemIEJfK .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwemIEJfK .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwemIEJfK .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwemIEJfK .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwemIEJfK .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwemIEJfK .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-sgwemIEJfK .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwemIEJfK .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwemIEJfK [class^="socicon-"]:before,
.cid-sgwemIEJfK [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwemIEJfK .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-sKpjRaBnxH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpjRaBnxH .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwgnTNyWU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgwgoYwF8a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgwgoYwF8a .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-sgwgpI17Sw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwgpI17Sw .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQeGcEuq4 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQeGcEuq4 .card-box {
  padding: 0 2rem;
}
.cid-uoQeGcEuq4 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQeGcEuq4 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQeGcEuq4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQeGcEuq4 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQeGcEuq4 .mbr-text {
  color: #767676;
}
.cid-uoQeGcEuq4 .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-uoQeGcEuq4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQeGcEuq4 .card-title {
  text-align: left;
}
.cid-sgwgrPylKl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwgrPylKl .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwgrPylKl .content {
    text-align: center;
  }
  .cid-sgwgrPylKl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwgrPylKl .img-logo img {
  height: 6rem;
}
.cid-sgwgrPylKl .form-group,
.cid-sgwgrPylKl .input-group-btn {
  padding: 0;
}
.cid-sgwgrPylKl .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwgrPylKl .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwgrPylKl .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwgrPylKl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwgrPylKl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwgrPylKl .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-sgwgrPylKl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwgrPylKl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwgrPylKl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwgrPylKl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwgrPylKl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwgrPylKl .foot-logo {
    text-align: center !important;
  }
  .cid-sgwgrPylKl .foot-title {
    text-align: center !important;
  }
  .cid-sgwgrPylKl .mbr-text {
    text-align: center !important;
  }
  .cid-sgwgrPylKl .form-group {
    margin: 0;
  }
}
.cid-sgwgsyUzTS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwgsyUzTS .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwgsyUzTS .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwgsyUzTS .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwgsyUzTS .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwgsyUzTS .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwgsyUzTS .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwgsyUzTS .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwgsyUzTS .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-sgwgsyUzTS .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwgsyUzTS .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwgsyUzTS [class^="socicon-"]:before,
.cid-sgwgsyUzTS [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwgsyUzTS .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-sKpjNfJjFq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpjNfJjFq .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwhPNA0t5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgwhRffqp8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgwhRffqp8 .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-sgwhS5sgrz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwhS5sgrz .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQeK9FMwh {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQeK9FMwh .card-box {
  padding: 0 2rem;
}
.cid-uoQeK9FMwh .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQeK9FMwh .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQeK9FMwh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQeK9FMwh p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQeK9FMwh .mbr-text {
  color: #767676;
}
.cid-uoQeK9FMwh .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-uoQeK9FMwh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQeK9FMwh .card-title {
  text-align: left;
}
.cid-sgwhU4RjQk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwhU4RjQk .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwhU4RjQk .content {
    text-align: center;
  }
  .cid-sgwhU4RjQk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwhU4RjQk .img-logo img {
  height: 6rem;
}
.cid-sgwhU4RjQk .form-group,
.cid-sgwhU4RjQk .input-group-btn {
  padding: 0;
}
.cid-sgwhU4RjQk .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwhU4RjQk .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwhU4RjQk .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwhU4RjQk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwhU4RjQk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwhU4RjQk .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-sgwhU4RjQk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwhU4RjQk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwhU4RjQk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwhU4RjQk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwhU4RjQk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwhU4RjQk .foot-logo {
    text-align: center !important;
  }
  .cid-sgwhU4RjQk .foot-title {
    text-align: center !important;
  }
  .cid-sgwhU4RjQk .mbr-text {
    text-align: center !important;
  }
  .cid-sgwhU4RjQk .form-group {
    margin: 0;
  }
}
.cid-sgwhULVjkf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwhULVjkf .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwhULVjkf .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwhULVjkf .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwhULVjkf .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwhULVjkf .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwhULVjkf .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwhULVjkf .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwhULVjkf .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-sgwhULVjkf .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwhULVjkf .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwhULVjkf [class^="socicon-"]:before,
.cid-sgwhULVjkf [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwhULVjkf .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-sKpjIkGRk9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpjIkGRk9 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwiZeybJj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgwj0pPZ0e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgwj0pPZ0e .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-sgwj2Ac5Nh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwj2Ac5Nh .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQeNKjCcm {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQeNKjCcm .card-box {
  padding: 0 2rem;
}
.cid-uoQeNKjCcm .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQeNKjCcm .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQeNKjCcm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQeNKjCcm p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQeNKjCcm .mbr-text {
  color: #767676;
}
.cid-uoQeNKjCcm .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-uoQeNKjCcm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQeNKjCcm .card-title {
  text-align: left;
}
.cid-sgwj4rosU6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwj4rosU6 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwj4rosU6 .content {
    text-align: center;
  }
  .cid-sgwj4rosU6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwj4rosU6 .img-logo img {
  height: 6rem;
}
.cid-sgwj4rosU6 .form-group,
.cid-sgwj4rosU6 .input-group-btn {
  padding: 0;
}
.cid-sgwj4rosU6 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwj4rosU6 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwj4rosU6 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwj4rosU6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwj4rosU6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwj4rosU6 .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-sgwj4rosU6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwj4rosU6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwj4rosU6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwj4rosU6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwj4rosU6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwj4rosU6 .foot-logo {
    text-align: center !important;
  }
  .cid-sgwj4rosU6 .foot-title {
    text-align: center !important;
  }
  .cid-sgwj4rosU6 .mbr-text {
    text-align: center !important;
  }
  .cid-sgwj4rosU6 .form-group {
    margin: 0;
  }
}
.cid-sgwj5ak3mT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwj5ak3mT .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwj5ak3mT .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwj5ak3mT .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwj5ak3mT .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwj5ak3mT .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwj5ak3mT .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwj5ak3mT .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwj5ak3mT .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-sgwj5ak3mT .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwj5ak3mT .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwj5ak3mT [class^="socicon-"]:before,
.cid-sgwj5ak3mT [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwj5ak3mT .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-sKpjEv3tgf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpjEv3tgf .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwkqfo0sK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgwkrgRZGA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgwkrgRZGA .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-sgwksVjrP5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwksVjrP5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQeR2kpDt {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQeR2kpDt .card-box {
  padding: 0 2rem;
}
.cid-uoQeR2kpDt .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQeR2kpDt .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQeR2kpDt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQeR2kpDt p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQeR2kpDt .mbr-text {
  color: #767676;
}
.cid-uoQeR2kpDt .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-uoQeR2kpDt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQeR2kpDt .card-title {
  text-align: left;
}
.cid-sgwkul1oIW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwkul1oIW .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwkul1oIW .content {
    text-align: center;
  }
  .cid-sgwkul1oIW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwkul1oIW .img-logo img {
  height: 6rem;
}
.cid-sgwkul1oIW .form-group,
.cid-sgwkul1oIW .input-group-btn {
  padding: 0;
}
.cid-sgwkul1oIW .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwkul1oIW .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwkul1oIW .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwkul1oIW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwkul1oIW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwkul1oIW .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-sgwkul1oIW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwkul1oIW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwkul1oIW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwkul1oIW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwkul1oIW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwkul1oIW .foot-logo {
    text-align: center !important;
  }
  .cid-sgwkul1oIW .foot-title {
    text-align: center !important;
  }
  .cid-sgwkul1oIW .mbr-text {
    text-align: center !important;
  }
  .cid-sgwkul1oIW .form-group {
    margin: 0;
  }
}
.cid-sgwkvDlEpz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwkvDlEpz .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwkvDlEpz .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwkvDlEpz .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwkvDlEpz .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwkvDlEpz .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwkvDlEpz .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwkvDlEpz .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwkvDlEpz .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-sgwkvDlEpz .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwkvDlEpz .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwkvDlEpz [class^="socicon-"]:before,
.cid-sgwkvDlEpz [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwkvDlEpz .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-sgkkAMccaB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgkkAMccaB .mbr-section-subtitle {
  color: #767676;
}
.cid-sgkkBCF7cn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgkkCwWFLC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgkkCwWFLC .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQdCpvCA3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQdCpvCA3 .card-box {
  padding: 0 2rem;
}
.cid-uoQdCpvCA3 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQdCpvCA3 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQdCpvCA3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQdCpvCA3 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQdCpvCA3 .mbr-text {
  color: #767676;
}
.cid-uoQdCpvCA3 .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-uoQdCpvCA3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQdCpvCA3 .card-title {
  text-align: left;
}
.cid-sgkkGolXsU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgkkGolXsU .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgkkGolXsU .content {
    text-align: center;
  }
  .cid-sgkkGolXsU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgkkGolXsU .img-logo img {
  height: 6rem;
}
.cid-sgkkGolXsU .form-group,
.cid-sgkkGolXsU .input-group-btn {
  padding: 0;
}
.cid-sgkkGolXsU .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgkkGolXsU .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgkkGolXsU .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgkkGolXsU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgkkGolXsU .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgkkGolXsU .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-sgkkGolXsU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgkkGolXsU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgkkGolXsU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgkkGolXsU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgkkGolXsU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgkkGolXsU .foot-logo {
    text-align: center !important;
  }
  .cid-sgkkGolXsU .foot-title {
    text-align: center !important;
  }
  .cid-sgkkGolXsU .mbr-text {
    text-align: center !important;
  }
  .cid-sgkkGolXsU .form-group {
    margin: 0;
  }
}
.cid-sgkkIjOQta {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgkkIjOQta .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgkkIjOQta .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgkkIjOQta .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgkkIjOQta .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgkkIjOQta .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgkkIjOQta .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgkkIjOQta .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgkkIjOQta .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-sgkkIjOQta .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgkkIjOQta .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgkkIjOQta [class^="socicon-"]:before,
.cid-sgkkIjOQta [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgkkIjOQta .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-sKpjsbGf51 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpjsbGf51 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwmXRIh7U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgwmYXJ2q0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgwmYXJ2q0 .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-sgwmZIl6df {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwmZIl6df .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQf6RihIJ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQf6RihIJ .card-box {
  padding: 0 2rem;
}
.cid-uoQf6RihIJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQf6RihIJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQf6RihIJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQf6RihIJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQf6RihIJ .mbr-text {
  color: #767676;
}
.cid-uoQf6RihIJ .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-uoQf6RihIJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQf6RihIJ .card-title {
  text-align: left;
}
.cid-sgwn1ujv2e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwn1ujv2e .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwn1ujv2e .content {
    text-align: center;
  }
  .cid-sgwn1ujv2e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwn1ujv2e .img-logo img {
  height: 6rem;
}
.cid-sgwn1ujv2e .form-group,
.cid-sgwn1ujv2e .input-group-btn {
  padding: 0;
}
.cid-sgwn1ujv2e .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwn1ujv2e .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwn1ujv2e .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwn1ujv2e .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwn1ujv2e .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwn1ujv2e .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-sgwn1ujv2e .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwn1ujv2e .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwn1ujv2e .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwn1ujv2e .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwn1ujv2e .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwn1ujv2e .foot-logo {
    text-align: center !important;
  }
  .cid-sgwn1ujv2e .foot-title {
    text-align: center !important;
  }
  .cid-sgwn1ujv2e .mbr-text {
    text-align: center !important;
  }
  .cid-sgwn1ujv2e .form-group {
    margin: 0;
  }
}
.cid-sgwn30rGCm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwn30rGCm .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwn30rGCm .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwn30rGCm .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwn30rGCm .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwn30rGCm .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwn30rGCm .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwn30rGCm .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwn30rGCm .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-sgwn30rGCm .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwn30rGCm .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwn30rGCm [class^="socicon-"]:before,
.cid-sgwn30rGCm [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwn30rGCm .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-sKpjnCRD0x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpjnCRD0x .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwobFCwBv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgwochEtfi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgwochEtfi .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-sgwodutlWb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwodutlWb .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQf38JxCQ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQf38JxCQ .card-box {
  padding: 0 2rem;
}
.cid-uoQf38JxCQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQf38JxCQ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQf38JxCQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQf38JxCQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQf38JxCQ .mbr-text {
  color: #767676;
}
.cid-uoQf38JxCQ .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-uoQf38JxCQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQf38JxCQ .card-title {
  text-align: left;
}
.cid-sgwogN7Cr6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwogN7Cr6 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwogN7Cr6 .content {
    text-align: center;
  }
  .cid-sgwogN7Cr6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwogN7Cr6 .img-logo img {
  height: 6rem;
}
.cid-sgwogN7Cr6 .form-group,
.cid-sgwogN7Cr6 .input-group-btn {
  padding: 0;
}
.cid-sgwogN7Cr6 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwogN7Cr6 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwogN7Cr6 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwogN7Cr6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwogN7Cr6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwogN7Cr6 .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-sgwogN7Cr6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwogN7Cr6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwogN7Cr6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwogN7Cr6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwogN7Cr6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwogN7Cr6 .foot-logo {
    text-align: center !important;
  }
  .cid-sgwogN7Cr6 .foot-title {
    text-align: center !important;
  }
  .cid-sgwogN7Cr6 .mbr-text {
    text-align: center !important;
  }
  .cid-sgwogN7Cr6 .form-group {
    margin: 0;
  }
}
.cid-sgwojBs51d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwojBs51d .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwojBs51d .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwojBs51d .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwojBs51d .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwojBs51d .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwojBs51d .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwojBs51d .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwojBs51d .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-sgwojBs51d .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwojBs51d .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwojBs51d [class^="socicon-"]:before,
.cid-sgwojBs51d [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwojBs51d .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-sKpjjgj3FH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpjjgj3FH .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwpi3F5nD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgwpjMb8mX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgwpjMb8mX .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-sgwpkSaRac {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwpkSaRac .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQfa9ZKae {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQfa9ZKae .card-box {
  padding: 0 2rem;
}
.cid-uoQfa9ZKae .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQfa9ZKae .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQfa9ZKae h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQfa9ZKae p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQfa9ZKae .mbr-text {
  color: #767676;
}
.cid-uoQfa9ZKae .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-uoQfa9ZKae .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQfa9ZKae .card-title {
  text-align: left;
}
.cid-sgwpn3BJqq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwpn3BJqq .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwpn3BJqq .content {
    text-align: center;
  }
  .cid-sgwpn3BJqq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwpn3BJqq .img-logo img {
  height: 6rem;
}
.cid-sgwpn3BJqq .form-group,
.cid-sgwpn3BJqq .input-group-btn {
  padding: 0;
}
.cid-sgwpn3BJqq .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwpn3BJqq .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwpn3BJqq .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwpn3BJqq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwpn3BJqq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwpn3BJqq .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-sgwpn3BJqq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwpn3BJqq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwpn3BJqq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwpn3BJqq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwpn3BJqq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwpn3BJqq .foot-logo {
    text-align: center !important;
  }
  .cid-sgwpn3BJqq .foot-title {
    text-align: center !important;
  }
  .cid-sgwpn3BJqq .mbr-text {
    text-align: center !important;
  }
  .cid-sgwpn3BJqq .form-group {
    margin: 0;
  }
}
.cid-sgwpnZNzVZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwpnZNzVZ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwpnZNzVZ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwpnZNzVZ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwpnZNzVZ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwpnZNzVZ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwpnZNzVZ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwpnZNzVZ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwpnZNzVZ .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-sgwpnZNzVZ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwpnZNzVZ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwpnZNzVZ [class^="socicon-"]:before,
.cid-sgwpnZNzVZ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwpnZNzVZ .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-sKpjedAtbw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpjedAtbw .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwqoFnrVg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgwqpEuzw4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgwqpEuzw4 .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-sgwqqRatkS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwqqRatkS .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQfdpMk0k {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQfdpMk0k .card-box {
  padding: 0 2rem;
}
.cid-uoQfdpMk0k .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQfdpMk0k .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQfdpMk0k h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQfdpMk0k p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQfdpMk0k .mbr-text {
  color: #767676;
}
.cid-uoQfdpMk0k .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-uoQfdpMk0k .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQfdpMk0k .card-title {
  text-align: left;
}
.cid-sgwqsFyqZ8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwqsFyqZ8 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwqsFyqZ8 .content {
    text-align: center;
  }
  .cid-sgwqsFyqZ8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwqsFyqZ8 .img-logo img {
  height: 6rem;
}
.cid-sgwqsFyqZ8 .form-group,
.cid-sgwqsFyqZ8 .input-group-btn {
  padding: 0;
}
.cid-sgwqsFyqZ8 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwqsFyqZ8 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwqsFyqZ8 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwqsFyqZ8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwqsFyqZ8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwqsFyqZ8 .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-sgwqsFyqZ8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwqsFyqZ8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwqsFyqZ8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwqsFyqZ8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwqsFyqZ8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwqsFyqZ8 .foot-logo {
    text-align: center !important;
  }
  .cid-sgwqsFyqZ8 .foot-title {
    text-align: center !important;
  }
  .cid-sgwqsFyqZ8 .mbr-text {
    text-align: center !important;
  }
  .cid-sgwqsFyqZ8 .form-group {
    margin: 0;
  }
}
.cid-sgwqtLSazQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwqtLSazQ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwqtLSazQ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwqtLSazQ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwqtLSazQ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwqtLSazQ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwqtLSazQ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwqtLSazQ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwqtLSazQ .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-sgwqtLSazQ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwqtLSazQ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwqtLSazQ [class^="socicon-"]:before,
.cid-sgwqtLSazQ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwqtLSazQ .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-sKpj1IhA4k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpj1IhA4k .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwru3a5aK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgwrv4pniM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgwrv4pniM .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-sgwrw8H1ow {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwrw8H1ow .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQfj0UWH2 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQfj0UWH2 .card-box {
  padding: 0 2rem;
}
.cid-uoQfj0UWH2 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQfj0UWH2 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQfj0UWH2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQfj0UWH2 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQfj0UWH2 .mbr-text {
  color: #767676;
}
.cid-uoQfj0UWH2 .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-uoQfj0UWH2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQfj0UWH2 .card-title {
  text-align: left;
}
.cid-sgwry4adUj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwry4adUj .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwry4adUj .content {
    text-align: center;
  }
  .cid-sgwry4adUj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwry4adUj .img-logo img {
  height: 6rem;
}
.cid-sgwry4adUj .form-group,
.cid-sgwry4adUj .input-group-btn {
  padding: 0;
}
.cid-sgwry4adUj .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwry4adUj .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwry4adUj .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwry4adUj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwry4adUj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwry4adUj .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-sgwry4adUj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwry4adUj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwry4adUj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwry4adUj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwry4adUj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwry4adUj .foot-logo {
    text-align: center !important;
  }
  .cid-sgwry4adUj .foot-title {
    text-align: center !important;
  }
  .cid-sgwry4adUj .mbr-text {
    text-align: center !important;
  }
  .cid-sgwry4adUj .form-group {
    margin: 0;
  }
}
.cid-sgwryRNGIz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwryRNGIz .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwryRNGIz .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwryRNGIz .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwryRNGIz .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwryRNGIz .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwryRNGIz .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwryRNGIz .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwryRNGIz .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-sgwryRNGIz .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwryRNGIz .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwryRNGIz [class^="socicon-"]:before,
.cid-sgwryRNGIz [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwryRNGIz .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-sKpjxYpzgo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-sKpjxYpzgo .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwlC2hO6P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sgwlCYxq0x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgwlCYxq0x .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-sgwlDHGEAX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwlDHGEAX .mbr-section-subtitle {
  color: #767676;
}
.cid-uoQeZJfFe3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #edabf4;
}
.cid-uoQeZJfFe3 .card-box {
  padding: 0 2rem;
}
.cid-uoQeZJfFe3 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoQeZJfFe3 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uoQeZJfFe3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uoQeZJfFe3 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uoQeZJfFe3 .mbr-text {
  color: #767676;
}
.cid-uoQeZJfFe3 .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-uoQeZJfFe3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uoQeZJfFe3 .card-title {
  text-align: left;
}
.cid-sgwlKpQFAo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwlKpQFAo .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwlKpQFAo .content {
    text-align: center;
  }
  .cid-sgwlKpQFAo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgwlKpQFAo .img-logo img {
  height: 6rem;
}
.cid-sgwlKpQFAo .form-group,
.cid-sgwlKpQFAo .input-group-btn {
  padding: 0;
}
.cid-sgwlKpQFAo .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sgwlKpQFAo .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sgwlKpQFAo .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgwlKpQFAo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwlKpQFAo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgwlKpQFAo .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-sgwlKpQFAo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgwlKpQFAo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwlKpQFAo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwlKpQFAo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwlKpQFAo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sgwlKpQFAo .foot-logo {
    text-align: center !important;
  }
  .cid-sgwlKpQFAo .foot-title {
    text-align: center !important;
  }
  .cid-sgwlKpQFAo .mbr-text {
    text-align: center !important;
  }
  .cid-sgwlKpQFAo .form-group {
    margin: 0;
  }
}
.cid-sgwlHxIBbe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgwlHxIBbe .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgwlHxIBbe .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgwlHxIBbe .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgwlHxIBbe .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgwlHxIBbe .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgwlHxIBbe .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgwlHxIBbe .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgwlHxIBbe .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-sgwlHxIBbe .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgwlHxIBbe .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgwlHxIBbe [class^="socicon-"]:before,
.cid-sgwlHxIBbe [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgwlHxIBbe .btn {
    font-size: 20px !important;
  }
}
