.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Anton', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Nanum Gothic', sans-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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #43e411 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #43e411 !important;
  border-color: #43e411 !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: #2b930b !important;
  border-color: #2b930b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2b930b !important;
  border-color: #2b930b !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: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !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: #43e411;
  color: #43e411;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2b930b !important;
  background-color: transparent!important;
  border-color: #2b930b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #43e411 !important;
  border-color: #43e411 !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: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !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: #43e411 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !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: #27850a !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: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #43e411;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.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: #43e411;
  border-color: #43e411;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #43e411;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d3fbc6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Nanum Gothic', sans-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: #43e411 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nanum Gothic', sans-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: #43e411;
}
/* 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: #43e411;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #43e411;
}
.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: #43e411;
  border-bottom-color: #43e411;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #43e411 !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='%2343e411' %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-sXUW6XCYbj {
  z-index: 1000;
  width: 100%;
}
.cid-sXUW6XCYbj nav.navbar {
  position: fixed;
}
.cid-sXUW6XCYbj .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-sXUW6XCYbj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXUW6XCYbj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXUW6XCYbj .dropdown-item:hover,
.cid-sXUW6XCYbj .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-sXUW6XCYbj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXUW6XCYbj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXUW6XCYbj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXUW6XCYbj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXUW6XCYbj .nav-link {
  position: relative;
}
.cid-sXUW6XCYbj .container {
  display: flex;
  margin: auto;
}
.cid-sXUW6XCYbj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXUW6XCYbj .dropdown-menu,
.cid-sXUW6XCYbj .navbar.opened {
  background: #094e58 !important;
}
.cid-sXUW6XCYbj .nav-item:focus,
.cid-sXUW6XCYbj .nav-link:focus {
  outline: none;
}
.cid-sXUW6XCYbj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXUW6XCYbj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXUW6XCYbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXUW6XCYbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXUW6XCYbj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXUW6XCYbj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXUW6XCYbj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-sXUW6XCYbj .navbar.opened {
  transition: all 0.3s;
}
.cid-sXUW6XCYbj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXUW6XCYbj .navbar .navbar-logo img {
  width: auto;
}
.cid-sXUW6XCYbj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXUW6XCYbj .navbar.collapsed {
  justify-content: center;
}
.cid-sXUW6XCYbj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXUW6XCYbj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXUW6XCYbj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sXUW6XCYbj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXUW6XCYbj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXUW6XCYbj .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-sXUW6XCYbj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXUW6XCYbj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXUW6XCYbj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXUW6XCYbj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXUW6XCYbj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXUW6XCYbj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXUW6XCYbj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXUW6XCYbj .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-sXUW6XCYbj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXUW6XCYbj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXUW6XCYbj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXUW6XCYbj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXUW6XCYbj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXUW6XCYbj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXUW6XCYbj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXUW6XCYbj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXUW6XCYbj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXUW6XCYbj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXUW6XCYbj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXUW6XCYbj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXUW6XCYbj .dropdown-item.active,
.cid-sXUW6XCYbj .dropdown-item:active {
  background-color: transparent;
}
.cid-sXUW6XCYbj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXUW6XCYbj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXUW6XCYbj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXUW6XCYbj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-sXUW6XCYbj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXUW6XCYbj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXUW6XCYbj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXUW6XCYbj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXUW6XCYbj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXUW6XCYbj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXUW6XCYbj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXUW6XCYbj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXUW6XCYbj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXUW6XCYbj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXUW6XCYbj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXUW6XCYbj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXUW6XCYbj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXUW6XCYbj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXUW6XCYbj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXUW6XCYbj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXUW6XCYbj .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-sXUW6XCYbj .navbar {
    height: 70px;
  }
  .cid-sXUW6XCYbj .navbar.opened {
    height: auto;
  }
  .cid-sXUW6XCYbj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXUWcgpLmx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpeg");
}
.cid-sXUWcgpLmx .mbr-section-title {
  color: #ffffff;
}
.cid-sXUWcgpLmx .mbr-text,
.cid-sXUWcgpLmx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sXUWeTfHDr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sXUWeTfHDr img,
.cid-sXUWeTfHDr .item-img {
  width: 100%;
}
.cid-sXUWeTfHDr .item:focus,
.cid-sXUWeTfHDr span:focus {
  outline: none;
}
.cid-sXUWeTfHDr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sXUWeTfHDr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sXUWeTfHDr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sXUWeTfHDr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXUWeTfHDr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sXUWeTfHDr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sXUWeTfHDr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sXUWeTfHDr .mbr-section-title {
  color: #232323;
}
.cid-sXUWeTfHDr .mbr-text,
.cid-sXUWeTfHDr .mbr-section-btn {
  text-align: left;
}
.cid-sXUWeTfHDr .item-title {
  text-align: left;
}
.cid-sXUWeTfHDr .item-subtitle {
  text-align: center;
}
.cid-sXUWlL1eD4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-sXUWlL1eD4 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sXUWlL1eD4 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sXV6BZ2Lwy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXV6BZ2Lwy .item {
  padding-bottom: 2rem;
}
.cid-sXV6BZ2Lwy .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sXV6BZ2Lwy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sXV6BZ2Lwy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sXV6BZ2Lwy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sXV6BZ2Lwy .carousel-control,
.cid-sXV6BZ2Lwy .close {
  background: #1b1b1b;
}
.cid-sXV6BZ2Lwy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sXV6BZ2Lwy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sXV6BZ2Lwy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sXV6BZ2Lwy .carousel-control-next span {
  margin-left: 5px;
}
.cid-sXV6BZ2Lwy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sXV6BZ2Lwy .close::before {
  content: '\e91a';
}
.cid-sXV6BZ2Lwy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sXV6BZ2Lwy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sXV6BZ2Lwy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXV6BZ2Lwy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sXV6BZ2Lwy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sXV6BZ2Lwy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sXV6BZ2Lwy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sXV6BZ2Lwy .carousel-indicators li.active,
.cid-sXV6BZ2Lwy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sXV6BZ2Lwy .carousel-indicators li::after,
.cid-sXV6BZ2Lwy .carousel-indicators li::before {
  content: none;
}
.cid-sXV6BZ2Lwy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sXV6BZ2Lwy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sXV6BZ2Lwy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sXV6BZ2Lwy .carousel-indicators {
    display: none;
  }
}
.cid-sXV6BZ2Lwy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sXV6BZ2Lwy .carousel-inner > .active {
  display: block;
}
.cid-sXV6BZ2Lwy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXV6BZ2Lwy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXV6BZ2Lwy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sXV6BZ2Lwy .carousel-control,
  .cid-sXV6BZ2Lwy .carousel-indicators,
  .cid-sXV6BZ2Lwy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sXV6BZ2Lwy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sXV6BZ2Lwy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sXV6BZ2Lwy .carousel-indicators .active,
.cid-sXV6BZ2Lwy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sXV6BZ2Lwy .carousel-indicators .active {
  background: #fff;
}
.cid-sXV6BZ2Lwy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sXV6BZ2Lwy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sXV6BZ2Lwy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sXV6BZ2Lwy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sXV6BZ2Lwy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sXV6BZ2Lwy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sXV6BZ2Lwy .carousel {
  width: 100%;
}
.cid-sXV6BZ2Lwy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sXV6BZ2Lwy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sXV6BZ2Lwy .modal.fade .modal-dialog,
.cid-sXV6BZ2Lwy .modal.in .modal-dialog {
  transform: none;
}
.cid-sXV6BZ2Lwy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sXV6BZ2Lwy H6 {
  text-align: center;
}
.cid-sXV19hkYkf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXV19hkYkf .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sYchQToz8v {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sYchQToz8v .video-wrapper iframe {
  width: 100%;
}
.cid-sYchQToz8v .mbr-section-title,
.cid-sYchQToz8v .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sYchQToz8v .text-wrapper {
    padding: 2rem;
  }
}
.cid-tuVfZLsNVU {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tuVfZLsNVU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tuVfZLsNVU form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tuVfZLsNVU form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tuVfZLsNVU form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tuVfZLsNVU textarea {
  min-height: 10rem;
}
.cid-tuVfZLsNVU .mbr-section-subtitle {
  color: #7a0921;
}
.cid-sXUWx4pnUg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-sXUWx4pnUg .row {
    flex-direction: column-reverse;
  }
  .cid-sXUWx4pnUg .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXUWx4pnUg .google-map {
  height: 100%;
  position: relative;
}
.cid-sXUWx4pnUg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sXUWx4pnUg .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-sXUWx4pnUg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sXUWx4pnUg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sXUWx4pnUg .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sXUWx4pnUg .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-sXUWx4pnUg .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUWx4pnUg .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sXUWx4pnUg .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sXUWx4pnUg .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-sXV4kQ6pFx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXV4kQ6pFx .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sXV4kQ6pFx .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sXV4kQ6pFx .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sXV4kQ6pFx .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sXV4kQ6pFx .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sXV4kQ6pFx .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sXV4kQ6pFx .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sXV4kQ6pFx .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sXV4kQ6pFx .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sXV4kQ6pFx .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sXV4kQ6pFx .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sXV4kQ6pFx .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sXV4kQ6pFx .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sXV4kQ6pFx .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sXV4kQ6pFx [class^="socicon-"]:before,
.cid-sXV4kQ6pFx [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upgTST5Uow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upgTST5Uow .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upgTST5Uow .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upgTST5Uow .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upgTST5Uow .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upgTST5Uow .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upgTST5Uow .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upgTST5Uow .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upgTST5Uow .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upgTST5Uow .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upgTST5Uow .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upgTST5Uow .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .mbr-text {
  color: #353535;
}
.cid-upte0CI9A5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upte0CI9A5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upte0CI9A5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upte0CI9A5 .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-upte0CI9A5 .number {
  color: #f10303;
}
.cid-upte0CI9A5 .period {
  display: block;
}
.cid-upte0CI9A5 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-upte0CI9A5 .period {
    font-size: 0.8rem;
  }
}
.cid-upte0CI9A5 .btn {
  height: 100%;
  margin: 0;
}
.cid-upte0CI9A5 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-upte0CI9A5 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-upte0CI9A5 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-upte0CI9A5 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-upte0CI9A5 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-sYcCyHpZif {
  z-index: 1000;
  width: 100%;
}
.cid-sYcCyHpZif nav.navbar {
  position: fixed;
}
.cid-sYcCyHpZif .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-sYcCyHpZif .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYcCyHpZif .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYcCyHpZif .dropdown-item:hover,
.cid-sYcCyHpZif .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-sYcCyHpZif .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYcCyHpZif .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYcCyHpZif .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYcCyHpZif .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYcCyHpZif .nav-link {
  position: relative;
}
.cid-sYcCyHpZif .container {
  display: flex;
  margin: auto;
}
.cid-sYcCyHpZif .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYcCyHpZif .dropdown-menu,
.cid-sYcCyHpZif .navbar.opened {
  background: #094e58 !important;
}
.cid-sYcCyHpZif .nav-item:focus,
.cid-sYcCyHpZif .nav-link:focus {
  outline: none;
}
.cid-sYcCyHpZif .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYcCyHpZif .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYcCyHpZif .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYcCyHpZif .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYcCyHpZif .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYcCyHpZif .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYcCyHpZif .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-sYcCyHpZif .navbar.opened {
  transition: all 0.3s;
}
.cid-sYcCyHpZif .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYcCyHpZif .navbar .navbar-logo img {
  width: auto;
}
.cid-sYcCyHpZif .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYcCyHpZif .navbar.collapsed {
  justify-content: center;
}
.cid-sYcCyHpZif .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYcCyHpZif .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYcCyHpZif .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sYcCyHpZif .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYcCyHpZif .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYcCyHpZif .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-sYcCyHpZif .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYcCyHpZif .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYcCyHpZif .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYcCyHpZif .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYcCyHpZif .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYcCyHpZif .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYcCyHpZif .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYcCyHpZif .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-sYcCyHpZif .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYcCyHpZif .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYcCyHpZif .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYcCyHpZif .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYcCyHpZif .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYcCyHpZif .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYcCyHpZif .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYcCyHpZif .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYcCyHpZif .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYcCyHpZif .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYcCyHpZif .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYcCyHpZif .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYcCyHpZif .dropdown-item.active,
.cid-sYcCyHpZif .dropdown-item:active {
  background-color: transparent;
}
.cid-sYcCyHpZif .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYcCyHpZif .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYcCyHpZif .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYcCyHpZif .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-sYcCyHpZif .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYcCyHpZif .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYcCyHpZif ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYcCyHpZif .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYcCyHpZif button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYcCyHpZif button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYcCyHpZif button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYcCyHpZif button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYcCyHpZif button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYcCyHpZif button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYcCyHpZif nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYcCyHpZif nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYcCyHpZif nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYcCyHpZif nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYcCyHpZif .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sYcCyHpZif a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYcCyHpZif .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-sYcCyHpZif .navbar {
    height: 70px;
  }
  .cid-sYcCyHpZif .navbar.opened {
    height: auto;
  }
  .cid-sYcCyHpZif .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYcCyI7UAs {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-sYcCyI7UAs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sYcCyI7UAs .mbr-text,
.cid-sYcCyI7UAs .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sYcCyIEpsb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sYcCyIEpsb img,
.cid-sYcCyIEpsb .item-img {
  width: 100%;
}
.cid-sYcCyIEpsb .item:focus,
.cid-sYcCyIEpsb span:focus {
  outline: none;
}
.cid-sYcCyIEpsb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYcCyIEpsb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sYcCyIEpsb .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sYcCyIEpsb .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sYcCyIEpsb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sYcCyIEpsb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sYcCyIEpsb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sYcCyIEpsb .mbr-section-title {
  color: #232323;
}
.cid-sYcCyIEpsb .mbr-text,
.cid-sYcCyIEpsb .mbr-section-btn {
  text-align: left;
}
.cid-sYcCyIEpsb .item-title {
  text-align: left;
}
.cid-sYcCyIEpsb .item-subtitle {
  text-align: center;
}
.cid-upeyVtdyur {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upeyVtdyur .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upeyVtdyur .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sYcCyJxrIZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sYcCyJxrIZ .item {
  padding-bottom: 2rem;
}
.cid-sYcCyJxrIZ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sYcCyJxrIZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYcCyJxrIZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYcCyJxrIZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYcCyJxrIZ .carousel-control,
.cid-sYcCyJxrIZ .close {
  background: #1b1b1b;
}
.cid-sYcCyJxrIZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYcCyJxrIZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYcCyJxrIZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYcCyJxrIZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYcCyJxrIZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYcCyJxrIZ .close::before {
  content: '\e91a';
}
.cid-sYcCyJxrIZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYcCyJxrIZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYcCyJxrIZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYcCyJxrIZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYcCyJxrIZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYcCyJxrIZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYcCyJxrIZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYcCyJxrIZ .carousel-indicators li.active,
.cid-sYcCyJxrIZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYcCyJxrIZ .carousel-indicators li::after,
.cid-sYcCyJxrIZ .carousel-indicators li::before {
  content: none;
}
.cid-sYcCyJxrIZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYcCyJxrIZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYcCyJxrIZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYcCyJxrIZ .carousel-indicators {
    display: none;
  }
}
.cid-sYcCyJxrIZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYcCyJxrIZ .carousel-inner > .active {
  display: block;
}
.cid-sYcCyJxrIZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYcCyJxrIZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYcCyJxrIZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYcCyJxrIZ .carousel-control,
  .cid-sYcCyJxrIZ .carousel-indicators,
  .cid-sYcCyJxrIZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYcCyJxrIZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYcCyJxrIZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYcCyJxrIZ .carousel-indicators .active,
.cid-sYcCyJxrIZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYcCyJxrIZ .carousel-indicators .active {
  background: #fff;
}
.cid-sYcCyJxrIZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYcCyJxrIZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYcCyJxrIZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYcCyJxrIZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYcCyJxrIZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYcCyJxrIZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYcCyJxrIZ .carousel {
  width: 100%;
}
.cid-sYcCyJxrIZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYcCyJxrIZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYcCyJxrIZ .modal.fade .modal-dialog,
.cid-sYcCyJxrIZ .modal.in .modal-dialog {
  transform: none;
}
.cid-sYcCyJxrIZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYcCyJxrIZ H6 {
  text-align: center;
}
.cid-sYcCyKuj9N {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sYcCyKuj9N .video-wrapper iframe {
  width: 100%;
}
.cid-sYcCyKuj9N .mbr-section-title,
.cid-sYcCyKuj9N .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sYcCyKuj9N .text-wrapper {
    padding: 2rem;
  }
}
.cid-tuViXp3sND {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tuViXp3sND .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tuViXp3sND form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tuViXp3sND form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tuViXp3sND form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tuViXp3sND textarea {
  min-height: 10rem;
}
.cid-tuViXp3sND .mbr-section-subtitle {
  color: #e61717;
}
.cid-upex2rkHcf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upex2rkHcf .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upex3ZJ6rY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upex3ZJ6rY .row {
    flex-direction: column-reverse;
  }
  .cid-upex3ZJ6rY .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upex3ZJ6rY .google-map {
  height: 100%;
  position: relative;
}
.cid-upex3ZJ6rY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upex3ZJ6rY .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-upex3ZJ6rY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upex3ZJ6rY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upex3ZJ6rY .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upex3ZJ6rY .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upex3ZJ6rY .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upex3ZJ6rY .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upex3ZJ6rY .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upex3ZJ6rY .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-sYcCyMsbZ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYcCyMsbZ1 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sYcCyMsbZ1 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sYcCyMsbZ1 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sYcCyMsbZ1 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sYcCyMsbZ1 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sYcCyMsbZ1 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sYcCyMsbZ1 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sYcCyMsbZ1 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sYcCyMsbZ1 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sYcCyMsbZ1 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sYcCyMsbZ1 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sYcCyMsbZ1 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sYcCyMsbZ1 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sYcCyMsbZ1 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sYcCyMsbZ1 [class^="socicon-"]:before,
.cid-sYcCyMsbZ1 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upgTST5Uow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upgTST5Uow .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upgTST5Uow .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upgTST5Uow .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upgTST5Uow .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upgTST5Uow .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upgTST5Uow .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upgTST5Uow .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upgTST5Uow .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upgTST5Uow .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upgTST5Uow .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upgTST5Uow .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .mbr-text {
  color: #353535;
}
.cid-upeMQc3z09 {
  z-index: 1000;
  width: 100%;
}
.cid-upeMQc3z09 nav.navbar {
  position: fixed;
}
.cid-upeMQc3z09 .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-upeMQc3z09 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upeMQc3z09 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upeMQc3z09 .dropdown-item:hover,
.cid-upeMQc3z09 .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upeMQc3z09 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upeMQc3z09 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upeMQc3z09 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upeMQc3z09 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upeMQc3z09 .nav-link {
  position: relative;
}
.cid-upeMQc3z09 .container {
  display: flex;
  margin: auto;
}
.cid-upeMQc3z09 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upeMQc3z09 .dropdown-menu,
.cid-upeMQc3z09 .navbar.opened {
  background: #094e58 !important;
}
.cid-upeMQc3z09 .nav-item:focus,
.cid-upeMQc3z09 .nav-link:focus {
  outline: none;
}
.cid-upeMQc3z09 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upeMQc3z09 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upeMQc3z09 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upeMQc3z09 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upeMQc3z09 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upeMQc3z09 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upeMQc3z09 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upeMQc3z09 .navbar.opened {
  transition: all 0.3s;
}
.cid-upeMQc3z09 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upeMQc3z09 .navbar .navbar-logo img {
  width: auto;
}
.cid-upeMQc3z09 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upeMQc3z09 .navbar.collapsed {
  justify-content: center;
}
.cid-upeMQc3z09 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upeMQc3z09 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upeMQc3z09 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upeMQc3z09 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upeMQc3z09 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upeMQc3z09 .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-upeMQc3z09 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upeMQc3z09 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upeMQc3z09 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upeMQc3z09 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upeMQc3z09 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upeMQc3z09 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upeMQc3z09 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upeMQc3z09 .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-upeMQc3z09 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upeMQc3z09 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upeMQc3z09 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upeMQc3z09 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upeMQc3z09 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upeMQc3z09 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upeMQc3z09 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upeMQc3z09 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upeMQc3z09 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upeMQc3z09 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upeMQc3z09 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upeMQc3z09 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upeMQc3z09 .dropdown-item.active,
.cid-upeMQc3z09 .dropdown-item:active {
  background-color: transparent;
}
.cid-upeMQc3z09 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upeMQc3z09 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upeMQc3z09 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upeMQc3z09 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upeMQc3z09 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upeMQc3z09 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upeMQc3z09 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upeMQc3z09 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upeMQc3z09 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upeMQc3z09 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upeMQc3z09 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upeMQc3z09 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upeMQc3z09 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upeMQc3z09 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upeMQc3z09 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upeMQc3z09 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upeMQc3z09 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upeMQc3z09 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upeMQc3z09 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upeMQc3z09 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upeMQc3z09 .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-upeMQc3z09 .navbar {
    height: 70px;
  }
  .cid-upeMQc3z09 .navbar.opened {
    height: auto;
  }
  .cid-upeMQc3z09 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upeMQdM8fJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upeMQdM8fJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upeMQdM8fJ .mbr-text,
.cid-upeMQdM8fJ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upgXoh3BTt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upgXoh3BTt img,
.cid-upgXoh3BTt .item-img {
  width: 100%;
}
.cid-upgXoh3BTt .item:focus,
.cid-upgXoh3BTt span:focus {
  outline: none;
}
.cid-upgXoh3BTt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upgXoh3BTt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upgXoh3BTt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upgXoh3BTt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upgXoh3BTt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upgXoh3BTt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upgXoh3BTt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upgXoh3BTt .mbr-section-title {
  color: #232323;
}
.cid-upgXoh3BTt .mbr-text,
.cid-upgXoh3BTt .mbr-section-btn {
  text-align: left;
}
.cid-upgXoh3BTt .item-title {
  text-align: left;
}
.cid-upgXoh3BTt .item-subtitle {
  text-align: center;
}
.cid-upeMQh6tkJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upeMQh6tkJ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upeMQh6tkJ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upgXpTeNzl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgXpTeNzl .item {
  padding-bottom: 2rem;
}
.cid-upgXpTeNzl .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upgXpTeNzl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upgXpTeNzl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upgXpTeNzl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upgXpTeNzl .carousel-control,
.cid-upgXpTeNzl .close {
  background: #1b1b1b;
}
.cid-upgXpTeNzl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upgXpTeNzl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upgXpTeNzl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upgXpTeNzl .carousel-control-next span {
  margin-left: 5px;
}
.cid-upgXpTeNzl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upgXpTeNzl .close::before {
  content: '\e91a';
}
.cid-upgXpTeNzl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upgXpTeNzl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upgXpTeNzl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upgXpTeNzl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upgXpTeNzl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upgXpTeNzl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upgXpTeNzl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upgXpTeNzl .carousel-indicators li.active,
.cid-upgXpTeNzl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upgXpTeNzl .carousel-indicators li::after,
.cid-upgXpTeNzl .carousel-indicators li::before {
  content: none;
}
.cid-upgXpTeNzl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upgXpTeNzl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upgXpTeNzl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upgXpTeNzl .carousel-indicators {
    display: none;
  }
}
.cid-upgXpTeNzl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upgXpTeNzl .carousel-inner > .active {
  display: block;
}
.cid-upgXpTeNzl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upgXpTeNzl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upgXpTeNzl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upgXpTeNzl .carousel-control,
  .cid-upgXpTeNzl .carousel-indicators,
  .cid-upgXpTeNzl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upgXpTeNzl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upgXpTeNzl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upgXpTeNzl .carousel-indicators .active,
.cid-upgXpTeNzl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upgXpTeNzl .carousel-indicators .active {
  background: #fff;
}
.cid-upgXpTeNzl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upgXpTeNzl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upgXpTeNzl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upgXpTeNzl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upgXpTeNzl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upgXpTeNzl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upgXpTeNzl .carousel {
  width: 100%;
}
.cid-upgXpTeNzl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upgXpTeNzl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upgXpTeNzl .modal.fade .modal-dialog,
.cid-upgXpTeNzl .modal.in .modal-dialog {
  transform: none;
}
.cid-upgXpTeNzl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upgXpTeNzl H6 {
  text-align: center;
}
.cid-upeMQjOura {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upeMQjOura .video-wrapper iframe {
  width: 100%;
}
.cid-upeMQjOura .mbr-section-title,
.cid-upeMQjOura .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upeMQjOura .text-wrapper {
    padding: 2rem;
  }
}
.cid-upeMQkUzAl {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upeMQkUzAl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upeMQkUzAl form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upeMQkUzAl form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upeMQkUzAl form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upeMQkUzAl textarea {
  min-height: 10rem;
}
.cid-upeMQkUzAl .mbr-section-subtitle {
  color: #e61717;
}
.cid-upeMQm4jpM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upeMQm4jpM .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upeMQmOsMD {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upeMQmOsMD .row {
    flex-direction: column-reverse;
  }
  .cid-upeMQmOsMD .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upeMQmOsMD .google-map {
  height: 100%;
  position: relative;
}
.cid-upeMQmOsMD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upeMQmOsMD .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-upeMQmOsMD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upeMQmOsMD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upeMQmOsMD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upeMQmOsMD .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upeMQmOsMD .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upeMQmOsMD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upeMQmOsMD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upeMQmOsMD .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upeMQqik7X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upeMQqik7X .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upeMQqik7X .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upeMQqik7X .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upeMQqik7X .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upeMQqik7X .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upeMQqik7X .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upeMQqik7X .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upeMQqik7X .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upeMQqik7X .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upeMQqik7X .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upeMQqik7X .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upeMQqik7X .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upeMQqik7X .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upeMQqik7X .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upeMQqik7X [class^="socicon-"]:before,
.cid-upeMQqik7X [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upgTST5Uow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upgTST5Uow .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upgTST5Uow .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upgTST5Uow .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upgTST5Uow .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upgTST5Uow .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upgTST5Uow .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upgTST5Uow .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upgTST5Uow .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upgTST5Uow .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upgTST5Uow .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upgTST5Uow .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .mbr-text {
  color: #353535;
}
.cid-upeOf6GOwo {
  z-index: 1000;
  width: 100%;
}
.cid-upeOf6GOwo nav.navbar {
  position: fixed;
}
.cid-upeOf6GOwo .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-upeOf6GOwo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upeOf6GOwo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upeOf6GOwo .dropdown-item:hover,
.cid-upeOf6GOwo .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upeOf6GOwo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upeOf6GOwo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upeOf6GOwo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upeOf6GOwo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upeOf6GOwo .nav-link {
  position: relative;
}
.cid-upeOf6GOwo .container {
  display: flex;
  margin: auto;
}
.cid-upeOf6GOwo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upeOf6GOwo .dropdown-menu,
.cid-upeOf6GOwo .navbar.opened {
  background: #094e58 !important;
}
.cid-upeOf6GOwo .nav-item:focus,
.cid-upeOf6GOwo .nav-link:focus {
  outline: none;
}
.cid-upeOf6GOwo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upeOf6GOwo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upeOf6GOwo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upeOf6GOwo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upeOf6GOwo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upeOf6GOwo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upeOf6GOwo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upeOf6GOwo .navbar.opened {
  transition: all 0.3s;
}
.cid-upeOf6GOwo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upeOf6GOwo .navbar .navbar-logo img {
  width: auto;
}
.cid-upeOf6GOwo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upeOf6GOwo .navbar.collapsed {
  justify-content: center;
}
.cid-upeOf6GOwo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upeOf6GOwo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upeOf6GOwo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upeOf6GOwo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upeOf6GOwo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upeOf6GOwo .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-upeOf6GOwo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upeOf6GOwo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upeOf6GOwo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upeOf6GOwo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upeOf6GOwo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upeOf6GOwo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upeOf6GOwo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upeOf6GOwo .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-upeOf6GOwo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upeOf6GOwo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upeOf6GOwo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upeOf6GOwo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upeOf6GOwo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upeOf6GOwo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upeOf6GOwo .navbar.navbar-short {
  min-height: 60px;
}
.cid-upeOf6GOwo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upeOf6GOwo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upeOf6GOwo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upeOf6GOwo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upeOf6GOwo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upeOf6GOwo .dropdown-item.active,
.cid-upeOf6GOwo .dropdown-item:active {
  background-color: transparent;
}
.cid-upeOf6GOwo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upeOf6GOwo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upeOf6GOwo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upeOf6GOwo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upeOf6GOwo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upeOf6GOwo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upeOf6GOwo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upeOf6GOwo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upeOf6GOwo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upeOf6GOwo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upeOf6GOwo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upeOf6GOwo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upeOf6GOwo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upeOf6GOwo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upeOf6GOwo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upeOf6GOwo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upeOf6GOwo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upeOf6GOwo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upeOf6GOwo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upeOf6GOwo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upeOf6GOwo .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-upeOf6GOwo .navbar {
    height: 70px;
  }
  .cid-upeOf6GOwo .navbar.opened {
    height: auto;
  }
  .cid-upeOf6GOwo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upeOf8tbKJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upeOf8tbKJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upeOf8tbKJ .mbr-text,
.cid-upeOf8tbKJ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upgXt0LTwf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upgXt0LTwf img,
.cid-upgXt0LTwf .item-img {
  width: 100%;
}
.cid-upgXt0LTwf .item:focus,
.cid-upgXt0LTwf span:focus {
  outline: none;
}
.cid-upgXt0LTwf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upgXt0LTwf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upgXt0LTwf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upgXt0LTwf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upgXt0LTwf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upgXt0LTwf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upgXt0LTwf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upgXt0LTwf .mbr-section-title {
  color: #232323;
}
.cid-upgXt0LTwf .mbr-text,
.cid-upgXt0LTwf .mbr-section-btn {
  text-align: left;
}
.cid-upgXt0LTwf .item-title {
  text-align: left;
}
.cid-upgXt0LTwf .item-subtitle {
  text-align: center;
}
.cid-upeOfbuDiE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upeOfbuDiE .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upeOfbuDiE .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upgXug3Mrw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgXug3Mrw .item {
  padding-bottom: 2rem;
}
.cid-upgXug3Mrw .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upgXug3Mrw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upgXug3Mrw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upgXug3Mrw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upgXug3Mrw .carousel-control,
.cid-upgXug3Mrw .close {
  background: #1b1b1b;
}
.cid-upgXug3Mrw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upgXug3Mrw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upgXug3Mrw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upgXug3Mrw .carousel-control-next span {
  margin-left: 5px;
}
.cid-upgXug3Mrw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upgXug3Mrw .close::before {
  content: '\e91a';
}
.cid-upgXug3Mrw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upgXug3Mrw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upgXug3Mrw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upgXug3Mrw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upgXug3Mrw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upgXug3Mrw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upgXug3Mrw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upgXug3Mrw .carousel-indicators li.active,
.cid-upgXug3Mrw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upgXug3Mrw .carousel-indicators li::after,
.cid-upgXug3Mrw .carousel-indicators li::before {
  content: none;
}
.cid-upgXug3Mrw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upgXug3Mrw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upgXug3Mrw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upgXug3Mrw .carousel-indicators {
    display: none;
  }
}
.cid-upgXug3Mrw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upgXug3Mrw .carousel-inner > .active {
  display: block;
}
.cid-upgXug3Mrw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upgXug3Mrw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upgXug3Mrw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upgXug3Mrw .carousel-control,
  .cid-upgXug3Mrw .carousel-indicators,
  .cid-upgXug3Mrw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upgXug3Mrw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upgXug3Mrw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upgXug3Mrw .carousel-indicators .active,
.cid-upgXug3Mrw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upgXug3Mrw .carousel-indicators .active {
  background: #fff;
}
.cid-upgXug3Mrw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upgXug3Mrw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upgXug3Mrw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upgXug3Mrw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upgXug3Mrw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upgXug3Mrw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upgXug3Mrw .carousel {
  width: 100%;
}
.cid-upgXug3Mrw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upgXug3Mrw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upgXug3Mrw .modal.fade .modal-dialog,
.cid-upgXug3Mrw .modal.in .modal-dialog {
  transform: none;
}
.cid-upgXug3Mrw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upgXug3Mrw H6 {
  text-align: center;
}
.cid-upeOfe4Ouq {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upeOfe4Ouq .video-wrapper iframe {
  width: 100%;
}
.cid-upeOfe4Ouq .mbr-section-title,
.cid-upeOfe4Ouq .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upeOfe4Ouq .text-wrapper {
    padding: 2rem;
  }
}
.cid-upeOff47c2 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upeOff47c2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upeOff47c2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upeOff47c2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upeOff47c2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upeOff47c2 textarea {
  min-height: 10rem;
}
.cid-upeOff47c2 .mbr-section-subtitle {
  color: #e61717;
}
.cid-upeOfg6CMh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upeOfg6CMh .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upeOfgN56W {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upeOfgN56W .row {
    flex-direction: column-reverse;
  }
  .cid-upeOfgN56W .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upeOfgN56W .google-map {
  height: 100%;
  position: relative;
}
.cid-upeOfgN56W .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upeOfgN56W .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-upeOfgN56W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upeOfgN56W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upeOfgN56W .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upeOfgN56W .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upeOfgN56W .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upeOfgN56W .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upeOfgN56W .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upeOfgN56W .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upeOfk36GP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upeOfk36GP .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upeOfk36GP .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upeOfk36GP .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upeOfk36GP .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upeOfk36GP .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upeOfk36GP .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upeOfk36GP .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upeOfk36GP .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upeOfk36GP .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upeOfk36GP .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upeOfk36GP .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upeOfk36GP .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upeOfk36GP .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upeOfk36GP .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upeOfk36GP [class^="socicon-"]:before,
.cid-upeOfk36GP [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upgTST5Uow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upgTST5Uow .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upgTST5Uow .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upgTST5Uow .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upgTST5Uow .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upgTST5Uow .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upgTST5Uow .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upgTST5Uow .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upgTST5Uow .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upgTST5Uow .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upgTST5Uow .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upgTST5Uow .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .mbr-text {
  color: #353535;
}
.cid-upePtfz6Qm {
  z-index: 1000;
  width: 100%;
}
.cid-upePtfz6Qm nav.navbar {
  position: fixed;
}
.cid-upePtfz6Qm .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-upePtfz6Qm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upePtfz6Qm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upePtfz6Qm .dropdown-item:hover,
.cid-upePtfz6Qm .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upePtfz6Qm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upePtfz6Qm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upePtfz6Qm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upePtfz6Qm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upePtfz6Qm .nav-link {
  position: relative;
}
.cid-upePtfz6Qm .container {
  display: flex;
  margin: auto;
}
.cid-upePtfz6Qm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upePtfz6Qm .dropdown-menu,
.cid-upePtfz6Qm .navbar.opened {
  background: #094e58 !important;
}
.cid-upePtfz6Qm .nav-item:focus,
.cid-upePtfz6Qm .nav-link:focus {
  outline: none;
}
.cid-upePtfz6Qm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upePtfz6Qm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upePtfz6Qm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upePtfz6Qm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upePtfz6Qm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upePtfz6Qm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upePtfz6Qm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upePtfz6Qm .navbar.opened {
  transition: all 0.3s;
}
.cid-upePtfz6Qm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upePtfz6Qm .navbar .navbar-logo img {
  width: auto;
}
.cid-upePtfz6Qm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upePtfz6Qm .navbar.collapsed {
  justify-content: center;
}
.cid-upePtfz6Qm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upePtfz6Qm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upePtfz6Qm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upePtfz6Qm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upePtfz6Qm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upePtfz6Qm .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-upePtfz6Qm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upePtfz6Qm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upePtfz6Qm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upePtfz6Qm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upePtfz6Qm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upePtfz6Qm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upePtfz6Qm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upePtfz6Qm .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-upePtfz6Qm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upePtfz6Qm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upePtfz6Qm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upePtfz6Qm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upePtfz6Qm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upePtfz6Qm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upePtfz6Qm .navbar.navbar-short {
  min-height: 60px;
}
.cid-upePtfz6Qm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upePtfz6Qm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upePtfz6Qm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upePtfz6Qm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upePtfz6Qm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upePtfz6Qm .dropdown-item.active,
.cid-upePtfz6Qm .dropdown-item:active {
  background-color: transparent;
}
.cid-upePtfz6Qm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upePtfz6Qm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upePtfz6Qm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upePtfz6Qm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upePtfz6Qm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upePtfz6Qm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upePtfz6Qm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upePtfz6Qm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upePtfz6Qm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upePtfz6Qm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upePtfz6Qm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upePtfz6Qm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upePtfz6Qm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upePtfz6Qm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upePtfz6Qm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upePtfz6Qm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upePtfz6Qm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upePtfz6Qm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upePtfz6Qm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upePtfz6Qm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upePtfz6Qm .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-upePtfz6Qm .navbar {
    height: 70px;
  }
  .cid-upePtfz6Qm .navbar.opened {
    height: auto;
  }
  .cid-upePtfz6Qm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upePthzvFx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upePthzvFx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upePthzvFx .mbr-text,
.cid-upePthzvFx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upgXxAFdDz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upgXxAFdDz img,
.cid-upgXxAFdDz .item-img {
  width: 100%;
}
.cid-upgXxAFdDz .item:focus,
.cid-upgXxAFdDz span:focus {
  outline: none;
}
.cid-upgXxAFdDz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upgXxAFdDz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upgXxAFdDz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upgXxAFdDz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upgXxAFdDz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upgXxAFdDz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upgXxAFdDz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upgXxAFdDz .mbr-section-title {
  color: #232323;
}
.cid-upgXxAFdDz .mbr-text,
.cid-upgXxAFdDz .mbr-section-btn {
  text-align: left;
}
.cid-upgXxAFdDz .item-title {
  text-align: left;
}
.cid-upgXxAFdDz .item-subtitle {
  text-align: center;
}
.cid-upePtliizu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upePtliizu .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upePtliizu .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upgXyAfAoI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgXyAfAoI .item {
  padding-bottom: 2rem;
}
.cid-upgXyAfAoI .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upgXyAfAoI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upgXyAfAoI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upgXyAfAoI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upgXyAfAoI .carousel-control,
.cid-upgXyAfAoI .close {
  background: #1b1b1b;
}
.cid-upgXyAfAoI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upgXyAfAoI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upgXyAfAoI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upgXyAfAoI .carousel-control-next span {
  margin-left: 5px;
}
.cid-upgXyAfAoI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upgXyAfAoI .close::before {
  content: '\e91a';
}
.cid-upgXyAfAoI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upgXyAfAoI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upgXyAfAoI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upgXyAfAoI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upgXyAfAoI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upgXyAfAoI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upgXyAfAoI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upgXyAfAoI .carousel-indicators li.active,
.cid-upgXyAfAoI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upgXyAfAoI .carousel-indicators li::after,
.cid-upgXyAfAoI .carousel-indicators li::before {
  content: none;
}
.cid-upgXyAfAoI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upgXyAfAoI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upgXyAfAoI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upgXyAfAoI .carousel-indicators {
    display: none;
  }
}
.cid-upgXyAfAoI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upgXyAfAoI .carousel-inner > .active {
  display: block;
}
.cid-upgXyAfAoI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upgXyAfAoI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upgXyAfAoI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upgXyAfAoI .carousel-control,
  .cid-upgXyAfAoI .carousel-indicators,
  .cid-upgXyAfAoI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upgXyAfAoI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upgXyAfAoI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upgXyAfAoI .carousel-indicators .active,
.cid-upgXyAfAoI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upgXyAfAoI .carousel-indicators .active {
  background: #fff;
}
.cid-upgXyAfAoI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upgXyAfAoI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upgXyAfAoI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upgXyAfAoI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upgXyAfAoI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upgXyAfAoI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upgXyAfAoI .carousel {
  width: 100%;
}
.cid-upgXyAfAoI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upgXyAfAoI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upgXyAfAoI .modal.fade .modal-dialog,
.cid-upgXyAfAoI .modal.in .modal-dialog {
  transform: none;
}
.cid-upgXyAfAoI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upgXyAfAoI H6 {
  text-align: center;
}
.cid-upePtofPbX {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upePtofPbX .video-wrapper iframe {
  width: 100%;
}
.cid-upePtofPbX .mbr-section-title,
.cid-upePtofPbX .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upePtofPbX .text-wrapper {
    padding: 2rem;
  }
}
.cid-upePtprWLG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upePtprWLG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upePtprWLG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upePtprWLG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upePtprWLG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upePtprWLG textarea {
  min-height: 10rem;
}
.cid-upePtprWLG .mbr-section-subtitle {
  color: #e61717;
}
.cid-upePtqmai0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upePtqmai0 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upePtrdQNA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upePtrdQNA .row {
    flex-direction: column-reverse;
  }
  .cid-upePtrdQNA .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upePtrdQNA .google-map {
  height: 100%;
  position: relative;
}
.cid-upePtrdQNA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upePtrdQNA .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-upePtrdQNA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upePtrdQNA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upePtrdQNA .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upePtrdQNA .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upePtrdQNA .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upePtrdQNA .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upePtrdQNA .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upePtrdQNA .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upePtuQnCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upePtuQnCl .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upePtuQnCl .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upePtuQnCl .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upePtuQnCl .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upePtuQnCl .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upePtuQnCl .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upePtuQnCl .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upePtuQnCl .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upePtuQnCl .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upePtuQnCl .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upePtuQnCl .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upePtuQnCl .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upePtuQnCl .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upePtuQnCl .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upePtuQnCl [class^="socicon-"]:before,
.cid-upePtuQnCl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upgTST5Uow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upgTST5Uow .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upgTST5Uow .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upgTST5Uow .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upgTST5Uow .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upgTST5Uow .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upgTST5Uow .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upgTST5Uow .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upgTST5Uow .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upgTST5Uow .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upgTST5Uow .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upgTST5Uow .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .mbr-text {
  color: #353535;
}
.cid-upeQ6RemXw {
  z-index: 1000;
  width: 100%;
}
.cid-upeQ6RemXw nav.navbar {
  position: fixed;
}
.cid-upeQ6RemXw .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-upeQ6RemXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upeQ6RemXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upeQ6RemXw .dropdown-item:hover,
.cid-upeQ6RemXw .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upeQ6RemXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upeQ6RemXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upeQ6RemXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upeQ6RemXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upeQ6RemXw .nav-link {
  position: relative;
}
.cid-upeQ6RemXw .container {
  display: flex;
  margin: auto;
}
.cid-upeQ6RemXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upeQ6RemXw .dropdown-menu,
.cid-upeQ6RemXw .navbar.opened {
  background: #094e58 !important;
}
.cid-upeQ6RemXw .nav-item:focus,
.cid-upeQ6RemXw .nav-link:focus {
  outline: none;
}
.cid-upeQ6RemXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upeQ6RemXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upeQ6RemXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upeQ6RemXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upeQ6RemXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upeQ6RemXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upeQ6RemXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upeQ6RemXw .navbar.opened {
  transition: all 0.3s;
}
.cid-upeQ6RemXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upeQ6RemXw .navbar .navbar-logo img {
  width: auto;
}
.cid-upeQ6RemXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upeQ6RemXw .navbar.collapsed {
  justify-content: center;
}
.cid-upeQ6RemXw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upeQ6RemXw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upeQ6RemXw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upeQ6RemXw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upeQ6RemXw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upeQ6RemXw .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-upeQ6RemXw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upeQ6RemXw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upeQ6RemXw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upeQ6RemXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upeQ6RemXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upeQ6RemXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upeQ6RemXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upeQ6RemXw .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-upeQ6RemXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upeQ6RemXw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upeQ6RemXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upeQ6RemXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upeQ6RemXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upeQ6RemXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upeQ6RemXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-upeQ6RemXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upeQ6RemXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upeQ6RemXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upeQ6RemXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upeQ6RemXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upeQ6RemXw .dropdown-item.active,
.cid-upeQ6RemXw .dropdown-item:active {
  background-color: transparent;
}
.cid-upeQ6RemXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upeQ6RemXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upeQ6RemXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upeQ6RemXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upeQ6RemXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upeQ6RemXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upeQ6RemXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upeQ6RemXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upeQ6RemXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upeQ6RemXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upeQ6RemXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upeQ6RemXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upeQ6RemXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upeQ6RemXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upeQ6RemXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upeQ6RemXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upeQ6RemXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upeQ6RemXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upeQ6RemXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upeQ6RemXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upeQ6RemXw .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-upeQ6RemXw .navbar {
    height: 70px;
  }
  .cid-upeQ6RemXw .navbar.opened {
    height: auto;
  }
  .cid-upeQ6RemXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upeQ6TgewP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upeQ6TgewP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upeQ6TgewP .mbr-text,
.cid-upeQ6TgewP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upgXBTutTe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upgXBTutTe img,
.cid-upgXBTutTe .item-img {
  width: 100%;
}
.cid-upgXBTutTe .item:focus,
.cid-upgXBTutTe span:focus {
  outline: none;
}
.cid-upgXBTutTe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upgXBTutTe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upgXBTutTe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upgXBTutTe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upgXBTutTe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upgXBTutTe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upgXBTutTe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upgXBTutTe .mbr-section-title {
  color: #232323;
}
.cid-upgXBTutTe .mbr-text,
.cid-upgXBTutTe .mbr-section-btn {
  text-align: left;
}
.cid-upgXBTutTe .item-title {
  text-align: left;
}
.cid-upgXBTutTe .item-subtitle {
  text-align: center;
}
.cid-upeQ6WeZwV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upeQ6WeZwV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upeQ6WeZwV .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upgXCNXMPY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgXCNXMPY .item {
  padding-bottom: 2rem;
}
.cid-upgXCNXMPY .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upgXCNXMPY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upgXCNXMPY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upgXCNXMPY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upgXCNXMPY .carousel-control,
.cid-upgXCNXMPY .close {
  background: #1b1b1b;
}
.cid-upgXCNXMPY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upgXCNXMPY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upgXCNXMPY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upgXCNXMPY .carousel-control-next span {
  margin-left: 5px;
}
.cid-upgXCNXMPY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upgXCNXMPY .close::before {
  content: '\e91a';
}
.cid-upgXCNXMPY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upgXCNXMPY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upgXCNXMPY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upgXCNXMPY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upgXCNXMPY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upgXCNXMPY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upgXCNXMPY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upgXCNXMPY .carousel-indicators li.active,
.cid-upgXCNXMPY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upgXCNXMPY .carousel-indicators li::after,
.cid-upgXCNXMPY .carousel-indicators li::before {
  content: none;
}
.cid-upgXCNXMPY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upgXCNXMPY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upgXCNXMPY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upgXCNXMPY .carousel-indicators {
    display: none;
  }
}
.cid-upgXCNXMPY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upgXCNXMPY .carousel-inner > .active {
  display: block;
}
.cid-upgXCNXMPY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upgXCNXMPY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upgXCNXMPY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upgXCNXMPY .carousel-control,
  .cid-upgXCNXMPY .carousel-indicators,
  .cid-upgXCNXMPY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upgXCNXMPY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upgXCNXMPY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upgXCNXMPY .carousel-indicators .active,
.cid-upgXCNXMPY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upgXCNXMPY .carousel-indicators .active {
  background: #fff;
}
.cid-upgXCNXMPY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upgXCNXMPY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upgXCNXMPY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upgXCNXMPY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upgXCNXMPY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upgXCNXMPY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upgXCNXMPY .carousel {
  width: 100%;
}
.cid-upgXCNXMPY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upgXCNXMPY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upgXCNXMPY .modal.fade .modal-dialog,
.cid-upgXCNXMPY .modal.in .modal-dialog {
  transform: none;
}
.cid-upgXCNXMPY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upgXCNXMPY H6 {
  text-align: center;
}
.cid-upeQ6YOQIU {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upeQ6YOQIU .video-wrapper iframe {
  width: 100%;
}
.cid-upeQ6YOQIU .mbr-section-title,
.cid-upeQ6YOQIU .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upeQ6YOQIU .text-wrapper {
    padding: 2rem;
  }
}
.cid-upeQ6ZNPt8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upeQ6ZNPt8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upeQ6ZNPt8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upeQ6ZNPt8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upeQ6ZNPt8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upeQ6ZNPt8 textarea {
  min-height: 10rem;
}
.cid-upeQ6ZNPt8 .mbr-section-subtitle {
  color: #e61717;
}
.cid-upeQ70YhKs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upeQ70YhKs .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upeQ71LBvw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upeQ71LBvw .row {
    flex-direction: column-reverse;
  }
  .cid-upeQ71LBvw .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upeQ71LBvw .google-map {
  height: 100%;
  position: relative;
}
.cid-upeQ71LBvw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upeQ71LBvw .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-upeQ71LBvw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upeQ71LBvw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upeQ71LBvw .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upeQ71LBvw .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upeQ71LBvw .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upeQ71LBvw .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upeQ71LBvw .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upeQ71LBvw .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upeQ75jTJu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upeQ75jTJu .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upeQ75jTJu .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upeQ75jTJu .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upeQ75jTJu .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upeQ75jTJu .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upeQ75jTJu .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upeQ75jTJu .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upeQ75jTJu .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upeQ75jTJu .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upeQ75jTJu .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upeQ75jTJu .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upeQ75jTJu .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upeQ75jTJu .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upeQ75jTJu .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upeQ75jTJu [class^="socicon-"]:before,
.cid-upeQ75jTJu [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upgTST5Uow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upgTST5Uow .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upgTST5Uow .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upgTST5Uow .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upgTST5Uow .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upgTST5Uow .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upgTST5Uow .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upgTST5Uow .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upgTST5Uow .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upgTST5Uow .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upgTST5Uow .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upgTST5Uow .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .mbr-text {
  color: #353535;
}
.cid-upeQOda0PH {
  z-index: 1000;
  width: 100%;
}
.cid-upeQOda0PH nav.navbar {
  position: fixed;
}
.cid-upeQOda0PH .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-upeQOda0PH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upeQOda0PH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upeQOda0PH .dropdown-item:hover,
.cid-upeQOda0PH .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upeQOda0PH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upeQOda0PH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upeQOda0PH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upeQOda0PH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upeQOda0PH .nav-link {
  position: relative;
}
.cid-upeQOda0PH .container {
  display: flex;
  margin: auto;
}
.cid-upeQOda0PH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upeQOda0PH .dropdown-menu,
.cid-upeQOda0PH .navbar.opened {
  background: #094e58 !important;
}
.cid-upeQOda0PH .nav-item:focus,
.cid-upeQOda0PH .nav-link:focus {
  outline: none;
}
.cid-upeQOda0PH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upeQOda0PH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upeQOda0PH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upeQOda0PH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upeQOda0PH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upeQOda0PH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upeQOda0PH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upeQOda0PH .navbar.opened {
  transition: all 0.3s;
}
.cid-upeQOda0PH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upeQOda0PH .navbar .navbar-logo img {
  width: auto;
}
.cid-upeQOda0PH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upeQOda0PH .navbar.collapsed {
  justify-content: center;
}
.cid-upeQOda0PH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upeQOda0PH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upeQOda0PH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upeQOda0PH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upeQOda0PH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upeQOda0PH .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-upeQOda0PH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upeQOda0PH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upeQOda0PH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upeQOda0PH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upeQOda0PH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upeQOda0PH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upeQOda0PH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upeQOda0PH .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-upeQOda0PH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upeQOda0PH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upeQOda0PH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upeQOda0PH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upeQOda0PH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upeQOda0PH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upeQOda0PH .navbar.navbar-short {
  min-height: 60px;
}
.cid-upeQOda0PH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upeQOda0PH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upeQOda0PH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upeQOda0PH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upeQOda0PH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upeQOda0PH .dropdown-item.active,
.cid-upeQOda0PH .dropdown-item:active {
  background-color: transparent;
}
.cid-upeQOda0PH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upeQOda0PH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upeQOda0PH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upeQOda0PH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upeQOda0PH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upeQOda0PH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upeQOda0PH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upeQOda0PH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upeQOda0PH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upeQOda0PH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upeQOda0PH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upeQOda0PH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upeQOda0PH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upeQOda0PH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upeQOda0PH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upeQOda0PH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upeQOda0PH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upeQOda0PH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upeQOda0PH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upeQOda0PH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upeQOda0PH .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-upeQOda0PH .navbar {
    height: 70px;
  }
  .cid-upeQOda0PH .navbar.opened {
    height: auto;
  }
  .cid-upeQOda0PH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upeQOf18Om {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upeQOf18Om .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upeQOf18Om .mbr-text,
.cid-upeQOf18Om .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upgXHIYSTW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upgXHIYSTW img,
.cid-upgXHIYSTW .item-img {
  width: 100%;
}
.cid-upgXHIYSTW .item:focus,
.cid-upgXHIYSTW span:focus {
  outline: none;
}
.cid-upgXHIYSTW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upgXHIYSTW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upgXHIYSTW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upgXHIYSTW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upgXHIYSTW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upgXHIYSTW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upgXHIYSTW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upgXHIYSTW .mbr-section-title {
  color: #232323;
}
.cid-upgXHIYSTW .mbr-text,
.cid-upgXHIYSTW .mbr-section-btn {
  text-align: left;
}
.cid-upgXHIYSTW .item-title {
  text-align: left;
}
.cid-upgXHIYSTW .item-subtitle {
  text-align: center;
}
.cid-upeQOhS53i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upeQOhS53i .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upeQOhS53i .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upgXIAurnn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgXIAurnn .item {
  padding-bottom: 2rem;
}
.cid-upgXIAurnn .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upgXIAurnn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upgXIAurnn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upgXIAurnn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upgXIAurnn .carousel-control,
.cid-upgXIAurnn .close {
  background: #1b1b1b;
}
.cid-upgXIAurnn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upgXIAurnn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upgXIAurnn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upgXIAurnn .carousel-control-next span {
  margin-left: 5px;
}
.cid-upgXIAurnn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upgXIAurnn .close::before {
  content: '\e91a';
}
.cid-upgXIAurnn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upgXIAurnn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upgXIAurnn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upgXIAurnn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upgXIAurnn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upgXIAurnn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upgXIAurnn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upgXIAurnn .carousel-indicators li.active,
.cid-upgXIAurnn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upgXIAurnn .carousel-indicators li::after,
.cid-upgXIAurnn .carousel-indicators li::before {
  content: none;
}
.cid-upgXIAurnn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upgXIAurnn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upgXIAurnn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upgXIAurnn .carousel-indicators {
    display: none;
  }
}
.cid-upgXIAurnn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upgXIAurnn .carousel-inner > .active {
  display: block;
}
.cid-upgXIAurnn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upgXIAurnn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upgXIAurnn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upgXIAurnn .carousel-control,
  .cid-upgXIAurnn .carousel-indicators,
  .cid-upgXIAurnn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upgXIAurnn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upgXIAurnn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upgXIAurnn .carousel-indicators .active,
.cid-upgXIAurnn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upgXIAurnn .carousel-indicators .active {
  background: #fff;
}
.cid-upgXIAurnn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upgXIAurnn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upgXIAurnn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upgXIAurnn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upgXIAurnn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upgXIAurnn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upgXIAurnn .carousel {
  width: 100%;
}
.cid-upgXIAurnn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upgXIAurnn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upgXIAurnn .modal.fade .modal-dialog,
.cid-upgXIAurnn .modal.in .modal-dialog {
  transform: none;
}
.cid-upgXIAurnn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upgXIAurnn H6 {
  text-align: center;
}
.cid-upeQOkjmZ2 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upeQOkjmZ2 .video-wrapper iframe {
  width: 100%;
}
.cid-upeQOkjmZ2 .mbr-section-title,
.cid-upeQOkjmZ2 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upeQOkjmZ2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-upeQOligiI {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upeQOligiI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upeQOligiI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upeQOligiI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upeQOligiI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upeQOligiI textarea {
  min-height: 10rem;
}
.cid-upeQOligiI .mbr-section-subtitle {
  color: #e61717;
}
.cid-upeQOmbp5G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upeQOmbp5G .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upeQOn0gYk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upeQOn0gYk .row {
    flex-direction: column-reverse;
  }
  .cid-upeQOn0gYk .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upeQOn0gYk .google-map {
  height: 100%;
  position: relative;
}
.cid-upeQOn0gYk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upeQOn0gYk .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-upeQOn0gYk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upeQOn0gYk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upeQOn0gYk .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upeQOn0gYk .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upeQOn0gYk .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upeQOn0gYk .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upeQOn0gYk .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upeQOn0gYk .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upeQOqoLLW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upeQOqoLLW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upeQOqoLLW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upeQOqoLLW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upeQOqoLLW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upeQOqoLLW .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upeQOqoLLW .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upeQOqoLLW .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upeQOqoLLW .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upeQOqoLLW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upeQOqoLLW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upeQOqoLLW .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upeQOqoLLW .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upeQOqoLLW .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upeQOqoLLW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upeQOqoLLW [class^="socicon-"]:before,
.cid-upeQOqoLLW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upgTST5Uow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upgTST5Uow .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upgTST5Uow .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upgTST5Uow .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upgTST5Uow .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upgTST5Uow .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upgTST5Uow .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upgTST5Uow .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upgTST5Uow .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upgTST5Uow .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upgTST5Uow .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upgTST5Uow .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upgTST5Uow .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upgTST5Uow .media-container-row .mbr-text {
  color: #353535;
}
.cid-uppSzU4Wno {
  z-index: 1000;
  width: 100%;
}
.cid-uppSzU4Wno nav.navbar {
  position: fixed;
}
.cid-uppSzU4Wno .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-uppSzU4Wno .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uppSzU4Wno .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uppSzU4Wno .dropdown-item:hover,
.cid-uppSzU4Wno .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-uppSzU4Wno .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uppSzU4Wno .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uppSzU4Wno .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uppSzU4Wno .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uppSzU4Wno .nav-link {
  position: relative;
}
.cid-uppSzU4Wno .container {
  display: flex;
  margin: auto;
}
.cid-uppSzU4Wno .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uppSzU4Wno .dropdown-menu,
.cid-uppSzU4Wno .navbar.opened {
  background: #094e58 !important;
}
.cid-uppSzU4Wno .nav-item:focus,
.cid-uppSzU4Wno .nav-link:focus {
  outline: none;
}
.cid-uppSzU4Wno .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uppSzU4Wno .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uppSzU4Wno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uppSzU4Wno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uppSzU4Wno .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uppSzU4Wno .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uppSzU4Wno .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-uppSzU4Wno .navbar.opened {
  transition: all 0.3s;
}
.cid-uppSzU4Wno .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uppSzU4Wno .navbar .navbar-logo img {
  width: auto;
}
.cid-uppSzU4Wno .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uppSzU4Wno .navbar.collapsed {
  justify-content: center;
}
.cid-uppSzU4Wno .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uppSzU4Wno .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uppSzU4Wno .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uppSzU4Wno .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uppSzU4Wno .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uppSzU4Wno .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-uppSzU4Wno .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uppSzU4Wno .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uppSzU4Wno .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uppSzU4Wno .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uppSzU4Wno .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uppSzU4Wno .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uppSzU4Wno .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uppSzU4Wno .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-uppSzU4Wno .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uppSzU4Wno .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uppSzU4Wno .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uppSzU4Wno .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uppSzU4Wno .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uppSzU4Wno .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uppSzU4Wno .navbar.navbar-short {
  min-height: 60px;
}
.cid-uppSzU4Wno .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uppSzU4Wno .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uppSzU4Wno .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uppSzU4Wno .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uppSzU4Wno .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uppSzU4Wno .dropdown-item.active,
.cid-uppSzU4Wno .dropdown-item:active {
  background-color: transparent;
}
.cid-uppSzU4Wno .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uppSzU4Wno .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uppSzU4Wno .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uppSzU4Wno .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-uppSzU4Wno .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uppSzU4Wno .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uppSzU4Wno ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uppSzU4Wno .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uppSzU4Wno button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uppSzU4Wno button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uppSzU4Wno button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uppSzU4Wno button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppSzU4Wno button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppSzU4Wno button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uppSzU4Wno nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppSzU4Wno nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uppSzU4Wno nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uppSzU4Wno nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppSzU4Wno .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uppSzU4Wno a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uppSzU4Wno .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-uppSzU4Wno .navbar {
    height: 70px;
  }
  .cid-uppSzU4Wno .navbar.opened {
    height: auto;
  }
  .cid-uppSzU4Wno .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uppSzVriXz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-uppSzVriXz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uppSzVriXz .mbr-text,
.cid-uppSzVriXz .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uppSzWlCxi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppSzWlCxi img,
.cid-uppSzWlCxi .item-img {
  width: 100%;
}
.cid-uppSzWlCxi .item:focus,
.cid-uppSzWlCxi span:focus {
  outline: none;
}
.cid-uppSzWlCxi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uppSzWlCxi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uppSzWlCxi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uppSzWlCxi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uppSzWlCxi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uppSzWlCxi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uppSzWlCxi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uppSzWlCxi .mbr-section-title {
  color: #232323;
}
.cid-uppSzWlCxi .mbr-text,
.cid-uppSzWlCxi .mbr-section-btn {
  text-align: left;
}
.cid-uppSzWlCxi .item-title {
  text-align: left;
}
.cid-uppSzWlCxi .item-subtitle {
  text-align: center;
}
.cid-uppSzYcUyk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-uppSzYcUyk .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uppSzYcUyk .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uppSzYPKNO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uppSzYPKNO .item {
  padding-bottom: 2rem;
}
.cid-uppSzYPKNO .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uppSzYPKNO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uppSzYPKNO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uppSzYPKNO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uppSzYPKNO .carousel-control,
.cid-uppSzYPKNO .close {
  background: #1b1b1b;
}
.cid-uppSzYPKNO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uppSzYPKNO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uppSzYPKNO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uppSzYPKNO .carousel-control-next span {
  margin-left: 5px;
}
.cid-uppSzYPKNO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uppSzYPKNO .close::before {
  content: '\e91a';
}
.cid-uppSzYPKNO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uppSzYPKNO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uppSzYPKNO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppSzYPKNO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uppSzYPKNO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uppSzYPKNO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uppSzYPKNO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uppSzYPKNO .carousel-indicators li.active,
.cid-uppSzYPKNO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uppSzYPKNO .carousel-indicators li::after,
.cid-uppSzYPKNO .carousel-indicators li::before {
  content: none;
}
.cid-uppSzYPKNO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uppSzYPKNO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uppSzYPKNO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uppSzYPKNO .carousel-indicators {
    display: none;
  }
}
.cid-uppSzYPKNO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uppSzYPKNO .carousel-inner > .active {
  display: block;
}
.cid-uppSzYPKNO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppSzYPKNO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uppSzYPKNO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uppSzYPKNO .carousel-control,
  .cid-uppSzYPKNO .carousel-indicators,
  .cid-uppSzYPKNO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uppSzYPKNO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uppSzYPKNO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uppSzYPKNO .carousel-indicators .active,
.cid-uppSzYPKNO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uppSzYPKNO .carousel-indicators .active {
  background: #fff;
}
.cid-uppSzYPKNO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uppSzYPKNO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uppSzYPKNO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uppSzYPKNO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uppSzYPKNO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uppSzYPKNO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uppSzYPKNO .carousel {
  width: 100%;
}
.cid-uppSzYPKNO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uppSzYPKNO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uppSzYPKNO .modal.fade .modal-dialog,
.cid-uppSzYPKNO .modal.in .modal-dialog {
  transform: none;
}
.cid-uppSzYPKNO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uppSzYPKNO H6 {
  text-align: center;
}
.cid-uppSA14vso {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uppSA14vso .video-wrapper iframe {
  width: 100%;
}
.cid-uppSA14vso .mbr-section-title,
.cid-uppSA14vso .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uppSA14vso .text-wrapper {
    padding: 2rem;
  }
}
.cid-uppSA1ZMn2 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uppSA1ZMn2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uppSA1ZMn2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uppSA1ZMn2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uppSA1ZMn2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uppSA1ZMn2 textarea {
  min-height: 10rem;
}
.cid-uppSA1ZMn2 .mbr-section-subtitle {
  color: #e61717;
}
.cid-uppSA2QRzd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppSA2QRzd .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uppSA3qHQ5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uppSA3qHQ5 .row {
    flex-direction: column-reverse;
  }
  .cid-uppSA3qHQ5 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uppSA3qHQ5 .google-map {
  height: 100%;
  position: relative;
}
.cid-uppSA3qHQ5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uppSA3qHQ5 .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-uppSA3qHQ5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uppSA3qHQ5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uppSA3qHQ5 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uppSA3qHQ5 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uppSA3qHQ5 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uppSA3qHQ5 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uppSA3qHQ5 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uppSA3qHQ5 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-uppSA3qHQ5 P {
  color: #000000;
}
.cid-uppSA5CJmM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uppSA5CJmM .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uppSA5CJmM .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uppSA5CJmM .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uppSA5CJmM .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uppSA5CJmM .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uppSA5CJmM .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uppSA5CJmM .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uppSA5CJmM .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uppSA5CJmM .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uppSA5CJmM .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uppSA5CJmM .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uppSA5CJmM .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uppSA5CJmM .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uppSA5CJmM .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uppSA5CJmM [class^="socicon-"]:before,
.cid-uppSA5CJmM [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uppSA6ndvi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-uppSA6ndvi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uppSA6ndvi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uppSA6ndvi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uppSA6ndvi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uppSA6ndvi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uppSA6ndvi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uppSA6ndvi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uppSA6ndvi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uppSA6ndvi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uppSA6ndvi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uppSA6ndvi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uppSA6ndvi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uppSA6ndvi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uppSA6ndvi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uppSA6ndvi .media-container-row .mbr-text {
  color: #353535;
}
.cid-uppUfhMNcK {
  z-index: 1000;
  width: 100%;
}
.cid-uppUfhMNcK nav.navbar {
  position: fixed;
}
.cid-uppUfhMNcK .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-uppUfhMNcK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uppUfhMNcK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uppUfhMNcK .dropdown-item:hover,
.cid-uppUfhMNcK .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-uppUfhMNcK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uppUfhMNcK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uppUfhMNcK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uppUfhMNcK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uppUfhMNcK .nav-link {
  position: relative;
}
.cid-uppUfhMNcK .container {
  display: flex;
  margin: auto;
}
.cid-uppUfhMNcK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uppUfhMNcK .dropdown-menu,
.cid-uppUfhMNcK .navbar.opened {
  background: #094e58 !important;
}
.cid-uppUfhMNcK .nav-item:focus,
.cid-uppUfhMNcK .nav-link:focus {
  outline: none;
}
.cid-uppUfhMNcK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uppUfhMNcK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uppUfhMNcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uppUfhMNcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uppUfhMNcK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uppUfhMNcK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uppUfhMNcK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-uppUfhMNcK .navbar.opened {
  transition: all 0.3s;
}
.cid-uppUfhMNcK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uppUfhMNcK .navbar .navbar-logo img {
  width: auto;
}
.cid-uppUfhMNcK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uppUfhMNcK .navbar.collapsed {
  justify-content: center;
}
.cid-uppUfhMNcK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uppUfhMNcK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uppUfhMNcK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uppUfhMNcK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uppUfhMNcK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uppUfhMNcK .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-uppUfhMNcK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uppUfhMNcK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uppUfhMNcK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uppUfhMNcK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uppUfhMNcK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uppUfhMNcK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uppUfhMNcK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uppUfhMNcK .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-uppUfhMNcK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uppUfhMNcK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uppUfhMNcK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uppUfhMNcK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uppUfhMNcK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uppUfhMNcK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uppUfhMNcK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uppUfhMNcK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uppUfhMNcK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uppUfhMNcK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uppUfhMNcK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uppUfhMNcK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uppUfhMNcK .dropdown-item.active,
.cid-uppUfhMNcK .dropdown-item:active {
  background-color: transparent;
}
.cid-uppUfhMNcK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uppUfhMNcK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uppUfhMNcK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uppUfhMNcK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-uppUfhMNcK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uppUfhMNcK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uppUfhMNcK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uppUfhMNcK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uppUfhMNcK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uppUfhMNcK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uppUfhMNcK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uppUfhMNcK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppUfhMNcK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppUfhMNcK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uppUfhMNcK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppUfhMNcK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uppUfhMNcK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uppUfhMNcK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppUfhMNcK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uppUfhMNcK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uppUfhMNcK .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-uppUfhMNcK .navbar {
    height: 70px;
  }
  .cid-uppUfhMNcK .navbar.opened {
    height: auto;
  }
  .cid-uppUfhMNcK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uppUfjiLMO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-uppUfjiLMO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uppUfjiLMO .mbr-text,
.cid-uppUfjiLMO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uppUfk8PR7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppUfk8PR7 img,
.cid-uppUfk8PR7 .item-img {
  width: 100%;
}
.cid-uppUfk8PR7 .item:focus,
.cid-uppUfk8PR7 span:focus {
  outline: none;
}
.cid-uppUfk8PR7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uppUfk8PR7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uppUfk8PR7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uppUfk8PR7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uppUfk8PR7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uppUfk8PR7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uppUfk8PR7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uppUfk8PR7 .mbr-section-title {
  color: #232323;
}
.cid-uppUfk8PR7 .mbr-text,
.cid-uppUfk8PR7 .mbr-section-btn {
  text-align: left;
}
.cid-uppUfk8PR7 .item-title {
  text-align: left;
}
.cid-uppUfk8PR7 .item-subtitle {
  text-align: center;
}
.cid-uppUfluhk6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-uppUfluhk6 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uppUfluhk6 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uppUfm2MvQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uppUfm2MvQ .item {
  padding-bottom: 2rem;
}
.cid-uppUfm2MvQ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uppUfm2MvQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uppUfm2MvQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uppUfm2MvQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uppUfm2MvQ .carousel-control,
.cid-uppUfm2MvQ .close {
  background: #1b1b1b;
}
.cid-uppUfm2MvQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uppUfm2MvQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uppUfm2MvQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uppUfm2MvQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uppUfm2MvQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uppUfm2MvQ .close::before {
  content: '\e91a';
}
.cid-uppUfm2MvQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uppUfm2MvQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uppUfm2MvQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppUfm2MvQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uppUfm2MvQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uppUfm2MvQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uppUfm2MvQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uppUfm2MvQ .carousel-indicators li.active,
.cid-uppUfm2MvQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uppUfm2MvQ .carousel-indicators li::after,
.cid-uppUfm2MvQ .carousel-indicators li::before {
  content: none;
}
.cid-uppUfm2MvQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uppUfm2MvQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uppUfm2MvQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uppUfm2MvQ .carousel-indicators {
    display: none;
  }
}
.cid-uppUfm2MvQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uppUfm2MvQ .carousel-inner > .active {
  display: block;
}
.cid-uppUfm2MvQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppUfm2MvQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uppUfm2MvQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uppUfm2MvQ .carousel-control,
  .cid-uppUfm2MvQ .carousel-indicators,
  .cid-uppUfm2MvQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uppUfm2MvQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uppUfm2MvQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uppUfm2MvQ .carousel-indicators .active,
.cid-uppUfm2MvQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uppUfm2MvQ .carousel-indicators .active {
  background: #fff;
}
.cid-uppUfm2MvQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uppUfm2MvQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uppUfm2MvQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uppUfm2MvQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uppUfm2MvQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uppUfm2MvQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uppUfm2MvQ .carousel {
  width: 100%;
}
.cid-uppUfm2MvQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uppUfm2MvQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uppUfm2MvQ .modal.fade .modal-dialog,
.cid-uppUfm2MvQ .modal.in .modal-dialog {
  transform: none;
}
.cid-uppUfm2MvQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uppUfm2MvQ H6 {
  text-align: center;
}
.cid-uppUfnUary {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uppUfnUary .video-wrapper iframe {
  width: 100%;
}
.cid-uppUfnUary .mbr-section-title,
.cid-uppUfnUary .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uppUfnUary .text-wrapper {
    padding: 2rem;
  }
}
.cid-uppUfoNWbp {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uppUfoNWbp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uppUfoNWbp form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uppUfoNWbp form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uppUfoNWbp form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uppUfoNWbp textarea {
  min-height: 10rem;
}
.cid-uppUfoNWbp .mbr-section-subtitle {
  color: #e61717;
}
.cid-uppUfpzCeU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppUfpzCeU .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uppUfq820z {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uppUfq820z .row {
    flex-direction: column-reverse;
  }
  .cid-uppUfq820z .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uppUfq820z .google-map {
  height: 100%;
  position: relative;
}
.cid-uppUfq820z .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uppUfq820z .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-uppUfq820z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uppUfq820z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uppUfq820z .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uppUfq820z .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uppUfq820z .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uppUfq820z .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uppUfq820z .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uppUfq820z .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-uppUfs9iYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uppUfs9iYj .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uppUfs9iYj .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uppUfs9iYj .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uppUfs9iYj .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uppUfs9iYj .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uppUfs9iYj .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uppUfs9iYj .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uppUfs9iYj .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uppUfs9iYj .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uppUfs9iYj .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uppUfs9iYj .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uppUfs9iYj .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uppUfs9iYj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uppUfs9iYj .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uppUfs9iYj [class^="socicon-"]:before,
.cid-uppUfs9iYj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uppUfsU87c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-uppUfsU87c .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uppUfsU87c .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uppUfsU87c .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uppUfsU87c .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uppUfsU87c .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uppUfsU87c .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uppUfsU87c .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uppUfsU87c .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uppUfsU87c .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uppUfsU87c .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uppUfsU87c .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uppUfsU87c .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uppUfsU87c .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uppUfsU87c .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uppUfsU87c .media-container-row .mbr-text {
  color: #353535;
}
.cid-uppUK1CquP {
  z-index: 1000;
  width: 100%;
}
.cid-uppUK1CquP nav.navbar {
  position: fixed;
}
.cid-uppUK1CquP .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-uppUK1CquP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uppUK1CquP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uppUK1CquP .dropdown-item:hover,
.cid-uppUK1CquP .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-uppUK1CquP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uppUK1CquP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uppUK1CquP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uppUK1CquP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uppUK1CquP .nav-link {
  position: relative;
}
.cid-uppUK1CquP .container {
  display: flex;
  margin: auto;
}
.cid-uppUK1CquP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uppUK1CquP .dropdown-menu,
.cid-uppUK1CquP .navbar.opened {
  background: #094e58 !important;
}
.cid-uppUK1CquP .nav-item:focus,
.cid-uppUK1CquP .nav-link:focus {
  outline: none;
}
.cid-uppUK1CquP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uppUK1CquP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uppUK1CquP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uppUK1CquP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uppUK1CquP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uppUK1CquP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uppUK1CquP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-uppUK1CquP .navbar.opened {
  transition: all 0.3s;
}
.cid-uppUK1CquP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uppUK1CquP .navbar .navbar-logo img {
  width: auto;
}
.cid-uppUK1CquP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uppUK1CquP .navbar.collapsed {
  justify-content: center;
}
.cid-uppUK1CquP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uppUK1CquP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uppUK1CquP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uppUK1CquP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uppUK1CquP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uppUK1CquP .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-uppUK1CquP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uppUK1CquP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uppUK1CquP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uppUK1CquP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uppUK1CquP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uppUK1CquP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uppUK1CquP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uppUK1CquP .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-uppUK1CquP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uppUK1CquP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uppUK1CquP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uppUK1CquP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uppUK1CquP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uppUK1CquP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uppUK1CquP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uppUK1CquP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uppUK1CquP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uppUK1CquP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uppUK1CquP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uppUK1CquP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uppUK1CquP .dropdown-item.active,
.cid-uppUK1CquP .dropdown-item:active {
  background-color: transparent;
}
.cid-uppUK1CquP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uppUK1CquP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uppUK1CquP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uppUK1CquP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-uppUK1CquP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uppUK1CquP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uppUK1CquP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uppUK1CquP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uppUK1CquP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uppUK1CquP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uppUK1CquP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uppUK1CquP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppUK1CquP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppUK1CquP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uppUK1CquP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppUK1CquP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uppUK1CquP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uppUK1CquP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppUK1CquP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uppUK1CquP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uppUK1CquP .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-uppUK1CquP .navbar {
    height: 70px;
  }
  .cid-uppUK1CquP .navbar.opened {
    height: auto;
  }
  .cid-uppUK1CquP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uppUK4aJrT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-uppUK4aJrT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uppUK4aJrT .mbr-text,
.cid-uppUK4aJrT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uppUK6j6vj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppUK6j6vj img,
.cid-uppUK6j6vj .item-img {
  width: 100%;
}
.cid-uppUK6j6vj .item:focus,
.cid-uppUK6j6vj span:focus {
  outline: none;
}
.cid-uppUK6j6vj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uppUK6j6vj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uppUK6j6vj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uppUK6j6vj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uppUK6j6vj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uppUK6j6vj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uppUK6j6vj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uppUK6j6vj .mbr-section-title {
  color: #232323;
}
.cid-uppUK6j6vj .mbr-text,
.cid-uppUK6j6vj .mbr-section-btn {
  text-align: left;
}
.cid-uppUK6j6vj .item-title {
  text-align: left;
}
.cid-uppUK6j6vj .item-subtitle {
  text-align: center;
}
.cid-uppUK8gEEl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-uppUK8gEEl .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uppUK8gEEl .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uppUK8QFeY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uppUK8QFeY .item {
  padding-bottom: 2rem;
}
.cid-uppUK8QFeY .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uppUK8QFeY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uppUK8QFeY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uppUK8QFeY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uppUK8QFeY .carousel-control,
.cid-uppUK8QFeY .close {
  background: #1b1b1b;
}
.cid-uppUK8QFeY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uppUK8QFeY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uppUK8QFeY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uppUK8QFeY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uppUK8QFeY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uppUK8QFeY .close::before {
  content: '\e91a';
}
.cid-uppUK8QFeY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uppUK8QFeY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uppUK8QFeY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppUK8QFeY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uppUK8QFeY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uppUK8QFeY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uppUK8QFeY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uppUK8QFeY .carousel-indicators li.active,
.cid-uppUK8QFeY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uppUK8QFeY .carousel-indicators li::after,
.cid-uppUK8QFeY .carousel-indicators li::before {
  content: none;
}
.cid-uppUK8QFeY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uppUK8QFeY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uppUK8QFeY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uppUK8QFeY .carousel-indicators {
    display: none;
  }
}
.cid-uppUK8QFeY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uppUK8QFeY .carousel-inner > .active {
  display: block;
}
.cid-uppUK8QFeY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppUK8QFeY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uppUK8QFeY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uppUK8QFeY .carousel-control,
  .cid-uppUK8QFeY .carousel-indicators,
  .cid-uppUK8QFeY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uppUK8QFeY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uppUK8QFeY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uppUK8QFeY .carousel-indicators .active,
.cid-uppUK8QFeY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uppUK8QFeY .carousel-indicators .active {
  background: #fff;
}
.cid-uppUK8QFeY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uppUK8QFeY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uppUK8QFeY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uppUK8QFeY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uppUK8QFeY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uppUK8QFeY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uppUK8QFeY .carousel {
  width: 100%;
}
.cid-uppUK8QFeY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uppUK8QFeY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uppUK8QFeY .modal.fade .modal-dialog,
.cid-uppUK8QFeY .modal.in .modal-dialog {
  transform: none;
}
.cid-uppUK8QFeY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uppUK8QFeY H6 {
  text-align: center;
}
.cid-uppUKaILag {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uppUKaILag .video-wrapper iframe {
  width: 100%;
}
.cid-uppUKaILag .mbr-section-title,
.cid-uppUKaILag .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uppUKaILag .text-wrapper {
    padding: 2rem;
  }
}
.cid-uppUKbAXU2 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uppUKbAXU2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uppUKbAXU2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uppUKbAXU2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uppUKbAXU2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uppUKbAXU2 textarea {
  min-height: 10rem;
}
.cid-uppUKbAXU2 .mbr-section-subtitle {
  color: #e61717;
}
.cid-uppUKcq5cm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppUKcq5cm .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uppUKd3pC9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uppUKd3pC9 .row {
    flex-direction: column-reverse;
  }
  .cid-uppUKd3pC9 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uppUKd3pC9 .google-map {
  height: 100%;
  position: relative;
}
.cid-uppUKd3pC9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uppUKd3pC9 .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-uppUKd3pC9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uppUKd3pC9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uppUKd3pC9 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uppUKd3pC9 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uppUKd3pC9 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uppUKd3pC9 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uppUKd3pC9 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uppUKd3pC9 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-uppUKfmLNA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uppUKfmLNA .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uppUKfmLNA .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uppUKfmLNA .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uppUKfmLNA .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uppUKfmLNA .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uppUKfmLNA .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uppUKfmLNA .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uppUKfmLNA .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uppUKfmLNA .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uppUKfmLNA .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uppUKfmLNA .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uppUKfmLNA .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uppUKfmLNA .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uppUKfmLNA .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uppUKfmLNA [class^="socicon-"]:before,
.cid-uppUKfmLNA [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uppUKg6EJT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-uppUKg6EJT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uppUKg6EJT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uppUKg6EJT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uppUKg6EJT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uppUKg6EJT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uppUKg6EJT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uppUKg6EJT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uppUKg6EJT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uppUKg6EJT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uppUKg6EJT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uppUKg6EJT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uppUKg6EJT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uppUKg6EJT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uppUKg6EJT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uppUKg6EJT .media-container-row .mbr-text {
  color: #353535;
}
.cid-uppVg6vbMy {
  z-index: 1000;
  width: 100%;
}
.cid-uppVg6vbMy nav.navbar {
  position: fixed;
}
.cid-uppVg6vbMy .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-uppVg6vbMy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uppVg6vbMy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uppVg6vbMy .dropdown-item:hover,
.cid-uppVg6vbMy .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-uppVg6vbMy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uppVg6vbMy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uppVg6vbMy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uppVg6vbMy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uppVg6vbMy .nav-link {
  position: relative;
}
.cid-uppVg6vbMy .container {
  display: flex;
  margin: auto;
}
.cid-uppVg6vbMy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uppVg6vbMy .dropdown-menu,
.cid-uppVg6vbMy .navbar.opened {
  background: #094e58 !important;
}
.cid-uppVg6vbMy .nav-item:focus,
.cid-uppVg6vbMy .nav-link:focus {
  outline: none;
}
.cid-uppVg6vbMy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uppVg6vbMy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uppVg6vbMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uppVg6vbMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uppVg6vbMy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uppVg6vbMy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uppVg6vbMy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-uppVg6vbMy .navbar.opened {
  transition: all 0.3s;
}
.cid-uppVg6vbMy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uppVg6vbMy .navbar .navbar-logo img {
  width: auto;
}
.cid-uppVg6vbMy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uppVg6vbMy .navbar.collapsed {
  justify-content: center;
}
.cid-uppVg6vbMy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uppVg6vbMy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uppVg6vbMy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uppVg6vbMy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uppVg6vbMy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uppVg6vbMy .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-uppVg6vbMy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uppVg6vbMy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uppVg6vbMy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uppVg6vbMy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uppVg6vbMy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uppVg6vbMy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uppVg6vbMy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uppVg6vbMy .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-uppVg6vbMy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uppVg6vbMy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uppVg6vbMy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uppVg6vbMy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uppVg6vbMy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uppVg6vbMy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uppVg6vbMy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uppVg6vbMy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uppVg6vbMy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uppVg6vbMy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uppVg6vbMy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uppVg6vbMy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uppVg6vbMy .dropdown-item.active,
.cid-uppVg6vbMy .dropdown-item:active {
  background-color: transparent;
}
.cid-uppVg6vbMy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uppVg6vbMy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uppVg6vbMy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uppVg6vbMy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-uppVg6vbMy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uppVg6vbMy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uppVg6vbMy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uppVg6vbMy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uppVg6vbMy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uppVg6vbMy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uppVg6vbMy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uppVg6vbMy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppVg6vbMy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppVg6vbMy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uppVg6vbMy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppVg6vbMy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uppVg6vbMy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uppVg6vbMy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppVg6vbMy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uppVg6vbMy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uppVg6vbMy .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-uppVg6vbMy .navbar {
    height: 70px;
  }
  .cid-uppVg6vbMy .navbar.opened {
    height: auto;
  }
  .cid-uppVg6vbMy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uppVg8g8hK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-uppVg8g8hK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uppVg8g8hK .mbr-text,
.cid-uppVg8g8hK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uppVg9waq5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppVg9waq5 img,
.cid-uppVg9waq5 .item-img {
  width: 100%;
}
.cid-uppVg9waq5 .item:focus,
.cid-uppVg9waq5 span:focus {
  outline: none;
}
.cid-uppVg9waq5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uppVg9waq5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uppVg9waq5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uppVg9waq5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uppVg9waq5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uppVg9waq5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uppVg9waq5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uppVg9waq5 .mbr-section-title {
  color: #232323;
}
.cid-uppVg9waq5 .mbr-text,
.cid-uppVg9waq5 .mbr-section-btn {
  text-align: left;
}
.cid-uppVg9waq5 .item-title {
  text-align: left;
}
.cid-uppVg9waq5 .item-subtitle {
  text-align: center;
}
.cid-uppVgb5NJY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-uppVgb5NJY .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uppVgb5NJY .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uppVgbSzJY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uppVgbSzJY .item {
  padding-bottom: 2rem;
}
.cid-uppVgbSzJY .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uppVgbSzJY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uppVgbSzJY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uppVgbSzJY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uppVgbSzJY .carousel-control,
.cid-uppVgbSzJY .close {
  background: #1b1b1b;
}
.cid-uppVgbSzJY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uppVgbSzJY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uppVgbSzJY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uppVgbSzJY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uppVgbSzJY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uppVgbSzJY .close::before {
  content: '\e91a';
}
.cid-uppVgbSzJY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uppVgbSzJY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uppVgbSzJY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppVgbSzJY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uppVgbSzJY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uppVgbSzJY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uppVgbSzJY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uppVgbSzJY .carousel-indicators li.active,
.cid-uppVgbSzJY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uppVgbSzJY .carousel-indicators li::after,
.cid-uppVgbSzJY .carousel-indicators li::before {
  content: none;
}
.cid-uppVgbSzJY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uppVgbSzJY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uppVgbSzJY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uppVgbSzJY .carousel-indicators {
    display: none;
  }
}
.cid-uppVgbSzJY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uppVgbSzJY .carousel-inner > .active {
  display: block;
}
.cid-uppVgbSzJY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppVgbSzJY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uppVgbSzJY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uppVgbSzJY .carousel-control,
  .cid-uppVgbSzJY .carousel-indicators,
  .cid-uppVgbSzJY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uppVgbSzJY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uppVgbSzJY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uppVgbSzJY .carousel-indicators .active,
.cid-uppVgbSzJY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uppVgbSzJY .carousel-indicators .active {
  background: #fff;
}
.cid-uppVgbSzJY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uppVgbSzJY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uppVgbSzJY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uppVgbSzJY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uppVgbSzJY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uppVgbSzJY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uppVgbSzJY .carousel {
  width: 100%;
}
.cid-uppVgbSzJY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uppVgbSzJY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uppVgbSzJY .modal.fade .modal-dialog,
.cid-uppVgbSzJY .modal.in .modal-dialog {
  transform: none;
}
.cid-uppVgbSzJY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uppVgbSzJY H6 {
  text-align: center;
}
.cid-uppVgdUPJf {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uppVgdUPJf .video-wrapper iframe {
  width: 100%;
}
.cid-uppVgdUPJf .mbr-section-title,
.cid-uppVgdUPJf .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uppVgdUPJf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uppVgeMtDM {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uppVgeMtDM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uppVgeMtDM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uppVgeMtDM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uppVgeMtDM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uppVgeMtDM textarea {
  min-height: 10rem;
}
.cid-uppVgeMtDM .mbr-section-subtitle {
  color: #e61717;
}
.cid-uppVgfBE1a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppVgfBE1a .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uppVggbqJL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uppVggbqJL .row {
    flex-direction: column-reverse;
  }
  .cid-uppVggbqJL .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uppVggbqJL .google-map {
  height: 100%;
  position: relative;
}
.cid-uppVggbqJL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uppVggbqJL .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-uppVggbqJL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uppVggbqJL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uppVggbqJL .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uppVggbqJL .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uppVggbqJL .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uppVggbqJL .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uppVggbqJL .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uppVggbqJL .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-uppVgisv4Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uppVgisv4Y .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uppVgisv4Y .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uppVgisv4Y .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uppVgisv4Y .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uppVgisv4Y .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uppVgisv4Y .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uppVgisv4Y .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uppVgisv4Y .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uppVgisv4Y .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uppVgisv4Y .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uppVgisv4Y .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uppVgisv4Y .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uppVgisv4Y .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uppVgisv4Y .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uppVgisv4Y [class^="socicon-"]:before,
.cid-uppVgisv4Y [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uppVgjeydn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-uppVgjeydn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uppVgjeydn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uppVgjeydn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uppVgjeydn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uppVgjeydn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uppVgjeydn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uppVgjeydn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uppVgjeydn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uppVgjeydn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uppVgjeydn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uppVgjeydn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uppVgjeydn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uppVgjeydn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uppVgjeydn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uppVgjeydn .media-container-row .mbr-text {
  color: #353535;
}
.cid-uppVQ3Q6zG {
  z-index: 1000;
  width: 100%;
}
.cid-uppVQ3Q6zG nav.navbar {
  position: fixed;
}
.cid-uppVQ3Q6zG .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-uppVQ3Q6zG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uppVQ3Q6zG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uppVQ3Q6zG .dropdown-item:hover,
.cid-uppVQ3Q6zG .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-uppVQ3Q6zG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uppVQ3Q6zG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uppVQ3Q6zG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uppVQ3Q6zG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uppVQ3Q6zG .nav-link {
  position: relative;
}
.cid-uppVQ3Q6zG .container {
  display: flex;
  margin: auto;
}
.cid-uppVQ3Q6zG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uppVQ3Q6zG .dropdown-menu,
.cid-uppVQ3Q6zG .navbar.opened {
  background: #094e58 !important;
}
.cid-uppVQ3Q6zG .nav-item:focus,
.cid-uppVQ3Q6zG .nav-link:focus {
  outline: none;
}
.cid-uppVQ3Q6zG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uppVQ3Q6zG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uppVQ3Q6zG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uppVQ3Q6zG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uppVQ3Q6zG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uppVQ3Q6zG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uppVQ3Q6zG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-uppVQ3Q6zG .navbar.opened {
  transition: all 0.3s;
}
.cid-uppVQ3Q6zG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uppVQ3Q6zG .navbar .navbar-logo img {
  width: auto;
}
.cid-uppVQ3Q6zG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uppVQ3Q6zG .navbar.collapsed {
  justify-content: center;
}
.cid-uppVQ3Q6zG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uppVQ3Q6zG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uppVQ3Q6zG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uppVQ3Q6zG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uppVQ3Q6zG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uppVQ3Q6zG .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-uppVQ3Q6zG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uppVQ3Q6zG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uppVQ3Q6zG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uppVQ3Q6zG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uppVQ3Q6zG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uppVQ3Q6zG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uppVQ3Q6zG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uppVQ3Q6zG .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-uppVQ3Q6zG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uppVQ3Q6zG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uppVQ3Q6zG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uppVQ3Q6zG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uppVQ3Q6zG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uppVQ3Q6zG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uppVQ3Q6zG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uppVQ3Q6zG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uppVQ3Q6zG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uppVQ3Q6zG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uppVQ3Q6zG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uppVQ3Q6zG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uppVQ3Q6zG .dropdown-item.active,
.cid-uppVQ3Q6zG .dropdown-item:active {
  background-color: transparent;
}
.cid-uppVQ3Q6zG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uppVQ3Q6zG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uppVQ3Q6zG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uppVQ3Q6zG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-uppVQ3Q6zG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uppVQ3Q6zG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uppVQ3Q6zG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uppVQ3Q6zG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uppVQ3Q6zG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uppVQ3Q6zG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uppVQ3Q6zG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uppVQ3Q6zG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppVQ3Q6zG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppVQ3Q6zG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uppVQ3Q6zG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppVQ3Q6zG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uppVQ3Q6zG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uppVQ3Q6zG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppVQ3Q6zG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uppVQ3Q6zG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uppVQ3Q6zG .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-uppVQ3Q6zG .navbar {
    height: 70px;
  }
  .cid-uppVQ3Q6zG .navbar.opened {
    height: auto;
  }
  .cid-uppVQ3Q6zG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uppVQ6jlBM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-uppVQ6jlBM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uppVQ6jlBM .mbr-text,
.cid-uppVQ6jlBM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uppVQ7T1NJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppVQ7T1NJ img,
.cid-uppVQ7T1NJ .item-img {
  width: 100%;
}
.cid-uppVQ7T1NJ .item:focus,
.cid-uppVQ7T1NJ span:focus {
  outline: none;
}
.cid-uppVQ7T1NJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uppVQ7T1NJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uppVQ7T1NJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uppVQ7T1NJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uppVQ7T1NJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uppVQ7T1NJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uppVQ7T1NJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uppVQ7T1NJ .mbr-section-title {
  color: #232323;
}
.cid-uppVQ7T1NJ .mbr-text,
.cid-uppVQ7T1NJ .mbr-section-btn {
  text-align: left;
}
.cid-uppVQ7T1NJ .item-title {
  text-align: left;
}
.cid-uppVQ7T1NJ .item-subtitle {
  text-align: center;
}
.cid-uppVQaApAv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-uppVQaApAv .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uppVQaApAv .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uppVQbfvVh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uppVQbfvVh .item {
  padding-bottom: 2rem;
}
.cid-uppVQbfvVh .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uppVQbfvVh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uppVQbfvVh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uppVQbfvVh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uppVQbfvVh .carousel-control,
.cid-uppVQbfvVh .close {
  background: #1b1b1b;
}
.cid-uppVQbfvVh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uppVQbfvVh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uppVQbfvVh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uppVQbfvVh .carousel-control-next span {
  margin-left: 5px;
}
.cid-uppVQbfvVh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uppVQbfvVh .close::before {
  content: '\e91a';
}
.cid-uppVQbfvVh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uppVQbfvVh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uppVQbfvVh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppVQbfvVh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uppVQbfvVh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uppVQbfvVh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uppVQbfvVh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uppVQbfvVh .carousel-indicators li.active,
.cid-uppVQbfvVh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uppVQbfvVh .carousel-indicators li::after,
.cid-uppVQbfvVh .carousel-indicators li::before {
  content: none;
}
.cid-uppVQbfvVh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uppVQbfvVh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uppVQbfvVh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uppVQbfvVh .carousel-indicators {
    display: none;
  }
}
.cid-uppVQbfvVh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uppVQbfvVh .carousel-inner > .active {
  display: block;
}
.cid-uppVQbfvVh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppVQbfvVh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uppVQbfvVh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uppVQbfvVh .carousel-control,
  .cid-uppVQbfvVh .carousel-indicators,
  .cid-uppVQbfvVh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uppVQbfvVh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uppVQbfvVh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uppVQbfvVh .carousel-indicators .active,
.cid-uppVQbfvVh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uppVQbfvVh .carousel-indicators .active {
  background: #fff;
}
.cid-uppVQbfvVh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uppVQbfvVh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uppVQbfvVh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uppVQbfvVh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uppVQbfvVh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uppVQbfvVh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uppVQbfvVh .carousel {
  width: 100%;
}
.cid-uppVQbfvVh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uppVQbfvVh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uppVQbfvVh .modal.fade .modal-dialog,
.cid-uppVQbfvVh .modal.in .modal-dialog {
  transform: none;
}
.cid-uppVQbfvVh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uppVQbfvVh H6 {
  text-align: center;
}
.cid-uppVQdQ0eT {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uppVQdQ0eT .video-wrapper iframe {
  width: 100%;
}
.cid-uppVQdQ0eT .mbr-section-title,
.cid-uppVQdQ0eT .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uppVQdQ0eT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uppVQeJQ9z {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uppVQeJQ9z .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uppVQeJQ9z form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uppVQeJQ9z form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uppVQeJQ9z form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uppVQeJQ9z textarea {
  min-height: 10rem;
}
.cid-uppVQeJQ9z .mbr-section-subtitle {
  color: #e61717;
}
.cid-uppVQfy1GQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppVQfy1GQ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uppVQghOZZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uppVQghOZZ .row {
    flex-direction: column-reverse;
  }
  .cid-uppVQghOZZ .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uppVQghOZZ .google-map {
  height: 100%;
  position: relative;
}
.cid-uppVQghOZZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uppVQghOZZ .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-uppVQghOZZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uppVQghOZZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uppVQghOZZ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uppVQghOZZ .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uppVQghOZZ .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uppVQghOZZ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uppVQghOZZ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uppVQghOZZ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-uppVQixeP3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uppVQixeP3 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uppVQixeP3 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uppVQixeP3 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uppVQixeP3 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uppVQixeP3 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uppVQixeP3 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uppVQixeP3 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uppVQixeP3 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uppVQixeP3 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uppVQixeP3 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uppVQixeP3 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uppVQixeP3 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uppVQixeP3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uppVQixeP3 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uppVQixeP3 [class^="socicon-"]:before,
.cid-uppVQixeP3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uppVQjwQgS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-uppVQjwQgS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uppVQjwQgS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uppVQjwQgS .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uppVQjwQgS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uppVQjwQgS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uppVQjwQgS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uppVQjwQgS .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uppVQjwQgS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uppVQjwQgS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uppVQjwQgS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uppVQjwQgS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uppVQjwQgS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uppVQjwQgS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uppVQjwQgS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uppVQjwQgS .media-container-row .mbr-text {
  color: #353535;
}
.cid-uppWp9bgpI {
  z-index: 1000;
  width: 100%;
}
.cid-uppWp9bgpI nav.navbar {
  position: fixed;
}
.cid-uppWp9bgpI .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-uppWp9bgpI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uppWp9bgpI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uppWp9bgpI .dropdown-item:hover,
.cid-uppWp9bgpI .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-uppWp9bgpI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uppWp9bgpI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uppWp9bgpI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uppWp9bgpI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uppWp9bgpI .nav-link {
  position: relative;
}
.cid-uppWp9bgpI .container {
  display: flex;
  margin: auto;
}
.cid-uppWp9bgpI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uppWp9bgpI .dropdown-menu,
.cid-uppWp9bgpI .navbar.opened {
  background: #094e58 !important;
}
.cid-uppWp9bgpI .nav-item:focus,
.cid-uppWp9bgpI .nav-link:focus {
  outline: none;
}
.cid-uppWp9bgpI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uppWp9bgpI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uppWp9bgpI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uppWp9bgpI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uppWp9bgpI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uppWp9bgpI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uppWp9bgpI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-uppWp9bgpI .navbar.opened {
  transition: all 0.3s;
}
.cid-uppWp9bgpI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uppWp9bgpI .navbar .navbar-logo img {
  width: auto;
}
.cid-uppWp9bgpI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uppWp9bgpI .navbar.collapsed {
  justify-content: center;
}
.cid-uppWp9bgpI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uppWp9bgpI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uppWp9bgpI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uppWp9bgpI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uppWp9bgpI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uppWp9bgpI .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-uppWp9bgpI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uppWp9bgpI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uppWp9bgpI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uppWp9bgpI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uppWp9bgpI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uppWp9bgpI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uppWp9bgpI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uppWp9bgpI .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-uppWp9bgpI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uppWp9bgpI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uppWp9bgpI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uppWp9bgpI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uppWp9bgpI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uppWp9bgpI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uppWp9bgpI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uppWp9bgpI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uppWp9bgpI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uppWp9bgpI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uppWp9bgpI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uppWp9bgpI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uppWp9bgpI .dropdown-item.active,
.cid-uppWp9bgpI .dropdown-item:active {
  background-color: transparent;
}
.cid-uppWp9bgpI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uppWp9bgpI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uppWp9bgpI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uppWp9bgpI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-uppWp9bgpI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uppWp9bgpI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uppWp9bgpI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uppWp9bgpI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uppWp9bgpI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uppWp9bgpI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uppWp9bgpI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uppWp9bgpI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppWp9bgpI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppWp9bgpI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uppWp9bgpI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppWp9bgpI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uppWp9bgpI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uppWp9bgpI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppWp9bgpI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uppWp9bgpI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uppWp9bgpI .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-uppWp9bgpI .navbar {
    height: 70px;
  }
  .cid-uppWp9bgpI .navbar.opened {
    height: auto;
  }
  .cid-uppWp9bgpI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uppWpaOsEp {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-uppWpaOsEp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uppWpaOsEp .mbr-text,
.cid-uppWpaOsEp .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uppWpbRo1X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppWpbRo1X img,
.cid-uppWpbRo1X .item-img {
  width: 100%;
}
.cid-uppWpbRo1X .item:focus,
.cid-uppWpbRo1X span:focus {
  outline: none;
}
.cid-uppWpbRo1X .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uppWpbRo1X .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uppWpbRo1X .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uppWpbRo1X .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uppWpbRo1X .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uppWpbRo1X .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uppWpbRo1X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uppWpbRo1X .mbr-section-title {
  color: #232323;
}
.cid-uppWpbRo1X .mbr-text,
.cid-uppWpbRo1X .mbr-section-btn {
  text-align: left;
}
.cid-uppWpbRo1X .item-title {
  text-align: left;
}
.cid-uppWpbRo1X .item-subtitle {
  text-align: center;
}
.cid-uppWpdxR6F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-uppWpdxR6F .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uppWpdxR6F .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uppWpe7ZuR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uppWpe7ZuR .item {
  padding-bottom: 2rem;
}
.cid-uppWpe7ZuR .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uppWpe7ZuR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uppWpe7ZuR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uppWpe7ZuR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uppWpe7ZuR .carousel-control,
.cid-uppWpe7ZuR .close {
  background: #1b1b1b;
}
.cid-uppWpe7ZuR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uppWpe7ZuR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uppWpe7ZuR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uppWpe7ZuR .carousel-control-next span {
  margin-left: 5px;
}
.cid-uppWpe7ZuR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uppWpe7ZuR .close::before {
  content: '\e91a';
}
.cid-uppWpe7ZuR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uppWpe7ZuR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uppWpe7ZuR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppWpe7ZuR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uppWpe7ZuR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uppWpe7ZuR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uppWpe7ZuR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uppWpe7ZuR .carousel-indicators li.active,
.cid-uppWpe7ZuR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uppWpe7ZuR .carousel-indicators li::after,
.cid-uppWpe7ZuR .carousel-indicators li::before {
  content: none;
}
.cid-uppWpe7ZuR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uppWpe7ZuR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uppWpe7ZuR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uppWpe7ZuR .carousel-indicators {
    display: none;
  }
}
.cid-uppWpe7ZuR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uppWpe7ZuR .carousel-inner > .active {
  display: block;
}
.cid-uppWpe7ZuR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppWpe7ZuR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uppWpe7ZuR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uppWpe7ZuR .carousel-control,
  .cid-uppWpe7ZuR .carousel-indicators,
  .cid-uppWpe7ZuR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uppWpe7ZuR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uppWpe7ZuR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uppWpe7ZuR .carousel-indicators .active,
.cid-uppWpe7ZuR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uppWpe7ZuR .carousel-indicators .active {
  background: #fff;
}
.cid-uppWpe7ZuR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uppWpe7ZuR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uppWpe7ZuR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uppWpe7ZuR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uppWpe7ZuR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uppWpe7ZuR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uppWpe7ZuR .carousel {
  width: 100%;
}
.cid-uppWpe7ZuR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uppWpe7ZuR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uppWpe7ZuR .modal.fade .modal-dialog,
.cid-uppWpe7ZuR .modal.in .modal-dialog {
  transform: none;
}
.cid-uppWpe7ZuR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uppWpe7ZuR H6 {
  text-align: center;
}
.cid-uppWpg8Kk3 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uppWpg8Kk3 .video-wrapper iframe {
  width: 100%;
}
.cid-uppWpg8Kk3 .mbr-section-title,
.cid-uppWpg8Kk3 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uppWpg8Kk3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uppWpgYmqP {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uppWpgYmqP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uppWpgYmqP form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uppWpgYmqP form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uppWpgYmqP form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uppWpgYmqP textarea {
  min-height: 10rem;
}
.cid-uppWpgYmqP .mbr-section-subtitle {
  color: #e61717;
}
.cid-uppWphK62g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppWphK62g .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uppWpivpWn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uppWpivpWn .row {
    flex-direction: column-reverse;
  }
  .cid-uppWpivpWn .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uppWpivpWn .google-map {
  height: 100%;
  position: relative;
}
.cid-uppWpivpWn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uppWpivpWn .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-uppWpivpWn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uppWpivpWn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uppWpivpWn .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uppWpivpWn .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uppWpivpWn .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uppWpivpWn .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uppWpivpWn .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uppWpivpWn .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-uppWpkGmuI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uppWpkGmuI .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uppWpkGmuI .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uppWpkGmuI .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uppWpkGmuI .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uppWpkGmuI .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uppWpkGmuI .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uppWpkGmuI .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uppWpkGmuI .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uppWpkGmuI .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uppWpkGmuI .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uppWpkGmuI .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uppWpkGmuI .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uppWpkGmuI .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uppWpkGmuI .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uppWpkGmuI [class^="socicon-"]:before,
.cid-uppWpkGmuI [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uppWplsW5x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-uppWplsW5x .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uppWplsW5x .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uppWplsW5x .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uppWplsW5x .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uppWplsW5x .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uppWplsW5x .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uppWplsW5x .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uppWplsW5x .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uppWplsW5x .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uppWplsW5x .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uppWplsW5x .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uppWplsW5x .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uppWplsW5x .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uppWplsW5x .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uppWplsW5x .media-container-row .mbr-text {
  color: #353535;
}
.cid-uppX0WWUSi {
  z-index: 1000;
  width: 100%;
}
.cid-uppX0WWUSi nav.navbar {
  position: fixed;
}
.cid-uppX0WWUSi .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-uppX0WWUSi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uppX0WWUSi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uppX0WWUSi .dropdown-item:hover,
.cid-uppX0WWUSi .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-uppX0WWUSi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uppX0WWUSi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uppX0WWUSi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uppX0WWUSi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uppX0WWUSi .nav-link {
  position: relative;
}
.cid-uppX0WWUSi .container {
  display: flex;
  margin: auto;
}
.cid-uppX0WWUSi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uppX0WWUSi .dropdown-menu,
.cid-uppX0WWUSi .navbar.opened {
  background: #094e58 !important;
}
.cid-uppX0WWUSi .nav-item:focus,
.cid-uppX0WWUSi .nav-link:focus {
  outline: none;
}
.cid-uppX0WWUSi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uppX0WWUSi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uppX0WWUSi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uppX0WWUSi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uppX0WWUSi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uppX0WWUSi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uppX0WWUSi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-uppX0WWUSi .navbar.opened {
  transition: all 0.3s;
}
.cid-uppX0WWUSi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uppX0WWUSi .navbar .navbar-logo img {
  width: auto;
}
.cid-uppX0WWUSi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uppX0WWUSi .navbar.collapsed {
  justify-content: center;
}
.cid-uppX0WWUSi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uppX0WWUSi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uppX0WWUSi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uppX0WWUSi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uppX0WWUSi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uppX0WWUSi .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-uppX0WWUSi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uppX0WWUSi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uppX0WWUSi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uppX0WWUSi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uppX0WWUSi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uppX0WWUSi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uppX0WWUSi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uppX0WWUSi .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-uppX0WWUSi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uppX0WWUSi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uppX0WWUSi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uppX0WWUSi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uppX0WWUSi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uppX0WWUSi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uppX0WWUSi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uppX0WWUSi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uppX0WWUSi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uppX0WWUSi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uppX0WWUSi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uppX0WWUSi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uppX0WWUSi .dropdown-item.active,
.cid-uppX0WWUSi .dropdown-item:active {
  background-color: transparent;
}
.cid-uppX0WWUSi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uppX0WWUSi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uppX0WWUSi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uppX0WWUSi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-uppX0WWUSi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uppX0WWUSi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uppX0WWUSi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uppX0WWUSi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uppX0WWUSi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uppX0WWUSi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uppX0WWUSi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uppX0WWUSi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppX0WWUSi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppX0WWUSi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uppX0WWUSi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppX0WWUSi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uppX0WWUSi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uppX0WWUSi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppX0WWUSi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uppX0WWUSi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uppX0WWUSi .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-uppX0WWUSi .navbar {
    height: 70px;
  }
  .cid-uppX0WWUSi .navbar.opened {
    height: auto;
  }
  .cid-uppX0WWUSi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uppX0Yv9Zr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-uppX0Yv9Zr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uppX0Yv9Zr .mbr-text,
.cid-uppX0Yv9Zr .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uppX0ZmMYW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppX0ZmMYW img,
.cid-uppX0ZmMYW .item-img {
  width: 100%;
}
.cid-uppX0ZmMYW .item:focus,
.cid-uppX0ZmMYW span:focus {
  outline: none;
}
.cid-uppX0ZmMYW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uppX0ZmMYW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uppX0ZmMYW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uppX0ZmMYW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uppX0ZmMYW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uppX0ZmMYW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uppX0ZmMYW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uppX0ZmMYW .mbr-section-title {
  color: #232323;
}
.cid-uppX0ZmMYW .mbr-text,
.cid-uppX0ZmMYW .mbr-section-btn {
  text-align: left;
}
.cid-uppX0ZmMYW .item-title {
  text-align: left;
}
.cid-uppX0ZmMYW .item-subtitle {
  text-align: center;
}
.cid-uppX10XAD8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-uppX10XAD8 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uppX10XAD8 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uppX11wRsS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uppX11wRsS .item {
  padding-bottom: 2rem;
}
.cid-uppX11wRsS .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uppX11wRsS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uppX11wRsS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uppX11wRsS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uppX11wRsS .carousel-control,
.cid-uppX11wRsS .close {
  background: #1b1b1b;
}
.cid-uppX11wRsS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uppX11wRsS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uppX11wRsS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uppX11wRsS .carousel-control-next span {
  margin-left: 5px;
}
.cid-uppX11wRsS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uppX11wRsS .close::before {
  content: '\e91a';
}
.cid-uppX11wRsS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uppX11wRsS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uppX11wRsS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppX11wRsS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uppX11wRsS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uppX11wRsS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uppX11wRsS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uppX11wRsS .carousel-indicators li.active,
.cid-uppX11wRsS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uppX11wRsS .carousel-indicators li::after,
.cid-uppX11wRsS .carousel-indicators li::before {
  content: none;
}
.cid-uppX11wRsS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uppX11wRsS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uppX11wRsS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uppX11wRsS .carousel-indicators {
    display: none;
  }
}
.cid-uppX11wRsS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uppX11wRsS .carousel-inner > .active {
  display: block;
}
.cid-uppX11wRsS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppX11wRsS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uppX11wRsS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uppX11wRsS .carousel-control,
  .cid-uppX11wRsS .carousel-indicators,
  .cid-uppX11wRsS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uppX11wRsS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uppX11wRsS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uppX11wRsS .carousel-indicators .active,
.cid-uppX11wRsS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uppX11wRsS .carousel-indicators .active {
  background: #fff;
}
.cid-uppX11wRsS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uppX11wRsS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uppX11wRsS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uppX11wRsS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uppX11wRsS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uppX11wRsS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uppX11wRsS .carousel {
  width: 100%;
}
.cid-uppX11wRsS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uppX11wRsS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uppX11wRsS .modal.fade .modal-dialog,
.cid-uppX11wRsS .modal.in .modal-dialog {
  transform: none;
}
.cid-uppX11wRsS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uppX11wRsS H6 {
  text-align: center;
}
.cid-uppX13vfaR {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uppX13vfaR .video-wrapper iframe {
  width: 100%;
}
.cid-uppX13vfaR .mbr-section-title,
.cid-uppX13vfaR .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uppX13vfaR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uppX14uq0K {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uppX14uq0K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uppX14uq0K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uppX14uq0K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uppX14uq0K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uppX14uq0K textarea {
  min-height: 10rem;
}
.cid-uppX14uq0K .mbr-section-subtitle {
  color: #e61717;
}
.cid-uppX15ldiP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppX15ldiP .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uppX15W3Uk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uppX15W3Uk .row {
    flex-direction: column-reverse;
  }
  .cid-uppX15W3Uk .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uppX15W3Uk .google-map {
  height: 100%;
  position: relative;
}
.cid-uppX15W3Uk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uppX15W3Uk .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-uppX15W3Uk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uppX15W3Uk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uppX15W3Uk .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uppX15W3Uk .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uppX15W3Uk .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uppX15W3Uk .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uppX15W3Uk .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uppX15W3Uk .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-uppX18cLt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uppX18cLt2 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uppX18cLt2 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uppX18cLt2 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uppX18cLt2 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uppX18cLt2 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uppX18cLt2 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uppX18cLt2 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uppX18cLt2 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uppX18cLt2 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uppX18cLt2 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uppX18cLt2 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uppX18cLt2 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uppX18cLt2 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uppX18cLt2 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uppX18cLt2 [class^="socicon-"]:before,
.cid-uppX18cLt2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uppX18Ywte {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-uppX18Ywte .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uppX18Ywte .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uppX18Ywte .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uppX18Ywte .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uppX18Ywte .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uppX18Ywte .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uppX18Ywte .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uppX18Ywte .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uppX18Ywte .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uppX18Ywte .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uppX18Ywte .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uppX18Ywte .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uppX18Ywte .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uppX18Ywte .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uppX18Ywte .media-container-row .mbr-text {
  color: #353535;
}
.cid-uppXKkPNK3 {
  z-index: 1000;
  width: 100%;
}
.cid-uppXKkPNK3 nav.navbar {
  position: fixed;
}
.cid-uppXKkPNK3 .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-uppXKkPNK3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uppXKkPNK3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uppXKkPNK3 .dropdown-item:hover,
.cid-uppXKkPNK3 .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-uppXKkPNK3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uppXKkPNK3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uppXKkPNK3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uppXKkPNK3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uppXKkPNK3 .nav-link {
  position: relative;
}
.cid-uppXKkPNK3 .container {
  display: flex;
  margin: auto;
}
.cid-uppXKkPNK3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uppXKkPNK3 .dropdown-menu,
.cid-uppXKkPNK3 .navbar.opened {
  background: #094e58 !important;
}
.cid-uppXKkPNK3 .nav-item:focus,
.cid-uppXKkPNK3 .nav-link:focus {
  outline: none;
}
.cid-uppXKkPNK3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uppXKkPNK3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uppXKkPNK3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uppXKkPNK3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uppXKkPNK3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uppXKkPNK3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uppXKkPNK3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-uppXKkPNK3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uppXKkPNK3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uppXKkPNK3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uppXKkPNK3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uppXKkPNK3 .navbar.collapsed {
  justify-content: center;
}
.cid-uppXKkPNK3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uppXKkPNK3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uppXKkPNK3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uppXKkPNK3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uppXKkPNK3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uppXKkPNK3 .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-uppXKkPNK3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uppXKkPNK3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uppXKkPNK3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uppXKkPNK3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uppXKkPNK3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uppXKkPNK3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uppXKkPNK3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uppXKkPNK3 .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-uppXKkPNK3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uppXKkPNK3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uppXKkPNK3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uppXKkPNK3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uppXKkPNK3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uppXKkPNK3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uppXKkPNK3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uppXKkPNK3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uppXKkPNK3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uppXKkPNK3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uppXKkPNK3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uppXKkPNK3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uppXKkPNK3 .dropdown-item.active,
.cid-uppXKkPNK3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uppXKkPNK3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uppXKkPNK3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uppXKkPNK3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uppXKkPNK3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-uppXKkPNK3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uppXKkPNK3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uppXKkPNK3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uppXKkPNK3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uppXKkPNK3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uppXKkPNK3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uppXKkPNK3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uppXKkPNK3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppXKkPNK3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uppXKkPNK3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uppXKkPNK3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppXKkPNK3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uppXKkPNK3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uppXKkPNK3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uppXKkPNK3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uppXKkPNK3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uppXKkPNK3 .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-uppXKkPNK3 .navbar {
    height: 70px;
  }
  .cid-uppXKkPNK3 .navbar.opened {
    height: auto;
  }
  .cid-uppXKkPNK3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uppXKmKIcH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-uppXKmKIcH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uppXKmKIcH .mbr-text,
.cid-uppXKmKIcH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uppXKodYzY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppXKodYzY img,
.cid-uppXKodYzY .item-img {
  width: 100%;
}
.cid-uppXKodYzY .item:focus,
.cid-uppXKodYzY span:focus {
  outline: none;
}
.cid-uppXKodYzY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uppXKodYzY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uppXKodYzY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uppXKodYzY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uppXKodYzY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uppXKodYzY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uppXKodYzY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uppXKodYzY .mbr-section-title {
  color: #232323;
}
.cid-uppXKodYzY .mbr-text,
.cid-uppXKodYzY .mbr-section-btn {
  text-align: left;
}
.cid-uppXKodYzY .item-title {
  text-align: left;
}
.cid-uppXKodYzY .item-subtitle {
  text-align: center;
}
.cid-uppXKpUM8M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-uppXKpUM8M .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uppXKpUM8M .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uppXKquo9X {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uppXKquo9X .item {
  padding-bottom: 2rem;
}
.cid-uppXKquo9X .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uppXKquo9X .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uppXKquo9X .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uppXKquo9X .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uppXKquo9X .carousel-control,
.cid-uppXKquo9X .close {
  background: #1b1b1b;
}
.cid-uppXKquo9X .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uppXKquo9X .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uppXKquo9X .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uppXKquo9X .carousel-control-next span {
  margin-left: 5px;
}
.cid-uppXKquo9X .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uppXKquo9X .close::before {
  content: '\e91a';
}
.cid-uppXKquo9X .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uppXKquo9X .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uppXKquo9X .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppXKquo9X .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uppXKquo9X .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uppXKquo9X .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uppXKquo9X .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uppXKquo9X .carousel-indicators li.active,
.cid-uppXKquo9X .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uppXKquo9X .carousel-indicators li::after,
.cid-uppXKquo9X .carousel-indicators li::before {
  content: none;
}
.cid-uppXKquo9X .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uppXKquo9X .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uppXKquo9X .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uppXKquo9X .carousel-indicators {
    display: none;
  }
}
.cid-uppXKquo9X .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uppXKquo9X .carousel-inner > .active {
  display: block;
}
.cid-uppXKquo9X .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uppXKquo9X .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uppXKquo9X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uppXKquo9X .carousel-control,
  .cid-uppXKquo9X .carousel-indicators,
  .cid-uppXKquo9X .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uppXKquo9X .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uppXKquo9X .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uppXKquo9X .carousel-indicators .active,
.cid-uppXKquo9X .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uppXKquo9X .carousel-indicators .active {
  background: #fff;
}
.cid-uppXKquo9X .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uppXKquo9X .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uppXKquo9X .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uppXKquo9X .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uppXKquo9X .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uppXKquo9X .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uppXKquo9X .carousel {
  width: 100%;
}
.cid-uppXKquo9X .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uppXKquo9X .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uppXKquo9X .modal.fade .modal-dialog,
.cid-uppXKquo9X .modal.in .modal-dialog {
  transform: none;
}
.cid-uppXKquo9X .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uppXKquo9X H6 {
  text-align: center;
}
.cid-uppXKsCLHE {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uppXKsCLHE .video-wrapper iframe {
  width: 100%;
}
.cid-uppXKsCLHE .mbr-section-title,
.cid-uppXKsCLHE .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uppXKsCLHE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uppXKtt4wS {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uppXKtt4wS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uppXKtt4wS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uppXKtt4wS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uppXKtt4wS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uppXKtt4wS textarea {
  min-height: 10rem;
}
.cid-uppXKtt4wS .mbr-section-subtitle {
  color: #e61717;
}
.cid-uppXKupNhZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uppXKupNhZ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uppXKuY68S {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uppXKuY68S .row {
    flex-direction: column-reverse;
  }
  .cid-uppXKuY68S .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uppXKuY68S .google-map {
  height: 100%;
  position: relative;
}
.cid-uppXKuY68S .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uppXKuY68S .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-uppXKuY68S .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uppXKuY68S .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uppXKuY68S .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uppXKuY68S .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uppXKuY68S .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uppXKuY68S .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uppXKuY68S .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uppXKuY68S .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-uppXKxkTbF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uppXKxkTbF .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uppXKxkTbF .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uppXKxkTbF .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uppXKxkTbF .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uppXKxkTbF .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uppXKxkTbF .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uppXKxkTbF .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uppXKxkTbF .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uppXKxkTbF .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uppXKxkTbF .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uppXKxkTbF .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uppXKxkTbF .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uppXKxkTbF .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uppXKxkTbF .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uppXKxkTbF [class^="socicon-"]:before,
.cid-uppXKxkTbF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uppXKy6vLX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-uppXKy6vLX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uppXKy6vLX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uppXKy6vLX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uppXKy6vLX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uppXKy6vLX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uppXKy6vLX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uppXKy6vLX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uppXKy6vLX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uppXKy6vLX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uppXKy6vLX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uppXKy6vLX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uppXKy6vLX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uppXKy6vLX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uppXKy6vLX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uppXKy6vLX .media-container-row .mbr-text {
  color: #353535;
}
.cid-upq2nR1blB {
  z-index: 1000;
  width: 100%;
}
.cid-upq2nR1blB nav.navbar {
  position: fixed;
}
.cid-upq2nR1blB .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-upq2nR1blB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upq2nR1blB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upq2nR1blB .dropdown-item:hover,
.cid-upq2nR1blB .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upq2nR1blB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upq2nR1blB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upq2nR1blB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upq2nR1blB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upq2nR1blB .nav-link {
  position: relative;
}
.cid-upq2nR1blB .container {
  display: flex;
  margin: auto;
}
.cid-upq2nR1blB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upq2nR1blB .dropdown-menu,
.cid-upq2nR1blB .navbar.opened {
  background: #094e58 !important;
}
.cid-upq2nR1blB .nav-item:focus,
.cid-upq2nR1blB .nav-link:focus {
  outline: none;
}
.cid-upq2nR1blB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upq2nR1blB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upq2nR1blB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upq2nR1blB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upq2nR1blB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upq2nR1blB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upq2nR1blB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upq2nR1blB .navbar.opened {
  transition: all 0.3s;
}
.cid-upq2nR1blB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upq2nR1blB .navbar .navbar-logo img {
  width: auto;
}
.cid-upq2nR1blB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upq2nR1blB .navbar.collapsed {
  justify-content: center;
}
.cid-upq2nR1blB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upq2nR1blB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upq2nR1blB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upq2nR1blB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upq2nR1blB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upq2nR1blB .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-upq2nR1blB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upq2nR1blB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upq2nR1blB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upq2nR1blB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upq2nR1blB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upq2nR1blB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upq2nR1blB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upq2nR1blB .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-upq2nR1blB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upq2nR1blB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upq2nR1blB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upq2nR1blB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upq2nR1blB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upq2nR1blB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upq2nR1blB .navbar.navbar-short {
  min-height: 60px;
}
.cid-upq2nR1blB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upq2nR1blB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upq2nR1blB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upq2nR1blB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upq2nR1blB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upq2nR1blB .dropdown-item.active,
.cid-upq2nR1blB .dropdown-item:active {
  background-color: transparent;
}
.cid-upq2nR1blB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upq2nR1blB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upq2nR1blB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upq2nR1blB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upq2nR1blB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upq2nR1blB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upq2nR1blB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upq2nR1blB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upq2nR1blB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upq2nR1blB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upq2nR1blB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upq2nR1blB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq2nR1blB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq2nR1blB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upq2nR1blB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq2nR1blB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upq2nR1blB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upq2nR1blB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq2nR1blB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upq2nR1blB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upq2nR1blB .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-upq2nR1blB .navbar {
    height: 70px;
  }
  .cid-upq2nR1blB .navbar.opened {
    height: auto;
  }
  .cid-upq2nR1blB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upq2nSyumu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upq2nSyumu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upq2nSyumu .mbr-text,
.cid-upq2nSyumu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upq2nTIaht {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq2nTIaht img,
.cid-upq2nTIaht .item-img {
  width: 100%;
}
.cid-upq2nTIaht .item:focus,
.cid-upq2nTIaht span:focus {
  outline: none;
}
.cid-upq2nTIaht .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upq2nTIaht .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upq2nTIaht .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upq2nTIaht .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upq2nTIaht .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upq2nTIaht .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upq2nTIaht .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upq2nTIaht .mbr-section-title {
  color: #232323;
}
.cid-upq2nTIaht .mbr-text,
.cid-upq2nTIaht .mbr-section-btn {
  text-align: left;
}
.cid-upq2nTIaht .item-title {
  text-align: left;
}
.cid-upq2nTIaht .item-subtitle {
  text-align: center;
}
.cid-upq2nVbQIP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upq2nVbQIP .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upq2nVbQIP .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upq2nVJurA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upq2nVJurA .item {
  padding-bottom: 2rem;
}
.cid-upq2nVJurA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upq2nVJurA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upq2nVJurA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upq2nVJurA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upq2nVJurA .carousel-control,
.cid-upq2nVJurA .close {
  background: #1b1b1b;
}
.cid-upq2nVJurA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upq2nVJurA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upq2nVJurA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upq2nVJurA .carousel-control-next span {
  margin-left: 5px;
}
.cid-upq2nVJurA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upq2nVJurA .close::before {
  content: '\e91a';
}
.cid-upq2nVJurA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upq2nVJurA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upq2nVJurA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq2nVJurA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upq2nVJurA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upq2nVJurA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upq2nVJurA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upq2nVJurA .carousel-indicators li.active,
.cid-upq2nVJurA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upq2nVJurA .carousel-indicators li::after,
.cid-upq2nVJurA .carousel-indicators li::before {
  content: none;
}
.cid-upq2nVJurA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upq2nVJurA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upq2nVJurA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upq2nVJurA .carousel-indicators {
    display: none;
  }
}
.cid-upq2nVJurA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upq2nVJurA .carousel-inner > .active {
  display: block;
}
.cid-upq2nVJurA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq2nVJurA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upq2nVJurA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upq2nVJurA .carousel-control,
  .cid-upq2nVJurA .carousel-indicators,
  .cid-upq2nVJurA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upq2nVJurA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upq2nVJurA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upq2nVJurA .carousel-indicators .active,
.cid-upq2nVJurA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upq2nVJurA .carousel-indicators .active {
  background: #fff;
}
.cid-upq2nVJurA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upq2nVJurA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upq2nVJurA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upq2nVJurA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upq2nVJurA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upq2nVJurA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upq2nVJurA .carousel {
  width: 100%;
}
.cid-upq2nVJurA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upq2nVJurA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upq2nVJurA .modal.fade .modal-dialog,
.cid-upq2nVJurA .modal.in .modal-dialog {
  transform: none;
}
.cid-upq2nVJurA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upq2nVJurA H6 {
  text-align: center;
}
.cid-upq2nXP9m4 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upq2nXP9m4 .video-wrapper iframe {
  width: 100%;
}
.cid-upq2nXP9m4 .mbr-section-title,
.cid-upq2nXP9m4 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upq2nXP9m4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-upq2nYE6M9 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upq2nYE6M9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upq2nYE6M9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upq2nYE6M9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upq2nYE6M9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upq2nYE6M9 textarea {
  min-height: 10rem;
}
.cid-upq2nYE6M9 .mbr-section-subtitle {
  color: #e61717;
}
.cid-upq2nZqkUA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq2nZqkUA .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upq2o053MQ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upq2o053MQ .row {
    flex-direction: column-reverse;
  }
  .cid-upq2o053MQ .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upq2o053MQ .google-map {
  height: 100%;
  position: relative;
}
.cid-upq2o053MQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upq2o053MQ .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-upq2o053MQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upq2o053MQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upq2o053MQ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upq2o053MQ .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upq2o053MQ .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upq2o053MQ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upq2o053MQ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upq2o053MQ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upq2o2LjLq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upq2o2LjLq .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upq2o2LjLq .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upq2o2LjLq .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upq2o2LjLq .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upq2o2LjLq .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upq2o2LjLq .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upq2o2LjLq .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upq2o2LjLq .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upq2o2LjLq .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upq2o2LjLq .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upq2o2LjLq .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upq2o2LjLq .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upq2o2LjLq .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upq2o2LjLq .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upq2o2LjLq [class^="socicon-"]:before,
.cid-upq2o2LjLq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upq2o3wRtB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upq2o3wRtB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upq2o3wRtB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upq2o3wRtB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upq2o3wRtB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upq2o3wRtB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upq2o3wRtB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upq2o3wRtB .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upq2o3wRtB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upq2o3wRtB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upq2o3wRtB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upq2o3wRtB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upq2o3wRtB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upq2o3wRtB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upq2o3wRtB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upq2o3wRtB .media-container-row .mbr-text {
  color: #353535;
}
.cid-upq34VMU2H {
  z-index: 1000;
  width: 100%;
}
.cid-upq34VMU2H nav.navbar {
  position: fixed;
}
.cid-upq34VMU2H .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-upq34VMU2H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upq34VMU2H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upq34VMU2H .dropdown-item:hover,
.cid-upq34VMU2H .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upq34VMU2H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upq34VMU2H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upq34VMU2H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upq34VMU2H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upq34VMU2H .nav-link {
  position: relative;
}
.cid-upq34VMU2H .container {
  display: flex;
  margin: auto;
}
.cid-upq34VMU2H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upq34VMU2H .dropdown-menu,
.cid-upq34VMU2H .navbar.opened {
  background: #094e58 !important;
}
.cid-upq34VMU2H .nav-item:focus,
.cid-upq34VMU2H .nav-link:focus {
  outline: none;
}
.cid-upq34VMU2H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upq34VMU2H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upq34VMU2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upq34VMU2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upq34VMU2H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upq34VMU2H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upq34VMU2H .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upq34VMU2H .navbar.opened {
  transition: all 0.3s;
}
.cid-upq34VMU2H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upq34VMU2H .navbar .navbar-logo img {
  width: auto;
}
.cid-upq34VMU2H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upq34VMU2H .navbar.collapsed {
  justify-content: center;
}
.cid-upq34VMU2H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upq34VMU2H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upq34VMU2H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upq34VMU2H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upq34VMU2H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upq34VMU2H .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-upq34VMU2H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upq34VMU2H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upq34VMU2H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upq34VMU2H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upq34VMU2H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upq34VMU2H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upq34VMU2H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upq34VMU2H .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-upq34VMU2H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upq34VMU2H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upq34VMU2H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upq34VMU2H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upq34VMU2H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upq34VMU2H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upq34VMU2H .navbar.navbar-short {
  min-height: 60px;
}
.cid-upq34VMU2H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upq34VMU2H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upq34VMU2H .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upq34VMU2H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upq34VMU2H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upq34VMU2H .dropdown-item.active,
.cid-upq34VMU2H .dropdown-item:active {
  background-color: transparent;
}
.cid-upq34VMU2H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upq34VMU2H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upq34VMU2H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upq34VMU2H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upq34VMU2H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upq34VMU2H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upq34VMU2H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upq34VMU2H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upq34VMU2H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upq34VMU2H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upq34VMU2H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upq34VMU2H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq34VMU2H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq34VMU2H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upq34VMU2H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq34VMU2H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upq34VMU2H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upq34VMU2H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq34VMU2H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upq34VMU2H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upq34VMU2H .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-upq34VMU2H .navbar {
    height: 70px;
  }
  .cid-upq34VMU2H .navbar.opened {
    height: auto;
  }
  .cid-upq34VMU2H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upq34YD3sA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upq34YD3sA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upq34YD3sA .mbr-text,
.cid-upq34YD3sA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upq34ZFZaT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq34ZFZaT img,
.cid-upq34ZFZaT .item-img {
  width: 100%;
}
.cid-upq34ZFZaT .item:focus,
.cid-upq34ZFZaT span:focus {
  outline: none;
}
.cid-upq34ZFZaT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upq34ZFZaT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upq34ZFZaT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upq34ZFZaT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upq34ZFZaT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upq34ZFZaT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upq34ZFZaT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upq34ZFZaT .mbr-section-title {
  color: #232323;
}
.cid-upq34ZFZaT .mbr-text,
.cid-upq34ZFZaT .mbr-section-btn {
  text-align: left;
}
.cid-upq34ZFZaT .item-title {
  text-align: left;
}
.cid-upq34ZFZaT .item-subtitle {
  text-align: center;
}
.cid-upq351peLI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upq351peLI .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upq351peLI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upq3527wvV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upq3527wvV .item {
  padding-bottom: 2rem;
}
.cid-upq3527wvV .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upq3527wvV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upq3527wvV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upq3527wvV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upq3527wvV .carousel-control,
.cid-upq3527wvV .close {
  background: #1b1b1b;
}
.cid-upq3527wvV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upq3527wvV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upq3527wvV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upq3527wvV .carousel-control-next span {
  margin-left: 5px;
}
.cid-upq3527wvV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upq3527wvV .close::before {
  content: '\e91a';
}
.cid-upq3527wvV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upq3527wvV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upq3527wvV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq3527wvV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upq3527wvV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upq3527wvV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upq3527wvV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upq3527wvV .carousel-indicators li.active,
.cid-upq3527wvV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upq3527wvV .carousel-indicators li::after,
.cid-upq3527wvV .carousel-indicators li::before {
  content: none;
}
.cid-upq3527wvV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upq3527wvV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upq3527wvV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upq3527wvV .carousel-indicators {
    display: none;
  }
}
.cid-upq3527wvV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upq3527wvV .carousel-inner > .active {
  display: block;
}
.cid-upq3527wvV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq3527wvV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upq3527wvV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upq3527wvV .carousel-control,
  .cid-upq3527wvV .carousel-indicators,
  .cid-upq3527wvV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upq3527wvV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upq3527wvV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upq3527wvV .carousel-indicators .active,
.cid-upq3527wvV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upq3527wvV .carousel-indicators .active {
  background: #fff;
}
.cid-upq3527wvV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upq3527wvV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upq3527wvV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upq3527wvV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upq3527wvV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upq3527wvV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upq3527wvV .carousel {
  width: 100%;
}
.cid-upq3527wvV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upq3527wvV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upq3527wvV .modal.fade .modal-dialog,
.cid-upq3527wvV .modal.in .modal-dialog {
  transform: none;
}
.cid-upq3527wvV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upq3527wvV H6 {
  text-align: center;
}
.cid-upq355nfEk {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upq355nfEk .video-wrapper iframe {
  width: 100%;
}
.cid-upq355nfEk .mbr-section-title,
.cid-upq355nfEk .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upq355nfEk .text-wrapper {
    padding: 2rem;
  }
}
.cid-upq356eU2t {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upq356eU2t .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upq356eU2t form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upq356eU2t form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upq356eU2t form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upq356eU2t textarea {
  min-height: 10rem;
}
.cid-upq356eU2t .mbr-section-subtitle {
  color: #e61717;
}
.cid-upq35708H4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq35708H4 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upq357zsKJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upq357zsKJ .row {
    flex-direction: column-reverse;
  }
  .cid-upq357zsKJ .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upq357zsKJ .google-map {
  height: 100%;
  position: relative;
}
.cid-upq357zsKJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upq357zsKJ .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-upq357zsKJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upq357zsKJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upq357zsKJ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upq357zsKJ .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upq357zsKJ .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upq357zsKJ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upq357zsKJ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upq357zsKJ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upq359QGMm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upq359QGMm .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upq359QGMm .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upq359QGMm .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upq359QGMm .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upq359QGMm .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upq359QGMm .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upq359QGMm .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upq359QGMm .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upq359QGMm .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upq359QGMm .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upq359QGMm .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upq359QGMm .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upq359QGMm .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upq359QGMm .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upq359QGMm [class^="socicon-"]:before,
.cid-upq359QGMm [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upq35aBMoe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upq35aBMoe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upq35aBMoe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upq35aBMoe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upq35aBMoe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upq35aBMoe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upq35aBMoe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upq35aBMoe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upq35aBMoe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upq35aBMoe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upq35aBMoe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upq35aBMoe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upq35aBMoe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upq35aBMoe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upq35aBMoe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upq35aBMoe .media-container-row .mbr-text {
  color: #353535;
}
.cid-upq3KHwGjH {
  z-index: 1000;
  width: 100%;
}
.cid-upq3KHwGjH nav.navbar {
  position: fixed;
}
.cid-upq3KHwGjH .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-upq3KHwGjH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upq3KHwGjH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upq3KHwGjH .dropdown-item:hover,
.cid-upq3KHwGjH .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upq3KHwGjH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upq3KHwGjH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upq3KHwGjH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upq3KHwGjH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upq3KHwGjH .nav-link {
  position: relative;
}
.cid-upq3KHwGjH .container {
  display: flex;
  margin: auto;
}
.cid-upq3KHwGjH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upq3KHwGjH .dropdown-menu,
.cid-upq3KHwGjH .navbar.opened {
  background: #094e58 !important;
}
.cid-upq3KHwGjH .nav-item:focus,
.cid-upq3KHwGjH .nav-link:focus {
  outline: none;
}
.cid-upq3KHwGjH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upq3KHwGjH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upq3KHwGjH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upq3KHwGjH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upq3KHwGjH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upq3KHwGjH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upq3KHwGjH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upq3KHwGjH .navbar.opened {
  transition: all 0.3s;
}
.cid-upq3KHwGjH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upq3KHwGjH .navbar .navbar-logo img {
  width: auto;
}
.cid-upq3KHwGjH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upq3KHwGjH .navbar.collapsed {
  justify-content: center;
}
.cid-upq3KHwGjH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upq3KHwGjH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upq3KHwGjH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upq3KHwGjH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upq3KHwGjH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upq3KHwGjH .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-upq3KHwGjH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upq3KHwGjH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upq3KHwGjH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upq3KHwGjH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upq3KHwGjH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upq3KHwGjH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upq3KHwGjH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upq3KHwGjH .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-upq3KHwGjH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upq3KHwGjH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upq3KHwGjH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upq3KHwGjH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upq3KHwGjH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upq3KHwGjH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upq3KHwGjH .navbar.navbar-short {
  min-height: 60px;
}
.cid-upq3KHwGjH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upq3KHwGjH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upq3KHwGjH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upq3KHwGjH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upq3KHwGjH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upq3KHwGjH .dropdown-item.active,
.cid-upq3KHwGjH .dropdown-item:active {
  background-color: transparent;
}
.cid-upq3KHwGjH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upq3KHwGjH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upq3KHwGjH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upq3KHwGjH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upq3KHwGjH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upq3KHwGjH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upq3KHwGjH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upq3KHwGjH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upq3KHwGjH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upq3KHwGjH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upq3KHwGjH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upq3KHwGjH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq3KHwGjH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq3KHwGjH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upq3KHwGjH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq3KHwGjH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upq3KHwGjH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upq3KHwGjH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq3KHwGjH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upq3KHwGjH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upq3KHwGjH .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-upq3KHwGjH .navbar {
    height: 70px;
  }
  .cid-upq3KHwGjH .navbar.opened {
    height: auto;
  }
  .cid-upq3KHwGjH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upq3KKnYAY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upq3KKnYAY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upq3KKnYAY .mbr-text,
.cid-upq3KKnYAY .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upq3KLsfjw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq3KLsfjw img,
.cid-upq3KLsfjw .item-img {
  width: 100%;
}
.cid-upq3KLsfjw .item:focus,
.cid-upq3KLsfjw span:focus {
  outline: none;
}
.cid-upq3KLsfjw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upq3KLsfjw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upq3KLsfjw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upq3KLsfjw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upq3KLsfjw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upq3KLsfjw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upq3KLsfjw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upq3KLsfjw .mbr-section-title {
  color: #232323;
}
.cid-upq3KLsfjw .mbr-text,
.cid-upq3KLsfjw .mbr-section-btn {
  text-align: left;
}
.cid-upq3KLsfjw .item-title {
  text-align: left;
}
.cid-upq3KLsfjw .item-subtitle {
  text-align: center;
}
.cid-upq3KNchlg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upq3KNchlg .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upq3KNchlg .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upq3KNU7gv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upq3KNU7gv .item {
  padding-bottom: 2rem;
}
.cid-upq3KNU7gv .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upq3KNU7gv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upq3KNU7gv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upq3KNU7gv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upq3KNU7gv .carousel-control,
.cid-upq3KNU7gv .close {
  background: #1b1b1b;
}
.cid-upq3KNU7gv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upq3KNU7gv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upq3KNU7gv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upq3KNU7gv .carousel-control-next span {
  margin-left: 5px;
}
.cid-upq3KNU7gv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upq3KNU7gv .close::before {
  content: '\e91a';
}
.cid-upq3KNU7gv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upq3KNU7gv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upq3KNU7gv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq3KNU7gv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upq3KNU7gv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upq3KNU7gv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upq3KNU7gv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upq3KNU7gv .carousel-indicators li.active,
.cid-upq3KNU7gv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upq3KNU7gv .carousel-indicators li::after,
.cid-upq3KNU7gv .carousel-indicators li::before {
  content: none;
}
.cid-upq3KNU7gv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upq3KNU7gv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upq3KNU7gv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upq3KNU7gv .carousel-indicators {
    display: none;
  }
}
.cid-upq3KNU7gv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upq3KNU7gv .carousel-inner > .active {
  display: block;
}
.cid-upq3KNU7gv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq3KNU7gv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upq3KNU7gv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upq3KNU7gv .carousel-control,
  .cid-upq3KNU7gv .carousel-indicators,
  .cid-upq3KNU7gv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upq3KNU7gv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upq3KNU7gv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upq3KNU7gv .carousel-indicators .active,
.cid-upq3KNU7gv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upq3KNU7gv .carousel-indicators .active {
  background: #fff;
}
.cid-upq3KNU7gv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upq3KNU7gv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upq3KNU7gv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upq3KNU7gv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upq3KNU7gv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upq3KNU7gv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upq3KNU7gv .carousel {
  width: 100%;
}
.cid-upq3KNU7gv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upq3KNU7gv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upq3KNU7gv .modal.fade .modal-dialog,
.cid-upq3KNU7gv .modal.in .modal-dialog {
  transform: none;
}
.cid-upq3KNU7gv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upq3KNU7gv H6 {
  text-align: center;
}
.cid-upq3KQVY5B {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upq3KQVY5B .video-wrapper iframe {
  width: 100%;
}
.cid-upq3KQVY5B .mbr-section-title,
.cid-upq3KQVY5B .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upq3KQVY5B .text-wrapper {
    padding: 2rem;
  }
}
.cid-upq3KRLcqf {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upq3KRLcqf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upq3KRLcqf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upq3KRLcqf form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upq3KRLcqf form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upq3KRLcqf textarea {
  min-height: 10rem;
}
.cid-upq3KRLcqf .mbr-section-subtitle {
  color: #e61717;
}
.cid-upq3KSwXyV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq3KSwXyV .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upq3KT4bpD {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upq3KT4bpD .row {
    flex-direction: column-reverse;
  }
  .cid-upq3KT4bpD .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upq3KT4bpD .google-map {
  height: 100%;
  position: relative;
}
.cid-upq3KT4bpD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upq3KT4bpD .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-upq3KT4bpD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upq3KT4bpD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upq3KT4bpD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upq3KT4bpD .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upq3KT4bpD .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upq3KT4bpD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upq3KT4bpD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upq3KT4bpD .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upq3KV9i8g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upq3KV9i8g .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upq3KV9i8g .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upq3KV9i8g .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upq3KV9i8g .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upq3KV9i8g .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upq3KV9i8g .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upq3KV9i8g .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upq3KV9i8g .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upq3KV9i8g .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upq3KV9i8g .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upq3KV9i8g .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upq3KV9i8g .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upq3KV9i8g .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upq3KV9i8g .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upq3KV9i8g [class^="socicon-"]:before,
.cid-upq3KV9i8g [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upq3KVYe2x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upq3KVYe2x .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upq3KVYe2x .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upq3KVYe2x .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upq3KVYe2x .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upq3KVYe2x .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upq3KVYe2x .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upq3KVYe2x .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upq3KVYe2x .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upq3KVYe2x .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upq3KVYe2x .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upq3KVYe2x .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upq3KVYe2x .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upq3KVYe2x .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upq3KVYe2x .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upq3KVYe2x .media-container-row .mbr-text {
  color: #353535;
}
.cid-upq4iOIa1n {
  z-index: 1000;
  width: 100%;
}
.cid-upq4iOIa1n nav.navbar {
  position: fixed;
}
.cid-upq4iOIa1n .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-upq4iOIa1n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upq4iOIa1n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upq4iOIa1n .dropdown-item:hover,
.cid-upq4iOIa1n .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upq4iOIa1n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upq4iOIa1n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upq4iOIa1n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upq4iOIa1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upq4iOIa1n .nav-link {
  position: relative;
}
.cid-upq4iOIa1n .container {
  display: flex;
  margin: auto;
}
.cid-upq4iOIa1n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upq4iOIa1n .dropdown-menu,
.cid-upq4iOIa1n .navbar.opened {
  background: #094e58 !important;
}
.cid-upq4iOIa1n .nav-item:focus,
.cid-upq4iOIa1n .nav-link:focus {
  outline: none;
}
.cid-upq4iOIa1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upq4iOIa1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upq4iOIa1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upq4iOIa1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upq4iOIa1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upq4iOIa1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upq4iOIa1n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upq4iOIa1n .navbar.opened {
  transition: all 0.3s;
}
.cid-upq4iOIa1n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upq4iOIa1n .navbar .navbar-logo img {
  width: auto;
}
.cid-upq4iOIa1n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upq4iOIa1n .navbar.collapsed {
  justify-content: center;
}
.cid-upq4iOIa1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upq4iOIa1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upq4iOIa1n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upq4iOIa1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upq4iOIa1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upq4iOIa1n .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-upq4iOIa1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upq4iOIa1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upq4iOIa1n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upq4iOIa1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upq4iOIa1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upq4iOIa1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upq4iOIa1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upq4iOIa1n .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-upq4iOIa1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upq4iOIa1n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upq4iOIa1n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upq4iOIa1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upq4iOIa1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upq4iOIa1n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upq4iOIa1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-upq4iOIa1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upq4iOIa1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upq4iOIa1n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upq4iOIa1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upq4iOIa1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upq4iOIa1n .dropdown-item.active,
.cid-upq4iOIa1n .dropdown-item:active {
  background-color: transparent;
}
.cid-upq4iOIa1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upq4iOIa1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upq4iOIa1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upq4iOIa1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upq4iOIa1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upq4iOIa1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upq4iOIa1n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upq4iOIa1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upq4iOIa1n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upq4iOIa1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upq4iOIa1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upq4iOIa1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq4iOIa1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq4iOIa1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upq4iOIa1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq4iOIa1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upq4iOIa1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upq4iOIa1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq4iOIa1n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upq4iOIa1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upq4iOIa1n .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-upq4iOIa1n .navbar {
    height: 70px;
  }
  .cid-upq4iOIa1n .navbar.opened {
    height: auto;
  }
  .cid-upq4iOIa1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upq4iQrP5W {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upq4iQrP5W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upq4iQrP5W .mbr-text,
.cid-upq4iQrP5W .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upq4iRgSKR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq4iRgSKR img,
.cid-upq4iRgSKR .item-img {
  width: 100%;
}
.cid-upq4iRgSKR .item:focus,
.cid-upq4iRgSKR span:focus {
  outline: none;
}
.cid-upq4iRgSKR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upq4iRgSKR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upq4iRgSKR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upq4iRgSKR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upq4iRgSKR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upq4iRgSKR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upq4iRgSKR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upq4iRgSKR .mbr-section-title {
  color: #232323;
}
.cid-upq4iRgSKR .mbr-text,
.cid-upq4iRgSKR .mbr-section-btn {
  text-align: left;
}
.cid-upq4iRgSKR .item-title {
  text-align: left;
}
.cid-upq4iRgSKR .item-subtitle {
  text-align: center;
}
.cid-upq4iSETk5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upq4iSETk5 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upq4iSETk5 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upq4iTbZHs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upq4iTbZHs .item {
  padding-bottom: 2rem;
}
.cid-upq4iTbZHs .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upq4iTbZHs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upq4iTbZHs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upq4iTbZHs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upq4iTbZHs .carousel-control,
.cid-upq4iTbZHs .close {
  background: #1b1b1b;
}
.cid-upq4iTbZHs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upq4iTbZHs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upq4iTbZHs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upq4iTbZHs .carousel-control-next span {
  margin-left: 5px;
}
.cid-upq4iTbZHs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upq4iTbZHs .close::before {
  content: '\e91a';
}
.cid-upq4iTbZHs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upq4iTbZHs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upq4iTbZHs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq4iTbZHs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upq4iTbZHs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upq4iTbZHs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upq4iTbZHs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upq4iTbZHs .carousel-indicators li.active,
.cid-upq4iTbZHs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upq4iTbZHs .carousel-indicators li::after,
.cid-upq4iTbZHs .carousel-indicators li::before {
  content: none;
}
.cid-upq4iTbZHs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upq4iTbZHs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upq4iTbZHs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upq4iTbZHs .carousel-indicators {
    display: none;
  }
}
.cid-upq4iTbZHs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upq4iTbZHs .carousel-inner > .active {
  display: block;
}
.cid-upq4iTbZHs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq4iTbZHs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upq4iTbZHs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upq4iTbZHs .carousel-control,
  .cid-upq4iTbZHs .carousel-indicators,
  .cid-upq4iTbZHs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upq4iTbZHs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upq4iTbZHs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upq4iTbZHs .carousel-indicators .active,
.cid-upq4iTbZHs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upq4iTbZHs .carousel-indicators .active {
  background: #fff;
}
.cid-upq4iTbZHs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upq4iTbZHs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upq4iTbZHs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upq4iTbZHs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upq4iTbZHs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upq4iTbZHs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upq4iTbZHs .carousel {
  width: 100%;
}
.cid-upq4iTbZHs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upq4iTbZHs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upq4iTbZHs .modal.fade .modal-dialog,
.cid-upq4iTbZHs .modal.in .modal-dialog {
  transform: none;
}
.cid-upq4iTbZHs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upq4iTbZHs H6 {
  text-align: center;
}
.cid-upq4iV4J4K {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upq4iV4J4K .video-wrapper iframe {
  width: 100%;
}
.cid-upq4iV4J4K .mbr-section-title,
.cid-upq4iV4J4K .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upq4iV4J4K .text-wrapper {
    padding: 2rem;
  }
}
.cid-upq4iVVHra {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upq4iVVHra .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upq4iVVHra form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upq4iVVHra form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upq4iVVHra form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upq4iVVHra textarea {
  min-height: 10rem;
}
.cid-upq4iVVHra .mbr-section-subtitle {
  color: #e61717;
}
.cid-upq4iWHFu5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq4iWHFu5 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upq4iXfKDt {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upq4iXfKDt .row {
    flex-direction: column-reverse;
  }
  .cid-upq4iXfKDt .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upq4iXfKDt .google-map {
  height: 100%;
  position: relative;
}
.cid-upq4iXfKDt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upq4iXfKDt .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-upq4iXfKDt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upq4iXfKDt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upq4iXfKDt .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upq4iXfKDt .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upq4iXfKDt .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upq4iXfKDt .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upq4iXfKDt .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upq4iXfKDt .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upq4iZlz3W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upq4iZlz3W .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upq4iZlz3W .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upq4iZlz3W .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upq4iZlz3W .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upq4iZlz3W .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upq4iZlz3W .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upq4iZlz3W .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upq4iZlz3W .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upq4iZlz3W .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upq4iZlz3W .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upq4iZlz3W .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upq4iZlz3W .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upq4iZlz3W .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upq4iZlz3W .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upq4iZlz3W [class^="socicon-"]:before,
.cid-upq4iZlz3W [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upq4j04yg1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upq4j04yg1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upq4j04yg1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upq4j04yg1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upq4j04yg1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upq4j04yg1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upq4j04yg1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upq4j04yg1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upq4j04yg1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upq4j04yg1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upq4j04yg1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upq4j04yg1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upq4j04yg1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upq4j04yg1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upq4j04yg1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upq4j04yg1 .media-container-row .mbr-text {
  color: #353535;
}
.cid-upq4QxQdfe {
  z-index: 1000;
  width: 100%;
}
.cid-upq4QxQdfe nav.navbar {
  position: fixed;
}
.cid-upq4QxQdfe .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-upq4QxQdfe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upq4QxQdfe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upq4QxQdfe .dropdown-item:hover,
.cid-upq4QxQdfe .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upq4QxQdfe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upq4QxQdfe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upq4QxQdfe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upq4QxQdfe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upq4QxQdfe .nav-link {
  position: relative;
}
.cid-upq4QxQdfe .container {
  display: flex;
  margin: auto;
}
.cid-upq4QxQdfe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upq4QxQdfe .dropdown-menu,
.cid-upq4QxQdfe .navbar.opened {
  background: #094e58 !important;
}
.cid-upq4QxQdfe .nav-item:focus,
.cid-upq4QxQdfe .nav-link:focus {
  outline: none;
}
.cid-upq4QxQdfe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upq4QxQdfe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upq4QxQdfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upq4QxQdfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upq4QxQdfe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upq4QxQdfe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upq4QxQdfe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upq4QxQdfe .navbar.opened {
  transition: all 0.3s;
}
.cid-upq4QxQdfe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upq4QxQdfe .navbar .navbar-logo img {
  width: auto;
}
.cid-upq4QxQdfe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upq4QxQdfe .navbar.collapsed {
  justify-content: center;
}
.cid-upq4QxQdfe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upq4QxQdfe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upq4QxQdfe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upq4QxQdfe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upq4QxQdfe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upq4QxQdfe .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-upq4QxQdfe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upq4QxQdfe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upq4QxQdfe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upq4QxQdfe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upq4QxQdfe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upq4QxQdfe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upq4QxQdfe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upq4QxQdfe .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-upq4QxQdfe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upq4QxQdfe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upq4QxQdfe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upq4QxQdfe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upq4QxQdfe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upq4QxQdfe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upq4QxQdfe .navbar.navbar-short {
  min-height: 60px;
}
.cid-upq4QxQdfe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upq4QxQdfe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upq4QxQdfe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upq4QxQdfe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upq4QxQdfe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upq4QxQdfe .dropdown-item.active,
.cid-upq4QxQdfe .dropdown-item:active {
  background-color: transparent;
}
.cid-upq4QxQdfe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upq4QxQdfe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upq4QxQdfe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upq4QxQdfe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upq4QxQdfe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upq4QxQdfe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upq4QxQdfe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upq4QxQdfe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upq4QxQdfe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upq4QxQdfe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upq4QxQdfe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upq4QxQdfe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq4QxQdfe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq4QxQdfe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upq4QxQdfe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq4QxQdfe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upq4QxQdfe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upq4QxQdfe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq4QxQdfe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upq4QxQdfe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upq4QxQdfe .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-upq4QxQdfe .navbar {
    height: 70px;
  }
  .cid-upq4QxQdfe .navbar.opened {
    height: auto;
  }
  .cid-upq4QxQdfe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upq4Qzhuh2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upq4Qzhuh2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upq4Qzhuh2 .mbr-text,
.cid-upq4Qzhuh2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upq4QA7pg0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq4QA7pg0 img,
.cid-upq4QA7pg0 .item-img {
  width: 100%;
}
.cid-upq4QA7pg0 .item:focus,
.cid-upq4QA7pg0 span:focus {
  outline: none;
}
.cid-upq4QA7pg0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upq4QA7pg0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upq4QA7pg0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upq4QA7pg0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upq4QA7pg0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upq4QA7pg0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upq4QA7pg0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upq4QA7pg0 .mbr-section-title {
  color: #232323;
}
.cid-upq4QA7pg0 .mbr-text,
.cid-upq4QA7pg0 .mbr-section-btn {
  text-align: left;
}
.cid-upq4QA7pg0 .item-title {
  text-align: left;
}
.cid-upq4QA7pg0 .item-subtitle {
  text-align: center;
}
.cid-upq4QBvulJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upq4QBvulJ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upq4QBvulJ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upq4QC3Z8m {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upq4QC3Z8m .item {
  padding-bottom: 2rem;
}
.cid-upq4QC3Z8m .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upq4QC3Z8m .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upq4QC3Z8m .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upq4QC3Z8m .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upq4QC3Z8m .carousel-control,
.cid-upq4QC3Z8m .close {
  background: #1b1b1b;
}
.cid-upq4QC3Z8m .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upq4QC3Z8m .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upq4QC3Z8m .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upq4QC3Z8m .carousel-control-next span {
  margin-left: 5px;
}
.cid-upq4QC3Z8m .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upq4QC3Z8m .close::before {
  content: '\e91a';
}
.cid-upq4QC3Z8m .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upq4QC3Z8m .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upq4QC3Z8m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq4QC3Z8m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upq4QC3Z8m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upq4QC3Z8m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upq4QC3Z8m .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upq4QC3Z8m .carousel-indicators li.active,
.cid-upq4QC3Z8m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upq4QC3Z8m .carousel-indicators li::after,
.cid-upq4QC3Z8m .carousel-indicators li::before {
  content: none;
}
.cid-upq4QC3Z8m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upq4QC3Z8m .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upq4QC3Z8m .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upq4QC3Z8m .carousel-indicators {
    display: none;
  }
}
.cid-upq4QC3Z8m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upq4QC3Z8m .carousel-inner > .active {
  display: block;
}
.cid-upq4QC3Z8m .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq4QC3Z8m .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upq4QC3Z8m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upq4QC3Z8m .carousel-control,
  .cid-upq4QC3Z8m .carousel-indicators,
  .cid-upq4QC3Z8m .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upq4QC3Z8m .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upq4QC3Z8m .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upq4QC3Z8m .carousel-indicators .active,
.cid-upq4QC3Z8m .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upq4QC3Z8m .carousel-indicators .active {
  background: #fff;
}
.cid-upq4QC3Z8m .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upq4QC3Z8m .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upq4QC3Z8m .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upq4QC3Z8m .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upq4QC3Z8m .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upq4QC3Z8m .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upq4QC3Z8m .carousel {
  width: 100%;
}
.cid-upq4QC3Z8m .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upq4QC3Z8m .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upq4QC3Z8m .modal.fade .modal-dialog,
.cid-upq4QC3Z8m .modal.in .modal-dialog {
  transform: none;
}
.cid-upq4QC3Z8m .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upq4QC3Z8m H6 {
  text-align: center;
}
.cid-upq4QE8qJv {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upq4QE8qJv .video-wrapper iframe {
  width: 100%;
}
.cid-upq4QE8qJv .mbr-section-title,
.cid-upq4QE8qJv .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upq4QE8qJv .text-wrapper {
    padding: 2rem;
  }
}
.cid-upq4QEY2JX {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upq4QEY2JX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upq4QEY2JX form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upq4QEY2JX form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upq4QEY2JX form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upq4QEY2JX textarea {
  min-height: 10rem;
}
.cid-upq4QEY2JX .mbr-section-subtitle {
  color: #e61717;
}
.cid-upq4QFKwEV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq4QFKwEV .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upq4QGnKRn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upq4QGnKRn .row {
    flex-direction: column-reverse;
  }
  .cid-upq4QGnKRn .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upq4QGnKRn .google-map {
  height: 100%;
  position: relative;
}
.cid-upq4QGnKRn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upq4QGnKRn .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-upq4QGnKRn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upq4QGnKRn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upq4QGnKRn .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upq4QGnKRn .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upq4QGnKRn .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upq4QGnKRn .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upq4QGnKRn .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upq4QGnKRn .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upq4QIu8Kf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upq4QIu8Kf .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upq4QIu8Kf .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upq4QIu8Kf .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upq4QIu8Kf .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upq4QIu8Kf .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upq4QIu8Kf .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upq4QIu8Kf .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upq4QIu8Kf .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upq4QIu8Kf .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upq4QIu8Kf .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upq4QIu8Kf .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upq4QIu8Kf .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upq4QIu8Kf .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upq4QIu8Kf .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upq4QIu8Kf [class^="socicon-"]:before,
.cid-upq4QIu8Kf [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upq4QJfVC8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upq4QJfVC8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upq4QJfVC8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upq4QJfVC8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upq4QJfVC8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upq4QJfVC8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upq4QJfVC8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upq4QJfVC8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upq4QJfVC8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upq4QJfVC8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upq4QJfVC8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upq4QJfVC8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upq4QJfVC8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upq4QJfVC8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upq4QJfVC8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upq4QJfVC8 .media-container-row .mbr-text {
  color: #353535;
}
.cid-upq5KkNuIt {
  z-index: 1000;
  width: 100%;
}
.cid-upq5KkNuIt nav.navbar {
  position: fixed;
}
.cid-upq5KkNuIt .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-upq5KkNuIt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upq5KkNuIt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upq5KkNuIt .dropdown-item:hover,
.cid-upq5KkNuIt .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upq5KkNuIt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upq5KkNuIt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upq5KkNuIt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upq5KkNuIt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upq5KkNuIt .nav-link {
  position: relative;
}
.cid-upq5KkNuIt .container {
  display: flex;
  margin: auto;
}
.cid-upq5KkNuIt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upq5KkNuIt .dropdown-menu,
.cid-upq5KkNuIt .navbar.opened {
  background: #094e58 !important;
}
.cid-upq5KkNuIt .nav-item:focus,
.cid-upq5KkNuIt .nav-link:focus {
  outline: none;
}
.cid-upq5KkNuIt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upq5KkNuIt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upq5KkNuIt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upq5KkNuIt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upq5KkNuIt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upq5KkNuIt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upq5KkNuIt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upq5KkNuIt .navbar.opened {
  transition: all 0.3s;
}
.cid-upq5KkNuIt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upq5KkNuIt .navbar .navbar-logo img {
  width: auto;
}
.cid-upq5KkNuIt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upq5KkNuIt .navbar.collapsed {
  justify-content: center;
}
.cid-upq5KkNuIt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upq5KkNuIt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upq5KkNuIt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upq5KkNuIt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upq5KkNuIt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upq5KkNuIt .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-upq5KkNuIt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upq5KkNuIt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upq5KkNuIt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upq5KkNuIt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upq5KkNuIt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upq5KkNuIt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upq5KkNuIt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upq5KkNuIt .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-upq5KkNuIt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upq5KkNuIt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upq5KkNuIt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upq5KkNuIt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upq5KkNuIt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upq5KkNuIt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upq5KkNuIt .navbar.navbar-short {
  min-height: 60px;
}
.cid-upq5KkNuIt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upq5KkNuIt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upq5KkNuIt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upq5KkNuIt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upq5KkNuIt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upq5KkNuIt .dropdown-item.active,
.cid-upq5KkNuIt .dropdown-item:active {
  background-color: transparent;
}
.cid-upq5KkNuIt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upq5KkNuIt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upq5KkNuIt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upq5KkNuIt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upq5KkNuIt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upq5KkNuIt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upq5KkNuIt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upq5KkNuIt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upq5KkNuIt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upq5KkNuIt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upq5KkNuIt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upq5KkNuIt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq5KkNuIt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq5KkNuIt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upq5KkNuIt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq5KkNuIt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upq5KkNuIt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upq5KkNuIt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq5KkNuIt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upq5KkNuIt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upq5KkNuIt .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-upq5KkNuIt .navbar {
    height: 70px;
  }
  .cid-upq5KkNuIt .navbar.opened {
    height: auto;
  }
  .cid-upq5KkNuIt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upq5KmrmIW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upq5KmrmIW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upq5KmrmIW .mbr-text,
.cid-upq5KmrmIW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upq5KnMrGA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq5KnMrGA img,
.cid-upq5KnMrGA .item-img {
  width: 100%;
}
.cid-upq5KnMrGA .item:focus,
.cid-upq5KnMrGA span:focus {
  outline: none;
}
.cid-upq5KnMrGA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upq5KnMrGA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upq5KnMrGA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upq5KnMrGA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upq5KnMrGA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upq5KnMrGA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upq5KnMrGA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upq5KnMrGA .mbr-section-title {
  color: #232323;
}
.cid-upq5KnMrGA .mbr-text,
.cid-upq5KnMrGA .mbr-section-btn {
  text-align: left;
}
.cid-upq5KnMrGA .item-title {
  text-align: left;
}
.cid-upq5KnMrGA .item-subtitle {
  text-align: center;
}
.cid-upq5KptH0P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upq5KptH0P .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upq5KptH0P .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upq5Kq5fzS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upq5Kq5fzS .item {
  padding-bottom: 2rem;
}
.cid-upq5Kq5fzS .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upq5Kq5fzS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upq5Kq5fzS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upq5Kq5fzS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upq5Kq5fzS .carousel-control,
.cid-upq5Kq5fzS .close {
  background: #1b1b1b;
}
.cid-upq5Kq5fzS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upq5Kq5fzS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upq5Kq5fzS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upq5Kq5fzS .carousel-control-next span {
  margin-left: 5px;
}
.cid-upq5Kq5fzS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upq5Kq5fzS .close::before {
  content: '\e91a';
}
.cid-upq5Kq5fzS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upq5Kq5fzS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upq5Kq5fzS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq5Kq5fzS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upq5Kq5fzS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upq5Kq5fzS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upq5Kq5fzS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upq5Kq5fzS .carousel-indicators li.active,
.cid-upq5Kq5fzS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upq5Kq5fzS .carousel-indicators li::after,
.cid-upq5Kq5fzS .carousel-indicators li::before {
  content: none;
}
.cid-upq5Kq5fzS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upq5Kq5fzS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upq5Kq5fzS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upq5Kq5fzS .carousel-indicators {
    display: none;
  }
}
.cid-upq5Kq5fzS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upq5Kq5fzS .carousel-inner > .active {
  display: block;
}
.cid-upq5Kq5fzS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq5Kq5fzS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upq5Kq5fzS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upq5Kq5fzS .carousel-control,
  .cid-upq5Kq5fzS .carousel-indicators,
  .cid-upq5Kq5fzS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upq5Kq5fzS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upq5Kq5fzS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upq5Kq5fzS .carousel-indicators .active,
.cid-upq5Kq5fzS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upq5Kq5fzS .carousel-indicators .active {
  background: #fff;
}
.cid-upq5Kq5fzS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upq5Kq5fzS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upq5Kq5fzS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upq5Kq5fzS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upq5Kq5fzS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upq5Kq5fzS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upq5Kq5fzS .carousel {
  width: 100%;
}
.cid-upq5Kq5fzS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upq5Kq5fzS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upq5Kq5fzS .modal.fade .modal-dialog,
.cid-upq5Kq5fzS .modal.in .modal-dialog {
  transform: none;
}
.cid-upq5Kq5fzS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upq5Kq5fzS H6 {
  text-align: center;
}
.cid-upq5Ks5AwI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upq5Ks5AwI .video-wrapper iframe {
  width: 100%;
}
.cid-upq5Ks5AwI .mbr-section-title,
.cid-upq5Ks5AwI .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upq5Ks5AwI .text-wrapper {
    padding: 2rem;
  }
}
.cid-upq5Kt0iIh {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upq5Kt0iIh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upq5Kt0iIh form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upq5Kt0iIh form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upq5Kt0iIh form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upq5Kt0iIh textarea {
  min-height: 10rem;
}
.cid-upq5Kt0iIh .mbr-section-subtitle {
  color: #e61717;
}
.cid-upq5KtRw7B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq5KtRw7B .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upq5Kuz51T {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upq5Kuz51T .row {
    flex-direction: column-reverse;
  }
  .cid-upq5Kuz51T .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upq5Kuz51T .google-map {
  height: 100%;
  position: relative;
}
.cid-upq5Kuz51T .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upq5Kuz51T .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-upq5Kuz51T .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upq5Kuz51T .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upq5Kuz51T .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upq5Kuz51T .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upq5Kuz51T .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upq5Kuz51T .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upq5Kuz51T .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upq5Kuz51T .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upq5KwYwFZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upq5KwYwFZ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upq5KwYwFZ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upq5KwYwFZ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upq5KwYwFZ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upq5KwYwFZ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upq5KwYwFZ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upq5KwYwFZ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upq5KwYwFZ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upq5KwYwFZ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upq5KwYwFZ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upq5KwYwFZ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upq5KwYwFZ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upq5KwYwFZ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upq5KwYwFZ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upq5KwYwFZ [class^="socicon-"]:before,
.cid-upq5KwYwFZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upq5KxWvdx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upq5KxWvdx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upq5KxWvdx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upq5KxWvdx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upq5KxWvdx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upq5KxWvdx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upq5KxWvdx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upq5KxWvdx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upq5KxWvdx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upq5KxWvdx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upq5KxWvdx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upq5KxWvdx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upq5KxWvdx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upq5KxWvdx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upq5KxWvdx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upq5KxWvdx .media-container-row .mbr-text {
  color: #353535;
}
.cid-upq6zOnuoT {
  z-index: 1000;
  width: 100%;
}
.cid-upq6zOnuoT nav.navbar {
  position: fixed;
}
.cid-upq6zOnuoT .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-upq6zOnuoT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upq6zOnuoT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upq6zOnuoT .dropdown-item:hover,
.cid-upq6zOnuoT .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upq6zOnuoT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upq6zOnuoT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upq6zOnuoT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upq6zOnuoT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upq6zOnuoT .nav-link {
  position: relative;
}
.cid-upq6zOnuoT .container {
  display: flex;
  margin: auto;
}
.cid-upq6zOnuoT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upq6zOnuoT .dropdown-menu,
.cid-upq6zOnuoT .navbar.opened {
  background: #094e58 !important;
}
.cid-upq6zOnuoT .nav-item:focus,
.cid-upq6zOnuoT .nav-link:focus {
  outline: none;
}
.cid-upq6zOnuoT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upq6zOnuoT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upq6zOnuoT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upq6zOnuoT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upq6zOnuoT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upq6zOnuoT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upq6zOnuoT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upq6zOnuoT .navbar.opened {
  transition: all 0.3s;
}
.cid-upq6zOnuoT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upq6zOnuoT .navbar .navbar-logo img {
  width: auto;
}
.cid-upq6zOnuoT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upq6zOnuoT .navbar.collapsed {
  justify-content: center;
}
.cid-upq6zOnuoT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upq6zOnuoT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upq6zOnuoT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upq6zOnuoT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upq6zOnuoT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upq6zOnuoT .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-upq6zOnuoT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upq6zOnuoT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upq6zOnuoT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upq6zOnuoT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upq6zOnuoT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upq6zOnuoT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upq6zOnuoT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upq6zOnuoT .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-upq6zOnuoT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upq6zOnuoT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upq6zOnuoT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upq6zOnuoT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upq6zOnuoT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upq6zOnuoT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upq6zOnuoT .navbar.navbar-short {
  min-height: 60px;
}
.cid-upq6zOnuoT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upq6zOnuoT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upq6zOnuoT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upq6zOnuoT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upq6zOnuoT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upq6zOnuoT .dropdown-item.active,
.cid-upq6zOnuoT .dropdown-item:active {
  background-color: transparent;
}
.cid-upq6zOnuoT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upq6zOnuoT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upq6zOnuoT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upq6zOnuoT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upq6zOnuoT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upq6zOnuoT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upq6zOnuoT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upq6zOnuoT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upq6zOnuoT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upq6zOnuoT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upq6zOnuoT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upq6zOnuoT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq6zOnuoT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq6zOnuoT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upq6zOnuoT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq6zOnuoT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upq6zOnuoT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upq6zOnuoT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq6zOnuoT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upq6zOnuoT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upq6zOnuoT .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-upq6zOnuoT .navbar {
    height: 70px;
  }
  .cid-upq6zOnuoT .navbar.opened {
    height: auto;
  }
  .cid-upq6zOnuoT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upq6zSSHmx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upq6zSSHmx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upq6zSSHmx .mbr-text,
.cid-upq6zSSHmx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upq6zTTZO1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq6zTTZO1 img,
.cid-upq6zTTZO1 .item-img {
  width: 100%;
}
.cid-upq6zTTZO1 .item:focus,
.cid-upq6zTTZO1 span:focus {
  outline: none;
}
.cid-upq6zTTZO1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upq6zTTZO1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upq6zTTZO1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upq6zTTZO1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upq6zTTZO1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upq6zTTZO1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upq6zTTZO1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upq6zTTZO1 .mbr-section-title {
  color: #232323;
}
.cid-upq6zTTZO1 .mbr-text,
.cid-upq6zTTZO1 .mbr-section-btn {
  text-align: left;
}
.cid-upq6zTTZO1 .item-title {
  text-align: left;
}
.cid-upq6zTTZO1 .item-subtitle {
  text-align: center;
}
.cid-upq6zVlaii {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upq6zVlaii .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upq6zVlaii .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upq6zVRVLy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upq6zVRVLy .item {
  padding-bottom: 2rem;
}
.cid-upq6zVRVLy .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upq6zVRVLy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upq6zVRVLy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upq6zVRVLy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upq6zVRVLy .carousel-control,
.cid-upq6zVRVLy .close {
  background: #1b1b1b;
}
.cid-upq6zVRVLy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upq6zVRVLy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upq6zVRVLy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upq6zVRVLy .carousel-control-next span {
  margin-left: 5px;
}
.cid-upq6zVRVLy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upq6zVRVLy .close::before {
  content: '\e91a';
}
.cid-upq6zVRVLy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upq6zVRVLy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upq6zVRVLy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq6zVRVLy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upq6zVRVLy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upq6zVRVLy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upq6zVRVLy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upq6zVRVLy .carousel-indicators li.active,
.cid-upq6zVRVLy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upq6zVRVLy .carousel-indicators li::after,
.cid-upq6zVRVLy .carousel-indicators li::before {
  content: none;
}
.cid-upq6zVRVLy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upq6zVRVLy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upq6zVRVLy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upq6zVRVLy .carousel-indicators {
    display: none;
  }
}
.cid-upq6zVRVLy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upq6zVRVLy .carousel-inner > .active {
  display: block;
}
.cid-upq6zVRVLy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq6zVRVLy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upq6zVRVLy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upq6zVRVLy .carousel-control,
  .cid-upq6zVRVLy .carousel-indicators,
  .cid-upq6zVRVLy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upq6zVRVLy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upq6zVRVLy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upq6zVRVLy .carousel-indicators .active,
.cid-upq6zVRVLy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upq6zVRVLy .carousel-indicators .active {
  background: #fff;
}
.cid-upq6zVRVLy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upq6zVRVLy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upq6zVRVLy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upq6zVRVLy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upq6zVRVLy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upq6zVRVLy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upq6zVRVLy .carousel {
  width: 100%;
}
.cid-upq6zVRVLy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upq6zVRVLy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upq6zVRVLy .modal.fade .modal-dialog,
.cid-upq6zVRVLy .modal.in .modal-dialog {
  transform: none;
}
.cid-upq6zVRVLy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upq6zVRVLy H6 {
  text-align: center;
}
.cid-upq6zXxwat {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upq6zXxwat .video-wrapper iframe {
  width: 100%;
}
.cid-upq6zXxwat .mbr-section-title,
.cid-upq6zXxwat .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upq6zXxwat .text-wrapper {
    padding: 2rem;
  }
}
.cid-upq6zYkxzq {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upq6zYkxzq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upq6zYkxzq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upq6zYkxzq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upq6zYkxzq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upq6zYkxzq textarea {
  min-height: 10rem;
}
.cid-upq6zYkxzq .mbr-section-subtitle {
  color: #e61717;
}
.cid-upq6zZ6KW2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq6zZ6KW2 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upq6zZRckH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upq6zZRckH .row {
    flex-direction: column-reverse;
  }
  .cid-upq6zZRckH .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upq6zZRckH .google-map {
  height: 100%;
  position: relative;
}
.cid-upq6zZRckH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upq6zZRckH .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-upq6zZRckH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upq6zZRckH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upq6zZRckH .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upq6zZRckH .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upq6zZRckH .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upq6zZRckH .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upq6zZRckH .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upq6zZRckH .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upq6A2oZjB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upq6A2oZjB .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upq6A2oZjB .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upq6A2oZjB .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upq6A2oZjB .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upq6A2oZjB .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upq6A2oZjB .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upq6A2oZjB .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upq6A2oZjB .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upq6A2oZjB .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upq6A2oZjB .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upq6A2oZjB .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upq6A2oZjB .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upq6A2oZjB .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upq6A2oZjB .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upq6A2oZjB [class^="socicon-"]:before,
.cid-upq6A2oZjB [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upq6A3c3Lm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upq6A3c3Lm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upq6A3c3Lm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upq6A3c3Lm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upq6A3c3Lm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upq6A3c3Lm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upq6A3c3Lm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upq6A3c3Lm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upq6A3c3Lm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upq6A3c3Lm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upq6A3c3Lm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upq6A3c3Lm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upq6A3c3Lm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upq6A3c3Lm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upq6A3c3Lm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upq6A3c3Lm .media-container-row .mbr-text {
  color: #353535;
}
.cid-upq7hqHqow {
  z-index: 1000;
  width: 100%;
}
.cid-upq7hqHqow nav.navbar {
  position: fixed;
}
.cid-upq7hqHqow .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-upq7hqHqow .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upq7hqHqow .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upq7hqHqow .dropdown-item:hover,
.cid-upq7hqHqow .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upq7hqHqow .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upq7hqHqow .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upq7hqHqow .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upq7hqHqow .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upq7hqHqow .nav-link {
  position: relative;
}
.cid-upq7hqHqow .container {
  display: flex;
  margin: auto;
}
.cid-upq7hqHqow .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upq7hqHqow .dropdown-menu,
.cid-upq7hqHqow .navbar.opened {
  background: #094e58 !important;
}
.cid-upq7hqHqow .nav-item:focus,
.cid-upq7hqHqow .nav-link:focus {
  outline: none;
}
.cid-upq7hqHqow .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upq7hqHqow .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upq7hqHqow .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upq7hqHqow .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upq7hqHqow .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upq7hqHqow .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upq7hqHqow .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upq7hqHqow .navbar.opened {
  transition: all 0.3s;
}
.cid-upq7hqHqow .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upq7hqHqow .navbar .navbar-logo img {
  width: auto;
}
.cid-upq7hqHqow .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upq7hqHqow .navbar.collapsed {
  justify-content: center;
}
.cid-upq7hqHqow .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upq7hqHqow .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upq7hqHqow .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upq7hqHqow .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upq7hqHqow .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upq7hqHqow .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-upq7hqHqow .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upq7hqHqow .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upq7hqHqow .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upq7hqHqow .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upq7hqHqow .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upq7hqHqow .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upq7hqHqow .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upq7hqHqow .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-upq7hqHqow .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upq7hqHqow .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upq7hqHqow .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upq7hqHqow .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upq7hqHqow .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upq7hqHqow .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upq7hqHqow .navbar.navbar-short {
  min-height: 60px;
}
.cid-upq7hqHqow .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upq7hqHqow .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upq7hqHqow .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upq7hqHqow .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upq7hqHqow .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upq7hqHqow .dropdown-item.active,
.cid-upq7hqHqow .dropdown-item:active {
  background-color: transparent;
}
.cid-upq7hqHqow .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upq7hqHqow .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upq7hqHqow .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upq7hqHqow .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upq7hqHqow .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upq7hqHqow .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upq7hqHqow ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upq7hqHqow .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upq7hqHqow button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upq7hqHqow button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upq7hqHqow button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upq7hqHqow button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq7hqHqow button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq7hqHqow button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upq7hqHqow nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq7hqHqow nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upq7hqHqow nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upq7hqHqow nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq7hqHqow .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upq7hqHqow a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upq7hqHqow .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-upq7hqHqow .navbar {
    height: 70px;
  }
  .cid-upq7hqHqow .navbar.opened {
    height: auto;
  }
  .cid-upq7hqHqow .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upq7hsJGOF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upq7hsJGOF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upq7hsJGOF .mbr-text,
.cid-upq7hsJGOF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upq7htWLTw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq7htWLTw img,
.cid-upq7htWLTw .item-img {
  width: 100%;
}
.cid-upq7htWLTw .item:focus,
.cid-upq7htWLTw span:focus {
  outline: none;
}
.cid-upq7htWLTw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upq7htWLTw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upq7htWLTw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upq7htWLTw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upq7htWLTw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upq7htWLTw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upq7htWLTw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upq7htWLTw .mbr-section-title {
  color: #232323;
}
.cid-upq7htWLTw .mbr-text,
.cid-upq7htWLTw .mbr-section-btn {
  text-align: left;
}
.cid-upq7htWLTw .item-title {
  text-align: left;
}
.cid-upq7htWLTw .item-subtitle {
  text-align: center;
}
.cid-upq7hvI5Po {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upq7hvI5Po .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upq7hvI5Po .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upq7hwkYwo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upq7hwkYwo .item {
  padding-bottom: 2rem;
}
.cid-upq7hwkYwo .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upq7hwkYwo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upq7hwkYwo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upq7hwkYwo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upq7hwkYwo .carousel-control,
.cid-upq7hwkYwo .close {
  background: #1b1b1b;
}
.cid-upq7hwkYwo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upq7hwkYwo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upq7hwkYwo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upq7hwkYwo .carousel-control-next span {
  margin-left: 5px;
}
.cid-upq7hwkYwo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upq7hwkYwo .close::before {
  content: '\e91a';
}
.cid-upq7hwkYwo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upq7hwkYwo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upq7hwkYwo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq7hwkYwo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upq7hwkYwo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upq7hwkYwo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upq7hwkYwo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upq7hwkYwo .carousel-indicators li.active,
.cid-upq7hwkYwo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upq7hwkYwo .carousel-indicators li::after,
.cid-upq7hwkYwo .carousel-indicators li::before {
  content: none;
}
.cid-upq7hwkYwo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upq7hwkYwo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upq7hwkYwo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upq7hwkYwo .carousel-indicators {
    display: none;
  }
}
.cid-upq7hwkYwo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upq7hwkYwo .carousel-inner > .active {
  display: block;
}
.cid-upq7hwkYwo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq7hwkYwo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upq7hwkYwo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upq7hwkYwo .carousel-control,
  .cid-upq7hwkYwo .carousel-indicators,
  .cid-upq7hwkYwo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upq7hwkYwo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upq7hwkYwo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upq7hwkYwo .carousel-indicators .active,
.cid-upq7hwkYwo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upq7hwkYwo .carousel-indicators .active {
  background: #fff;
}
.cid-upq7hwkYwo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upq7hwkYwo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upq7hwkYwo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upq7hwkYwo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upq7hwkYwo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upq7hwkYwo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upq7hwkYwo .carousel {
  width: 100%;
}
.cid-upq7hwkYwo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upq7hwkYwo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upq7hwkYwo .modal.fade .modal-dialog,
.cid-upq7hwkYwo .modal.in .modal-dialog {
  transform: none;
}
.cid-upq7hwkYwo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upq7hwkYwo H6 {
  text-align: center;
}
.cid-upq7hymDpN {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upq7hymDpN .video-wrapper iframe {
  width: 100%;
}
.cid-upq7hymDpN .mbr-section-title,
.cid-upq7hymDpN .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upq7hymDpN .text-wrapper {
    padding: 2rem;
  }
}
.cid-upq7hzdLMx {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upq7hzdLMx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upq7hzdLMx form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upq7hzdLMx form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upq7hzdLMx form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upq7hzdLMx textarea {
  min-height: 10rem;
}
.cid-upq7hzdLMx .mbr-section-subtitle {
  color: #e61717;
}
.cid-upq7hA4Non {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq7hA4Non .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upq7hAOg6h {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upq7hAOg6h .row {
    flex-direction: column-reverse;
  }
  .cid-upq7hAOg6h .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upq7hAOg6h .google-map {
  height: 100%;
  position: relative;
}
.cid-upq7hAOg6h .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upq7hAOg6h .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-upq7hAOg6h .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upq7hAOg6h .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upq7hAOg6h .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upq7hAOg6h .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upq7hAOg6h .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upq7hAOg6h .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upq7hAOg6h .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upq7hAOg6h .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upq7hAOg6h P {
  color: #000000;
}
.cid-upq7hDvxdc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upq7hDvxdc .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upq7hDvxdc .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upq7hDvxdc .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upq7hDvxdc .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upq7hDvxdc .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upq7hDvxdc .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upq7hDvxdc .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upq7hDvxdc .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upq7hDvxdc .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upq7hDvxdc .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upq7hDvxdc .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upq7hDvxdc .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upq7hDvxdc .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upq7hDvxdc .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upq7hDvxdc [class^="socicon-"]:before,
.cid-upq7hDvxdc [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upq7hEwrao {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upq7hEwrao .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upq7hEwrao .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upq7hEwrao .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upq7hEwrao .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upq7hEwrao .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upq7hEwrao .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upq7hEwrao .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upq7hEwrao .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upq7hEwrao .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upq7hEwrao .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upq7hEwrao .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upq7hEwrao .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upq7hEwrao .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upq7hEwrao .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upq7hEwrao .media-container-row .mbr-text {
  color: #353535;
}
.cid-upq8Ge4opE {
  z-index: 1000;
  width: 100%;
}
.cid-upq8Ge4opE nav.navbar {
  position: fixed;
}
.cid-upq8Ge4opE .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-upq8Ge4opE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upq8Ge4opE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upq8Ge4opE .dropdown-item:hover,
.cid-upq8Ge4opE .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upq8Ge4opE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upq8Ge4opE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upq8Ge4opE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upq8Ge4opE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upq8Ge4opE .nav-link {
  position: relative;
}
.cid-upq8Ge4opE .container {
  display: flex;
  margin: auto;
}
.cid-upq8Ge4opE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upq8Ge4opE .dropdown-menu,
.cid-upq8Ge4opE .navbar.opened {
  background: #094e58 !important;
}
.cid-upq8Ge4opE .nav-item:focus,
.cid-upq8Ge4opE .nav-link:focus {
  outline: none;
}
.cid-upq8Ge4opE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upq8Ge4opE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upq8Ge4opE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upq8Ge4opE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upq8Ge4opE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upq8Ge4opE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upq8Ge4opE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upq8Ge4opE .navbar.opened {
  transition: all 0.3s;
}
.cid-upq8Ge4opE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upq8Ge4opE .navbar .navbar-logo img {
  width: auto;
}
.cid-upq8Ge4opE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upq8Ge4opE .navbar.collapsed {
  justify-content: center;
}
.cid-upq8Ge4opE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upq8Ge4opE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upq8Ge4opE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upq8Ge4opE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upq8Ge4opE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upq8Ge4opE .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-upq8Ge4opE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upq8Ge4opE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upq8Ge4opE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upq8Ge4opE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upq8Ge4opE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upq8Ge4opE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upq8Ge4opE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upq8Ge4opE .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-upq8Ge4opE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upq8Ge4opE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upq8Ge4opE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upq8Ge4opE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upq8Ge4opE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upq8Ge4opE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upq8Ge4opE .navbar.navbar-short {
  min-height: 60px;
}
.cid-upq8Ge4opE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upq8Ge4opE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upq8Ge4opE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upq8Ge4opE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upq8Ge4opE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upq8Ge4opE .dropdown-item.active,
.cid-upq8Ge4opE .dropdown-item:active {
  background-color: transparent;
}
.cid-upq8Ge4opE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upq8Ge4opE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upq8Ge4opE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upq8Ge4opE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upq8Ge4opE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upq8Ge4opE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upq8Ge4opE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upq8Ge4opE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upq8Ge4opE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upq8Ge4opE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upq8Ge4opE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upq8Ge4opE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq8Ge4opE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq8Ge4opE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upq8Ge4opE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq8Ge4opE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upq8Ge4opE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upq8Ge4opE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq8Ge4opE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upq8Ge4opE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upq8Ge4opE .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-upq8Ge4opE .navbar {
    height: 70px;
  }
  .cid-upq8Ge4opE .navbar.opened {
    height: auto;
  }
  .cid-upq8Ge4opE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upq8GfKTpv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upq8GfKTpv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upq8GfKTpv .mbr-text,
.cid-upq8GfKTpv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upq8Gh2aZR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq8Gh2aZR img,
.cid-upq8Gh2aZR .item-img {
  width: 100%;
}
.cid-upq8Gh2aZR .item:focus,
.cid-upq8Gh2aZR span:focus {
  outline: none;
}
.cid-upq8Gh2aZR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upq8Gh2aZR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upq8Gh2aZR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upq8Gh2aZR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upq8Gh2aZR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upq8Gh2aZR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upq8Gh2aZR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upq8Gh2aZR .mbr-section-title {
  color: #232323;
}
.cid-upq8Gh2aZR .mbr-text,
.cid-upq8Gh2aZR .mbr-section-btn {
  text-align: left;
}
.cid-upq8Gh2aZR .item-title {
  text-align: left;
}
.cid-upq8Gh2aZR .item-subtitle {
  text-align: center;
}
.cid-upq8GiGYwe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upq8GiGYwe .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upq8GiGYwe .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upq8GjfSz2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upq8GjfSz2 .item {
  padding-bottom: 2rem;
}
.cid-upq8GjfSz2 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upq8GjfSz2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upq8GjfSz2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upq8GjfSz2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upq8GjfSz2 .carousel-control,
.cid-upq8GjfSz2 .close {
  background: #1b1b1b;
}
.cid-upq8GjfSz2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upq8GjfSz2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upq8GjfSz2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upq8GjfSz2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-upq8GjfSz2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upq8GjfSz2 .close::before {
  content: '\e91a';
}
.cid-upq8GjfSz2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upq8GjfSz2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upq8GjfSz2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq8GjfSz2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upq8GjfSz2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upq8GjfSz2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upq8GjfSz2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upq8GjfSz2 .carousel-indicators li.active,
.cid-upq8GjfSz2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upq8GjfSz2 .carousel-indicators li::after,
.cid-upq8GjfSz2 .carousel-indicators li::before {
  content: none;
}
.cid-upq8GjfSz2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upq8GjfSz2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upq8GjfSz2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upq8GjfSz2 .carousel-indicators {
    display: none;
  }
}
.cid-upq8GjfSz2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upq8GjfSz2 .carousel-inner > .active {
  display: block;
}
.cid-upq8GjfSz2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq8GjfSz2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upq8GjfSz2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upq8GjfSz2 .carousel-control,
  .cid-upq8GjfSz2 .carousel-indicators,
  .cid-upq8GjfSz2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upq8GjfSz2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upq8GjfSz2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upq8GjfSz2 .carousel-indicators .active,
.cid-upq8GjfSz2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upq8GjfSz2 .carousel-indicators .active {
  background: #fff;
}
.cid-upq8GjfSz2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upq8GjfSz2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upq8GjfSz2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upq8GjfSz2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upq8GjfSz2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upq8GjfSz2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upq8GjfSz2 .carousel {
  width: 100%;
}
.cid-upq8GjfSz2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upq8GjfSz2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upq8GjfSz2 .modal.fade .modal-dialog,
.cid-upq8GjfSz2 .modal.in .modal-dialog {
  transform: none;
}
.cid-upq8GjfSz2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upq8GjfSz2 H6 {
  text-align: center;
}
.cid-upq8Gljiyb {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upq8Gljiyb .video-wrapper iframe {
  width: 100%;
}
.cid-upq8Gljiyb .mbr-section-title,
.cid-upq8Gljiyb .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upq8Gljiyb .text-wrapper {
    padding: 2rem;
  }
}
.cid-upq8Gmfhbd {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upq8Gmfhbd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upq8Gmfhbd form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upq8Gmfhbd form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upq8Gmfhbd form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upq8Gmfhbd textarea {
  min-height: 10rem;
}
.cid-upq8Gmfhbd .mbr-section-subtitle {
  color: #e61717;
}
.cid-upq8Gn2a0U {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq8Gn2a0U .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upq8GnBrz2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upq8GnBrz2 .row {
    flex-direction: column-reverse;
  }
  .cid-upq8GnBrz2 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upq8GnBrz2 .google-map {
  height: 100%;
  position: relative;
}
.cid-upq8GnBrz2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upq8GnBrz2 .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-upq8GnBrz2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upq8GnBrz2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upq8GnBrz2 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upq8GnBrz2 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upq8GnBrz2 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upq8GnBrz2 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upq8GnBrz2 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upq8GnBrz2 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upq8Gq1vqE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upq8Gq1vqE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upq8Gq1vqE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upq8Gq1vqE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upq8Gq1vqE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upq8Gq1vqE .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upq8Gq1vqE .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upq8Gq1vqE .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upq8Gq1vqE .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upq8Gq1vqE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upq8Gq1vqE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upq8Gq1vqE .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upq8Gq1vqE .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upq8Gq1vqE .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upq8Gq1vqE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upq8Gq1vqE [class^="socicon-"]:before,
.cid-upq8Gq1vqE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upq8GqN9LU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upq8GqN9LU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upq8GqN9LU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upq8GqN9LU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upq8GqN9LU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upq8GqN9LU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upq8GqN9LU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upq8GqN9LU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upq8GqN9LU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upq8GqN9LU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upq8GqN9LU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upq8GqN9LU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upq8GqN9LU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upq8GqN9LU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upq8GqN9LU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upq8GqN9LU .media-container-row .mbr-text {
  color: #353535;
}
.cid-upq9QNtMJ7 {
  z-index: 1000;
  width: 100%;
}
.cid-upq9QNtMJ7 nav.navbar {
  position: fixed;
}
.cid-upq9QNtMJ7 .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-upq9QNtMJ7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upq9QNtMJ7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upq9QNtMJ7 .dropdown-item:hover,
.cid-upq9QNtMJ7 .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upq9QNtMJ7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upq9QNtMJ7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upq9QNtMJ7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upq9QNtMJ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upq9QNtMJ7 .nav-link {
  position: relative;
}
.cid-upq9QNtMJ7 .container {
  display: flex;
  margin: auto;
}
.cid-upq9QNtMJ7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upq9QNtMJ7 .dropdown-menu,
.cid-upq9QNtMJ7 .navbar.opened {
  background: #094e58 !important;
}
.cid-upq9QNtMJ7 .nav-item:focus,
.cid-upq9QNtMJ7 .nav-link:focus {
  outline: none;
}
.cid-upq9QNtMJ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upq9QNtMJ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upq9QNtMJ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upq9QNtMJ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upq9QNtMJ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upq9QNtMJ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upq9QNtMJ7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upq9QNtMJ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-upq9QNtMJ7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upq9QNtMJ7 .navbar .navbar-logo img {
  width: auto;
}
.cid-upq9QNtMJ7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upq9QNtMJ7 .navbar.collapsed {
  justify-content: center;
}
.cid-upq9QNtMJ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upq9QNtMJ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upq9QNtMJ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upq9QNtMJ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upq9QNtMJ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upq9QNtMJ7 .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-upq9QNtMJ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upq9QNtMJ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upq9QNtMJ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upq9QNtMJ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upq9QNtMJ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upq9QNtMJ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upq9QNtMJ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upq9QNtMJ7 .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-upq9QNtMJ7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upq9QNtMJ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upq9QNtMJ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upq9QNtMJ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upq9QNtMJ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upq9QNtMJ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upq9QNtMJ7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upq9QNtMJ7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upq9QNtMJ7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upq9QNtMJ7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upq9QNtMJ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upq9QNtMJ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upq9QNtMJ7 .dropdown-item.active,
.cid-upq9QNtMJ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-upq9QNtMJ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upq9QNtMJ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upq9QNtMJ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upq9QNtMJ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upq9QNtMJ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upq9QNtMJ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upq9QNtMJ7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upq9QNtMJ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upq9QNtMJ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upq9QNtMJ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upq9QNtMJ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upq9QNtMJ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq9QNtMJ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upq9QNtMJ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upq9QNtMJ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq9QNtMJ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upq9QNtMJ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upq9QNtMJ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upq9QNtMJ7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upq9QNtMJ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upq9QNtMJ7 .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-upq9QNtMJ7 .navbar {
    height: 70px;
  }
  .cid-upq9QNtMJ7 .navbar.opened {
    height: auto;
  }
  .cid-upq9QNtMJ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upq9QQjpzp {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upq9QQjpzp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upq9QQjpzp .mbr-text,
.cid-upq9QQjpzp .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upq9QRKQZd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq9QRKQZd img,
.cid-upq9QRKQZd .item-img {
  width: 100%;
}
.cid-upq9QRKQZd .item:focus,
.cid-upq9QRKQZd span:focus {
  outline: none;
}
.cid-upq9QRKQZd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upq9QRKQZd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upq9QRKQZd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upq9QRKQZd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upq9QRKQZd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upq9QRKQZd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upq9QRKQZd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upq9QRKQZd .mbr-section-title {
  color: #232323;
}
.cid-upq9QRKQZd .mbr-text,
.cid-upq9QRKQZd .mbr-section-btn {
  text-align: left;
}
.cid-upq9QRKQZd .item-title {
  text-align: left;
}
.cid-upq9QRKQZd .item-subtitle {
  text-align: center;
}
.cid-upq9QU1uTQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upq9QU1uTQ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upq9QU1uTQ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upq9QUW9Aj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upq9QUW9Aj .item {
  padding-bottom: 2rem;
}
.cid-upq9QUW9Aj .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upq9QUW9Aj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upq9QUW9Aj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upq9QUW9Aj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upq9QUW9Aj .carousel-control,
.cid-upq9QUW9Aj .close {
  background: #1b1b1b;
}
.cid-upq9QUW9Aj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upq9QUW9Aj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upq9QUW9Aj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upq9QUW9Aj .carousel-control-next span {
  margin-left: 5px;
}
.cid-upq9QUW9Aj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upq9QUW9Aj .close::before {
  content: '\e91a';
}
.cid-upq9QUW9Aj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upq9QUW9Aj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upq9QUW9Aj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq9QUW9Aj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upq9QUW9Aj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upq9QUW9Aj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upq9QUW9Aj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upq9QUW9Aj .carousel-indicators li.active,
.cid-upq9QUW9Aj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upq9QUW9Aj .carousel-indicators li::after,
.cid-upq9QUW9Aj .carousel-indicators li::before {
  content: none;
}
.cid-upq9QUW9Aj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upq9QUW9Aj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upq9QUW9Aj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upq9QUW9Aj .carousel-indicators {
    display: none;
  }
}
.cid-upq9QUW9Aj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upq9QUW9Aj .carousel-inner > .active {
  display: block;
}
.cid-upq9QUW9Aj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upq9QUW9Aj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upq9QUW9Aj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upq9QUW9Aj .carousel-control,
  .cid-upq9QUW9Aj .carousel-indicators,
  .cid-upq9QUW9Aj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upq9QUW9Aj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upq9QUW9Aj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upq9QUW9Aj .carousel-indicators .active,
.cid-upq9QUW9Aj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upq9QUW9Aj .carousel-indicators .active {
  background: #fff;
}
.cid-upq9QUW9Aj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upq9QUW9Aj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upq9QUW9Aj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upq9QUW9Aj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upq9QUW9Aj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upq9QUW9Aj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upq9QUW9Aj .carousel {
  width: 100%;
}
.cid-upq9QUW9Aj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upq9QUW9Aj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upq9QUW9Aj .modal.fade .modal-dialog,
.cid-upq9QUW9Aj .modal.in .modal-dialog {
  transform: none;
}
.cid-upq9QUW9Aj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upq9QUW9Aj H6 {
  text-align: center;
}
.cid-upq9QYo7W2 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upq9QYo7W2 .video-wrapper iframe {
  width: 100%;
}
.cid-upq9QYo7W2 .mbr-section-title,
.cid-upq9QYo7W2 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upq9QYo7W2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-upq9QZfDTK {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upq9QZfDTK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upq9QZfDTK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upq9QZfDTK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upq9QZfDTK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upq9QZfDTK textarea {
  min-height: 10rem;
}
.cid-upq9QZfDTK .mbr-section-subtitle {
  color: #e61717;
}
.cid-upq9R04doO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upq9R04doO .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upq9R0DshZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upq9R0DshZ .row {
    flex-direction: column-reverse;
  }
  .cid-upq9R0DshZ .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upq9R0DshZ .google-map {
  height: 100%;
  position: relative;
}
.cid-upq9R0DshZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upq9R0DshZ .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-upq9R0DshZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upq9R0DshZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upq9R0DshZ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upq9R0DshZ .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upq9R0DshZ .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upq9R0DshZ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upq9R0DshZ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upq9R0DshZ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upq9R2ZwPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upq9R2ZwPL .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upq9R2ZwPL .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upq9R2ZwPL .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upq9R2ZwPL .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upq9R2ZwPL .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upq9R2ZwPL .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upq9R2ZwPL .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upq9R2ZwPL .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upq9R2ZwPL .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upq9R2ZwPL .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upq9R2ZwPL .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upq9R2ZwPL .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upq9R2ZwPL .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upq9R2ZwPL .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upq9R2ZwPL [class^="socicon-"]:before,
.cid-upq9R2ZwPL [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upq9R3O3y7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upq9R3O3y7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upq9R3O3y7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upq9R3O3y7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upq9R3O3y7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upq9R3O3y7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upq9R3O3y7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upq9R3O3y7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upq9R3O3y7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upq9R3O3y7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upq9R3O3y7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upq9R3O3y7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upq9R3O3y7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upq9R3O3y7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upq9R3O3y7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upq9R3O3y7 .media-container-row .mbr-text {
  color: #353535;
}
.cid-upqaTKernK {
  z-index: 1000;
  width: 100%;
}
.cid-upqaTKernK nav.navbar {
  position: fixed;
}
.cid-upqaTKernK .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-upqaTKernK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upqaTKernK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upqaTKernK .dropdown-item:hover,
.cid-upqaTKernK .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upqaTKernK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upqaTKernK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upqaTKernK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upqaTKernK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upqaTKernK .nav-link {
  position: relative;
}
.cid-upqaTKernK .container {
  display: flex;
  margin: auto;
}
.cid-upqaTKernK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upqaTKernK .dropdown-menu,
.cid-upqaTKernK .navbar.opened {
  background: #094e58 !important;
}
.cid-upqaTKernK .nav-item:focus,
.cid-upqaTKernK .nav-link:focus {
  outline: none;
}
.cid-upqaTKernK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upqaTKernK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upqaTKernK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upqaTKernK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upqaTKernK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upqaTKernK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upqaTKernK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upqaTKernK .navbar.opened {
  transition: all 0.3s;
}
.cid-upqaTKernK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upqaTKernK .navbar .navbar-logo img {
  width: auto;
}
.cid-upqaTKernK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upqaTKernK .navbar.collapsed {
  justify-content: center;
}
.cid-upqaTKernK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upqaTKernK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upqaTKernK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upqaTKernK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upqaTKernK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upqaTKernK .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-upqaTKernK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upqaTKernK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upqaTKernK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upqaTKernK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upqaTKernK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upqaTKernK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upqaTKernK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upqaTKernK .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-upqaTKernK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upqaTKernK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upqaTKernK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upqaTKernK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upqaTKernK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upqaTKernK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upqaTKernK .navbar.navbar-short {
  min-height: 60px;
}
.cid-upqaTKernK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upqaTKernK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upqaTKernK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upqaTKernK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upqaTKernK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upqaTKernK .dropdown-item.active,
.cid-upqaTKernK .dropdown-item:active {
  background-color: transparent;
}
.cid-upqaTKernK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upqaTKernK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upqaTKernK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upqaTKernK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upqaTKernK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upqaTKernK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upqaTKernK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upqaTKernK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upqaTKernK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upqaTKernK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upqaTKernK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upqaTKernK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upqaTKernK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upqaTKernK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upqaTKernK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upqaTKernK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upqaTKernK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upqaTKernK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upqaTKernK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upqaTKernK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upqaTKernK .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-upqaTKernK .navbar {
    height: 70px;
  }
  .cid-upqaTKernK .navbar.opened {
    height: auto;
  }
  .cid-upqaTKernK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upqaTM69L8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upqaTM69L8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upqaTM69L8 .mbr-text,
.cid-upqaTM69L8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upqaTNo6Mj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upqaTNo6Mj img,
.cid-upqaTNo6Mj .item-img {
  width: 100%;
}
.cid-upqaTNo6Mj .item:focus,
.cid-upqaTNo6Mj span:focus {
  outline: none;
}
.cid-upqaTNo6Mj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upqaTNo6Mj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upqaTNo6Mj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upqaTNo6Mj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upqaTNo6Mj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upqaTNo6Mj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upqaTNo6Mj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upqaTNo6Mj .mbr-section-title {
  color: #232323;
}
.cid-upqaTNo6Mj .mbr-text,
.cid-upqaTNo6Mj .mbr-section-btn {
  text-align: left;
}
.cid-upqaTNo6Mj .item-title {
  text-align: left;
}
.cid-upqaTNo6Mj .item-subtitle {
  text-align: center;
}
.cid-upqaTP7iPE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upqaTP7iPE .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upqaTP7iPE .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upqaTPMPQR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upqaTPMPQR .item {
  padding-bottom: 2rem;
}
.cid-upqaTPMPQR .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upqaTPMPQR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upqaTPMPQR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upqaTPMPQR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upqaTPMPQR .carousel-control,
.cid-upqaTPMPQR .close {
  background: #1b1b1b;
}
.cid-upqaTPMPQR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upqaTPMPQR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upqaTPMPQR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upqaTPMPQR .carousel-control-next span {
  margin-left: 5px;
}
.cid-upqaTPMPQR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upqaTPMPQR .close::before {
  content: '\e91a';
}
.cid-upqaTPMPQR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upqaTPMPQR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upqaTPMPQR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upqaTPMPQR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upqaTPMPQR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upqaTPMPQR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upqaTPMPQR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upqaTPMPQR .carousel-indicators li.active,
.cid-upqaTPMPQR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upqaTPMPQR .carousel-indicators li::after,
.cid-upqaTPMPQR .carousel-indicators li::before {
  content: none;
}
.cid-upqaTPMPQR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upqaTPMPQR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upqaTPMPQR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upqaTPMPQR .carousel-indicators {
    display: none;
  }
}
.cid-upqaTPMPQR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upqaTPMPQR .carousel-inner > .active {
  display: block;
}
.cid-upqaTPMPQR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upqaTPMPQR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upqaTPMPQR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upqaTPMPQR .carousel-control,
  .cid-upqaTPMPQR .carousel-indicators,
  .cid-upqaTPMPQR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upqaTPMPQR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upqaTPMPQR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upqaTPMPQR .carousel-indicators .active,
.cid-upqaTPMPQR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upqaTPMPQR .carousel-indicators .active {
  background: #fff;
}
.cid-upqaTPMPQR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upqaTPMPQR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upqaTPMPQR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upqaTPMPQR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upqaTPMPQR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upqaTPMPQR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upqaTPMPQR .carousel {
  width: 100%;
}
.cid-upqaTPMPQR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upqaTPMPQR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upqaTPMPQR .modal.fade .modal-dialog,
.cid-upqaTPMPQR .modal.in .modal-dialog {
  transform: none;
}
.cid-upqaTPMPQR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upqaTPMPQR H6 {
  text-align: center;
}
.cid-upqaTS7TyY {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upqaTS7TyY .video-wrapper iframe {
  width: 100%;
}
.cid-upqaTS7TyY .mbr-section-title,
.cid-upqaTS7TyY .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upqaTS7TyY .text-wrapper {
    padding: 2rem;
  }
}
.cid-upqaTTdi7O {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upqaTTdi7O .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upqaTTdi7O form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upqaTTdi7O form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upqaTTdi7O form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upqaTTdi7O textarea {
  min-height: 10rem;
}
.cid-upqaTTdi7O .mbr-section-subtitle {
  color: #e61717;
}
.cid-upqaTU5rCA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upqaTU5rCA .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upqaTULvK6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upqaTULvK6 .row {
    flex-direction: column-reverse;
  }
  .cid-upqaTULvK6 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upqaTULvK6 .google-map {
  height: 100%;
  position: relative;
}
.cid-upqaTULvK6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upqaTULvK6 .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-upqaTULvK6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upqaTULvK6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upqaTULvK6 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upqaTULvK6 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upqaTULvK6 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upqaTULvK6 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upqaTULvK6 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upqaTULvK6 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upqaTULvK6 P {
  color: #000000;
}
.cid-upqaTXuZcj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upqaTXuZcj .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upqaTXuZcj .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upqaTXuZcj .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upqaTXuZcj .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upqaTXuZcj .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upqaTXuZcj .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upqaTXuZcj .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upqaTXuZcj .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upqaTXuZcj .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upqaTXuZcj .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upqaTXuZcj .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upqaTXuZcj .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upqaTXuZcj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upqaTXuZcj .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upqaTXuZcj [class^="socicon-"]:before,
.cid-upqaTXuZcj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upqaTYjHN1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upqaTYjHN1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upqaTYjHN1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upqaTYjHN1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upqaTYjHN1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upqaTYjHN1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upqaTYjHN1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upqaTYjHN1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upqaTYjHN1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upqaTYjHN1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upqaTYjHN1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upqaTYjHN1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upqaTYjHN1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upqaTYjHN1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upqaTYjHN1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upqaTYjHN1 .media-container-row .mbr-text {
  color: #353535;
}
.cid-upqbIcFdLA {
  z-index: 1000;
  width: 100%;
}
.cid-upqbIcFdLA nav.navbar {
  position: fixed;
}
.cid-upqbIcFdLA .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-upqbIcFdLA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upqbIcFdLA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upqbIcFdLA .dropdown-item:hover,
.cid-upqbIcFdLA .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-upqbIcFdLA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upqbIcFdLA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upqbIcFdLA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upqbIcFdLA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upqbIcFdLA .nav-link {
  position: relative;
}
.cid-upqbIcFdLA .container {
  display: flex;
  margin: auto;
}
.cid-upqbIcFdLA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upqbIcFdLA .dropdown-menu,
.cid-upqbIcFdLA .navbar.opened {
  background: #094e58 !important;
}
.cid-upqbIcFdLA .nav-item:focus,
.cid-upqbIcFdLA .nav-link:focus {
  outline: none;
}
.cid-upqbIcFdLA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upqbIcFdLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upqbIcFdLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upqbIcFdLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upqbIcFdLA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upqbIcFdLA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upqbIcFdLA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-upqbIcFdLA .navbar.opened {
  transition: all 0.3s;
}
.cid-upqbIcFdLA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upqbIcFdLA .navbar .navbar-logo img {
  width: auto;
}
.cid-upqbIcFdLA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upqbIcFdLA .navbar.collapsed {
  justify-content: center;
}
.cid-upqbIcFdLA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upqbIcFdLA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upqbIcFdLA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upqbIcFdLA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upqbIcFdLA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upqbIcFdLA .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-upqbIcFdLA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upqbIcFdLA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upqbIcFdLA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upqbIcFdLA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upqbIcFdLA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upqbIcFdLA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upqbIcFdLA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upqbIcFdLA .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-upqbIcFdLA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upqbIcFdLA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upqbIcFdLA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upqbIcFdLA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upqbIcFdLA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upqbIcFdLA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upqbIcFdLA .navbar.navbar-short {
  min-height: 60px;
}
.cid-upqbIcFdLA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upqbIcFdLA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upqbIcFdLA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upqbIcFdLA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upqbIcFdLA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upqbIcFdLA .dropdown-item.active,
.cid-upqbIcFdLA .dropdown-item:active {
  background-color: transparent;
}
.cid-upqbIcFdLA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upqbIcFdLA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upqbIcFdLA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upqbIcFdLA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-upqbIcFdLA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upqbIcFdLA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upqbIcFdLA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upqbIcFdLA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upqbIcFdLA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upqbIcFdLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upqbIcFdLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upqbIcFdLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upqbIcFdLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upqbIcFdLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upqbIcFdLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upqbIcFdLA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upqbIcFdLA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upqbIcFdLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upqbIcFdLA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upqbIcFdLA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upqbIcFdLA .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-upqbIcFdLA .navbar {
    height: 70px;
  }
  .cid-upqbIcFdLA .navbar.opened {
    height: auto;
  }
  .cid-upqbIcFdLA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upqbIfblcZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpg");
}
.cid-upqbIfblcZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upqbIfblcZ .mbr-text,
.cid-upqbIfblcZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upqbIgxAPj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upqbIgxAPj img,
.cid-upqbIgxAPj .item-img {
  width: 100%;
}
.cid-upqbIgxAPj .item:focus,
.cid-upqbIgxAPj span:focus {
  outline: none;
}
.cid-upqbIgxAPj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upqbIgxAPj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upqbIgxAPj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upqbIgxAPj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upqbIgxAPj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upqbIgxAPj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upqbIgxAPj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upqbIgxAPj .mbr-section-title {
  color: #232323;
}
.cid-upqbIgxAPj .mbr-text,
.cid-upqbIgxAPj .mbr-section-btn {
  text-align: left;
}
.cid-upqbIgxAPj .item-title {
  text-align: left;
}
.cid-upqbIgxAPj .item-subtitle {
  text-align: center;
}
.cid-upqbIigUTt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-upqbIigUTt .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-upqbIigUTt .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upqbIiYod3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upqbIiYod3 .item {
  padding-bottom: 2rem;
}
.cid-upqbIiYod3 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-upqbIiYod3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upqbIiYod3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-upqbIiYod3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-upqbIiYod3 .carousel-control,
.cid-upqbIiYod3 .close {
  background: #1b1b1b;
}
.cid-upqbIiYod3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upqbIiYod3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upqbIiYod3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upqbIiYod3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-upqbIiYod3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upqbIiYod3 .close::before {
  content: '\e91a';
}
.cid-upqbIiYod3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upqbIiYod3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upqbIiYod3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upqbIiYod3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upqbIiYod3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upqbIiYod3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upqbIiYod3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upqbIiYod3 .carousel-indicators li.active,
.cid-upqbIiYod3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upqbIiYod3 .carousel-indicators li::after,
.cid-upqbIiYod3 .carousel-indicators li::before {
  content: none;
}
.cid-upqbIiYod3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upqbIiYod3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upqbIiYod3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upqbIiYod3 .carousel-indicators {
    display: none;
  }
}
.cid-upqbIiYod3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upqbIiYod3 .carousel-inner > .active {
  display: block;
}
.cid-upqbIiYod3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upqbIiYod3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upqbIiYod3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upqbIiYod3 .carousel-control,
  .cid-upqbIiYod3 .carousel-indicators,
  .cid-upqbIiYod3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upqbIiYod3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upqbIiYod3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upqbIiYod3 .carousel-indicators .active,
.cid-upqbIiYod3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upqbIiYod3 .carousel-indicators .active {
  background: #fff;
}
.cid-upqbIiYod3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upqbIiYod3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upqbIiYod3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upqbIiYod3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upqbIiYod3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upqbIiYod3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upqbIiYod3 .carousel {
  width: 100%;
}
.cid-upqbIiYod3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upqbIiYod3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upqbIiYod3 .modal.fade .modal-dialog,
.cid-upqbIiYod3 .modal.in .modal-dialog {
  transform: none;
}
.cid-upqbIiYod3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upqbIiYod3 H6 {
  text-align: center;
}
.cid-upqbIl0J0V {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upqbIl0J0V .video-wrapper iframe {
  width: 100%;
}
.cid-upqbIl0J0V .mbr-section-title,
.cid-upqbIl0J0V .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upqbIl0J0V .text-wrapper {
    padding: 2rem;
  }
}
.cid-upqbIlVdB9 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-upqbIlVdB9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-upqbIlVdB9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-upqbIlVdB9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-upqbIlVdB9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-upqbIlVdB9 textarea {
  min-height: 10rem;
}
.cid-upqbIlVdB9 .mbr-section-subtitle {
  color: #e61717;
}
.cid-upqbImRa7t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upqbImRa7t .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upqbInuug3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upqbInuug3 .row {
    flex-direction: column-reverse;
  }
  .cid-upqbInuug3 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upqbInuug3 .google-map {
  height: 100%;
  position: relative;
}
.cid-upqbInuug3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upqbInuug3 .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-upqbInuug3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upqbInuug3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upqbInuug3 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upqbInuug3 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-upqbInuug3 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upqbInuug3 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upqbInuug3 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upqbInuug3 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-upqbIpY2Bk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upqbIpY2Bk .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upqbIpY2Bk .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-upqbIpY2Bk .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-upqbIpY2Bk .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-upqbIpY2Bk .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-upqbIpY2Bk .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-upqbIpY2Bk .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-upqbIpY2Bk .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-upqbIpY2Bk .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-upqbIpY2Bk .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-upqbIpY2Bk .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-upqbIpY2Bk .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-upqbIpY2Bk .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-upqbIpY2Bk .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-upqbIpY2Bk [class^="socicon-"]:before,
.cid-upqbIpY2Bk [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-upqbIqPjWe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-upqbIqPjWe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upqbIqPjWe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upqbIqPjWe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upqbIqPjWe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upqbIqPjWe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upqbIqPjWe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upqbIqPjWe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upqbIqPjWe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upqbIqPjWe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upqbIqPjWe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upqbIqPjWe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upqbIqPjWe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upqbIqPjWe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upqbIqPjWe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upqbIqPjWe .media-container-row .mbr-text {
  color: #353535;
}
.cid-uqNdBNu2P8 {
  z-index: 1000;
  width: 100%;
}
.cid-uqNdBNu2P8 nav.navbar {
  position: fixed;
}
.cid-uqNdBNu2P8 .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-uqNdBNu2P8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqNdBNu2P8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqNdBNu2P8 .dropdown-item:hover,
.cid-uqNdBNu2P8 .dropdown-item:focus {
  background: #43e411 !important;
  color: white !important;
}
.cid-uqNdBNu2P8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqNdBNu2P8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqNdBNu2P8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqNdBNu2P8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqNdBNu2P8 .nav-link {
  position: relative;
}
.cid-uqNdBNu2P8 .container {
  display: flex;
  margin: auto;
}
.cid-uqNdBNu2P8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqNdBNu2P8 .dropdown-menu,
.cid-uqNdBNu2P8 .navbar.opened {
  background: #094e58 !important;
}
.cid-uqNdBNu2P8 .nav-item:focus,
.cid-uqNdBNu2P8 .nav-link:focus {
  outline: none;
}
.cid-uqNdBNu2P8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqNdBNu2P8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqNdBNu2P8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqNdBNu2P8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqNdBNu2P8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqNdBNu2P8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqNdBNu2P8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(9, 78, 88, 0);
}
.cid-uqNdBNu2P8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqNdBNu2P8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqNdBNu2P8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqNdBNu2P8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqNdBNu2P8 .navbar.collapsed {
  justify-content: center;
}
.cid-uqNdBNu2P8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqNdBNu2P8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqNdBNu2P8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uqNdBNu2P8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqNdBNu2P8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqNdBNu2P8 .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-uqNdBNu2P8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqNdBNu2P8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqNdBNu2P8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqNdBNu2P8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqNdBNu2P8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqNdBNu2P8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqNdBNu2P8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqNdBNu2P8 .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-uqNdBNu2P8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqNdBNu2P8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqNdBNu2P8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqNdBNu2P8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqNdBNu2P8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqNdBNu2P8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqNdBNu2P8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqNdBNu2P8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqNdBNu2P8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqNdBNu2P8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqNdBNu2P8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqNdBNu2P8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqNdBNu2P8 .dropdown-item.active,
.cid-uqNdBNu2P8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqNdBNu2P8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqNdBNu2P8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqNdBNu2P8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqNdBNu2P8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #094e58;
}
.cid-uqNdBNu2P8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqNdBNu2P8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqNdBNu2P8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqNdBNu2P8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqNdBNu2P8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqNdBNu2P8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqNdBNu2P8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqNdBNu2P8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNdBNu2P8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNdBNu2P8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqNdBNu2P8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNdBNu2P8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqNdBNu2P8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqNdBNu2P8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNdBNu2P8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqNdBNu2P8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqNdBNu2P8 .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-uqNdBNu2P8 .navbar {
    height: 70px;
  }
  .cid-uqNdBNu2P8 .navbar.opened {
    height: auto;
  }
  .cid-uqNdBNu2P8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqNdBPboST {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/eneshurda-geridonusum-eneskoc-800x400.jpeg");
}
.cid-uqNdBPboST .mbr-section-title {
  color: #ffffff;
}
.cid-uqNdBPboST .mbr-text,
.cid-uqNdBPboST .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uqNdBQxZQr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uqNdBQxZQr img,
.cid-uqNdBQxZQr .item-img {
  width: 100%;
}
.cid-uqNdBQxZQr .item:focus,
.cid-uqNdBQxZQr span:focus {
  outline: none;
}
.cid-uqNdBQxZQr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uqNdBQxZQr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uqNdBQxZQr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uqNdBQxZQr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqNdBQxZQr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uqNdBQxZQr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uqNdBQxZQr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqNdBQxZQr .mbr-section-title {
  color: #232323;
}
.cid-uqNdBQxZQr .mbr-text,
.cid-uqNdBQxZQr .mbr-section-btn {
  text-align: left;
}
.cid-uqNdBQxZQr .item-title {
  text-align: left;
}
.cid-uqNdBQxZQr .item-subtitle {
  text-align: center;
}
.cid-uqNdBSf988 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-uqNdBSf988 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uqNdBSf988 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uqNdBSMXCp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uqNdBSMXCp .item {
  padding-bottom: 2rem;
}
.cid-uqNdBSMXCp .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uqNdBSMXCp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uqNdBSMXCp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uqNdBSMXCp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uqNdBSMXCp .carousel-control,
.cid-uqNdBSMXCp .close {
  background: #1b1b1b;
}
.cid-uqNdBSMXCp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uqNdBSMXCp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uqNdBSMXCp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uqNdBSMXCp .carousel-control-next span {
  margin-left: 5px;
}
.cid-uqNdBSMXCp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uqNdBSMXCp .close::before {
  content: '\e91a';
}
.cid-uqNdBSMXCp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uqNdBSMXCp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uqNdBSMXCp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqNdBSMXCp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqNdBSMXCp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqNdBSMXCp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uqNdBSMXCp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uqNdBSMXCp .carousel-indicators li.active,
.cid-uqNdBSMXCp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uqNdBSMXCp .carousel-indicators li::after,
.cid-uqNdBSMXCp .carousel-indicators li::before {
  content: none;
}
.cid-uqNdBSMXCp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uqNdBSMXCp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uqNdBSMXCp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqNdBSMXCp .carousel-indicators {
    display: none;
  }
}
.cid-uqNdBSMXCp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uqNdBSMXCp .carousel-inner > .active {
  display: block;
}
.cid-uqNdBSMXCp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqNdBSMXCp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqNdBSMXCp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uqNdBSMXCp .carousel-control,
  .cid-uqNdBSMXCp .carousel-indicators,
  .cid-uqNdBSMXCp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uqNdBSMXCp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uqNdBSMXCp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uqNdBSMXCp .carousel-indicators .active,
.cid-uqNdBSMXCp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uqNdBSMXCp .carousel-indicators .active {
  background: #fff;
}
.cid-uqNdBSMXCp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uqNdBSMXCp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uqNdBSMXCp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uqNdBSMXCp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uqNdBSMXCp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uqNdBSMXCp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uqNdBSMXCp .carousel {
  width: 100%;
}
.cid-uqNdBSMXCp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uqNdBSMXCp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uqNdBSMXCp .modal.fade .modal-dialog,
.cid-uqNdBSMXCp .modal.in .modal-dialog {
  transform: none;
}
.cid-uqNdBSMXCp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uqNdBSMXCp H6 {
  text-align: center;
}
.cid-uqNdBUN7Ff {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqNdBUN7Ff .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uqNdBVhfWj {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uqNdBVhfWj .video-wrapper iframe {
  width: 100%;
}
.cid-uqNdBVhfWj .mbr-section-title,
.cid-uqNdBVhfWj .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqNdBVhfWj .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqNdBW3JNr {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uqNdBW3JNr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uqNdBW3JNr form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uqNdBW3JNr form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uqNdBW3JNr form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uqNdBW3JNr textarea {
  min-height: 10rem;
}
.cid-uqNdBW3JNr .mbr-section-subtitle {
  color: #7a0921;
}
.cid-uqNdBWKPQ8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqNdBWKPQ8 .row {
    flex-direction: column-reverse;
  }
  .cid-uqNdBWKPQ8 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uqNdBWKPQ8 .google-map {
  height: 100%;
  position: relative;
}
.cid-uqNdBWKPQ8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqNdBWKPQ8 .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-uqNdBWKPQ8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqNdBWKPQ8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqNdBWKPQ8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uqNdBWKPQ8 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uqNdBWKPQ8 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uqNdBWKPQ8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNdBWKPQ8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uqNdBWKPQ8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #43e411;
}
.cid-uqNdBYUQzR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNdBYUQzR .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uqNdBYUQzR .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uqNdBYUQzR .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uqNdBYUQzR .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uqNdBYUQzR .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uqNdBYUQzR .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uqNdBYUQzR .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uqNdBYUQzR .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uqNdBYUQzR .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uqNdBYUQzR .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uqNdBYUQzR .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uqNdBYUQzR .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uqNdBYUQzR .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uqNdBYUQzR .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uqNdBYUQzR [class^="socicon-"]:before,
.cid-uqNdBYUQzR [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uqNdBZynyP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-uqNdBZynyP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uqNdBZynyP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uqNdBZynyP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uqNdBZynyP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uqNdBZynyP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uqNdBZynyP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uqNdBZynyP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uqNdBZynyP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uqNdBZynyP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqNdBZynyP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uqNdBZynyP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqNdBZynyP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqNdBZynyP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uqNdBZynyP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uqNdBZynyP .media-container-row .mbr-text {
  color: #353535;
}
.cid-uqNdC0sd1f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNdC0sd1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNdC0sd1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNdC0sd1f .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-uqNdC0sd1f .number {
  color: #f10303;
}
.cid-uqNdC0sd1f .period {
  display: block;
}
.cid-uqNdC0sd1f .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uqNdC0sd1f .period {
    font-size: 0.8rem;
  }
}
.cid-uqNdC0sd1f .btn {
  height: 100%;
  margin: 0;
}
.cid-uqNdC0sd1f .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uqNdC0sd1f .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uqNdC0sd1f .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uqNdC0sd1f .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-uqNdC0sd1f .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
