.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Merriweather', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Merriweather', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ef3543 !important;
}
.bg-success {
  background-color: #6ec7f2 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #fcc72d !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ef3543 !important;
  border-color: #ef3543 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #be0f1c !important;
  border-color: #be0f1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #be0f1c !important;
  border-color: #be0f1c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fcc72d !important;
  border-color: #fcc72d !important;
  color: #291f01 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #cf9b03 !important;
  border-color: #cf9b03 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #291f01 !important;
  background-color: #cf9b03 !important;
  border-color: #cf9b03 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ef3543;
  color: #ef3543;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #be0f1c !important;
  background-color: transparent!important;
  border-color: #be0f1c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef3543 !important;
  border-color: #ef3543 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6ec7f2;
  color: #6ec7f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea8eb !important;
  background-color: transparent!important;
  border-color: #1ea8eb !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fcc72d;
  color: #fcc72d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cf9b03 !important;
  background-color: transparent!important;
  border-color: #cf9b03 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #291f01 !important;
  background-color: #fcc72d !important;
  border-color: #fcc72d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ef3543 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #6ec7f2 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #fcc72d !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b00e1a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #15a1e5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c09003 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ef3543;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #fcc72d;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ef3543;
  border-color: #ef3543;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ef3543;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef2f3;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdf6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Merriweather', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ef3543 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Merriweather', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ef3543;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ef3543;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ef3543;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ef3543;
  border-bottom-color: #ef3543;
}
.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: #ef3543 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  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='%23ef3543' %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.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBOHmkciEK {
  background: #2d827f;
  padding-top: 120px;
  padding-bottom: 15px;
}
.cid-sBOHmkciEK .image-block {
  margin: auto;
  height: 700px;
  overflow: hidden;
  position: relative;
}
.cid-sBOHmkciEK .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sBOHmkciEK .image-block:hover:before {
  opacity: 0.6;
}
.cid-sBOHmkciEK .image-block:hover .wrap {
  opacity: 1;
}
.cid-sBOHmkciEK .image-block:hover img {
  transform: scale(1.05);
}
.cid-sBOHmkciEK h4 {
  letter-spacing: 2px;
}
.cid-sBOHmkciEK figcaption {
  position: relative;
}
.cid-sBOHmkciEK figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sBOHmkciEK img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBOHmkciEK .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sBOHmkciEK .wrap {
    opacity: 1!important;
  }
  .cid-sBOHmkciEK .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uaXDxmgPIr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaXDxmgPIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXDxmgPIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXDxmgPIr .row {
  flex-direction: row-reverse;
}
.cid-uaX27BGR0X {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background12.jpg");
}
.cid-uaX27BGR0X .mbr-overlay {
  background-color: #39847a;
  opacity: 0.7;
}
.cid-uaX27BGR0X .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uaX27BGR0X {
    align-items: flex-end;
  }
  .cid-uaX27BGR0X .row {
    justify-content: flex-start;
  }
  .cid-uaX27BGR0X .content-wrap {
    width: 94%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaX27BGR0X .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaX27BGR0X {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaX27BGR0X .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaX27BGR0X .content-wrap {
    width: 100%;
  }
}
.cid-uaX27BGR0X .mbr-section-title {
  text-align: center;
}
.cid-uaX27BGR0X .mbr-text,
.cid-uaX27BGR0X .mbr-section-btn {
  text-align: center;
}
.cid-uaX12omA6a {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uaX12omA6a .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-uaX12omA6a .card:hover .card-wrapper,
.cid-uaX12omA6a .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-uaX12omA6a .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uaX12omA6a .img-wrapper {
  border-radius: 16px;
}
.cid-uaX12omA6a .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-uaX12omA6a .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uaX12omA6a .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-uaX12omA6a .card-box {
    padding: 1rem;
  }
}
.cid-uaX12omA6a img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-uaX12omA6a .mbr-text,
.cid-uaX12omA6a .mbr-section-btn {
  color: #2d827f;
}
.cid-uaX12omA6a .main-sub-title,
.cid-uaX12omA6a .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-uaX12omA6a .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uaX12omA6a .card-title,
.cid-uaX12omA6a .card-box {
  color: #000000;
}
.cid-uaX12omA6a .mbr-section-title {
  color: #2d827f;
}
.cid-uaX13cOVCp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uaX13cOVCp .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-uaX13cOVCp .card:hover .card-wrapper,
.cid-uaX13cOVCp .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-uaX13cOVCp .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uaX13cOVCp .img-wrapper {
  border-radius: 16px;
}
.cid-uaX13cOVCp .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-uaX13cOVCp .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uaX13cOVCp .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-uaX13cOVCp .card-box {
    padding: 1rem;
  }
}
.cid-uaX13cOVCp img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-uaX13cOVCp .mbr-text,
.cid-uaX13cOVCp .mbr-section-btn {
  color: #2d827f;
}
.cid-uaX13cOVCp .main-sub-title,
.cid-uaX13cOVCp .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-uaX13cOVCp .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uaX13cOVCp .card-title,
.cid-uaX13cOVCp .card-box {
  color: #000000;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBIQpkAZHG {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBIQpkAZHG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBIQpkAZHG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBIQpkAZHG .card-img span {
  font-size: 100px;
}
.cid-sBIQpkAZHG .mbr-text,
.cid-sBIQpkAZHG .mbr-section-btn {
  color: #efefef;
}
.cid-sBIQpl3BkG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIQpl3BkG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIQpl3BkG .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIQpl3BkG .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIQpl3BkG .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIQpl3BkG .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIQpl3BkG .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIQpl3BkG .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIQpl3BkG .btn_link:hover {
  cursor: pointer;
}
.cid-sBIQpl3BkG .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIQpl3BkG .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIQpl3BkG .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIQpl3BkG .text-wrapper {
    text-align: center;
  }
  .cid-sBIQpl3BkG .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIQpl3BkG .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIQpl3BkG .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIQpl3BkG .card-title,
.cid-sBIQpl3BkG .icon_block {
  color: #ef3543;
}
.cid-sBIQplwtFi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIQplwtFi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIQplwtFi .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIQplwtFi .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIQplwtFi .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIQplwtFi .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIQplwtFi .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIQplwtFi .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIQplwtFi .btn_link:hover {
  cursor: pointer;
}
.cid-sBIQplwtFi .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIQplwtFi .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIQplwtFi .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIQplwtFi .text-wrapper {
    text-align: center;
  }
  .cid-sBIQplwtFi .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIQplwtFi .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIQplwtFi .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIQplwtFi .card-title,
.cid-sBIQplwtFi .icon_block {
  color: #ef3543;
}
.cid-sBIQwgt8W3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIQwgt8W3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIQwgt8W3 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIQwgt8W3 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIQwgt8W3 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIQwgt8W3 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIQwgt8W3 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIQwgt8W3 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIQwgt8W3 .btn_link:hover {
  cursor: pointer;
}
.cid-sBIQwgt8W3 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIQwgt8W3 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIQwgt8W3 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIQwgt8W3 .text-wrapper {
    text-align: center;
  }
  .cid-sBIQwgt8W3 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIQwgt8W3 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIQwgt8W3 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIQwgt8W3 .card-title,
.cid-sBIQwgt8W3 .icon_block {
  color: #ef3543;
}
.cid-sBIQwGYAO9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIQwGYAO9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIQwGYAO9 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIQwGYAO9 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIQwGYAO9 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIQwGYAO9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIQwGYAO9 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIQwGYAO9 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIQwGYAO9 .btn_link:hover {
  cursor: pointer;
}
.cid-sBIQwGYAO9 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIQwGYAO9 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIQwGYAO9 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIQwGYAO9 .text-wrapper {
    text-align: center;
  }
  .cid-sBIQwGYAO9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIQwGYAO9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIQwGYAO9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIQwGYAO9 .card-title,
.cid-sBIQwGYAO9 .icon_block {
  color: #ef3543;
}
.cid-sBIQxedEn2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIQxedEn2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIQxedEn2 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIQxedEn2 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIQxedEn2 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIQxedEn2 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIQxedEn2 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIQxedEn2 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIQxedEn2 .btn_link:hover {
  cursor: pointer;
}
.cid-sBIQxedEn2 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIQxedEn2 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIQxedEn2 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIQxedEn2 .text-wrapper {
    text-align: center;
  }
  .cid-sBIQxedEn2 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIQxedEn2 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIQxedEn2 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIQxedEn2 .card-title,
.cid-sBIQxedEn2 .icon_block {
  color: #ef3543;
}
.cid-sBIQxS8WQL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIQxS8WQL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIQxS8WQL .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIQxS8WQL .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIQxS8WQL .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIQxS8WQL .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIQxS8WQL .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIQxS8WQL .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIQxS8WQL .btn_link:hover {
  cursor: pointer;
}
.cid-sBIQxS8WQL .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIQxS8WQL .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIQxS8WQL .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIQxS8WQL .text-wrapper {
    text-align: center;
  }
  .cid-sBIQxS8WQL .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIQxS8WQL .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIQxS8WQL .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIQxS8WQL .card-title,
.cid-sBIQxS8WQL .icon_block {
  color: #ef3543;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxypDAPC7Y {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sxypDAPC7Y .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sxypDAPC7Y .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sxypDAPC7Y .card-img span {
  font-size: 100px;
}
.cid-sxypDAPC7Y .mbr-text,
.cid-sxypDAPC7Y .mbr-section-btn {
  color: #efefef;
}
.cid-sxypDCplyv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxypDCplyv blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sxALfFqpBE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sxALfFqpBE h5,
.cid-sxALfFqpBE h4,
.cid-sxALfFqpBE p {
  margin-bottom: 0;
}
.cid-sxALfFqpBE p {
  color: #767676;
}
.cid-sxALfFqpBE .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxALfFqpBE .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxALfFqpBE .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxALfFqpBE .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxALfFqpBE .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxALfFqpBE .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxALfFqpBE .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxALfFqpBE .card-title-link {
  color: #149dcc;
}
.cid-sxALfFqpBE .card-title {
  color: #000000;
}
.cid-sxALfFqpBE .card-title-link DIV {
  text-align: center;
}
.cid-sxALfFqpBE .main-title {
  text-align: center;
}
.cid-sxALm6IKq1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sxALm6IKq1 h5,
.cid-sxALm6IKq1 h4,
.cid-sxALm6IKq1 p {
  margin-bottom: 0;
}
.cid-sxALm6IKq1 p {
  color: #767676;
}
.cid-sxALm6IKq1 .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxALm6IKq1 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxALm6IKq1 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxALm6IKq1 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxALm6IKq1 .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxALm6IKq1 .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxALm6IKq1 .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxALm6IKq1 .card-title-link {
  color: #149dcc;
}
.cid-sxALm6IKq1 .card-title {
  color: #000000;
}
.cid-sxALm6IKq1 .card-title-link DIV {
  text-align: center;
}
.cid-sxALm6IKq1 .main-title {
  text-align: center;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxysBf79bL {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sxysBf79bL .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sxysBf79bL .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sxysBf79bL .card-img span {
  font-size: 100px;
}
.cid-sxysBf79bL .mbr-text,
.cid-sxysBf79bL .mbr-section-btn {
  color: #efefef;
}
.cid-sxysBfNve2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxysBfNve2 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sxAQha1X19 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sxAQha1X19 h5,
.cid-sxAQha1X19 h4,
.cid-sxAQha1X19 p {
  margin-bottom: 0;
}
.cid-sxAQha1X19 p {
  color: #767676;
}
.cid-sxAQha1X19 .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxAQha1X19 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxAQha1X19 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxAQha1X19 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxAQha1X19 .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxAQha1X19 .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxAQha1X19 .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxAQha1X19 .card-title-link {
  color: #149dcc;
}
.cid-sxAQha1X19 .card-title {
  color: #232323;
}
.cid-sxAQha1X19 .card-title-link DIV {
  text-align: center;
}
.cid-sxAQha1X19 .main-title {
  text-align: center;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxytdiI1ta {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sxytdiI1ta .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sxytdiI1ta .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sxytdiI1ta .card-img span {
  font-size: 100px;
}
.cid-sxytdiI1ta .mbr-text,
.cid-sxytdiI1ta .mbr-section-btn {
  color: #efefef;
}
.cid-sxytdjll0k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxytdjll0k blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sxAR6gldTh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sxAR6gldTh h5,
.cid-sxAR6gldTh h4,
.cid-sxAR6gldTh p {
  margin-bottom: 0;
}
.cid-sxAR6gldTh p {
  color: #767676;
}
.cid-sxAR6gldTh .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxAR6gldTh .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxAR6gldTh .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxAR6gldTh .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxAR6gldTh .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxAR6gldTh .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxAR6gldTh .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxAR6gldTh .card-title-link {
  color: #149dcc;
}
.cid-sxAR6gldTh .card-title {
  color: #000000;
}
.cid-sxAR6gldTh .card-title-link DIV {
  text-align: center;
}
.cid-sxAR6gldTh .main-title {
  text-align: center;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxwEEAdcib {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sxwEEAdcib .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sxwEEAdcib .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sxwEEAdcib .card-img span {
  font-size: 100px;
}
.cid-sxwEEAdcib .mbr-text,
.cid-sxwEEAdcib .mbr-section-btn {
  color: #efefef;
}
.cid-sxwNcIFt0L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxwNcIFt0L blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sxABsxvz4N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sxABsxvz4N h5,
.cid-sxABsxvz4N h4,
.cid-sxABsxvz4N p {
  margin-bottom: 0;
}
.cid-sxABsxvz4N p {
  color: #767676;
}
.cid-sxABsxvz4N .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxABsxvz4N .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxABsxvz4N .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxABsxvz4N .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxABsxvz4N .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxABsxvz4N .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxABsxvz4N .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxABsxvz4N .card-title-link {
  color: #149dcc;
}
.cid-sxABsxvz4N .card-title {
  color: #232323;
}
.cid-sxABsxvz4N .card-title-link DIV {
  text-align: center;
}
.cid-sxABsxvz4N .main-title {
  text-align: center;
}
.cid-sxADcPi0ZG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sxADcPi0ZG h5,
.cid-sxADcPi0ZG h4,
.cid-sxADcPi0ZG p {
  margin-bottom: 0;
}
.cid-sxADcPi0ZG p {
  color: #767676;
}
.cid-sxADcPi0ZG .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxADcPi0ZG .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxADcPi0ZG .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxADcPi0ZG .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxADcPi0ZG .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxADcPi0ZG .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxADcPi0ZG .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxADcPi0ZG .card-title-link {
  color: #149dcc;
}
.cid-sxADcPi0ZG .card-title {
  color: #232323;
}
.cid-sxADcPi0ZG .card-title-link DIV {
  text-align: center;
}
.cid-sxADcPi0ZG .main-title {
  text-align: center;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxx6pTDQg5 {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sxx6pTDQg5 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sxx6pTDQg5 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sxx6pTDQg5 .card-img span {
  font-size: 100px;
}
.cid-sxx6pTDQg5 .mbr-text,
.cid-sxx6pTDQg5 .mbr-section-btn {
  color: #efefef;
}
.cid-sxx6pV1uMt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxx6pV1uMt blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sxAIxqhiPH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sxAIxqhiPH h5,
.cid-sxAIxqhiPH h4,
.cid-sxAIxqhiPH p {
  margin-bottom: 0;
}
.cid-sxAIxqhiPH p {
  color: #767676;
}
.cid-sxAIxqhiPH .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxAIxqhiPH .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxAIxqhiPH .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxAIxqhiPH .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxAIxqhiPH .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxAIxqhiPH .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxAIxqhiPH .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxAIxqhiPH .card-title-link {
  color: #149dcc;
}
.cid-sxAIxqhiPH .card-title {
  color: #232323;
}
.cid-sxAIxqhiPH .card-title-link DIV {
  text-align: center;
}
.cid-sxAIxqhiPH .main-title {
  text-align: center;
}
.cid-sxAKgGZm9L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sxAKgGZm9L h5,
.cid-sxAKgGZm9L h4,
.cid-sxAKgGZm9L p {
  margin-bottom: 0;
}
.cid-sxAKgGZm9L p {
  color: #767676;
}
.cid-sxAKgGZm9L .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxAKgGZm9L .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxAKgGZm9L .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxAKgGZm9L .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxAKgGZm9L .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxAKgGZm9L .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxAKgGZm9L .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxAKgGZm9L .card-title-link {
  color: #149dcc;
}
.cid-sxAKgGZm9L .card-title {
  color: #232323;
}
.cid-sxAKgGZm9L .card-title-link DIV {
  text-align: center;
}
.cid-sxAKgGZm9L .main-title {
  text-align: center;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBEW26Zcpo {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBEW26Zcpo .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBEW26Zcpo .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBEW26Zcpo .card-img span {
  font-size: 100px;
}
.cid-sBEW26Zcpo .mbr-text,
.cid-sBEW26Zcpo .mbr-section-btn {
  color: #efefef;
}
.cid-sBHmZmAecx {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sBHmZmAecx .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sBHmZmAecx .mbr-section-title {
  margin: 0;
}
.cid-sBHmZmAecx .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sBHmZmAecx .card-img span {
  color: #1dc9cb;
}
.cid-sBHmZmAecx .row-item {
  margin-bottom: 2rem;
}
.cid-sBHmZmAecx .row-item:hover .wrapper {
  background: linear-gradient(90deg, #369898, #5eeebb);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sBHmZmAecx .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sBHmZmAecx .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sBHmZmAecx .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBHaCjATxF {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBHaCjATxF .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBHaCjATxF .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBHaCjATxF .card-img span {
  font-size: 100px;
}
.cid-sBHaCjATxF .mbr-text,
.cid-sBHaCjATxF .mbr-section-btn {
  color: #efefef;
}
.cid-sBHdbvuLTU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sBHdbvuLTU .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sBHdbvuLTU .mbr-section-title {
  margin: 0;
}
.cid-sBHdbvuLTU .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sBHdbvuLTU .card-img span {
  color: #1dc9cb;
}
.cid-sBHdbvuLTU .row-item {
  margin-bottom: 2rem;
}
.cid-sBHdbvuLTU .row-item:hover .wrapper {
  background: linear-gradient(90deg, #369898, #5eeebb);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sBHdbvuLTU .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sBHdbvuLTU .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sBHdbvuLTU .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBFiXnG4My {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBFiXnG4My .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBFiXnG4My .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBFiXnG4My .card-img span {
  font-size: 100px;
}
.cid-sBFiXnG4My .mbr-text,
.cid-sBFiXnG4My .mbr-section-btn {
  color: #efefef;
}
.cid-sBFiXohUOR {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f0f0ff;
}
.cid-sBFiXohUOR .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBFiXohUOR .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBFiXohUOR .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBFiXohUOR .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBFiXohUOR .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBFiXohUOR .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBFiXohUOR .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBFiXohUOR .mbr-card-text {
  margin: 0;
}
.cid-sBFiXp5AmW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f0f0ff;
}
.cid-sBFiXp5AmW .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBFiXp5AmW .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBFiXp5AmW .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBFiXp5AmW .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBFiXp5AmW .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBFiXp5AmW .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBFiXp5AmW .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBFiXp5AmW .mbr-card-text {
  margin: 0;
}
.cid-sBIJ5AAzoH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBIJ5AAzoH .line {
  background-color: #2d827f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sBIJbgxW15 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBIJbgxW15 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIJbgxW15 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIJbgxW15 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIJbgxW15 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBIJbgxW15 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIJbgxW15 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIJbgxW15 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIJbgxW15 .btn_link:hover {
  cursor: pointer;
}
.cid-sBIJbgxW15 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIJbgxW15 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIJbgxW15 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIJbgxW15 .text-wrapper {
    text-align: center;
  }
  .cid-sBIJbgxW15 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIJbgxW15 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIJbgxW15 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIJbgxW15 .card-title,
.cid-sBIJbgxW15 .icon_block {
  color: #ef3543;
}
.cid-sBIJbgxW15 .mbr-text,
.cid-sBIJbgxW15 .btn_link {
  color: #232323;
}
.cid-sBIJbKNeJm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBIJbKNeJm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIJbKNeJm .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIJbKNeJm .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIJbKNeJm .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBIJbKNeJm .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIJbKNeJm .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIJbKNeJm .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIJbKNeJm .btn_link:hover {
  cursor: pointer;
}
.cid-sBIJbKNeJm .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIJbKNeJm .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIJbKNeJm .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIJbKNeJm .text-wrapper {
    text-align: center;
  }
  .cid-sBIJbKNeJm .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIJbKNeJm .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIJbKNeJm .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIJbKNeJm .card-title,
.cid-sBIJbKNeJm .icon_block {
  color: #ef3543;
}
.cid-sBIJbKNeJm .mbr-text,
.cid-sBIJbKNeJm .btn_link {
  color: #232323;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBIKnjxCmP {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBIKnjxCmP .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBIKnjxCmP .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBIKnjxCmP .card-img span {
  font-size: 100px;
}
.cid-sBIKnjxCmP .mbr-text,
.cid-sBIKnjxCmP .mbr-section-btn {
  color: #efefef;
}
.cid-sBIKnkb83G {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIKnkb83G .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIKnkb83G .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIKnkb83G .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIKnkb83G .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIKnkb83G .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIKnkb83G .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIKnkb83G .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIKnkb83G .btn_link:hover {
  cursor: pointer;
}
.cid-sBIKnkb83G .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIKnkb83G .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIKnkb83G .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIKnkb83G .text-wrapper {
    text-align: center;
  }
  .cid-sBIKnkb83G .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIKnkb83G .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIKnkb83G .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIKnkb83G .card-title,
.cid-sBIKnkb83G .icon_block {
  color: #ef3543;
}
.cid-sBIKnkKEmX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIKnkKEmX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIKnkKEmX .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIKnkKEmX .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIKnkKEmX .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIKnkKEmX .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIKnkKEmX .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIKnkKEmX .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIKnkKEmX .btn_link:hover {
  cursor: pointer;
}
.cid-sBIKnkKEmX .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIKnkKEmX .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIKnkKEmX .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIKnkKEmX .text-wrapper {
    text-align: center;
  }
  .cid-sBIKnkKEmX .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIKnkKEmX .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIKnkKEmX .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIKnkKEmX .card-title,
.cid-sBIKnkKEmX .icon_block {
  color: #ef3543;
}
.cid-sBIKnldbJk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIKnldbJk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIKnldbJk .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIKnldbJk .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIKnldbJk .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIKnldbJk .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIKnldbJk .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIKnldbJk .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIKnldbJk .btn_link:hover {
  cursor: pointer;
}
.cid-sBIKnldbJk .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIKnldbJk .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIKnldbJk .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIKnldbJk .text-wrapper {
    text-align: center;
  }
  .cid-sBIKnldbJk .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIKnldbJk .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIKnldbJk .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIKnldbJk .card-title,
.cid-sBIKnldbJk .icon_block {
  color: #ef3543;
}
.cid-sBIKnlIfUF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIKnlIfUF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIKnlIfUF .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIKnlIfUF .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIKnlIfUF .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIKnlIfUF .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIKnlIfUF .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIKnlIfUF .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIKnlIfUF .btn_link:hover {
  cursor: pointer;
}
.cid-sBIKnlIfUF .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIKnlIfUF .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIKnlIfUF .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIKnlIfUF .text-wrapper {
    text-align: center;
  }
  .cid-sBIKnlIfUF .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIKnlIfUF .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIKnlIfUF .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIKnlIfUF .card-title,
.cid-sBIKnlIfUF .icon_block {
  color: #ef3543;
}
.cid-sBIKnm8kXa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIKnm8kXa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIKnm8kXa .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIKnm8kXa .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIKnm8kXa .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIKnm8kXa .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIKnm8kXa .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIKnm8kXa .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIKnm8kXa .btn_link:hover {
  cursor: pointer;
}
.cid-sBIKnm8kXa .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIKnm8kXa .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIKnm8kXa .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIKnm8kXa .text-wrapper {
    text-align: center;
  }
  .cid-sBIKnm8kXa .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIKnm8kXa .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIKnm8kXa .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIKnm8kXa .card-title,
.cid-sBIKnm8kXa .icon_block {
  color: #ef3543;
}
.cid-sBIKnmC86s {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIKnmC86s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIKnmC86s .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIKnmC86s .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIKnmC86s .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIKnmC86s .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIKnmC86s .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIKnmC86s .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIKnmC86s .btn_link:hover {
  cursor: pointer;
}
.cid-sBIKnmC86s .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIKnmC86s .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIKnmC86s .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIKnmC86s .text-wrapper {
    text-align: center;
  }
  .cid-sBIKnmC86s .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIKnmC86s .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIKnmC86s .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIKnmC86s .card-title,
.cid-sBIKnmC86s .icon_block {
  color: #ef3543;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBH5DYObbE {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBH5DYObbE .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBH5DYObbE .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBH5DYObbE .card-img span {
  font-size: 100px;
}
.cid-sBH5DYObbE .mbr-text,
.cid-sBH5DYObbE .mbr-section-btn {
  color: #efefef;
}
.cid-sBH5DZAcSF {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f0f0ff;
}
.cid-sBH5DZAcSF .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBH5DZAcSF .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBH5DZAcSF .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBH5DZAcSF .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBH5DZAcSF .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBH5DZAcSF .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBH5DZAcSF .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBH5DZAcSF .mbr-card-text {
  margin: 0;
}
.cid-sBH5E0L247 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f0f0ff;
}
.cid-sBH5E0L247 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBH5E0L247 .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBH5E0L247 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBH5E0L247 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBH5E0L247 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBH5E0L247 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBH5E0L247 .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBH5E0L247 .mbr-card-text {
  margin: 0;
}
.cid-sBH74wcBbR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f0f0ff;
}
.cid-sBH74wcBbR .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBH74wcBbR .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBH74wcBbR .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBH74wcBbR .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBH74wcBbR .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBH74wcBbR .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBH74wcBbR .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBH74wcBbR .mbr-card-text {
  margin: 0;
}
.cid-sBIFNhtGi4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBIFNhtGi4 .line {
  background-color: #2d827f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sBIFTXd60q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBIFTXd60q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIFTXd60q .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIFTXd60q .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIFTXd60q .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBIFTXd60q .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIFTXd60q .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIFTXd60q .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIFTXd60q .btn_link:hover {
  cursor: pointer;
}
.cid-sBIFTXd60q .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIFTXd60q .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIFTXd60q .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIFTXd60q .text-wrapper {
    text-align: center;
  }
  .cid-sBIFTXd60q .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIFTXd60q .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIFTXd60q .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIFTXd60q .card-title,
.cid-sBIFTXd60q .icon_block {
  color: #ef3543;
}
.cid-sBIFTXd60q .mbr-text,
.cid-sBIFTXd60q .btn_link {
  color: #232323;
}
.cid-sBIFUxUygn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBIFUxUygn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIFUxUygn .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIFUxUygn .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIFUxUygn .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBIFUxUygn .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIFUxUygn .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIFUxUygn .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIFUxUygn .btn_link:hover {
  cursor: pointer;
}
.cid-sBIFUxUygn .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIFUxUygn .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIFUxUygn .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIFUxUygn .text-wrapper {
    text-align: center;
  }
  .cid-sBIFUxUygn .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIFUxUygn .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIFUxUygn .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIFUxUygn .card-title,
.cid-sBIFUxUygn .icon_block {
  color: #ef3543;
}
.cid-sBIFUxUygn .mbr-text,
.cid-sBIFUxUygn .btn_link {
  color: #232323;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBIG1sck2k {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBIG1sck2k .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBIG1sck2k .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBIG1sck2k .card-img span {
  font-size: 100px;
}
.cid-sBIG1sck2k .mbr-text,
.cid-sBIG1sck2k .mbr-section-btn {
  color: #efefef;
}
.cid-sBIG1sRl4H {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIG1sRl4H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIG1sRl4H .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIG1sRl4H .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIG1sRl4H .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIG1sRl4H .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIG1sRl4H .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIG1sRl4H .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIG1sRl4H .btn_link:hover {
  cursor: pointer;
}
.cid-sBIG1sRl4H .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIG1sRl4H .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIG1sRl4H .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIG1sRl4H .text-wrapper {
    text-align: center;
  }
  .cid-sBIG1sRl4H .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIG1sRl4H .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIG1sRl4H .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIG1sRl4H .card-title,
.cid-sBIG1sRl4H .icon_block {
  color: #ef3543;
}
.cid-sBIG1tnTSL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIG1tnTSL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIG1tnTSL .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIG1tnTSL .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIG1tnTSL .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIG1tnTSL .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIG1tnTSL .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIG1tnTSL .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIG1tnTSL .btn_link:hover {
  cursor: pointer;
}
.cid-sBIG1tnTSL .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIG1tnTSL .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIG1tnTSL .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIG1tnTSL .text-wrapper {
    text-align: center;
  }
  .cid-sBIG1tnTSL .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIG1tnTSL .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIG1tnTSL .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIG1tnTSL .card-title,
.cid-sBIG1tnTSL .icon_block {
  color: #ef3543;
}
.cid-sBIG1tOmn5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIG1tOmn5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIG1tOmn5 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIG1tOmn5 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIG1tOmn5 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIG1tOmn5 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIG1tOmn5 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIG1tOmn5 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIG1tOmn5 .btn_link:hover {
  cursor: pointer;
}
.cid-sBIG1tOmn5 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIG1tOmn5 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIG1tOmn5 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIG1tOmn5 .text-wrapper {
    text-align: center;
  }
  .cid-sBIG1tOmn5 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIG1tOmn5 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIG1tOmn5 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIG1tOmn5 .card-title,
.cid-sBIG1tOmn5 .icon_block {
  color: #ef3543;
}
.cid-sBIG1ufsw1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIG1ufsw1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIG1ufsw1 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIG1ufsw1 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIG1ufsw1 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIG1ufsw1 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIG1ufsw1 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIG1ufsw1 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIG1ufsw1 .btn_link:hover {
  cursor: pointer;
}
.cid-sBIG1ufsw1 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIG1ufsw1 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIG1ufsw1 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIG1ufsw1 .text-wrapper {
    text-align: center;
  }
  .cid-sBIG1ufsw1 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIG1ufsw1 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIG1ufsw1 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIG1ufsw1 .card-title,
.cid-sBIG1ufsw1 .icon_block {
  color: #ef3543;
}
.cid-sBIG1uHIAh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIG1uHIAh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIG1uHIAh .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIG1uHIAh .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIG1uHIAh .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIG1uHIAh .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIG1uHIAh .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIG1uHIAh .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIG1uHIAh .btn_link:hover {
  cursor: pointer;
}
.cid-sBIG1uHIAh .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIG1uHIAh .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIG1uHIAh .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIG1uHIAh .text-wrapper {
    text-align: center;
  }
  .cid-sBIG1uHIAh .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIG1uHIAh .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIG1uHIAh .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIG1uHIAh .card-title,
.cid-sBIG1uHIAh .icon_block {
  color: #ef3543;
}
.cid-sBIG1vcer0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIG1vcer0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIG1vcer0 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIG1vcer0 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIG1vcer0 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIG1vcer0 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIG1vcer0 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIG1vcer0 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIG1vcer0 .btn_link:hover {
  cursor: pointer;
}
.cid-sBIG1vcer0 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIG1vcer0 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIG1vcer0 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIG1vcer0 .text-wrapper {
    text-align: center;
  }
  .cid-sBIG1vcer0 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIG1vcer0 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIG1vcer0 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIG1vcer0 .card-title,
.cid-sBIG1vcer0 .icon_block {
  color: #ef3543;
}
.cid-sBIG1vFTx8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIG1vFTx8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIG1vFTx8 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIG1vFTx8 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIG1vFTx8 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIG1vFTx8 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIG1vFTx8 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIG1vFTx8 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIG1vFTx8 .btn_link:hover {
  cursor: pointer;
}
.cid-sBIG1vFTx8 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIG1vFTx8 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIG1vFTx8 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIG1vFTx8 .text-wrapper {
    text-align: center;
  }
  .cid-sBIG1vFTx8 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIG1vFTx8 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIG1vFTx8 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIG1vFTx8 .card-title,
.cid-sBIG1vFTx8 .icon_block {
  color: #ef3543;
}
.cid-sBIHh9uBKo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIHh9uBKo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIHh9uBKo .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIHh9uBKo .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIHh9uBKo .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIHh9uBKo .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIHh9uBKo .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIHh9uBKo .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIHh9uBKo .btn_link:hover {
  cursor: pointer;
}
.cid-sBIHh9uBKo .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIHh9uBKo .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIHh9uBKo .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIHh9uBKo .text-wrapper {
    text-align: center;
  }
  .cid-sBIHh9uBKo .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIHh9uBKo .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIHh9uBKo .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIHh9uBKo .card-title,
.cid-sBIHh9uBKo .icon_block {
  color: #ef3543;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBFgm5mKcL {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBFgm5mKcL .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBFgm5mKcL .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBFgm5mKcL .card-img span {
  font-size: 100px;
}
.cid-sBFgm5mKcL .mbr-text,
.cid-sBFgm5mKcL .mbr-section-btn {
  color: #efefef;
}
.cid-sBFgm67Nzl {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f0f0ff;
}
.cid-sBFgm67Nzl .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBFgm67Nzl .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBFgm67Nzl .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBFgm67Nzl .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBFgm67Nzl .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBFgm67Nzl .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBFgm67Nzl .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBFgm67Nzl .mbr-card-text {
  margin: 0;
}
.cid-sBFgm7kQtO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f0f0ff;
}
.cid-sBFgm7kQtO .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBFgm7kQtO .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBFgm7kQtO .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBFgm7kQtO .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBFgm7kQtO .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBFgm7kQtO .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBFgm7kQtO .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBFgm7kQtO .mbr-card-text {
  margin: 0;
}
.cid-sBIQ9fnIe5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBIQ9fnIe5 .line {
  background-color: #2d827f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sBIQ9LjWDS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBIQ9LjWDS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIQ9LjWDS .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIQ9LjWDS .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIQ9LjWDS .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBIQ9LjWDS .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIQ9LjWDS .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIQ9LjWDS .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIQ9LjWDS .btn_link:hover {
  cursor: pointer;
}
.cid-sBIQ9LjWDS .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIQ9LjWDS .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIQ9LjWDS .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIQ9LjWDS .text-wrapper {
    text-align: center;
  }
  .cid-sBIQ9LjWDS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIQ9LjWDS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIQ9LjWDS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIQ9LjWDS .card-title,
.cid-sBIQ9LjWDS .icon_block {
  color: #ef3543;
}
.cid-sBIQ9LjWDS .mbr-text,
.cid-sBIQ9LjWDS .btn_link {
  color: #232323;
}
.cid-sBIQaqLhY3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBIQaqLhY3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIQaqLhY3 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIQaqLhY3 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIQaqLhY3 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBIQaqLhY3 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIQaqLhY3 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIQaqLhY3 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIQaqLhY3 .btn_link:hover {
  cursor: pointer;
}
.cid-sBIQaqLhY3 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIQaqLhY3 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIQaqLhY3 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIQaqLhY3 .text-wrapper {
    text-align: center;
  }
  .cid-sBIQaqLhY3 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIQaqLhY3 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIQaqLhY3 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIQaqLhY3 .card-title,
.cid-sBIQaqLhY3 .icon_block {
  color: #ef3543;
}
.cid-sBIQaqLhY3 .mbr-text,
.cid-sBIQaqLhY3 .btn_link {
  color: #232323;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBIPl2A2Le {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBIPl2A2Le .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBIPl2A2Le .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBIPl2A2Le .card-img span {
  font-size: 100px;
}
.cid-sBIPl2A2Le .mbr-text,
.cid-sBIPl2A2Le .mbr-section-btn {
  color: #efefef;
}
.cid-sBIPl3hzvP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIPl3hzvP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIPl3hzvP .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIPl3hzvP .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIPl3hzvP .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIPl3hzvP .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIPl3hzvP .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIPl3hzvP .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIPl3hzvP .btn_link:hover {
  cursor: pointer;
}
.cid-sBIPl3hzvP .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIPl3hzvP .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIPl3hzvP .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIPl3hzvP .text-wrapper {
    text-align: center;
  }
  .cid-sBIPl3hzvP .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIPl3hzvP .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIPl3hzvP .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIPl3hzvP .card-title,
.cid-sBIPl3hzvP .icon_block {
  color: #ef3543;
}
.cid-sBIPl3P3rz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIPl3P3rz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIPl3P3rz .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIPl3P3rz .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIPl3P3rz .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIPl3P3rz .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIPl3P3rz .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIPl3P3rz .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIPl3P3rz .btn_link:hover {
  cursor: pointer;
}
.cid-sBIPl3P3rz .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIPl3P3rz .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIPl3P3rz .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIPl3P3rz .text-wrapper {
    text-align: center;
  }
  .cid-sBIPl3P3rz .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIPl3P3rz .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIPl3P3rz .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIPl3P3rz .card-title,
.cid-sBIPl3P3rz .icon_block {
  color: #ef3543;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBH3ykFKSv {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBH3ykFKSv .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBH3ykFKSv .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBH3ykFKSv .card-img span {
  font-size: 100px;
}
.cid-sBH3ykFKSv .mbr-text,
.cid-sBH3ykFKSv .mbr-section-btn {
  color: #efefef;
}
.cid-sBH3ylvrbH {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f0f0ff;
}
.cid-sBH3ylvrbH .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBH3ylvrbH .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBH3ylvrbH .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBH3ylvrbH .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBH3ylvrbH .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBH3ylvrbH .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBH3ylvrbH .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBH3ylvrbH .mbr-card-text {
  margin: 0;
}
.cid-sBINmKLkA3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBINmKLkA3 .line {
  background-color: #2d827f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sBINnmmoB9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBINnmmoB9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBINnmmoB9 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBINnmmoB9 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBINnmmoB9 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBINnmmoB9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBINnmmoB9 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBINnmmoB9 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBINnmmoB9 .btn_link:hover {
  cursor: pointer;
}
.cid-sBINnmmoB9 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBINnmmoB9 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBINnmmoB9 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBINnmmoB9 .text-wrapper {
    text-align: center;
  }
  .cid-sBINnmmoB9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBINnmmoB9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBINnmmoB9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBINnmmoB9 .card-title,
.cid-sBINnmmoB9 .icon_block {
  color: #ef3543;
}
.cid-sBINnmmoB9 .mbr-text,
.cid-sBINnmmoB9 .btn_link {
  color: #232323;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBF5HSl9zD {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBF5HSl9zD .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBF5HSl9zD .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBF5HSl9zD .card-img span {
  font-size: 100px;
}
.cid-sBF5HSl9zD .mbr-text,
.cid-sBF5HSl9zD .mbr-section-btn {
  color: #efefef;
}
.cid-sBFbRjo9oy {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-sBFbRjo9oy .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBFbRjo9oy .card .card-wrapper {
  background: #efeeee;
  height: 1%;
}
.cid-sBFbRjo9oy .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBFbRjo9oy .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBFbRjo9oy .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBFbRjo9oy .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBFbRjo9oy .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBFbRjo9oy .mbr-card-text {
  margin: 0;
}
.cid-sBFcAKj8oH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-sBFcAKj8oH .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBFcAKj8oH .card .card-wrapper {
  background: #efeeee;
  height: 1%;
}
.cid-sBFcAKj8oH .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBFcAKj8oH .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBFcAKj8oH .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBFcAKj8oH .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBFcAKj8oH .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBFcAKj8oH .mbr-card-text {
  margin: 0;
}
.cid-sBIsHMiqdx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBIsHMiqdx .line {
  background-color: #2d827f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sBIr3C6WSp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBIr3C6WSp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIr3C6WSp .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIr3C6WSp .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIr3C6WSp .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBIr3C6WSp .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIr3C6WSp .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIr3C6WSp .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIr3C6WSp .btn_link:hover {
  cursor: pointer;
}
.cid-sBIr3C6WSp .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIr3C6WSp .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIr3C6WSp .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIr3C6WSp .text-wrapper {
    text-align: center;
  }
  .cid-sBIr3C6WSp .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIr3C6WSp .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIr3C6WSp .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIr3C6WSp .card-title,
.cid-sBIr3C6WSp .icon_block {
  color: #ef3543;
}
.cid-sBIr3C6WSp .mbr-text,
.cid-sBIr3C6WSp .btn_link {
  color: #232323;
}
.cid-sBIr4bXEL4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBIr4bXEL4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIr4bXEL4 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIr4bXEL4 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIr4bXEL4 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBIr4bXEL4 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIr4bXEL4 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIr4bXEL4 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIr4bXEL4 .btn_link:hover {
  cursor: pointer;
}
.cid-sBIr4bXEL4 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIr4bXEL4 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIr4bXEL4 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIr4bXEL4 .text-wrapper {
    text-align: center;
  }
  .cid-sBIr4bXEL4 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIr4bXEL4 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIr4bXEL4 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIr4bXEL4 .card-title,
.cid-sBIr4bXEL4 .icon_block {
  color: #ef3543;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBI4yFcXYH {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBI4yFcXYH .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBI4yFcXYH .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBI4yFcXYH .card-img span {
  font-size: 100px;
}
.cid-sBI4yFcXYH .mbr-text,
.cid-sBI4yFcXYH .mbr-section-btn {
  color: #efefef;
}
.cid-sBIjZp1wUQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIjZp1wUQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIjZp1wUQ .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIjZp1wUQ .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIjZp1wUQ .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIjZp1wUQ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIjZp1wUQ .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIjZp1wUQ .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIjZp1wUQ .btn_link:hover {
  cursor: pointer;
}
.cid-sBIjZp1wUQ .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIjZp1wUQ .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIjZp1wUQ .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIjZp1wUQ .text-wrapper {
    text-align: center;
  }
  .cid-sBIjZp1wUQ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIjZp1wUQ .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIjZp1wUQ .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIjZp1wUQ .card-title,
.cid-sBIjZp1wUQ .icon_block {
  color: #ef3543;
}
.cid-sBIjZN5Cp9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIjZN5Cp9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIjZN5Cp9 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIjZN5Cp9 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIjZN5Cp9 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIjZN5Cp9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIjZN5Cp9 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIjZN5Cp9 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIjZN5Cp9 .btn_link:hover {
  cursor: pointer;
}
.cid-sBIjZN5Cp9 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIjZN5Cp9 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIjZN5Cp9 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIjZN5Cp9 .text-wrapper {
    text-align: center;
  }
  .cid-sBIjZN5Cp9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIjZN5Cp9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIjZN5Cp9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIjZN5Cp9 .card-title,
.cid-sBIjZN5Cp9 .icon_block {
  color: #ef3543;
}
.cid-sBIk0hcRIv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIk0hcRIv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIk0hcRIv .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIk0hcRIv .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIk0hcRIv .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIk0hcRIv .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIk0hcRIv .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIk0hcRIv .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIk0hcRIv .btn_link:hover {
  cursor: pointer;
}
.cid-sBIk0hcRIv .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIk0hcRIv .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIk0hcRIv .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIk0hcRIv .text-wrapper {
    text-align: center;
  }
  .cid-sBIk0hcRIv .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIk0hcRIv .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIk0hcRIv .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIk0hcRIv .card-title,
.cid-sBIk0hcRIv .icon_block {
  color: #ef3543;
}
.cid-sBIk0P38Qi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIk0P38Qi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIk0P38Qi .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIk0P38Qi .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIk0P38Qi .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIk0P38Qi .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIk0P38Qi .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIk0P38Qi .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIk0P38Qi .btn_link:hover {
  cursor: pointer;
}
.cid-sBIk0P38Qi .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIk0P38Qi .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIk0P38Qi .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIk0P38Qi .text-wrapper {
    text-align: center;
  }
  .cid-sBIk0P38Qi .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIk0P38Qi .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIk0P38Qi .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIk0P38Qi .card-title,
.cid-sBIk0P38Qi .icon_block {
  color: #ef3543;
}
.cid-sBIk1bRc5r {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIk1bRc5r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIk1bRc5r .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIk1bRc5r .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIk1bRc5r .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIk1bRc5r .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIk1bRc5r .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIk1bRc5r .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIk1bRc5r .btn_link:hover {
  cursor: pointer;
}
.cid-sBIk1bRc5r .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIk1bRc5r .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIk1bRc5r .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIk1bRc5r .text-wrapper {
    text-align: center;
  }
  .cid-sBIk1bRc5r .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIk1bRc5r .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIk1bRc5r .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIk1bRc5r .card-title,
.cid-sBIk1bRc5r .icon_block {
  color: #ef3543;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBH9fdsehQ {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBH9fdsehQ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBH9fdsehQ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBH9fdsehQ .card-img span {
  font-size: 100px;
}
.cid-sBH9fdsehQ .mbr-text,
.cid-sBH9fdsehQ .mbr-section-btn {
  color: #efefef;
}
.cid-sBHwY9SqQ2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f0f0ff;
}
.cid-sBHwY9SqQ2 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBHwY9SqQ2 .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBHwY9SqQ2 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBHwY9SqQ2 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBHwY9SqQ2 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBHwY9SqQ2 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBHwY9SqQ2 .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBHwY9SqQ2 .mbr-card-text {
  margin: 0;
}
.cid-sBJKfuhc7b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBJKfuhc7b .line {
  background-color: #2d827f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sBIRDLsd4m {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBIRDLsd4m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIRDLsd4m .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIRDLsd4m .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIRDLsd4m .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBIRDLsd4m .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIRDLsd4m .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIRDLsd4m .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIRDLsd4m .btn_link:hover {
  cursor: pointer;
}
.cid-sBIRDLsd4m .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIRDLsd4m .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIRDLsd4m .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIRDLsd4m .text-wrapper {
    text-align: center;
  }
  .cid-sBIRDLsd4m .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIRDLsd4m .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIRDLsd4m .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIRDLsd4m .card-title,
.cid-sBIRDLsd4m .icon_block {
  color: #ef3543;
}
.cid-sBIRDLsd4m .mbr-text,
.cid-sBIRDLsd4m .btn_link {
  color: #232323;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBIRLJzLjl {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBIRLJzLjl .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBIRLJzLjl .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBIRLJzLjl .card-img span {
  font-size: 100px;
}
.cid-sBIRLJzLjl .mbr-text,
.cid-sBIRLJzLjl .mbr-section-btn {
  color: #efefef;
}
.cid-sBIRLKUbPV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIRLKUbPV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIRLKUbPV .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIRLKUbPV .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIRLKUbPV .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIRLKUbPV .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIRLKUbPV .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIRLKUbPV .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIRLKUbPV .btn_link:hover {
  cursor: pointer;
}
.cid-sBIRLKUbPV .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIRLKUbPV .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIRLKUbPV .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIRLKUbPV .text-wrapper {
    text-align: center;
  }
  .cid-sBIRLKUbPV .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIRLKUbPV .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIRLKUbPV .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIRLKUbPV .card-title,
.cid-sBIRLKUbPV .icon_block {
  color: #ef3543;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBHeBiLawr {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBHeBiLawr .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBHeBiLawr .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBHeBiLawr .card-img span {
  font-size: 100px;
}
.cid-sBHeBiLawr .mbr-text,
.cid-sBHeBiLawr .mbr-section-btn {
  color: #efefef;
}
.cid-sBHeFoo4hS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f0f0ff;
}
.cid-sBHeFoo4hS .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBHeFoo4hS .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBHeFoo4hS .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBHeFoo4hS .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBHeFoo4hS .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBHeFoo4hS .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBHeFoo4hS .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBHeFoo4hS .mbr-card-text {
  margin: 0;
}
.cid-sBISbmByVL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBISbmByVL .line {
  background-color: #2d827f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sBISbMZYeg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBISbMZYeg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBISbMZYeg .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBISbMZYeg .mbr-text {
  margin-bottom: 30px;
}
.cid-sBISbMZYeg .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBISbMZYeg .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBISbMZYeg .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBISbMZYeg .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBISbMZYeg .btn_link:hover {
  cursor: pointer;
}
.cid-sBISbMZYeg .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBISbMZYeg .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBISbMZYeg .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBISbMZYeg .text-wrapper {
    text-align: center;
  }
  .cid-sBISbMZYeg .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBISbMZYeg .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBISbMZYeg .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBISbMZYeg .card-title,
.cid-sBISbMZYeg .icon_block {
  color: #ef3543;
}
.cid-sBISbMZYeg .mbr-text,
.cid-sBISbMZYeg .btn_link {
  color: #232323;
}
.cid-sBIScmBtHC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBIScmBtHC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIScmBtHC .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIScmBtHC .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIScmBtHC .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBIScmBtHC .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIScmBtHC .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIScmBtHC .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIScmBtHC .btn_link:hover {
  cursor: pointer;
}
.cid-sBIScmBtHC .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIScmBtHC .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIScmBtHC .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIScmBtHC .text-wrapper {
    text-align: center;
  }
  .cid-sBIScmBtHC .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIScmBtHC .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIScmBtHC .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIScmBtHC .card-title,
.cid-sBIScmBtHC .icon_block {
  color: #ef3543;
}
.cid-sBIScmBtHC .mbr-text,
.cid-sBIScmBtHC .btn_link {
  color: #232323;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBIStHnJmw {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBIStHnJmw .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBIStHnJmw .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBIStHnJmw .card-img span {
  font-size: 100px;
}
.cid-sBIStHnJmw .mbr-text,
.cid-sBIStHnJmw .mbr-section-btn {
  color: #efefef;
}
.cid-sBIStHOJep {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIStHOJep .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIStHOJep .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIStHOJep .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIStHOJep .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIStHOJep .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIStHOJep .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIStHOJep .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIStHOJep .btn_link:hover {
  cursor: pointer;
}
.cid-sBIStHOJep .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIStHOJep .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIStHOJep .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIStHOJep .text-wrapper {
    text-align: center;
  }
  .cid-sBIStHOJep .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIStHOJep .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIStHOJep .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIStHOJep .card-title,
.cid-sBIStHOJep .icon_block {
  color: #ef3543;
}
.cid-sBITAi7ubn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBITAi7ubn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBITAi7ubn .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBITAi7ubn .mbr-text {
  margin-bottom: 30px;
}
.cid-sBITAi7ubn .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBITAi7ubn .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBITAi7ubn .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBITAi7ubn .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBITAi7ubn .btn_link:hover {
  cursor: pointer;
}
.cid-sBITAi7ubn .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBITAi7ubn .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBITAi7ubn .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBITAi7ubn .text-wrapper {
    text-align: center;
  }
  .cid-sBITAi7ubn .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBITAi7ubn .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBITAi7ubn .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBITAi7ubn .card-title,
.cid-sBITAi7ubn .icon_block {
  color: #ef3543;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBHeH2dkgi {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBHeH2dkgi .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBHeH2dkgi .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBHeH2dkgi .card-img span {
  font-size: 100px;
}
.cid-sBHeH2dkgi .mbr-text,
.cid-sBHeH2dkgi .mbr-section-btn {
  color: #efefef;
}
.cid-sBHeH2Gh36 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f0f0ff;
}
.cid-sBHeH2Gh36 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBHeH2Gh36 .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBHeH2Gh36 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBHeH2Gh36 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBHeH2Gh36 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBHeH2Gh36 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBHeH2Gh36 .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBHeH2Gh36 .mbr-card-text {
  margin: 0;
}
.cid-sBIXkB216S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBIXkB216S .line {
  background-color: #2d827f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sBIXjFj2MT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBIXjFj2MT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIXjFj2MT .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIXjFj2MT .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIXjFj2MT .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBIXjFj2MT .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIXjFj2MT .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIXjFj2MT .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIXjFj2MT .btn_link:hover {
  cursor: pointer;
}
.cid-sBIXjFj2MT .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIXjFj2MT .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIXjFj2MT .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIXjFj2MT .text-wrapper {
    text-align: center;
  }
  .cid-sBIXjFj2MT .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIXjFj2MT .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIXjFj2MT .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIXjFj2MT .card-title,
.cid-sBIXjFj2MT .icon_block {
  color: #ef3543;
}
.cid-sBIXjFj2MT .mbr-text,
.cid-sBIXjFj2MT .btn_link {
  color: #232323;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBIYTRoFJg {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBIYTRoFJg .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBIYTRoFJg .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBIYTRoFJg .card-img span {
  font-size: 100px;
}
.cid-sBIYTRoFJg .mbr-text,
.cid-sBIYTRoFJg .mbr-section-btn {
  color: #efefef;
}
.cid-sBIYTS2z2y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIYTS2z2y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIYTS2z2y .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIYTS2z2y .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIYTS2z2y .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIYTS2z2y .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIYTS2z2y .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIYTS2z2y .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIYTS2z2y .btn_link:hover {
  cursor: pointer;
}
.cid-sBIYTS2z2y .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIYTS2z2y .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIYTS2z2y .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIYTS2z2y .text-wrapper {
    text-align: center;
  }
  .cid-sBIYTS2z2y .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIYTS2z2y .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIYTS2z2y .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIYTS2z2y .card-title,
.cid-sBIYTS2z2y .icon_block {
  color: #ef3543;
}
.cid-sBIYTSEAd7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBIYTSEAd7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBIYTSEAd7 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBIYTSEAd7 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBIYTSEAd7 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBIYTSEAd7 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBIYTSEAd7 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBIYTSEAd7 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBIYTSEAd7 .btn_link:hover {
  cursor: pointer;
}
.cid-sBIYTSEAd7 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBIYTSEAd7 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBIYTSEAd7 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBIYTSEAd7 .text-wrapper {
    text-align: center;
  }
  .cid-sBIYTSEAd7 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBIYTSEAd7 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBIYTSEAd7 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBIYTSEAd7 .card-title,
.cid-sBIYTSEAd7 .icon_block {
  color: #ef3543;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBHhxLwzUc {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBHhxLwzUc .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBHhxLwzUc .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBHhxLwzUc .card-img span {
  font-size: 100px;
}
.cid-sBHhxLwzUc .mbr-text,
.cid-sBHhxLwzUc .mbr-section-btn {
  color: #efefef;
}
.cid-sBHhxMeHgH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f0f0ff;
}
.cid-sBHhxMeHgH .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBHhxMeHgH .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBHhxMeHgH .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBHhxMeHgH .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBHhxMeHgH .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBHhxMeHgH .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBHhxMeHgH .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBHhxMeHgH .mbr-card-text {
  margin: 0;
}
.cid-sBJ1aFzA8i {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBJ1aFzA8i .line {
  background-color: #2d827f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sBJ1bcVymO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBJ1bcVymO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBJ1bcVymO .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBJ1bcVymO .mbr-text {
  margin-bottom: 30px;
}
.cid-sBJ1bcVymO .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBJ1bcVymO .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBJ1bcVymO .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBJ1bcVymO .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBJ1bcVymO .btn_link:hover {
  cursor: pointer;
}
.cid-sBJ1bcVymO .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBJ1bcVymO .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBJ1bcVymO .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBJ1bcVymO .text-wrapper {
    text-align: center;
  }
  .cid-sBJ1bcVymO .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBJ1bcVymO .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBJ1bcVymO .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBJ1bcVymO .card-title,
.cid-sBJ1bcVymO .icon_block {
  color: #ef3543;
}
.cid-sBJ1bcVymO .mbr-text,
.cid-sBJ1bcVymO .btn_link {
  color: #232323;
}
.cid-sBJ1bETkW4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBJ1bETkW4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBJ1bETkW4 .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBJ1bETkW4 .mbr-text {
  margin-bottom: 30px;
}
.cid-sBJ1bETkW4 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBJ1bETkW4 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBJ1bETkW4 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBJ1bETkW4 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBJ1bETkW4 .btn_link:hover {
  cursor: pointer;
}
.cid-sBJ1bETkW4 .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBJ1bETkW4 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBJ1bETkW4 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBJ1bETkW4 .text-wrapper {
    text-align: center;
  }
  .cid-sBJ1bETkW4 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBJ1bETkW4 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBJ1bETkW4 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBJ1bETkW4 .card-title,
.cid-sBJ1bETkW4 .icon_block {
  color: #ef3543;
}
.cid-sBJ1bETkW4 .mbr-text,
.cid-sBJ1bETkW4 .btn_link {
  color: #232323;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBJ1CQznMG {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBJ1CQznMG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBJ1CQznMG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBJ1CQznMG .card-img span {
  font-size: 100px;
}
.cid-sBJ1CQznMG .mbr-text,
.cid-sBJ1CQznMG .mbr-section-btn {
  color: #efefef;
}
.cid-sBJ1CRdx6y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBJ1CRdx6y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBJ1CRdx6y .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBJ1CRdx6y .mbr-text {
  margin-bottom: 30px;
}
.cid-sBJ1CRdx6y .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBJ1CRdx6y .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBJ1CRdx6y .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBJ1CRdx6y .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBJ1CRdx6y .btn_link:hover {
  cursor: pointer;
}
.cid-sBJ1CRdx6y .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBJ1CRdx6y .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBJ1CRdx6y .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBJ1CRdx6y .text-wrapper {
    text-align: center;
  }
  .cid-sBJ1CRdx6y .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBJ1CRdx6y .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBJ1CRdx6y .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBJ1CRdx6y .card-title,
.cid-sBJ1CRdx6y .icon_block {
  color: #ef3543;
}
.cid-sBJ1CRLYQE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBJ1CRLYQE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBJ1CRLYQE .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBJ1CRLYQE .mbr-text {
  margin-bottom: 30px;
}
.cid-sBJ1CRLYQE .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sBJ1CRLYQE .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBJ1CRLYQE .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBJ1CRLYQE .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBJ1CRLYQE .btn_link:hover {
  cursor: pointer;
}
.cid-sBJ1CRLYQE .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBJ1CRLYQE .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBJ1CRLYQE .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBJ1CRLYQE .text-wrapper {
    text-align: center;
  }
  .cid-sBJ1CRLYQE .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBJ1CRLYQE .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBJ1CRLYQE .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBJ1CRLYQE .card-title,
.cid-sBJ1CRLYQE .icon_block {
  color: #ef3543;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBHhzMKwIt {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sBHhzMKwIt .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBHhzMKwIt .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBHhzMKwIt .card-img span {
  font-size: 100px;
}
.cid-sBHhzMKwIt .mbr-text,
.cid-sBHhzMKwIt .mbr-section-btn {
  color: #efefef;
}
.cid-sBHhzNbTDM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f0f0ff;
}
.cid-sBHhzNbTDM .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBHhzNbTDM .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-sBHhzNbTDM .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sBHhzNbTDM .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sBHhzNbTDM .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sBHhzNbTDM .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sBHhzNbTDM .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sBHhzNbTDM .mbr-card-text {
  margin: 0;
}
.cid-sBJ2e1BMkB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBJ2e1BMkB .line {
  background-color: #2d827f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sBJ2ep7CFp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sBJ2ep7CFp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBJ2ep7CFp .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sBJ2ep7CFp .mbr-text {
  margin-bottom: 30px;
}
.cid-sBJ2ep7CFp .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(45, 130, 127, 0.4);
  background-image: linear-gradient(125deg, #2d827f 0%, #52c3bf 100%);
}
.cid-sBJ2ep7CFp .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sBJ2ep7CFp .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sBJ2ep7CFp .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sBJ2ep7CFp .btn_link:hover {
  cursor: pointer;
}
.cid-sBJ2ep7CFp .btn_link:hover a {
  color: #ef3543 !important;
}
.cid-sBJ2ep7CFp .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sBJ2ep7CFp .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBJ2ep7CFp .text-wrapper {
    text-align: center;
  }
  .cid-sBJ2ep7CFp .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sBJ2ep7CFp .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBJ2ep7CFp .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sBJ2ep7CFp .card-title,
.cid-sBJ2ep7CFp .icon_block {
  color: #ef3543;
}
.cid-sBJ2ep7CFp .mbr-text,
.cid-sBJ2ep7CFp .btn_link {
  color: #232323;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxvNhIXmcT {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sxvNhIXmcT .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sxvNhIXmcT .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sxvNhIXmcT .card-img span {
  font-size: 100px;
}
.cid-sxvNhIXmcT .mbr-text,
.cid-sxvNhIXmcT .mbr-section-btn {
  color: #efefef;
}
.cid-sBOJkQkiIp {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sBOJkQkiIp .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-sBOJkQkiIp .card:hover .card-wrapper,
.cid-sBOJkQkiIp .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-sBOJkQkiIp .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sBOJkQkiIp .img-wrapper {
  border-radius: 16px;
}
.cid-sBOJkQkiIp .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-sBOJkQkiIp .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-sBOJkQkiIp .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-sBOJkQkiIp .card-box {
    padding: 1rem;
  }
}
.cid-sBOJkQkiIp img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-sBOJkQkiIp .mbr-text,
.cid-sBOJkQkiIp .mbr-section-btn {
  color: #53c3eb;
}
.cid-sBOJkQkiIp .main-sub-title,
.cid-sBOJkQkiIp .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-sBOJkQkiIp .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-sBOJkQkiIp .card-title,
.cid-sBOJkQkiIp .card-box {
  color: #53c3eb;
}
.cid-sBOJlan20h {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sBOJlan20h .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-sBOJlan20h .card:hover .card-wrapper,
.cid-sBOJlan20h .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-sBOJlan20h .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sBOJlan20h .img-wrapper {
  border-radius: 16px;
}
.cid-sBOJlan20h .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-sBOJlan20h .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-sBOJlan20h .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-sBOJlan20h .card-box {
    padding: 1rem;
  }
}
.cid-sBOJlan20h img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-sBOJlan20h .mbr-text,
.cid-sBOJlan20h .mbr-section-btn {
  color: #53c3eb;
}
.cid-sBOJlan20h .main-sub-title,
.cid-sBOJlan20h .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-sBOJlan20h .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-sBOJlan20h .card-title,
.cid-sBOJlan20h .card-box {
  color: #53c3eb;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxwzKbW0xY {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sxwzKbW0xY .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sxwzKbW0xY .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sxwzKbW0xY .card-img span {
  font-size: 100px;
}
.cid-sxwzKbW0xY .mbr-text,
.cid-sxwzKbW0xY .mbr-section-btn {
  color: #efefef;
}
.cid-uaXjmfdlJj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/marine-pvc-uygulamalari-hizmetleri-eva-gemi-donatimi-tuzla-1414x670.jpg");
}
.cid-uaXjmfdlJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXjmfdlJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXjmfdlJj .mbr-text,
.cid-uaXjmfdlJj .mbr-section-btn {
  color: #232323;
}
.cid-uaXjmfdlJj .card-title,
.cid-uaXjmfdlJj .card-box {
  color: #ffffff;
}
.cid-uaXjmfdlJj .mbr-text,
.cid-uaXjmfdlJj .link-wrap {
  color: #ffffff;
}
.cid-uaXgCQlY27 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaXgCQlY27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXgCQlY27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaXgCQlY27 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaXgCQlY27 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaXgCQlY27 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sxAvSUcCI7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sxAvSUcCI7 h5,
.cid-sxAvSUcCI7 h4,
.cid-sxAvSUcCI7 p {
  margin-bottom: 0;
}
.cid-sxAvSUcCI7 p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxAvSUcCI7 .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-sxAvSUcCI7 .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #2d827f;
}
.cid-sxAvSUcCI7 .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxAvSUcCI7 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxAvSUcCI7 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxAvSUcCI7 .card-title-link {
  position: relative;
}
.cid-sxAvSUcCI7 .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-sxAvSUcCI7 .card-title-link:hover:after {
  width: 100%;
}
.cid-sxAvSUcCI7 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxAvSUcCI7 .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxAvSUcCI7 .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxAvSUcCI7 .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxAvSUcCI7 .card-title-link {
  color: #149dcc;
}
.cid-sxAvSUcCI7 .card-title {
  color: #232323;
}
.cid-sxAvSUcCI7 .card-title-link DIV {
  text-align: center;
}
.cid-sxAvSUcCI7 .main-title {
  text-align: center;
}
.cid-sxAyiXXGn0 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sxAyiXXGn0 h5,
.cid-sxAyiXXGn0 h4,
.cid-sxAyiXXGn0 p {
  margin-bottom: 0;
}
.cid-sxAyiXXGn0 p {
  color: #767676;
}
.cid-sxAyiXXGn0 .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #2d827f;
}
.cid-sxAyiXXGn0 .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxAyiXXGn0 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxAyiXXGn0 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxAyiXXGn0 .card-title-link {
  position: relative;
}
.cid-sxAyiXXGn0 .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-sxAyiXXGn0 .card-title-link:hover:after {
  width: 100%;
}
.cid-sxAyiXXGn0 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxAyiXXGn0 .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxAyiXXGn0 .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxAyiXXGn0 .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxAyiXXGn0 .card-title-link {
  color: #149dcc;
}
.cid-sxAyiXXGn0 .card-title {
  color: #232323;
}
.cid-sxAyiXXGn0 .card-title-link DIV {
  text-align: center;
}
.cid-sxAyiXXGn0 .main-title {
  text-align: center;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxyuR8kWbK {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sxyuR8kWbK .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sxyuR8kWbK .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sxyuR8kWbK .card-img span {
  font-size: 100px;
}
.cid-sxyuR8kWbK .mbr-text,
.cid-sxyuR8kWbK .mbr-section-btn {
  color: #efefef;
}
.cid-uaXjQgTGJL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/marine-hali-uygulamalari-hizmetleri-eva-gemi-donatimi-tuzla-1414x654.jpg");
}
.cid-uaXjQgTGJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXjQgTGJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXjQgTGJL .mbr-text,
.cid-uaXjQgTGJL .mbr-section-btn {
  color: #232323;
}
.cid-uaXjQgTGJL .card-title,
.cid-uaXjQgTGJL .card-box {
  color: #ffffff;
}
.cid-uaXjQgTGJL .mbr-text,
.cid-uaXjQgTGJL .link-wrap {
  color: #ffffff;
}
.cid-uaXkB4D1OI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaXkB4D1OI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXkB4D1OI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXkB4D1OI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaXkB4D1OI .row {
    flex-direction: column-reverse;
  }
  .cid-uaXkB4D1OI .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uaXkB4D1OI .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaXkB4D1OI .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uaXkB4D1OI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sxzsAHXR8i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sxzsAHXR8i h5,
.cid-sxzsAHXR8i h4,
.cid-sxzsAHXR8i p {
  margin-bottom: 0;
}
.cid-sxzsAHXR8i p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxzsAHXR8i .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-sxzsAHXR8i .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #2d827f;
}
.cid-sxzsAHXR8i .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxzsAHXR8i .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxzsAHXR8i .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxzsAHXR8i .card-title-link {
  position: relative;
}
.cid-sxzsAHXR8i .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-sxzsAHXR8i .card-title-link:hover:after {
  width: 100%;
}
.cid-sxzsAHXR8i .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxzsAHXR8i .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxzsAHXR8i .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxzsAHXR8i .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxzsAHXR8i .card-title-link {
  color: #149dcc;
}
.cid-sxzsAHXR8i .card-title {
  color: #232323;
}
.cid-sxzsAHXR8i .card-title-link DIV {
  text-align: center;
}
.cid-sxzsAHXR8i .main-title {
  text-align: center;
}
.cid-sxzAq61ve1 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sxzAq61ve1 h5,
.cid-sxzAq61ve1 h4,
.cid-sxzAq61ve1 p {
  margin-bottom: 0;
}
.cid-sxzAq61ve1 p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxzAq61ve1 .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-sxzAq61ve1 .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #2d827f;
}
.cid-sxzAq61ve1 .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxzAq61ve1 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxzAq61ve1 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxzAq61ve1 .card-title-link {
  position: relative;
}
.cid-sxzAq61ve1 .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-sxzAq61ve1 .card-title-link:hover:after {
  width: 100%;
}
.cid-sxzAq61ve1 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxzAq61ve1 .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxzAq61ve1 .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxzAq61ve1 .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxzAq61ve1 .card-title-link {
  color: #149dcc;
}
.cid-sxzAq61ve1 .card-title {
  color: #232323;
}
.cid-sxzAq61ve1 .card-title-link DIV {
  text-align: center;
}
.cid-sxzAq61ve1 .main-title {
  text-align: center;
}
.cid-sxzAqAQ8wG {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sxzAqAQ8wG h5,
.cid-sxzAqAQ8wG h4,
.cid-sxzAqAQ8wG p {
  margin-bottom: 0;
}
.cid-sxzAqAQ8wG p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxzAqAQ8wG .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-sxzAqAQ8wG .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #2d827f;
}
.cid-sxzAqAQ8wG .card-wrapper {
  transition: all 0.3s;
  background-color: #fafafa;
}
.cid-sxzAqAQ8wG .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sxzAqAQ8wG .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
.cid-sxzAqAQ8wG .card-title-link {
  position: relative;
}
.cid-sxzAqAQ8wG .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-sxzAqAQ8wG .card-title-link:hover:after {
  width: 100%;
}
.cid-sxzAqAQ8wG .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sxzAqAQ8wG .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-sxzAqAQ8wG .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-sxzAqAQ8wG .card-wrapper:hover .card-title {
  color: #ef3543;
}
.cid-sxzAqAQ8wG .card-title-link {
  color: #149dcc;
}
.cid-sxzAqAQ8wG .card-title {
  color: #232323;
}
.cid-sxzAqAQ8wG .card-title-link DIV {
  text-align: center;
}
.cid-sxzAqAQ8wG .main-title {
  text-align: center;
}
.cid-sxzoxd4rYW {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxzoxd4rYW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sxzoxd4rYW .row {
  flex-direction: row-reverse;
}
.cid-sxzoxd4rYW img {
  width: 100%;
}
.cid-sxA1QBTxM0 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxA1QBTxM0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sxA1QBTxM0 .row {
  flex-direction: row-reverse;
}
.cid-sxA1QBTxM0 img {
  width: 100%;
}
.cid-sxA1R9dQGS {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxA1R9dQGS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sxA1R9dQGS .row {
  flex-direction: row-reverse;
}
.cid-sxA1R9dQGS img {
  width: 100%;
}
.cid-sxA4eZkRw0 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxA4eZkRw0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sxA4eZkRw0 .row {
  flex-direction: row-reverse;
}
.cid-sxA4eZkRw0 img {
  width: 100%;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-uaMJqQygOu {
  z-index: 1000;
  width: 100%;
}
.cid-uaMJqQygOu nav.navbar {
  position: fixed;
}
.cid-uaMJqQygOu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJqQygOu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaMJqQygOu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaMJqQygOu .dropdown-item:hover,
.cid-uaMJqQygOu .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-uaMJqQygOu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaMJqQygOu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaMJqQygOu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaMJqQygOu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaMJqQygOu .nav-link {
  position: relative;
}
.cid-uaMJqQygOu .container {
  display: flex;
  margin: auto;
}
.cid-uaMJqQygOu .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaMJqQygOu .dropdown-menu,
.cid-uaMJqQygOu .navbar.opened {
  background: #2d827f !important;
}
.cid-uaMJqQygOu .nav-item:focus,
.cid-uaMJqQygOu .nav-link:focus {
  outline: none;
}
.cid-uaMJqQygOu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaMJqQygOu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaMJqQygOu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaMJqQygOu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJqQygOu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaMJqQygOu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaMJqQygOu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-uaMJqQygOu .navbar.opened {
  transition: all 0.3s;
}
.cid-uaMJqQygOu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaMJqQygOu .navbar .navbar-logo img {
  width: auto;
}
.cid-uaMJqQygOu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaMJqQygOu .navbar.collapsed {
  justify-content: center;
}
.cid-uaMJqQygOu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaMJqQygOu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaMJqQygOu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaMJqQygOu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaMJqQygOu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaMJqQygOu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaMJqQygOu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaMJqQygOu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaMJqQygOu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaMJqQygOu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaMJqQygOu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaMJqQygOu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaMJqQygOu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaMJqQygOu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaMJqQygOu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaMJqQygOu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaMJqQygOu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaMJqQygOu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaMJqQygOu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaMJqQygOu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaMJqQygOu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaMJqQygOu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaMJqQygOu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaMJqQygOu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaMJqQygOu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaMJqQygOu .dropdown-item.active,
.cid-uaMJqQygOu .dropdown-item:active {
  background-color: transparent;
}
.cid-uaMJqQygOu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaMJqQygOu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaMJqQygOu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaMJqQygOu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-uaMJqQygOu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaMJqQygOu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaMJqQygOu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaMJqQygOu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaMJqQygOu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaMJqQygOu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-uaMJqQygOu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaMJqQygOu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJqQygOu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJqQygOu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaMJqQygOu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJqQygOu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaMJqQygOu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaMJqQygOu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJqQygOu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaMJqQygOu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaMJqQygOu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaMJqQygOu .navbar {
    height: 70px;
  }
  .cid-uaMJqQygOu .navbar.opened {
    height: auto;
  }
  .cid-uaMJqQygOu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaMJqRibjb {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-uaMJqRibjb .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uaMJqRibjb .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uaMJqRibjb .card-img span {
  font-size: 100px;
}
.cid-uaMJqRibjb .mbr-text,
.cid-uaMJqRibjb .mbr-section-btn {
  color: #efefef;
}
.cid-uaXl2cvT46 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/marine-epoksi-prc-uygulamalari-hizmetleri-eva-gemi-donatimi-tuzla-1414x670.jpg");
}
.cid-uaXl2cvT46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXl2cvT46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXl2cvT46 .mbr-text,
.cid-uaXl2cvT46 .mbr-section-btn {
  color: #232323;
}
.cid-uaXl2cvT46 .card-title,
.cid-uaXl2cvT46 .card-box {
  color: #ffffff;
}
.cid-uaXl2cvT46 .mbr-text,
.cid-uaXl2cvT46 .link-wrap {
  color: #ffffff;
}
.cid-uaXl1Cnatm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaXl1Cnatm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXl1Cnatm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXl1Cnatm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaXl1Cnatm .row {
    flex-direction: column-reverse;
  }
  .cid-uaXl1Cnatm .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uaXl1Cnatm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaXl1Cnatm .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uaXl1Cnatm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaMJqSw06C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMJqSw06C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMJqSw06C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMJqSw06C .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMJqSw06C .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJqSw06C .container {
    padding: 0 16px;
  }
}
.cid-uaMJqSw06C .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMJqSw06C .row .card {
  justify-content: flex-end;
}
.cid-uaMJqSw06C .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMJqSw06C .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMJqSw06C .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJqSw06C .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMJqSw06C .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMJqSw06C .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMJqSw06C .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMJqSw06C .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMJqSw06C .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJqSw06C .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMJqSw06C .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMJqSw06C .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMJqSw06C .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMJqSw06C .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMJqSw06C .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMJqSw06C .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMJqSw06C .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMJqSw06C .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJqSw06C .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMJqSw06C .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMJqSw06C .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMJqSw06C .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMJqSw06C .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMJqSw06C .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMJqSw06C .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMJqSw06C .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMJqSw06C .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMJqSw06C .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMJqSw06C .mbr-text {
  color: #000000;
}
.cid-uaMJqSw06C .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMJqSw06C .list {
  color: #000000;
}
.cid-uaMJqSw06C .mbr-contact {
  color: #000000;
}
.cid-uaMJqSw06C .list,
.cid-uaMJqSw06C .item-wrap {
  color: #fafafa;
}
.cid-uaMJvfOTiW {
  z-index: 1000;
  width: 100%;
}
.cid-uaMJvfOTiW nav.navbar {
  position: fixed;
}
.cid-uaMJvfOTiW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJvfOTiW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaMJvfOTiW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaMJvfOTiW .dropdown-item:hover,
.cid-uaMJvfOTiW .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-uaMJvfOTiW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaMJvfOTiW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaMJvfOTiW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaMJvfOTiW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaMJvfOTiW .nav-link {
  position: relative;
}
.cid-uaMJvfOTiW .container {
  display: flex;
  margin: auto;
}
.cid-uaMJvfOTiW .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaMJvfOTiW .dropdown-menu,
.cid-uaMJvfOTiW .navbar.opened {
  background: #2d827f !important;
}
.cid-uaMJvfOTiW .nav-item:focus,
.cid-uaMJvfOTiW .nav-link:focus {
  outline: none;
}
.cid-uaMJvfOTiW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaMJvfOTiW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaMJvfOTiW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaMJvfOTiW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJvfOTiW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaMJvfOTiW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaMJvfOTiW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-uaMJvfOTiW .navbar.opened {
  transition: all 0.3s;
}
.cid-uaMJvfOTiW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaMJvfOTiW .navbar .navbar-logo img {
  width: auto;
}
.cid-uaMJvfOTiW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaMJvfOTiW .navbar.collapsed {
  justify-content: center;
}
.cid-uaMJvfOTiW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaMJvfOTiW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaMJvfOTiW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaMJvfOTiW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaMJvfOTiW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaMJvfOTiW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaMJvfOTiW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaMJvfOTiW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaMJvfOTiW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaMJvfOTiW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaMJvfOTiW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaMJvfOTiW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaMJvfOTiW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaMJvfOTiW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaMJvfOTiW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaMJvfOTiW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaMJvfOTiW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaMJvfOTiW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaMJvfOTiW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaMJvfOTiW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaMJvfOTiW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaMJvfOTiW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaMJvfOTiW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaMJvfOTiW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaMJvfOTiW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaMJvfOTiW .dropdown-item.active,
.cid-uaMJvfOTiW .dropdown-item:active {
  background-color: transparent;
}
.cid-uaMJvfOTiW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaMJvfOTiW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaMJvfOTiW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaMJvfOTiW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-uaMJvfOTiW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaMJvfOTiW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaMJvfOTiW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaMJvfOTiW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaMJvfOTiW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaMJvfOTiW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-uaMJvfOTiW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaMJvfOTiW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJvfOTiW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJvfOTiW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaMJvfOTiW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJvfOTiW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaMJvfOTiW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaMJvfOTiW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJvfOTiW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaMJvfOTiW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaMJvfOTiW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaMJvfOTiW .navbar {
    height: 70px;
  }
  .cid-uaMJvfOTiW .navbar.opened {
    height: auto;
  }
  .cid-uaMJvfOTiW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaMJvgw3kG {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-uaMJvgw3kG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uaMJvgw3kG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uaMJvgw3kG .card-img span {
  font-size: 100px;
}
.cid-uaMJvgw3kG .mbr-text,
.cid-uaMJvgw3kG .mbr-section-btn {
  color: #efefef;
}
.cid-uaXlhqS9Ub {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/marine-seramik-fayans-uygulamalari-hizmetleri-eva-gemi-donatimi-tuzla-1414x660.jpg");
}
.cid-uaXlhqS9Ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXlhqS9Ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXlhqS9Ub .mbr-text,
.cid-uaXlhqS9Ub .mbr-section-btn {
  color: #232323;
}
.cid-uaXlhqS9Ub .card-title,
.cid-uaXlhqS9Ub .card-box {
  color: #ffffff;
}
.cid-uaXlhqS9Ub .mbr-text,
.cid-uaXlhqS9Ub .link-wrap {
  color: #ffffff;
}
.cid-uaXlhP5lSW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaXlhP5lSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXlhP5lSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXlhP5lSW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaXlhP5lSW .row {
    flex-direction: column-reverse;
  }
  .cid-uaXlhP5lSW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uaXlhP5lSW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaXlhP5lSW .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uaXlhP5lSW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaMJvhEeaT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMJvhEeaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMJvhEeaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMJvhEeaT .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMJvhEeaT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJvhEeaT .container {
    padding: 0 16px;
  }
}
.cid-uaMJvhEeaT .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMJvhEeaT .row .card {
  justify-content: flex-end;
}
.cid-uaMJvhEeaT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMJvhEeaT .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMJvhEeaT .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJvhEeaT .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMJvhEeaT .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMJvhEeaT .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMJvhEeaT .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMJvhEeaT .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMJvhEeaT .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJvhEeaT .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMJvhEeaT .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMJvhEeaT .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMJvhEeaT .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMJvhEeaT .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMJvhEeaT .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMJvhEeaT .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMJvhEeaT .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMJvhEeaT .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJvhEeaT .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMJvhEeaT .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMJvhEeaT .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMJvhEeaT .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMJvhEeaT .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMJvhEeaT .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMJvhEeaT .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMJvhEeaT .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMJvhEeaT .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMJvhEeaT .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMJvhEeaT .mbr-text {
  color: #000000;
}
.cid-uaMJvhEeaT .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMJvhEeaT .list {
  color: #000000;
}
.cid-uaMJvhEeaT .mbr-contact {
  color: #000000;
}
.cid-uaMJvhEeaT .list,
.cid-uaMJvhEeaT .item-wrap {
  color: #fafafa;
}
.cid-uaMJxTc02d {
  z-index: 1000;
  width: 100%;
}
.cid-uaMJxTc02d nav.navbar {
  position: fixed;
}
.cid-uaMJxTc02d .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJxTc02d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaMJxTc02d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaMJxTc02d .dropdown-item:hover,
.cid-uaMJxTc02d .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-uaMJxTc02d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaMJxTc02d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaMJxTc02d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaMJxTc02d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaMJxTc02d .nav-link {
  position: relative;
}
.cid-uaMJxTc02d .container {
  display: flex;
  margin: auto;
}
.cid-uaMJxTc02d .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaMJxTc02d .dropdown-menu,
.cid-uaMJxTc02d .navbar.opened {
  background: #2d827f !important;
}
.cid-uaMJxTc02d .nav-item:focus,
.cid-uaMJxTc02d .nav-link:focus {
  outline: none;
}
.cid-uaMJxTc02d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaMJxTc02d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaMJxTc02d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaMJxTc02d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJxTc02d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaMJxTc02d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaMJxTc02d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-uaMJxTc02d .navbar.opened {
  transition: all 0.3s;
}
.cid-uaMJxTc02d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaMJxTc02d .navbar .navbar-logo img {
  width: auto;
}
.cid-uaMJxTc02d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaMJxTc02d .navbar.collapsed {
  justify-content: center;
}
.cid-uaMJxTc02d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaMJxTc02d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaMJxTc02d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaMJxTc02d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaMJxTc02d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaMJxTc02d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaMJxTc02d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaMJxTc02d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaMJxTc02d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaMJxTc02d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaMJxTc02d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaMJxTc02d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaMJxTc02d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaMJxTc02d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaMJxTc02d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaMJxTc02d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaMJxTc02d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaMJxTc02d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaMJxTc02d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaMJxTc02d .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaMJxTc02d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaMJxTc02d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaMJxTc02d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaMJxTc02d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaMJxTc02d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaMJxTc02d .dropdown-item.active,
.cid-uaMJxTc02d .dropdown-item:active {
  background-color: transparent;
}
.cid-uaMJxTc02d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaMJxTc02d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaMJxTc02d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaMJxTc02d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-uaMJxTc02d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaMJxTc02d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaMJxTc02d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaMJxTc02d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaMJxTc02d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaMJxTc02d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-uaMJxTc02d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaMJxTc02d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJxTc02d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJxTc02d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaMJxTc02d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJxTc02d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaMJxTc02d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaMJxTc02d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJxTc02d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaMJxTc02d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaMJxTc02d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaMJxTc02d .navbar {
    height: 70px;
  }
  .cid-uaMJxTc02d .navbar.opened {
    height: auto;
  }
  .cid-uaMJxTc02d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaMJxU59It {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-uaMJxU59It .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uaMJxU59It .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uaMJxU59It .card-img span {
  font-size: 100px;
}
.cid-uaMJxU59It .mbr-text,
.cid-uaMJxU59It .mbr-section-btn {
  color: #efefef;
}
.cid-uaXljmgQae {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/marine-zemin-paspas-uygulamalari-hizmetleri-eva-gemi-donatimi-tuzla-1414x594.jpg");
}
.cid-uaXljmgQae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXljmgQae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXljmgQae .mbr-text,
.cid-uaXljmgQae .mbr-section-btn {
  color: #232323;
}
.cid-uaXljmgQae .card-title,
.cid-uaXljmgQae .card-box {
  color: #ffffff;
}
.cid-uaXljmgQae .mbr-text,
.cid-uaXljmgQae .link-wrap {
  color: #ffffff;
}
.cid-uaXljLmUDd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaXljLmUDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXljLmUDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXljLmUDd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaXljLmUDd .row {
    flex-direction: column-reverse;
  }
  .cid-uaXljLmUDd .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uaXljLmUDd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaXljLmUDd .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uaXljLmUDd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaMJxVpjmf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMJxVpjmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMJxVpjmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMJxVpjmf .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMJxVpjmf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJxVpjmf .container {
    padding: 0 16px;
  }
}
.cid-uaMJxVpjmf .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMJxVpjmf .row .card {
  justify-content: flex-end;
}
.cid-uaMJxVpjmf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMJxVpjmf .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMJxVpjmf .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJxVpjmf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMJxVpjmf .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMJxVpjmf .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMJxVpjmf .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMJxVpjmf .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMJxVpjmf .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJxVpjmf .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMJxVpjmf .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMJxVpjmf .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMJxVpjmf .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMJxVpjmf .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMJxVpjmf .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMJxVpjmf .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMJxVpjmf .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMJxVpjmf .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJxVpjmf .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMJxVpjmf .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMJxVpjmf .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMJxVpjmf .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMJxVpjmf .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMJxVpjmf .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMJxVpjmf .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMJxVpjmf .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMJxVpjmf .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMJxVpjmf .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMJxVpjmf .mbr-text {
  color: #000000;
}
.cid-uaMJxVpjmf .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMJxVpjmf .list {
  color: #000000;
}
.cid-uaMJxVpjmf .mbr-contact {
  color: #000000;
}
.cid-uaMJxVpjmf .list,
.cid-uaMJxVpjmf .item-wrap {
  color: #fafafa;
}
.cid-uaMJBAMTbc {
  z-index: 1000;
  width: 100%;
}
.cid-uaMJBAMTbc nav.navbar {
  position: fixed;
}
.cid-uaMJBAMTbc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJBAMTbc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaMJBAMTbc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaMJBAMTbc .dropdown-item:hover,
.cid-uaMJBAMTbc .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-uaMJBAMTbc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaMJBAMTbc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaMJBAMTbc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaMJBAMTbc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaMJBAMTbc .nav-link {
  position: relative;
}
.cid-uaMJBAMTbc .container {
  display: flex;
  margin: auto;
}
.cid-uaMJBAMTbc .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaMJBAMTbc .dropdown-menu,
.cid-uaMJBAMTbc .navbar.opened {
  background: #2d827f !important;
}
.cid-uaMJBAMTbc .nav-item:focus,
.cid-uaMJBAMTbc .nav-link:focus {
  outline: none;
}
.cid-uaMJBAMTbc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaMJBAMTbc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaMJBAMTbc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaMJBAMTbc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJBAMTbc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaMJBAMTbc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaMJBAMTbc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-uaMJBAMTbc .navbar.opened {
  transition: all 0.3s;
}
.cid-uaMJBAMTbc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaMJBAMTbc .navbar .navbar-logo img {
  width: auto;
}
.cid-uaMJBAMTbc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaMJBAMTbc .navbar.collapsed {
  justify-content: center;
}
.cid-uaMJBAMTbc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaMJBAMTbc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaMJBAMTbc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaMJBAMTbc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaMJBAMTbc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaMJBAMTbc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaMJBAMTbc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaMJBAMTbc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaMJBAMTbc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaMJBAMTbc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaMJBAMTbc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaMJBAMTbc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaMJBAMTbc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaMJBAMTbc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaMJBAMTbc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaMJBAMTbc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaMJBAMTbc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaMJBAMTbc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaMJBAMTbc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaMJBAMTbc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaMJBAMTbc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaMJBAMTbc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaMJBAMTbc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaMJBAMTbc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaMJBAMTbc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaMJBAMTbc .dropdown-item.active,
.cid-uaMJBAMTbc .dropdown-item:active {
  background-color: transparent;
}
.cid-uaMJBAMTbc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaMJBAMTbc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaMJBAMTbc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaMJBAMTbc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-uaMJBAMTbc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaMJBAMTbc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaMJBAMTbc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaMJBAMTbc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaMJBAMTbc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaMJBAMTbc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-uaMJBAMTbc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaMJBAMTbc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJBAMTbc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJBAMTbc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaMJBAMTbc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJBAMTbc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaMJBAMTbc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaMJBAMTbc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJBAMTbc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaMJBAMTbc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaMJBAMTbc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaMJBAMTbc .navbar {
    height: 70px;
  }
  .cid-uaMJBAMTbc .navbar.opened {
    height: auto;
  }
  .cid-uaMJBAMTbc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaMJBBw80w {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-uaMJBBw80w .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uaMJBBw80w .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uaMJBBw80w .card-img span {
  font-size: 100px;
}
.cid-uaMJBBw80w .mbr-text,
.cid-uaMJBBw80w .mbr-section-btn {
  color: #efefef;
}
.cid-uaXlbV5DCM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/marine-koltuk-doseme-uygulamalari-hizmetleri-eva-gemi-donatimi-tuzla-1414x664.jpg");
}
.cid-uaXlbV5DCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXlbV5DCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXlbV5DCM .mbr-text,
.cid-uaXlbV5DCM .mbr-section-btn {
  color: #232323;
}
.cid-uaXlbV5DCM .card-title,
.cid-uaXlbV5DCM .card-box {
  color: #ffffff;
}
.cid-uaXlbV5DCM .mbr-text,
.cid-uaXlbV5DCM .link-wrap {
  color: #ffffff;
}
.cid-uaXlcmpniz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaXlcmpniz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXlcmpniz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXlcmpniz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaXlcmpniz .row {
    flex-direction: column-reverse;
  }
  .cid-uaXlcmpniz .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uaXlcmpniz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaXlcmpniz .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uaXlcmpniz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaMJBCDJKr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMJBCDJKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMJBCDJKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMJBCDJKr .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMJBCDJKr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJBCDJKr .container {
    padding: 0 16px;
  }
}
.cid-uaMJBCDJKr .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMJBCDJKr .row .card {
  justify-content: flex-end;
}
.cid-uaMJBCDJKr .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMJBCDJKr .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMJBCDJKr .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJBCDJKr .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMJBCDJKr .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMJBCDJKr .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMJBCDJKr .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMJBCDJKr .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMJBCDJKr .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJBCDJKr .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMJBCDJKr .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMJBCDJKr .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMJBCDJKr .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMJBCDJKr .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMJBCDJKr .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMJBCDJKr .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMJBCDJKr .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMJBCDJKr .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJBCDJKr .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMJBCDJKr .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMJBCDJKr .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMJBCDJKr .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMJBCDJKr .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMJBCDJKr .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMJBCDJKr .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMJBCDJKr .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMJBCDJKr .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMJBCDJKr .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMJBCDJKr .mbr-text {
  color: #000000;
}
.cid-uaMJBCDJKr .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMJBCDJKr .list {
  color: #000000;
}
.cid-uaMJBCDJKr .mbr-contact {
  color: #000000;
}
.cid-uaMJBCDJKr .list,
.cid-uaMJBCDJKr .item-wrap {
  color: #fafafa;
}
.cid-uaMJEPPiGN {
  z-index: 1000;
  width: 100%;
}
.cid-uaMJEPPiGN nav.navbar {
  position: fixed;
}
.cid-uaMJEPPiGN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJEPPiGN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaMJEPPiGN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaMJEPPiGN .dropdown-item:hover,
.cid-uaMJEPPiGN .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-uaMJEPPiGN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaMJEPPiGN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaMJEPPiGN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaMJEPPiGN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaMJEPPiGN .nav-link {
  position: relative;
}
.cid-uaMJEPPiGN .container {
  display: flex;
  margin: auto;
}
.cid-uaMJEPPiGN .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaMJEPPiGN .dropdown-menu,
.cid-uaMJEPPiGN .navbar.opened {
  background: #2d827f !important;
}
.cid-uaMJEPPiGN .nav-item:focus,
.cid-uaMJEPPiGN .nav-link:focus {
  outline: none;
}
.cid-uaMJEPPiGN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaMJEPPiGN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaMJEPPiGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaMJEPPiGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJEPPiGN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaMJEPPiGN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaMJEPPiGN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-uaMJEPPiGN .navbar.opened {
  transition: all 0.3s;
}
.cid-uaMJEPPiGN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaMJEPPiGN .navbar .navbar-logo img {
  width: auto;
}
.cid-uaMJEPPiGN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaMJEPPiGN .navbar.collapsed {
  justify-content: center;
}
.cid-uaMJEPPiGN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaMJEPPiGN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaMJEPPiGN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaMJEPPiGN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaMJEPPiGN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaMJEPPiGN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaMJEPPiGN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaMJEPPiGN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaMJEPPiGN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaMJEPPiGN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaMJEPPiGN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaMJEPPiGN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaMJEPPiGN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaMJEPPiGN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaMJEPPiGN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaMJEPPiGN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaMJEPPiGN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaMJEPPiGN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaMJEPPiGN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaMJEPPiGN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaMJEPPiGN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaMJEPPiGN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaMJEPPiGN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaMJEPPiGN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaMJEPPiGN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaMJEPPiGN .dropdown-item.active,
.cid-uaMJEPPiGN .dropdown-item:active {
  background-color: transparent;
}
.cid-uaMJEPPiGN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaMJEPPiGN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaMJEPPiGN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaMJEPPiGN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-uaMJEPPiGN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaMJEPPiGN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaMJEPPiGN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaMJEPPiGN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaMJEPPiGN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaMJEPPiGN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-uaMJEPPiGN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaMJEPPiGN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJEPPiGN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJEPPiGN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaMJEPPiGN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJEPPiGN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaMJEPPiGN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaMJEPPiGN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJEPPiGN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaMJEPPiGN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaMJEPPiGN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaMJEPPiGN .navbar {
    height: 70px;
  }
  .cid-uaMJEPPiGN .navbar.opened {
    height: auto;
  }
  .cid-uaMJEPPiGN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaMJEQyic1 {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-uaMJEQyic1 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uaMJEQyic1 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uaMJEQyic1 .card-img span {
  font-size: 100px;
}
.cid-uaMJEQyic1 .mbr-text,
.cid-uaMJEQyic1 .mbr-section-btn {
  color: #efefef;
}
.cid-uaXlfrywjC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/marine-mobilya-imalati-uygulamalari-hizmetleri-eva-gemi-donatimi-tuzla-1414x669.jpg");
}
.cid-uaXlfrywjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXlfrywjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXlfrywjC .mbr-text,
.cid-uaXlfrywjC .mbr-section-btn {
  color: #232323;
}
.cid-uaXlfrywjC .card-title,
.cid-uaXlfrywjC .card-box {
  color: #ffffff;
}
.cid-uaXlfrywjC .mbr-text,
.cid-uaXlfrywjC .link-wrap {
  color: #ffffff;
}
.cid-uaXlfSo4oB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaXlfSo4oB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXlfSo4oB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXlfSo4oB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaXlfSo4oB .row {
    flex-direction: column-reverse;
  }
  .cid-uaXlfSo4oB .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uaXlfSo4oB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaXlfSo4oB .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uaXlfSo4oB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaMJERDVdN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMJERDVdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMJERDVdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMJERDVdN .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMJERDVdN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJERDVdN .container {
    padding: 0 16px;
  }
}
.cid-uaMJERDVdN .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMJERDVdN .row .card {
  justify-content: flex-end;
}
.cid-uaMJERDVdN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMJERDVdN .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMJERDVdN .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJERDVdN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMJERDVdN .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMJERDVdN .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMJERDVdN .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMJERDVdN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMJERDVdN .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJERDVdN .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMJERDVdN .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMJERDVdN .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMJERDVdN .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMJERDVdN .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMJERDVdN .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMJERDVdN .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMJERDVdN .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMJERDVdN .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJERDVdN .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMJERDVdN .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMJERDVdN .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMJERDVdN .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMJERDVdN .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMJERDVdN .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMJERDVdN .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMJERDVdN .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMJERDVdN .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMJERDVdN .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMJERDVdN .mbr-text {
  color: #000000;
}
.cid-uaMJERDVdN .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMJERDVdN .list {
  color: #000000;
}
.cid-uaMJERDVdN .mbr-contact {
  color: #000000;
}
.cid-uaMJERDVdN .list,
.cid-uaMJERDVdN .item-wrap {
  color: #fafafa;
}
.cid-uaMJIZgzsc {
  z-index: 1000;
  width: 100%;
}
.cid-uaMJIZgzsc nav.navbar {
  position: fixed;
}
.cid-uaMJIZgzsc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJIZgzsc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaMJIZgzsc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaMJIZgzsc .dropdown-item:hover,
.cid-uaMJIZgzsc .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-uaMJIZgzsc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaMJIZgzsc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaMJIZgzsc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaMJIZgzsc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaMJIZgzsc .nav-link {
  position: relative;
}
.cid-uaMJIZgzsc .container {
  display: flex;
  margin: auto;
}
.cid-uaMJIZgzsc .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaMJIZgzsc .dropdown-menu,
.cid-uaMJIZgzsc .navbar.opened {
  background: #2d827f !important;
}
.cid-uaMJIZgzsc .nav-item:focus,
.cid-uaMJIZgzsc .nav-link:focus {
  outline: none;
}
.cid-uaMJIZgzsc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaMJIZgzsc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaMJIZgzsc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaMJIZgzsc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJIZgzsc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaMJIZgzsc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaMJIZgzsc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-uaMJIZgzsc .navbar.opened {
  transition: all 0.3s;
}
.cid-uaMJIZgzsc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaMJIZgzsc .navbar .navbar-logo img {
  width: auto;
}
.cid-uaMJIZgzsc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaMJIZgzsc .navbar.collapsed {
  justify-content: center;
}
.cid-uaMJIZgzsc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaMJIZgzsc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaMJIZgzsc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaMJIZgzsc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaMJIZgzsc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaMJIZgzsc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaMJIZgzsc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaMJIZgzsc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaMJIZgzsc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaMJIZgzsc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaMJIZgzsc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaMJIZgzsc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaMJIZgzsc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaMJIZgzsc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaMJIZgzsc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaMJIZgzsc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaMJIZgzsc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaMJIZgzsc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaMJIZgzsc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaMJIZgzsc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaMJIZgzsc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaMJIZgzsc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaMJIZgzsc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaMJIZgzsc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaMJIZgzsc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaMJIZgzsc .dropdown-item.active,
.cid-uaMJIZgzsc .dropdown-item:active {
  background-color: transparent;
}
.cid-uaMJIZgzsc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaMJIZgzsc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaMJIZgzsc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaMJIZgzsc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-uaMJIZgzsc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaMJIZgzsc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaMJIZgzsc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaMJIZgzsc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaMJIZgzsc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaMJIZgzsc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-uaMJIZgzsc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaMJIZgzsc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJIZgzsc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJIZgzsc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaMJIZgzsc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJIZgzsc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaMJIZgzsc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaMJIZgzsc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJIZgzsc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaMJIZgzsc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaMJIZgzsc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaMJIZgzsc .navbar {
    height: 70px;
  }
  .cid-uaMJIZgzsc .navbar.opened {
    height: auto;
  }
  .cid-uaMJIZgzsc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaMJIZZbPP {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-uaMJIZZbPP .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uaMJIZZbPP .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uaMJIZZbPP .card-img span {
  font-size: 100px;
}
.cid-uaMJIZZbPP .mbr-text,
.cid-uaMJIZZbPP .mbr-section-btn {
  color: #efefef;
}
.cid-uaXl9lTHWg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/marine-izolasyon-uygulamalari-eva-gemi-donatimi-tuzla-1414x685.jpg");
}
.cid-uaXl9lTHWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXl9lTHWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXl9lTHWg .mbr-text,
.cid-uaXl9lTHWg .mbr-section-btn {
  color: #232323;
}
.cid-uaXl9lTHWg .card-title,
.cid-uaXl9lTHWg .card-box {
  color: #ffffff;
}
.cid-uaXl9lTHWg .mbr-text,
.cid-uaXl9lTHWg .link-wrap {
  color: #ffffff;
}
.cid-uaXl9BFqqf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaXl9BFqqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXl9BFqqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXl9BFqqf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaXl9BFqqf .row {
    flex-direction: column-reverse;
  }
  .cid-uaXl9BFqqf .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uaXl9BFqqf .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaXl9BFqqf .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uaXl9BFqqf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaMJJ15Zck {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMJJ15Zck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMJJ15Zck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMJJ15Zck .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMJJ15Zck .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJJ15Zck .container {
    padding: 0 16px;
  }
}
.cid-uaMJJ15Zck .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMJJ15Zck .row .card {
  justify-content: flex-end;
}
.cid-uaMJJ15Zck .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMJJ15Zck .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMJJ15Zck .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJJ15Zck .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMJJ15Zck .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMJJ15Zck .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMJJ15Zck .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMJJ15Zck .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMJJ15Zck .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJJ15Zck .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMJJ15Zck .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMJJ15Zck .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMJJ15Zck .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMJJ15Zck .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMJJ15Zck .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMJJ15Zck .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMJJ15Zck .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMJJ15Zck .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJJ15Zck .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMJJ15Zck .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMJJ15Zck .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMJJ15Zck .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMJJ15Zck .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMJJ15Zck .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMJJ15Zck .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMJJ15Zck .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMJJ15Zck .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMJJ15Zck .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMJJ15Zck .mbr-text {
  color: #000000;
}
.cid-uaMJJ15Zck .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMJJ15Zck .list {
  color: #000000;
}
.cid-uaMJJ15Zck .mbr-contact {
  color: #000000;
}
.cid-uaMJJ15Zck .list,
.cid-uaMJJ15Zck .item-wrap {
  color: #fafafa;
}
.cid-uaMJMxyaC3 {
  z-index: 1000;
  width: 100%;
}
.cid-uaMJMxyaC3 nav.navbar {
  position: fixed;
}
.cid-uaMJMxyaC3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJMxyaC3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaMJMxyaC3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaMJMxyaC3 .dropdown-item:hover,
.cid-uaMJMxyaC3 .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-uaMJMxyaC3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaMJMxyaC3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaMJMxyaC3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaMJMxyaC3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaMJMxyaC3 .nav-link {
  position: relative;
}
.cid-uaMJMxyaC3 .container {
  display: flex;
  margin: auto;
}
.cid-uaMJMxyaC3 .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaMJMxyaC3 .dropdown-menu,
.cid-uaMJMxyaC3 .navbar.opened {
  background: #2d827f !important;
}
.cid-uaMJMxyaC3 .nav-item:focus,
.cid-uaMJMxyaC3 .nav-link:focus {
  outline: none;
}
.cid-uaMJMxyaC3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaMJMxyaC3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaMJMxyaC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaMJMxyaC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJMxyaC3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaMJMxyaC3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaMJMxyaC3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-uaMJMxyaC3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uaMJMxyaC3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaMJMxyaC3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uaMJMxyaC3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaMJMxyaC3 .navbar.collapsed {
  justify-content: center;
}
.cid-uaMJMxyaC3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaMJMxyaC3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaMJMxyaC3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaMJMxyaC3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaMJMxyaC3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaMJMxyaC3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaMJMxyaC3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaMJMxyaC3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaMJMxyaC3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaMJMxyaC3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaMJMxyaC3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaMJMxyaC3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaMJMxyaC3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaMJMxyaC3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaMJMxyaC3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaMJMxyaC3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaMJMxyaC3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaMJMxyaC3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaMJMxyaC3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaMJMxyaC3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaMJMxyaC3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaMJMxyaC3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaMJMxyaC3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaMJMxyaC3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaMJMxyaC3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaMJMxyaC3 .dropdown-item.active,
.cid-uaMJMxyaC3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uaMJMxyaC3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaMJMxyaC3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaMJMxyaC3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaMJMxyaC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-uaMJMxyaC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaMJMxyaC3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaMJMxyaC3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaMJMxyaC3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaMJMxyaC3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaMJMxyaC3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-uaMJMxyaC3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaMJMxyaC3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJMxyaC3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJMxyaC3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaMJMxyaC3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJMxyaC3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaMJMxyaC3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaMJMxyaC3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJMxyaC3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaMJMxyaC3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaMJMxyaC3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaMJMxyaC3 .navbar {
    height: 70px;
  }
  .cid-uaMJMxyaC3 .navbar.opened {
    height: auto;
  }
  .cid-uaMJMxyaC3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaMJMyfkpM {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-uaMJMyfkpM .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uaMJMyfkpM .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uaMJMyfkpM .card-img span {
  font-size: 100px;
}
.cid-uaMJMyfkpM .mbr-text,
.cid-uaMJMyfkpM .mbr-section-btn {
  color: #efefef;
}
.cid-uaXllgikDp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/marine-arac-gerec-uygulamalari-eva-gemi-donatimi-tuzla-1414x553.jpg");
}
.cid-uaXllgikDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXllgikDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXllgikDp .mbr-text,
.cid-uaXllgikDp .mbr-section-btn {
  color: #232323;
}
.cid-uaXllgikDp .card-title,
.cid-uaXllgikDp .card-box {
  color: #ffffff;
}
.cid-uaXllgikDp .mbr-text,
.cid-uaXllgikDp .link-wrap {
  color: #ffffff;
}
.cid-uaXllElCHV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaXllElCHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXllElCHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXllElCHV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaXllElCHV .row {
    flex-direction: column-reverse;
  }
  .cid-uaXllElCHV .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uaXllElCHV .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaXllElCHV .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uaXllElCHV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaMJMzrGyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMJMzrGyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMJMzrGyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMJMzrGyZ .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMJMzrGyZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJMzrGyZ .container {
    padding: 0 16px;
  }
}
.cid-uaMJMzrGyZ .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMJMzrGyZ .row .card {
  justify-content: flex-end;
}
.cid-uaMJMzrGyZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMJMzrGyZ .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMJMzrGyZ .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJMzrGyZ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMJMzrGyZ .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMJMzrGyZ .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMJMzrGyZ .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMJMzrGyZ .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMJMzrGyZ .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJMzrGyZ .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMJMzrGyZ .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMJMzrGyZ .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMJMzrGyZ .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMJMzrGyZ .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMJMzrGyZ .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMJMzrGyZ .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMJMzrGyZ .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMJMzrGyZ .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJMzrGyZ .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMJMzrGyZ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMJMzrGyZ .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMJMzrGyZ .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMJMzrGyZ .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMJMzrGyZ .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMJMzrGyZ .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMJMzrGyZ .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMJMzrGyZ .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMJMzrGyZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMJMzrGyZ .mbr-text {
  color: #000000;
}
.cid-uaMJMzrGyZ .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMJMzrGyZ .list {
  color: #000000;
}
.cid-uaMJMzrGyZ .mbr-contact {
  color: #000000;
}
.cid-uaMJMzrGyZ .list,
.cid-uaMJMzrGyZ .item-wrap {
  color: #fafafa;
}
.cid-uaMJOGdiwl {
  z-index: 1000;
  width: 100%;
}
.cid-uaMJOGdiwl nav.navbar {
  position: fixed;
}
.cid-uaMJOGdiwl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJOGdiwl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaMJOGdiwl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaMJOGdiwl .dropdown-item:hover,
.cid-uaMJOGdiwl .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-uaMJOGdiwl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaMJOGdiwl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaMJOGdiwl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaMJOGdiwl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaMJOGdiwl .nav-link {
  position: relative;
}
.cid-uaMJOGdiwl .container {
  display: flex;
  margin: auto;
}
.cid-uaMJOGdiwl .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaMJOGdiwl .dropdown-menu,
.cid-uaMJOGdiwl .navbar.opened {
  background: #2d827f !important;
}
.cid-uaMJOGdiwl .nav-item:focus,
.cid-uaMJOGdiwl .nav-link:focus {
  outline: none;
}
.cid-uaMJOGdiwl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaMJOGdiwl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaMJOGdiwl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaMJOGdiwl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMJOGdiwl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaMJOGdiwl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaMJOGdiwl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-uaMJOGdiwl .navbar.opened {
  transition: all 0.3s;
}
.cid-uaMJOGdiwl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaMJOGdiwl .navbar .navbar-logo img {
  width: auto;
}
.cid-uaMJOGdiwl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaMJOGdiwl .navbar.collapsed {
  justify-content: center;
}
.cid-uaMJOGdiwl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaMJOGdiwl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaMJOGdiwl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaMJOGdiwl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaMJOGdiwl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaMJOGdiwl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaMJOGdiwl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaMJOGdiwl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaMJOGdiwl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaMJOGdiwl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaMJOGdiwl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaMJOGdiwl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaMJOGdiwl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaMJOGdiwl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaMJOGdiwl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaMJOGdiwl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaMJOGdiwl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaMJOGdiwl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaMJOGdiwl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaMJOGdiwl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaMJOGdiwl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaMJOGdiwl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaMJOGdiwl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaMJOGdiwl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaMJOGdiwl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaMJOGdiwl .dropdown-item.active,
.cid-uaMJOGdiwl .dropdown-item:active {
  background-color: transparent;
}
.cid-uaMJOGdiwl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaMJOGdiwl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaMJOGdiwl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaMJOGdiwl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-uaMJOGdiwl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaMJOGdiwl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaMJOGdiwl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaMJOGdiwl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaMJOGdiwl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaMJOGdiwl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-uaMJOGdiwl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaMJOGdiwl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJOGdiwl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMJOGdiwl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaMJOGdiwl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJOGdiwl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaMJOGdiwl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaMJOGdiwl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMJOGdiwl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaMJOGdiwl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaMJOGdiwl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaMJOGdiwl .navbar {
    height: 70px;
  }
  .cid-uaMJOGdiwl .navbar.opened {
    height: auto;
  }
  .cid-uaMJOGdiwl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaMJOGZktt {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-uaMJOGZktt .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uaMJOGZktt .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uaMJOGZktt .card-img span {
  font-size: 100px;
}
.cid-uaMJOGZktt .mbr-text,
.cid-uaMJOGZktt .mbr-section-btn {
  color: #efefef;
}
.cid-uaXln6rfxZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/marine-malzeme-uygulamalari-eva-gemi-donatimi-tuzla-1414x664.jpg");
}
.cid-uaXln6rfxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXln6rfxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXln6rfxZ .mbr-text,
.cid-uaXln6rfxZ .mbr-section-btn {
  color: #232323;
}
.cid-uaXln6rfxZ .card-title,
.cid-uaXln6rfxZ .card-box {
  color: #ffffff;
}
.cid-uaXln6rfxZ .mbr-text,
.cid-uaXln6rfxZ .link-wrap {
  color: #ffffff;
}
.cid-uaXlnx6TKP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaXlnx6TKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXlnx6TKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXlnx6TKP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaXlnx6TKP .row {
    flex-direction: column-reverse;
  }
  .cid-uaXlnx6TKP .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uaXlnx6TKP .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaXlnx6TKP .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uaXlnx6TKP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaMJOI7iF6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMJOI7iF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMJOI7iF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMJOI7iF6 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMJOI7iF6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJOI7iF6 .container {
    padding: 0 16px;
  }
}
.cid-uaMJOI7iF6 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMJOI7iF6 .row .card {
  justify-content: flex-end;
}
.cid-uaMJOI7iF6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMJOI7iF6 .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMJOI7iF6 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJOI7iF6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMJOI7iF6 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMJOI7iF6 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMJOI7iF6 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMJOI7iF6 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMJOI7iF6 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMJOI7iF6 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMJOI7iF6 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMJOI7iF6 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMJOI7iF6 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMJOI7iF6 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMJOI7iF6 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMJOI7iF6 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMJOI7iF6 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMJOI7iF6 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMJOI7iF6 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMJOI7iF6 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMJOI7iF6 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMJOI7iF6 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMJOI7iF6 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMJOI7iF6 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMJOI7iF6 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMJOI7iF6 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMJOI7iF6 .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMJOI7iF6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMJOI7iF6 .mbr-text {
  color: #000000;
}
.cid-uaMJOI7iF6 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMJOI7iF6 .list {
  color: #000000;
}
.cid-uaMJOI7iF6 .mbr-contact {
  color: #000000;
}
.cid-uaMJOI7iF6 .list,
.cid-uaMJOI7iF6 .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBLdYojYSO {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sBLdYojYSO .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sBLdYojYSO .card {
    margin-bottom: 2rem!important;
  }
  .cid-sBLdYojYSO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sBLdYojYSO .link-wrap {
    align-items: center;
  }
}
.cid-sBLdYojYSO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBLc5sQ1tH {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 991px) {
  .cid-sBLc5sQ1tH .mbr-section-title,
  .cid-sBLc5sQ1tH .mbr-section-subtitle,
  .cid-sBLc5sQ1tH .mbr-section-btn,
  .cid-sBLc5sQ1tH .mbr-text {
    text-align: center;
  }
}
.cid-sBLc5sQ1tH .mbr-section-title {
  color: #082c4e;
  text-align: center;
}
.cid-sBLc5sQ1tH .mbr-text,
.cid-sBLc5sQ1tH .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-sBLc5sQ1tH .card-wrapper {
  background: #fcc72d;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  padding-top: 2rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-sBLc5sQ1tH .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-sBLc5sQ1tH .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-sBLc5sQ1tH .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-sBLc5sQ1tH .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-sBLckxhdY5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sBLckxhdY5 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff6666;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-sBLckxhdY5 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sBLckxhdY5 .mbr-section-subtitle {
  color: #999999;
}
.cid-sBLckxhdY5 img {
  width: 120px;
  margin: auto;
}
.cid-sBLckxhdY5 .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-sBLckxhdY5 .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sBLckxhdY5 .card {
    max-width: 14.28%;
  }
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBTYpC6raN {
  padding-top: 135px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sBTYpC6raN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sBTYpC6raN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBTYpC6raN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBTYpC6raN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sBTYpC6raN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4479d9;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #4479d9, #f7e4d6);
}
.cid-sBTYpC6raN .icon-focus,
.cid-sBTYpC6raN .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sBTYpC6raN .icon-focus:before,
.cid-sBTYpC6raN .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBTYpC6raN .icon-video {
  font-size: 1.5rem !important;
}
.cid-sBTYpC6raN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sBTYpC6raN ul {
  font-size: 0;
}
.cid-sBTYpC6raN .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sBTYpC6raN .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sBTYpC6raN .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-sBTYpC6raN .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sBTYpC6raN .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sBTYpC6raN .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-sBTYpC6raN .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sBTYpC6raN .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sBTYpC6raN .mbr-gallery-filter ul li:first-child,
.cid-sBTYpC6raN .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sBTYpC6raN .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sBTYpC6raN .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sBTYpC6raN .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sBTYpC6raN .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sBTYpC6raN .mbr-section-title b:last-child,
.cid-sBTYpC6raN .mbr-section-title strong:last-child {
  color: #2d827f;
}
.cid-sBTYpC6raN .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-sBTYpC6raN .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-sBTYpC6raN .mbr-section-title,
.cid-sBTYpC6raN .mbr-gallery-filter ul {
  color: #2d827f;
  text-align: center;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxwiaSTvWA {
  padding-top: 120px;
  padding-bottom: 90px;
}
.cid-sxwiaSTvWA .mbr-overlay {
  background: linear-gradient(90deg, #000000, #232323);
}
.cid-sxwiaSTvWA h2,
.cid-sxwiaSTvWA h3,
.cid-sxwiaSTvWA h4,
.cid-sxwiaSTvWA p {
  color: #ffffff;
}
.cid-sxwiaSTvWA .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sxwiaSTvWA .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sxwiaSTvWA .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxwiaSTvWA .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sxwiaSTvWA .form-control:focus,
.cid-sxwiaSTvWA .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sxwiaSTvWA .form-group {
  margin-bottom: 1rem;
}
.cid-sxwiaSTvWA input::-webkit-input-placeholder,
.cid-sxwiaSTvWA textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sxwiaSTvWA input:-moz-placeholder,
.cid-sxwiaSTvWA textarea:-moz-placeholder {
  color: #656565;
}
.cid-sxwiaSTvWA .jq-selectbox li,
.cid-sxwiaSTvWA .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sxwiaSTvWA .jq-selectbox li:hover,
.cid-sxwiaSTvWA .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sxwiaSTvWA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sxwiaSTvWA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sxwiaSTvWA .mbr-text {
  color: #767676;
}
.cid-sxwiaSTvWA a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sxwiaSTvWA .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sxwiaSTvWA .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sxwiaSTvWA textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sxwiaSTvWA h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sxwiaSTvWA .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sxwiaSTvWA .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sxwiaSTvWA .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sxwiaSTvWA H2 {
  text-align: center;
}
.cid-sxwiaSTvWA H3 {
  text-align: center;
}
.cid-sxwh7zmQsb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sxwh7zmQsb .google-map {
  height: 30rem;
  position: relative;
}
.cid-sxwh7zmQsb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sxwh7zmQsb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sxwh7zmQsb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sxwh7zmQsb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-sNU51T73kY {
  z-index: 1000;
  width: 100%;
}
.cid-sNU51T73kY nav.navbar {
  position: fixed;
}
.cid-sNU51T73kY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNU51T73kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNU51T73kY .dropdown-item:hover,
.cid-sNU51T73kY .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-sNU51T73kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNU51T73kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNU51T73kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNU51T73kY .nav-link {
  position: relative;
}
.cid-sNU51T73kY .container {
  display: flex;
  margin: auto;
}
.cid-sNU51T73kY .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNU51T73kY .dropdown-menu,
.cid-sNU51T73kY .navbar.opened {
  background: #2d827f !important;
}
.cid-sNU51T73kY .nav-item:focus,
.cid-sNU51T73kY .nav-link:focus {
  outline: none;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNU51T73kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNU51T73kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNU51T73kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNU51T73kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-sNU51T73kY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNU51T73kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNU51T73kY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNU51T73kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNU51T73kY .navbar.collapsed {
  justify-content: center;
}
.cid-sNU51T73kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNU51T73kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNU51T73kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNU51T73kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNU51T73kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNU51T73kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNU51T73kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNU51T73kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNU51T73kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNU51T73kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNU51T73kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNU51T73kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNU51T73kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNU51T73kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNU51T73kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNU51T73kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNU51T73kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNU51T73kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNU51T73kY .dropdown-item.active,
.cid-sNU51T73kY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNU51T73kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNU51T73kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-sNU51T73kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNU51T73kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNU51T73kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNU51T73kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNU51T73kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNU51T73kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNU51T73kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNU51T73kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNU51T73kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNU51T73kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNU51T73kY .navbar {
    height: 70px;
  }
  .cid-sNU51T73kY .navbar.opened {
    height: auto;
  }
  .cid-sNU51T73kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxv6cSGMyI {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-sxv6cSGMyI .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sxv6cSGMyI .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sxv6cSGMyI .card-img span {
  font-size: 100px;
}
.cid-sxv6cSGMyI .mbr-text,
.cid-sxv6cSGMyI .mbr-section-btn {
  color: #efefef;
}
.cid-sBOJ2Vfti2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sBOJ2Vfti2 .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-sBOJ2Vfti2 .card:hover .card-wrapper,
.cid-sBOJ2Vfti2 .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-sBOJ2Vfti2 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sBOJ2Vfti2 .img-wrapper {
  border-radius: 16px;
}
.cid-sBOJ2Vfti2 .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-sBOJ2Vfti2 .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-sBOJ2Vfti2 .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-sBOJ2Vfti2 .card-box {
    padding: 1rem;
  }
}
.cid-sBOJ2Vfti2 img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-sBOJ2Vfti2 .mbr-text,
.cid-sBOJ2Vfti2 .mbr-section-btn {
  color: #2d827f;
}
.cid-sBOJ2Vfti2 .main-sub-title,
.cid-sBOJ2Vfti2 .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-sBOJ2Vfti2 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-sBOJ2Vfti2 .card-title,
.cid-sBOJ2Vfti2 .card-box {
  color: #000000;
}
.cid-sBOJ2vTsqR {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sBOJ2vTsqR .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-sBOJ2vTsqR .card:hover .card-wrapper,
.cid-sBOJ2vTsqR .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-sBOJ2vTsqR .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sBOJ2vTsqR .img-wrapper {
  border-radius: 16px;
}
.cid-sBOJ2vTsqR .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-sBOJ2vTsqR .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-sBOJ2vTsqR .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-sBOJ2vTsqR .card-box {
    padding: 1rem;
  }
}
.cid-sBOJ2vTsqR img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-sBOJ2vTsqR .mbr-text,
.cid-sBOJ2vTsqR .mbr-section-btn {
  color: #2d827f;
}
.cid-sBOJ2vTsqR .main-sub-title,
.cid-sBOJ2vTsqR .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-sBOJ2vTsqR .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-sBOJ2vTsqR .card-title,
.cid-sBOJ2vTsqR .card-box {
  color: #000000;
}
.cid-uaRMefA9et {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uaRMefA9et .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-uaRMefA9et .card:hover .card-wrapper,
.cid-uaRMefA9et .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-uaRMefA9et .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uaRMefA9et .img-wrapper {
  border-radius: 16px;
}
.cid-uaRMefA9et .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-uaRMefA9et .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uaRMefA9et .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-uaRMefA9et .card-box {
    padding: 1rem;
  }
}
.cid-uaRMefA9et img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-uaRMefA9et .mbr-text,
.cid-uaRMefA9et .mbr-section-btn {
  color: #2d827f;
}
.cid-uaRMefA9et .main-sub-title,
.cid-uaRMefA9et .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-uaRMefA9et .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uaRMefA9et .card-title,
.cid-uaRMefA9et .card-box {
  color: #000000;
}
.cid-uaMx7tFGYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaMx7tFGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7tFGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7tFGYG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .container {
    padding: 0 16px;
  }
}
.cid-uaMx7tFGYG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaMx7tFGYG .row .card {
  justify-content: flex-end;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaMx7tFGYG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaMx7tFGYG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMx7tFGYG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaMx7tFGYG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaMx7tFGYG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaMx7tFGYG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaMx7tFGYG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaMx7tFGYG .mbr-section-title {
  color: #fcc72d;
}
.cid-uaMx7tFGYG .mbr-section-subtitle {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-text {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaMx7tFGYG .list {
  color: #000000;
}
.cid-uaMx7tFGYG .mbr-contact {
  color: #000000;
}
.cid-uaMx7tFGYG .list,
.cid-uaMx7tFGYG .item-wrap {
  color: #fafafa;
}
.cid-uaSavaXPAR {
  z-index: 1000;
  width: 100%;
}
.cid-uaSavaXPAR nav.navbar {
  position: fixed;
}
.cid-uaSavaXPAR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaSavaXPAR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaSavaXPAR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaSavaXPAR .dropdown-item:hover,
.cid-uaSavaXPAR .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-uaSavaXPAR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaSavaXPAR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaSavaXPAR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaSavaXPAR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaSavaXPAR .nav-link {
  position: relative;
}
.cid-uaSavaXPAR .container {
  display: flex;
  margin: auto;
}
.cid-uaSavaXPAR .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaSavaXPAR .dropdown-menu,
.cid-uaSavaXPAR .navbar.opened {
  background: #2d827f !important;
}
.cid-uaSavaXPAR .nav-item:focus,
.cid-uaSavaXPAR .nav-link:focus {
  outline: none;
}
.cid-uaSavaXPAR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaSavaXPAR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaSavaXPAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaSavaXPAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaSavaXPAR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaSavaXPAR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaSavaXPAR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-uaSavaXPAR .navbar.opened {
  transition: all 0.3s;
}
.cid-uaSavaXPAR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaSavaXPAR .navbar .navbar-logo img {
  width: auto;
}
.cid-uaSavaXPAR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaSavaXPAR .navbar.collapsed {
  justify-content: center;
}
.cid-uaSavaXPAR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaSavaXPAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaSavaXPAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaSavaXPAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaSavaXPAR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaSavaXPAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaSavaXPAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaSavaXPAR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaSavaXPAR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaSavaXPAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaSavaXPAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaSavaXPAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaSavaXPAR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaSavaXPAR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaSavaXPAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaSavaXPAR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaSavaXPAR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaSavaXPAR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaSavaXPAR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaSavaXPAR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaSavaXPAR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaSavaXPAR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaSavaXPAR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaSavaXPAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaSavaXPAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaSavaXPAR .dropdown-item.active,
.cid-uaSavaXPAR .dropdown-item:active {
  background-color: transparent;
}
.cid-uaSavaXPAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaSavaXPAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaSavaXPAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaSavaXPAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-uaSavaXPAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaSavaXPAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaSavaXPAR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaSavaXPAR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaSavaXPAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaSavaXPAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-uaSavaXPAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaSavaXPAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaSavaXPAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaSavaXPAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaSavaXPAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaSavaXPAR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaSavaXPAR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaSavaXPAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaSavaXPAR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaSavaXPAR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaSavaXPAR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaSavaXPAR .navbar {
    height: 70px;
  }
  .cid-uaSavaXPAR .navbar.opened {
    height: auto;
  }
  .cid-uaSavaXPAR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaSavbmFaV {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-uaSavbmFaV .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uaSavbmFaV .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uaSavbmFaV .card-img span {
  font-size: 100px;
}
.cid-uaSavbmFaV .mbr-text,
.cid-uaSavbmFaV .mbr-section-btn {
  color: #efefef;
}
.cid-uaSavbFSlS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uaSavbFSlS .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-uaSavbFSlS .card:hover .card-wrapper,
.cid-uaSavbFSlS .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-uaSavbFSlS .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uaSavbFSlS .img-wrapper {
  border-radius: 16px;
}
.cid-uaSavbFSlS .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-uaSavbFSlS .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uaSavbFSlS .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-uaSavbFSlS .card-box {
    padding: 1rem;
  }
}
.cid-uaSavbFSlS img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-uaSavbFSlS .mbr-text,
.cid-uaSavbFSlS .mbr-section-btn {
  color: #2d827f;
}
.cid-uaSavbFSlS .main-sub-title,
.cid-uaSavbFSlS .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-uaSavbFSlS .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uaSavbFSlS .card-title,
.cid-uaSavbFSlS .card-box {
  color: #000000;
}
.cid-uaSavc3LHA {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uaSavc3LHA .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-uaSavc3LHA .card:hover .card-wrapper,
.cid-uaSavc3LHA .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-uaSavc3LHA .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uaSavc3LHA .img-wrapper {
  border-radius: 16px;
}
.cid-uaSavc3LHA .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-uaSavc3LHA .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uaSavc3LHA .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-uaSavc3LHA .card-box {
    padding: 1rem;
  }
}
.cid-uaSavc3LHA img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-uaSavc3LHA .mbr-text,
.cid-uaSavc3LHA .mbr-section-btn {
  color: #2d827f;
}
.cid-uaSavc3LHA .main-sub-title,
.cid-uaSavc3LHA .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-uaSavc3LHA .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uaSavc3LHA .card-title,
.cid-uaSavc3LHA .card-box {
  color: #000000;
}
.cid-uaSavcvaRN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uaSavcvaRN .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-uaSavcvaRN .card:hover .card-wrapper,
.cid-uaSavcvaRN .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-uaSavcvaRN .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uaSavcvaRN .img-wrapper {
  border-radius: 16px;
}
.cid-uaSavcvaRN .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-uaSavcvaRN .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uaSavcvaRN .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-uaSavcvaRN .card-box {
    padding: 1rem;
  }
}
.cid-uaSavcvaRN img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-uaSavcvaRN .mbr-text,
.cid-uaSavcvaRN .mbr-section-btn {
  color: #2d827f;
}
.cid-uaSavcvaRN .main-sub-title,
.cid-uaSavcvaRN .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-uaSavcvaRN .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uaSavcvaRN .card-title,
.cid-uaSavcvaRN .card-box {
  color: #000000;
}
.cid-uaSavdl7vC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaSavdl7vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSavdl7vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSavdl7vC .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaSavdl7vC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaSavdl7vC .container {
    padding: 0 16px;
  }
}
.cid-uaSavdl7vC .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaSavdl7vC .row .card {
  justify-content: flex-end;
}
.cid-uaSavdl7vC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaSavdl7vC .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaSavdl7vC .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaSavdl7vC .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaSavdl7vC .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaSavdl7vC .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaSavdl7vC .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaSavdl7vC .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaSavdl7vC .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaSavdl7vC .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaSavdl7vC .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaSavdl7vC .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaSavdl7vC .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaSavdl7vC .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaSavdl7vC .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaSavdl7vC .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaSavdl7vC .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaSavdl7vC .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaSavdl7vC .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaSavdl7vC .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaSavdl7vC .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaSavdl7vC .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaSavdl7vC .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaSavdl7vC .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaSavdl7vC .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaSavdl7vC .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaSavdl7vC .mbr-section-title {
  color: #fcc72d;
}
.cid-uaSavdl7vC .mbr-section-subtitle {
  color: #000000;
}
.cid-uaSavdl7vC .mbr-text {
  color: #000000;
}
.cid-uaSavdl7vC .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaSavdl7vC .list {
  color: #000000;
}
.cid-uaSavdl7vC .mbr-contact {
  color: #000000;
}
.cid-uaSavdl7vC .list,
.cid-uaSavdl7vC .item-wrap {
  color: #fafafa;
}
.cid-uaSlzOoqmy {
  z-index: 1000;
  width: 100%;
}
.cid-uaSlzOoqmy nav.navbar {
  position: fixed;
}
.cid-uaSlzOoqmy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaSlzOoqmy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaSlzOoqmy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaSlzOoqmy .dropdown-item:hover,
.cid-uaSlzOoqmy .dropdown-item:focus {
  background: #ef3543 !important;
  color: white !important;
}
.cid-uaSlzOoqmy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaSlzOoqmy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaSlzOoqmy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaSlzOoqmy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaSlzOoqmy .nav-link {
  position: relative;
}
.cid-uaSlzOoqmy .container {
  display: flex;
  margin: auto;
}
.cid-uaSlzOoqmy .iconfont-wrapper {
  color: #fcc72d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaSlzOoqmy .dropdown-menu,
.cid-uaSlzOoqmy .navbar.opened {
  background: #2d827f !important;
}
.cid-uaSlzOoqmy .nav-item:focus,
.cid-uaSlzOoqmy .nav-link:focus {
  outline: none;
}
.cid-uaSlzOoqmy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaSlzOoqmy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaSlzOoqmy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaSlzOoqmy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaSlzOoqmy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaSlzOoqmy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaSlzOoqmy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(45, 130, 127, 0.2);
}
.cid-uaSlzOoqmy .navbar.opened {
  transition: all 0.3s;
}
.cid-uaSlzOoqmy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaSlzOoqmy .navbar .navbar-logo img {
  width: auto;
}
.cid-uaSlzOoqmy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaSlzOoqmy .navbar.collapsed {
  justify-content: center;
}
.cid-uaSlzOoqmy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaSlzOoqmy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaSlzOoqmy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaSlzOoqmy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaSlzOoqmy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaSlzOoqmy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaSlzOoqmy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaSlzOoqmy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaSlzOoqmy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaSlzOoqmy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaSlzOoqmy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaSlzOoqmy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaSlzOoqmy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaSlzOoqmy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaSlzOoqmy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaSlzOoqmy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaSlzOoqmy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaSlzOoqmy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaSlzOoqmy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaSlzOoqmy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaSlzOoqmy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaSlzOoqmy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaSlzOoqmy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaSlzOoqmy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaSlzOoqmy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaSlzOoqmy .dropdown-item.active,
.cid-uaSlzOoqmy .dropdown-item:active {
  background-color: transparent;
}
.cid-uaSlzOoqmy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaSlzOoqmy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaSlzOoqmy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaSlzOoqmy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d827f;
}
.cid-uaSlzOoqmy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaSlzOoqmy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaSlzOoqmy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaSlzOoqmy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaSlzOoqmy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaSlzOoqmy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efeeee;
}
.cid-uaSlzOoqmy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaSlzOoqmy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaSlzOoqmy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaSlzOoqmy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaSlzOoqmy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaSlzOoqmy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaSlzOoqmy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaSlzOoqmy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaSlzOoqmy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaSlzOoqmy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaSlzOoqmy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaSlzOoqmy .navbar {
    height: 70px;
  }
  .cid-uaSlzOoqmy .navbar.opened {
    height: auto;
  }
  .cid-uaSlzOoqmy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaSlzPWGec {
  padding-top: 90px;
  padding-bottom: 75px;
}
.cid-uaSlzPWGec .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uaSlzPWGec .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uaSlzPWGec .card-img span {
  font-size: 100px;
}
.cid-uaSlzPWGec .mbr-text,
.cid-uaSlzPWGec .mbr-section-btn {
  color: #efefef;
}
.cid-uaSlzQOzYl {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uaSlzQOzYl .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-uaSlzQOzYl .card:hover .card-wrapper,
.cid-uaSlzQOzYl .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-uaSlzQOzYl .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uaSlzQOzYl .img-wrapper {
  border-radius: 16px;
}
.cid-uaSlzQOzYl .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-uaSlzQOzYl .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uaSlzQOzYl .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-uaSlzQOzYl .card-box {
    padding: 1rem;
  }
}
.cid-uaSlzQOzYl img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-uaSlzQOzYl .mbr-text,
.cid-uaSlzQOzYl .mbr-section-btn {
  color: #2d827f;
}
.cid-uaSlzQOzYl .main-sub-title,
.cid-uaSlzQOzYl .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-uaSlzQOzYl .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uaSlzQOzYl .card-title,
.cid-uaSlzQOzYl .card-box {
  color: #000000;
}
.cid-uaSlzRF1S8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uaSlzRF1S8 .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-uaSlzRF1S8 .card:hover .card-wrapper,
.cid-uaSlzRF1S8 .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-uaSlzRF1S8 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uaSlzRF1S8 .img-wrapper {
  border-radius: 16px;
}
.cid-uaSlzRF1S8 .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-uaSlzRF1S8 .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uaSlzRF1S8 .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-uaSlzRF1S8 .card-box {
    padding: 1rem;
  }
}
.cid-uaSlzRF1S8 img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-uaSlzRF1S8 .mbr-text,
.cid-uaSlzRF1S8 .mbr-section-btn {
  color: #2d827f;
}
.cid-uaSlzRF1S8 .main-sub-title,
.cid-uaSlzRF1S8 .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-uaSlzRF1S8 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uaSlzRF1S8 .card-title,
.cid-uaSlzRF1S8 .card-box {
  color: #000000;
}
.cid-uaSlzSbFpM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kolaj1-1280x960.jpg");
}
.cid-uaSlzSbFpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSlzSbFpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSlzSbFpM .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uaSlzSbFpM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaSlzSbFpM .container {
    padding: 0 16px;
  }
}
.cid-uaSlzSbFpM .row {
  position: relative;
  justify-content: space-between;
}
.cid-uaSlzSbFpM .row .card {
  justify-content: flex-end;
}
.cid-uaSlzSbFpM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaSlzSbFpM .title-wrapper .mbr-section-title span {
  color: #53c3eb;
}
.cid-uaSlzSbFpM .content-wrapper {
  margin-bottom: 24px;
}
.cid-uaSlzSbFpM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaSlzSbFpM .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uaSlzSbFpM .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaSlzSbFpM .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaSlzSbFpM .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uaSlzSbFpM .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uaSlzSbFpM .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uaSlzSbFpM .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uaSlzSbFpM .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uaSlzSbFpM .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uaSlzSbFpM .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uaSlzSbFpM .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uaSlzSbFpM .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uaSlzSbFpM .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #fcc72d;
}
.cid-uaSlzSbFpM .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uaSlzSbFpM .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uaSlzSbFpM .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uaSlzSbFpM .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaSlzSbFpM .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uaSlzSbFpM .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #fcc72d;
}
.cid-uaSlzSbFpM .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #fcc72d;
  margin-right: 20px;
}
.cid-uaSlzSbFpM .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uaSlzSbFpM .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uaSlzSbFpM .mbr-section-title {
  color: #fcc72d;
}
.cid-uaSlzSbFpM .mbr-section-subtitle {
  color: #000000;
}
.cid-uaSlzSbFpM .mbr-text {
  color: #000000;
}
.cid-uaSlzSbFpM .mbr-list-title {
  color: #6f6f6f;
}
.cid-uaSlzSbFpM .list {
  color: #000000;
}
.cid-uaSlzSbFpM .mbr-contact {
  color: #000000;
}
.cid-uaSlzSbFpM .list,
.cid-uaSlzSbFpM .item-wrap {
  color: #fafafa;
}
