body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1.796875;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 2.63157895rem;
    line-height: 1.82875;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 2.33918129rem;
    line-height: 1.8703125;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.20588235rem;
    line-height: 1.615;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 1.98675497rem;
    line-height: 1.63583333;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.45631068rem;
    line-height: 1.545;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.5625;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.6rem;
    line-height: 1.640625;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.36986301rem;
    line-height: 1.36875;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.13636364rem;
    line-height: 1.65;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #46877e !important;
}
.bg-success {
  background-color: #46877e !important;
}
.bg-info {
  background-color: #eef5f4 !important;
}
.bg-warning {
  background-color: #f7941e !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #46877e !important;
  border-color: #46877e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #46877e;
  border-color: #46877e;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: #5e5e5e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #5e5e5e !important;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-secondary:hover {
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #eef5f4 !important;
  border-color: #eef5f4 !important;
  color: #549087 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #549087 !important;
  background-color: #eef5f4;
  border-color: #eef5f4;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #549087 !important;
  background-color: #eef5f4 !important;
  border-color: #eef5f4 !important;
}
.btn-info:hover {
  background-color: #cee2df !important;
  border-color: #cee2df !important;
}
.btn-success,
.btn-success:active {
  background-color: #46877e !important;
  border-color: #46877e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #46877e;
  border-color: #46877e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-success:hover {
  background-color: #35655f !important;
  border-color: #35655f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7941e !important;
  border-color: #f7941e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f7941e;
  border-color: #f7941e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-warning:hover {
  background-color: #f9ab4f !important;
  border-color: #f9ab4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #46877e;
  color: #46877e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #46877e !important;
  border-color: #46877e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #dddddd;
  color: #dddddd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5e5e5e !important;
  background: #dddddd !important;
  border-color: #dddddd;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #eef5f4;
  color: #eef5f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #549087 !important;
  background: #eef5f4 !important;
  border-color: #eef5f4;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #549087 !important;
  background-color: #eef5f4 !important;
  border-color: #eef5f4 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #46877e;
  color: #46877e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #46877e !important;
  border-color: #46877e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #f7941e;
  color: #f7941e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #f7941e !important;
  border-color: #f7941e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #46877e !important;
}
.text-secondary {
  color: #dddddd !important;
}
.text-success {
  color: #46877e !important;
}
.text-info {
  color: #eef5f4 !important;
}
.text-warning {
  color: #f7941e !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #69b1a7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #aaaaaa !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #23443f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #aecfca !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f7941e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #46877e !important;
}
.alert-success {
  background-color: #46877e;
}
.alert-info {
  background-color: #eef5f4;
}
.alert-warning {
  background-color: #f7941e;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #46877e;
  border-color: #46877e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #46877e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8ac2bb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ac2bb;
}
.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: #fef2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #46877e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #46877e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #46877e;
  border-bottom-color: #46877e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #46877e !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: #dddddd !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1pj7EandR {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/tours4-1-1200x800.jpg");
}
.cid-s1pj7EandR .mbr-section-title {
  margin-bottom: 35px;
}
.cid-s1pj7EandR .mbr-section-title b,
.cid-s1pj7EandR .mbr-section-title strong {
  font-weight: 500;
}
.cid-s1pj7EandR .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-s1pj7EandR .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -100px;
  left: -50px;
  background-image: url("../../../assets/images/geometrical.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cid-s1pj7EandR .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-s1pj7EandR .mbr-section-title,
.cid-s1pj7EandR .mbr-section-btn {
  color: #ffffff;
}
.cid-uDOMWXbzyL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDOMWXbzyL .title__block {
  position: relative;
  z-index: 10;
}
.cid-uDOMWXbzyL .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uDOMWXbzyL .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-uDOMWXbzyL .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uDOMWXbzyL .mbr-section-btn {
  padding-right: 150px;
}
.cid-uDOMWXbzyL .slider__block .container {
  padding: 0 15px;
}
.cid-uDOMWXbzyL .carousel {
  padding-bottom: 100px;
  padding-bottom: 160px;
}
.cid-uDOMWXbzyL .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uDOMWXbzyL .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uDOMWXbzyL .carousel-item.active {
  opacity: 1;
}
.cid-uDOMWXbzyL .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uDOMWXbzyL .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uDOMWXbzyL .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uDOMWXbzyL .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uDOMWXbzyL .carousel-item .cloneditem-1,
.cid-uDOMWXbzyL .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uDOMWXbzyL .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uDOMWXbzyL .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uDOMWXbzyL .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uDOMWXbzyL .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uDOMWXbzyL .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uDOMWXbzyL .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uDOMWXbzyL .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-uDOMWXbzyL .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uDOMWXbzyL .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uDOMWXbzyL .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uDOMWXbzyL .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uDOMWXbzyL .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uDOMWXbzyL .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-uDOMWXbzyL .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uDOMWXbzyL .cloneditem-1,
.cid-uDOMWXbzyL .cloneditem-2,
.cid-uDOMWXbzyL .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uDOMWXbzyL .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uDOMWXbzyL .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uDOMWXbzyL .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uDOMWXbzyL .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uDOMWXbzyL .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uDOMWXbzyL .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uDOMWXbzyL .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uDOMWXbzyL .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uDOMWXbzyL .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uDOMWXbzyL .carousel-inner.slides2 .cloneditem-1,
  .cid-uDOMWXbzyL .carousel-inner.slides2 .cloneditem-2,
  .cid-uDOMWXbzyL .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uDOMWXbzyL .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uDOMWXbzyL .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uDOMWXbzyL .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uDOMWXbzyL .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uDOMWXbzyL .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uDOMWXbzyL .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uDOMWXbzyL .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uDOMWXbzyL .carousel-inner.slides3 .cloneditem-1,
  .cid-uDOMWXbzyL .carousel-inner.slides3 .cloneditem-2,
  .cid-uDOMWXbzyL .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uDOMWXbzyL .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uDOMWXbzyL .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uDOMWXbzyL .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uDOMWXbzyL .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uDOMWXbzyL .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uDOMWXbzyL .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uDOMWXbzyL .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uDOMWXbzyL .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uDOMWXbzyL .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uDOMWXbzyL .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uDOMWXbzyL .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uDOMWXbzyL .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uDOMWXbzyL .carousel {
    padding-bottom: 50px;
  }
}
.cid-uEFN2973Dv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uEFN2973Dv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEFN2973Dv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEFN2973Dv .container {
    padding: 0 24px;
  }
}
.cid-uEFN2973Dv .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uEFN2973Dv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uEFN2973Dv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEFN2973Dv .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uEFN2973Dv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEFN2973Dv .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uEFN2973Dv .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uEFN2973Dv .content-wrapper .mbr-section-btn .btn:hover,
.cid-uEFN2973Dv .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uEFN2973Dv .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uEFN2973Dv .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uEFN2973Dv .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uEFN2973Dv .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uEFN2973Dv .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uEFN2973Dv .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uEFN2973Dv .mbr-section-title {
  color: #141414;
}
.cid-uEFN2973Dv .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uEFN2973Dv .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uEFN2973Dv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uEFN2973Dv .mbr-section-title,
.cid-uEFN2973Dv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uE02rAkIZI {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #eef5f4;
}
.cid-uE02rAkIZI .title__block {
  margin-bottom: 120px;
}
.cid-uE02rAkIZI .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uE02rAkIZI .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: 20px;
  right: -120px;
  background-image: url("../../../assets/images/compass-134x134.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uE02rAkIZI .mbr-section-subtitle {
  color: #46877e;
  margin-top: 9px;
  margin-left: 38%;
}
.cid-uE02rAkIZI .mbr-section-title {
  position: relative;
  color: #46877e;
}
.cid-uE02rAkIZI .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-color: #ddebe9;
}
.cid-uE02rAkIZI .card__image {
  width: 100%;
}
.cid-uE02rAkIZI .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uE02rAkIZI .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-uE02rAkIZI .card__title {
  margin-bottom: 16px;
  color: #282727;
}
.cid-uE02rAkIZI .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-uE02rAkIZI .card__contacts {
  margin-bottom: 18px;
}
.cid-uE02rAkIZI .card__phone,
.cid-uE02rAkIZI .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-uE02rAkIZI .card__phone .mbr-iconfont,
.cid-uE02rAkIZI .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-uE02rAkIZI .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uE02rAkIZI .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-uE02rAkIZI .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uE02rAkIZI .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-uE02rAkIZI .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-uE02rAkIZI .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-uE02rAkIZI .title__block {
    margin-bottom: 60px;
  }
  .cid-uE02rAkIZI .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-uE02rAkIZI .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-uE02rAkIZI .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uE02rAkIZI .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-uE02rAkIZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE02rAkIZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE02rAkIZI .card__text,
.cid-uE02rAkIZI .link {
  color: #282727;
}
.cid-uE0n4yKwkI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uE0n4yKwkI .mbr-section-title {
  color: #46877e;
}
.cid-uE0n4yKwkI .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #cce4f0;
}
.cid-uE0n4yKwkI .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-uE0n4yKwkI .card__title {
  margin-bottom: 10px;
  font-weight: 600;
}
.cid-uE0n4yKwkI .card__text {
  margin-bottom: 8px;
}
.cid-uE0n4yKwkI .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-uE0n4yKwkI .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-uE0n4yKwkI .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-uE0n4yKwkI .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-uE0n4yKwkI .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-uE0n4yKwkI .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-uE0n4yKwkI .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-uE0n4yKwkI .card__wrap {
    margin-bottom: 39px;
  }
  .cid-uE0n4yKwkI .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-uE0n4yKwkI .card__image {
    max-width: 77px;
  }
  .cid-uE0n4yKwkI .card__image img {
    width: 75%;
  }
}
.cid-uE0n4yKwkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0n4yKwkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNUcJNI6v {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNUcJNI6v .title__block {
  z-index: 5;
  position: relative;
  padding-right: 50px;
}
.cid-uFNUcJNI6v .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFNUcJNI6v .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uFNUcJNI6v .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 85px;
  height: 85px;
  top: -50px;
  right: -30px;
  background-image: url("../../../assets/images/geometrical.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uFNUcJNI6v .mbr-section-subtitle {
  margin-bottom: 16px;
  z-index: 5;
  position: relative;
}
.cid-uFNUcJNI6v .mbr-text {
  margin-bottom: 15px;
}
.cid-uFNUcJNI6v .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uFNUcJNI6v .link a {
  font-weight: 700;
}
.cid-uFNUcJNI6v .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uFNUcJNI6v .link:hover span {
  transform: translateX(9px);
}
.cid-uFNUcJNI6v .counters__wrap {
  padding-top: 75px;
  position: relative;
  z-index: 1;
}
.cid-uFNUcJNI6v .counters__wrap:before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100vw;
  height: calc(100% + 150px);
  background-color: #eef5f4;
  z-index: -1;
}
.cid-uFNUcJNI6v .card__block {
  margin-bottom: 62px;
}
.cid-uFNUcJNI6v .count {
  color: #d3045f;
  margin-bottom: 20px;
  white-space: nowrap;
}
.cid-uFNUcJNI6v .card__title {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .cid-uFNUcJNI6v .title__block {
    text-align: center;
    padding-right: 15px;
    margin-bottom: 50px;
  }
  .cid-uFNUcJNI6v .counters__wrap {
    padding-top: 60px;
  }
  .cid-uFNUcJNI6v .counters__wrap:before {
    top: 0;
    height: 100%;
  }
  .cid-uFNUcJNI6v .card__block {
    margin-bottom: 40px;
  }
  .cid-uFNUcJNI6v .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uFNUcJNI6v .figure:before {
    width: 66px;
    height: 66px;
    top: -63px;
    right: 19%;
  }
}
.cid-uFNUcJNI6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNUcJNI6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0jZMyE7w {
  padding-top: 8rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #cce4f0;
}
.cid-uE0jZMyE7w .title__block {
  padding-bottom: 40px;
}
.cid-uE0jZMyE7w .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uE0jZMyE7w .mbr-section-title b,
.cid-uE0jZMyE7w .mbr-section-title strong {
  font-weight: 500;
}
.cid-uE0jZMyE7w .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uE0jZMyE7w .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  top: -75px;
  right: -65px;
  background-image: url("../../../assets/images/geometrical.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uE0jZMyE7w .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uE0jZMyE7w .mbr-text {
  margin-bottom: 43px;
}
.cid-uE0jZMyE7w .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-uE0jZMyE7w .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-uE0jZMyE7w .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uE0jZMyE7w .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uE0jZMyE7w .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uE0jZMyE7w .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uE0jZMyE7w .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uE0jZMyE7w .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uE0jZMyE7w .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uE0jZMyE7w .row {
    text-align: center;
  }
  .cid-uE0jZMyE7w .title__block {
    padding-bottom: 0;
  }
  .cid-uE0jZMyE7w .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uE0jZMyE7w .figure:before {
    content: none;
  }
  .cid-uE0jZMyE7w .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uE0jZMyE7w .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uE0jZMyE7w .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uE0jZMyE7w .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uE0jZMyE7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0jZMyE7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfgki1ZTS {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIfgki1ZTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfgki1ZTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfgki1ZTS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uIfgki1ZTS .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uIfgki1ZTS {
    align-items: center;
  }
  .cid-uIfgki1ZTS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIfgki1ZTS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIfgki1ZTS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uIfgki1ZTS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIfgki1ZTS .content-wrap {
    width: 100%;
  }
}
.cid-uIfgki1ZTS .mbr-section-title {
  text-align: center;
  color: #291f1e;
}
.cid-uIfgki1ZTS .mbr-text,
.cid-uIfgki1ZTS .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-s1pjrJOPc9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-s1pjrJOPc9 .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #79bab1;
  text-align: center;
  color: #014188;
}
.cid-s1pjrJOPc9 .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-s1pjrJOPc9 .form-group {
  padding: 0;
}
.cid-s1pjrJOPc9 .form-control {
  background-color: #ffffff !important;
  color: #46877e;
  border: 1px solid #46877e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-s1pjrJOPc9 .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-s1pjrJOPc9 .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-s1pjrJOPc9 .mbr-form .btn {
  margin: 0;
}
.cid-s1pjrJOPc9 .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-s1pjrJOPc9 input::-webkit-input-placeholder {
  color: #46877e;
  opacity: .8;
}
.cid-s1pjrJOPc9 input::-moz-placeholder {
  color: #46877e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-s1pjrJOPc9 .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-s1pjrJOPc9 .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #79bab1;
  }
  .cid-s1pjrJOPc9 .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s1pjrJOPc9 .dragArea {
    margin: 0;
  }
  .cid-s1pjrJOPc9 .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-s1pjrJOPc9 .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-s1pjrJOPc9 .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-s1pjrJOPc9 .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE0yMxqsBf {
  padding-top: 8rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uE0yMxqsBf .title__block {
  padding-bottom: 40px;
}
.cid-uE0yMxqsBf .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uE0yMxqsBf .mbr-section-title b,
.cid-uE0yMxqsBf .mbr-section-title strong {
  font-weight: 500;
}
.cid-uE0yMxqsBf .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uE0yMxqsBf .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  top: -75px;
  right: -65px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uE0yMxqsBf .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uE0yMxqsBf .mbr-text {
  margin-bottom: 43px;
}
.cid-uE0yMxqsBf .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-uE0yMxqsBf .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #eef5f4;
}
.cid-uE0yMxqsBf .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uE0yMxqsBf .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uE0yMxqsBf .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uE0yMxqsBf .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uE0yMxqsBf .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uE0yMxqsBf .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uE0yMxqsBf .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uE0yMxqsBf .row {
    text-align: center;
  }
  .cid-uE0yMxqsBf .title__block {
    padding-bottom: 0;
  }
  .cid-uE0yMxqsBf .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uE0yMxqsBf .figure:before {
    content: none;
  }
  .cid-uE0yMxqsBf .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uE0yMxqsBf .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uE0yMxqsBf .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uE0yMxqsBf .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uE0yMxqsBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0yMxqsBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0EWiQNWH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef5f4;
}
.cid-uE0EWiQNWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0EWiQNWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0EWiQNWH .cont-wrap {
  justify-content: center;
}
.cid-uE0EWiQNWH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uE0EWiQNWH .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uE0EWiQNWH .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uE0EWiQNWH .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uE0EWiQNWH .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uE0EWiQNWH .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uE0EWiQNWH .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uE0EWiQNWH .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uE0EWiQNWH .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uE0EWiQNWH .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-uE0EWiQNWH .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE0EWiQNWH .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uE0EWiQNWH .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE0EWiQNWH .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE0EWiQNWH .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE0EWiQNWH .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uE0EWiQNWH .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uE0EWiQNWH .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uE0EWiQNWH .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uE0EWiQNWH .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uE0EWiQNWH .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uE0EWiQNWH .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uE0EWiQNWH .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uE0EWiQNWH .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uE0EWiQNWH .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uE0EWiQNWH .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uE0EWiQNWH .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #282727;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uE0EWiQNWH .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uE0EWiQNWH .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uE0EWiQNWH .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #282727;
  border-color: #282727;
  border-radius: 0;
}
.cid-uE0EWiQNWH .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uE0EWiQNWH .mbr-section-title {
  color: #212529;
}
.cid-uE0EWiQNWH .mbr-section-subtitle {
  color: #51565c;
}
.cid-uE0EWiQNWH .mbr-text {
  color: #51565c;
}
.cid-uE0EWiQNWH .list {
  color: #212529;
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE6xx7XGKZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #eef5f4;
}
.cid-uE6xx7XGKZ .main-col {
  display: flex;
}
.cid-uE6xx7XGKZ .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  flex-direction: row-reverse;
}
.cid-uE6xx7XGKZ .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uE6xx7XGKZ .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uE6xx7XGKZ .text-wrapper {
    padding: 40px 50px 40px 70px;
    padding: 40px 70px 40px 50px;
  }
}
@media (min-width: 992px) {
  .cid-uE6xx7XGKZ .text-wrapper {
    width: 52%;
  }
}
.cid-uE6xx7XGKZ .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uE6xx7XGKZ .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uE6xx7XGKZ .mbr-section-subtitle {
  color: #010d4c;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uE6xx7XGKZ .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uE6xx7XGKZ .mbr-text {
  color: #00284E;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-uE6xx7XGKZ .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uE6xx7XGKZ .image-wrapper {
    width: 48%;
  }
}
.cid-uE6xx7XGKZ .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uE6xx7XGKZ .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uE6xx7XGKZ .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-uE6xx7XGKZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uE6xx7XGKZ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE6xx7XGKZ .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uE6xx7XGKZ .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uE6xx7XGKZ .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uE6xx7XGKZ .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uE6xx7XGKZ .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uE6xx7XGKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE6xx7XGKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEL9B0QfQR {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uEL9B0QfQR .mbr-overlay {
  background-color: #353535;
  opacity: 0.8;
}
.cid-uEL9B0QfQR input,
.cid-uEL9B0QfQR textarea {
  border-radius: 0;
}
.cid-uEL9B0QfQR input:hover,
.cid-uEL9B0QfQR textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uEL9B0QfQR textarea {
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-uEL9B0QfQR .col-auto {
    margin: auto;
  }
}
.cid-uEL9B0QfQR .mbr-main-subtitle {
  background: #46877e;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-uEL9B0QfQR .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #46877e;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uEL9B0QfQR .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uEL9B0QfQR .btn {
  padding: 1rem 3rem;
}
.cid-uEL9B0QfQR .mbr-section-text {
  color: #ffffff;
}
.cid-uEL9B0QfQR .mbr-section-title {
  color: #ffffff;
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF7c7BfjCF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uF7c7BfjCF .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uF7c7BfjCF .mbr-section-title b,
.cid-uF7c7BfjCF .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uF7c7BfjCF .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uF7c7BfjCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7c7BfjCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7cgblbkO {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uF7cgblbkO .title__block {
  padding-bottom: 40px;
}
.cid-uF7cgblbkO .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uF7cgblbkO .mbr-section-title b,
.cid-uF7cgblbkO .mbr-section-title strong {
  font-weight: 500;
}
.cid-uF7cgblbkO .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF7cgblbkO .mbr-text {
  margin-bottom: 43px;
}
.cid-uF7cgblbkO .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-uF7cgblbkO .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-uF7cgblbkO .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uF7cgblbkO .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uF7cgblbkO .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uF7cgblbkO .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uF7cgblbkO .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uF7cgblbkO .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uF7cgblbkO .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF7cgblbkO .row {
    text-align: center;
  }
  .cid-uF7cgblbkO .title__block {
    padding-bottom: 0;
  }
  .cid-uF7cgblbkO .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uF7cgblbkO .figure:before {
    content: none;
  }
  .cid-uF7cgblbkO .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF7cgblbkO .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uF7cgblbkO .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uF7cgblbkO .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uF7cgblbkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7cgblbkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7bU3nvl2 {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uF7bU3nvl2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uF7bU3nvl2 .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-uF7bU3nvl2 .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uF7bU3nvl2 .col-form {
    padding: 30px;
  }
}
.cid-uF7bU3nvl2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uF7bU3nvl2 .text-wrapper {
    text-align: center !important;
  }
}
.cid-uF7bU3nvl2 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  .cid-uF7bU3nvl2 .label-text {
    text-align: center !important;
  }
}
.cid-uF7bU3nvl2 .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF7bU3nvl2 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uF7bU3nvl2 .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uF7bU3nvl2 .mbr-section-btn .btn {
  width: max-content;
}
.cid-uF7bU3nvl2 .mbr-section-btn .btn-black {
  color: #46877e !important;
}
@media (max-width: 767px) {
  .cid-uF7bU3nvl2 .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uF7bU3nvl2 .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uF7bU3nvl2 .form-container {
    text-align: center !important;
  }
}
.cid-uF7bU3nvl2 .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uF7bU3nvl2 .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-uF7bU3nvl2 .form-group {
  margin-bottom: 32px !important;
}
.cid-uF7bU3nvl2 .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-uF7bU3nvl2 textarea {
  min-height: 114px;
}
.cid-uF7bU3nvl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7bU3nvl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7bU3nvl2 .mbr-section-title,
.cid-uF7bU3nvl2 .mbr-section-btn {
  color: #282727;
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3n48adQ6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-uF3n48adQ6 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uF3n48adQ6 .mbr-section-title b,
.cid-uF3n48adQ6 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uF3n48adQ6 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uF3n48adQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3n48adQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3naDWqci {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3naDWqci .title__block {
  margin-bottom: 65px;
}
.cid-uF3naDWqci .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uF3naDWqci .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uF3naDWqci .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uF3naDWqci .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uF3naDWqci .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uF3naDWqci .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uF3naDWqci .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uF3naDWqci .card__content {
  display: block;
  width: 100%;
}
.cid-uF3naDWqci .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uF3naDWqci .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uF3naDWqci .title__block {
    margin-bottom: 40px;
  }
  .cid-uF3naDWqci .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uF3naDWqci .nav-item {
    margin-bottom: 9px;
  }
  .cid-uF3naDWqci .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uF3naDWqci .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uF3naDWqci .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uF3naDWqci .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uF3naDWqci .card__image {
    max-width: 90px;
  }
  .cid-uF3naDWqci .card__image img {
    width: 70%;
  }
}
.cid-uF3naDWqci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3naDWqci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3zfWwi4s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uF3zfWwi4s .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uF3zfWwi4s .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-uF3zfWwi4s .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uF3zfWwi4s .col-form {
    padding: 30px;
  }
}
.cid-uF3zfWwi4s .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uF3zfWwi4s .text-wrapper {
    text-align: center !important;
  }
}
.cid-uF3zfWwi4s .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  .cid-uF3zfWwi4s .label-text {
    text-align: center !important;
  }
}
.cid-uF3zfWwi4s .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF3zfWwi4s .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uF3zfWwi4s .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uF3zfWwi4s .mbr-section-btn .btn {
  width: max-content;
}
.cid-uF3zfWwi4s .mbr-section-btn .btn-black {
  color: #46877e !important;
}
@media (max-width: 767px) {
  .cid-uF3zfWwi4s .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uF3zfWwi4s .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uF3zfWwi4s .form-container {
    text-align: center !important;
  }
}
.cid-uF3zfWwi4s .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uF3zfWwi4s .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-uF3zfWwi4s .form-group {
  margin-bottom: 32px !important;
}
.cid-uF3zfWwi4s .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-uF3zfWwi4s textarea {
  min-height: 114px;
}
.cid-uF3zfWwi4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3zfWwi4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3zfWwi4s .mbr-section-title,
.cid-uF3zfWwi4s .mbr-section-btn {
  color: #282727;
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE6PnlRf7T {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-uE6PnlRf7T .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uE6PnlRf7T .mbr-section-title b,
.cid-uE6PnlRf7T .mbr-section-title strong {
  font-weight: 500;
}
.cid-uE6PnlRf7T .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uE6PnlRf7T .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -100px;
  left: -50px;
  background-image: url("../../../assets/images/geometrical.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cid-uE6PnlRf7T .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uE6PnlRf7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE6PnlRf7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE6PnlRf7T .mbr-section-title,
.cid-uE6PnlRf7T .mbr-section-btn {
  color: #ffffff;
}
.cid-uEhxUIW0Z7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uEhxUIW0Z7 .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ddebe9;
  z-index: 0;
}
.cid-uEhxUIW0Z7 .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-uEhxUIW0Z7 .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-uEhxUIW0Z7 .mbr-section-title {
  margin-bottom: 33px;
}
.cid-uEhxUIW0Z7 .slider__image {
  margin-left: 11.8%;
}
.cid-uEhxUIW0Z7 .img-wrap {
  max-width: 100%;
}
.cid-uEhxUIW0Z7 .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uEhxUIW0Z7 .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-uEhxUIW0Z7 .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-uEhxUIW0Z7 .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-uEhxUIW0Z7 .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-uEhxUIW0Z7 .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-uEhxUIW0Z7 .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-uEhxUIW0Z7 .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-uEhxUIW0Z7 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uEhxUIW0Z7 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uEhxUIW0Z7 .carousel-controls .carousel-control-next,
.cid-uEhxUIW0Z7 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uEhxUIW0Z7 .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-uEhxUIW0Z7 .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhxUIW0Z7 .image-element {
    min-width: 50%;
  }
  .cid-uEhxUIW0Z7 .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uEhxUIW0Z7 .two__background:before {
    max-width: 90%;
  }
  .cid-uEhxUIW0Z7 .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-uEhxUIW0Z7 .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-uEhxUIW0Z7 .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-uEhxUIW0Z7 .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-uEhxUIW0Z7 .mbr-section-subtitle:after {
    content: none;
  }
  .cid-uEhxUIW0Z7 .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uEhxUIW0Z7 .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-uEhxUIW0Z7 .img-wrap {
    width: 100%;
  }
  .cid-uEhxUIW0Z7 .carousel-controls {
    display: none;
  }
  .cid-uEhxUIW0Z7 .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-uEhxUIW0Z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEhxUIW0Z7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEhxUIW0Z7 P {
  color: #0e2d3b;
}
.cid-uEhJ8IAzg8 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uEhJ8IAzg8 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uEhJ8IAzg8 .link a {
  font-weight: 700;
}
.cid-uEhJ8IAzg8 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uEhJ8IAzg8 .link:hover span {
  transform: translateX(9px);
}
.cid-uEhJ8IAzg8 .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #ddebe9;
}
.cid-uEhJ8IAzg8 .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uEhJ8IAzg8 .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uEhJ8IAzg8 .card__content:hover {
  transform: scale(0.95);
}
.cid-uEhJ8IAzg8 .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uEhJ8IAzg8 .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uEhJ8IAzg8 .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uEhJ8IAzg8 .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uEhJ8IAzg8 .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uEhJ8IAzg8 .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uEhJ8IAzg8 .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uEhJ8IAzg8 .title__block {
    margin-bottom: 74px;
  }
  .cid-uEhJ8IAzg8 .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-uEhJ8IAzg8 .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uEhJ8IAzg8 .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uEhJ8IAzg8 .card__content {
    height: 200px;
  }
  .cid-uEhJ8IAzg8 .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uEhJ8IAzg8 .card__item {
    max-width: 274px;
  }
}
.cid-uEhJ8IAzg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEhJ8IAzg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEhJ8IAzg8 .card__content .card__title {
  color: #ffffff;
}
.cid-uEhGQvMdG3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uEhGQvMdG3 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uEhGQvMdG3 .mbr-section-title b,
.cid-uEhGQvMdG3 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uEhGQvMdG3 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uEhGQvMdG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEhGQvMdG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF37gtIzzo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF37gtIzzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF37gtIzzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF37gtIzzo .container {
    padding: 0 6px;
  }
}
.cid-uF37gtIzzo .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uF37gtIzzo .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uF37gtIzzo .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uF37gtIzzo .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uF37gtIzzo .row {
    padding: 70px 30px;
  }
}
.cid-uF37gtIzzo .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uF37gtIzzo .title-wrapper {
  margin-bottom: 64px;
}
.cid-uF37gtIzzo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF37gtIzzo .title-wrapper .mbr-section-title span {
  color: #d3045f;
}
.cid-uF37gtIzzo .tabs-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.cid-uF37gtIzzo .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uF37gtIzzo .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 50px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uF37gtIzzo .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uF37gtIzzo .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #ffffff;
  border-radius: 0 !important;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uF37gtIzzo .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #262626;
}
.cid-uF37gtIzzo .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uF37gtIzzo .content-wrapper {
    display: block;
  }
}
.cid-uF37gtIzzo .content-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uF37gtIzzo .content-wrapper .item:hover,
.cid-uF37gtIzzo .content-wrapper .item:focus {
  cursor: pointer;
}
.cid-uF37gtIzzo .content-wrapper .item:nth-child(3n) .item-decor {
  background-color: #ddebe9;
}
.cid-uF37gtIzzo .content-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #ddebe9;
}
.cid-uF37gtIzzo .content-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #ddebe9;
  border-radius: 16px 16px 0 0;
}
.cid-uF37gtIzzo .content-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uF37gtIzzo .content-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #ddebe9;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF37gtIzzo .content-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uF37gtIzzo .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uF37gtIzzo .content-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uF37gtIzzo .content-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uF37gtIzzo .content-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uF37gtIzzo .content-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uF37gtIzzo .mbr-section-title {
  color: #131313;
}
.cid-uF37gtIzzo .card-title {
  color: #ffffff;
}
.cid-uF37gtIzzo .card-text {
  color: #131313;
}
.cid-uF37gtIzzo .card-title,
.cid-uF37gtIzzo .mbr-section-btn {
  color: #000000;
}
.cid-uF8wOte1RY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uF8wOte1RY .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #79bab1;
  text-align: center;
  color: #014188;
}
.cid-uF8wOte1RY .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-uF8wOte1RY .form-group {
  padding: 0;
}
.cid-uF8wOte1RY .form-control {
  background-color: #ffffff !important;
  color: #46877e;
  border: 1px solid #46877e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uF8wOte1RY .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-uF8wOte1RY .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-uF8wOte1RY .mbr-form .btn {
  margin: 0;
}
.cid-uF8wOte1RY .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-uF8wOte1RY input::-webkit-input-placeholder {
  color: #46877e;
  opacity: .8;
}
.cid-uF8wOte1RY input::-moz-placeholder {
  color: #46877e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uF8wOte1RY .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-uF8wOte1RY .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #79bab1;
  }
  .cid-uF8wOte1RY .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uF8wOte1RY .dragArea {
    margin: 0;
  }
  .cid-uF8wOte1RY .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-uF8wOte1RY .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-uF8wOte1RY .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-uF8wOte1RY .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uF7gpLaXHY {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uF7gpLaXHY .nav-link,
.cid-uF7gpLaXHY .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uF7gpLaXHY .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uF7gpLaXHY .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uF7gpLaXHY .nav-link.text-primary:hover,
.cid-uF7gpLaXHY .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uF7gpLaXHY .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uF7gpLaXHY .nav-link:hover:before {
  opacity: 1;
}
.cid-uF7gpLaXHY .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uF7gpLaXHY .nav-link {
    margin: 0 !important;
  }
}
.cid-uF7gpLaXHY .icons-menu {
  line-height: 0;
}
.cid-uF7gpLaXHY .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uF7gpLaXHY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uF7gpLaXHY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uF7gpLaXHY .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uF7gpLaXHY .dropdown-menu a {
  overflow: hidden;
}
.cid-uF7gpLaXHY .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uF7gpLaXHY .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uF7gpLaXHY .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uF7gpLaXHY .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uF7gpLaXHY .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uF7gpLaXHY .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uF7gpLaXHY .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uF7gpLaXHY .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uF7gpLaXHY .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uF7gpLaXHY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uF7gpLaXHY .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uF7gpLaXHY .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uF7gpLaXHY .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uF7gpLaXHY .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uF7gpLaXHY.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uF7gpLaXHY .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uF7gpLaXHY .btn {
    white-space: nowrap;
  }
  .cid-uF7gpLaXHY .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uF7gpLaXHY .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uF7gpLaXHY .nav-item.dropdown:hover::before,
  .cid-uF7gpLaXHY .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uF7gpLaXHY .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uF7gpLaXHY .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uF7gpLaXHY .navbar > .container,
.cid-uF7gpLaXHY .navbar > .container-fluid {
  align-items: center;
}
.cid-uF7gpLaXHY .dropdown-toggle::after,
.cid-uF7gpLaXHY .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uF7gpLaXHY .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uF7gpLaXHY .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uF7gpLaXHY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uF7gpLaXHY .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uF7gpLaXHY .nav-item:focus,
.cid-uF7gpLaXHY .nav-link:focus {
  outline: none;
}
.cid-uF7gpLaXHY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF7gpLaXHY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF7gpLaXHY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uF7gpLaXHY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uF7gpLaXHY ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uF7gpLaXHY .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uF7gpLaXHY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uF7gpLaXHY .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uF7gpLaXHY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF7gpLaXHY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF7gpLaXHY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uF7gpLaXHY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF7gpLaXHY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF7gpLaXHY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uF7gpLaXHY .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uF7gpLaXHY .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uF7gpLaXHY .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF7gpLaXHY.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF7gpLaXHY .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uF7gpLaXHY .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uF7gpLaXHY .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uF7gpLaXHY .navbar-logo {
    margin: 0;
  }
  .cid-uF7gpLaXHY .navbar-logo img {
    height: 60px !important;
  }
  .cid-uF7gpLaXHY .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uF7gpLaXHY .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF7gpLaXHY .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uF7gpLaXHY .navbar {
    padding: 13px 90px;
  }
  .cid-uF7gpLaXHY .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uF7gpLaXHY .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uF7gpLaXHY .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uF7gpLaXHY .dropdown-toggle::after,
  .cid-uF7gpLaXHY .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uF7gpLaXHY .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uF7gpLaXHY a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uF7gpLaXHY ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uF7gpLaXHY .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uF7gpLaXHY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uF7gpLaXHY.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uF7gpLaXHY.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uF7gpLaXHY.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF7gpLaXHY.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uF7gpLaXHY .navbar {
    padding: 0 !important;
  }
  .cid-uF7gpLaXHY ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uF7gpLaXHY a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uF7gpLaXHY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uF7gpLaXHY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF7gpLaXHY .dropdown-item.active,
.cid-uF7gpLaXHY .dropdown-item:active {
  background-color: transparent;
}
.cid-uF7gpLaXHY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF7gpLaXHY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uF7gpLaXHY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uF7gpLaXHY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uF7gpLaXHY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF7gpLaXHY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF7gpLaXHY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF7gpLaXHY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF7gpLaXHY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF7gpLaXHY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF7gpLaXHY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF7gpLaXHY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uF7gpLaXHY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uF7gpLaXHY .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF7gpLaXHY .navbar {
    height: 97px;
  }
  .cid-uF7gpLaXHY .navbar.opened {
    height: auto;
  }
  .cid-uF7gpLaXHY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF7gpLNrlO {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #eef5f4;
}
.cid-uF7gpLNrlO .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uF7gpLNrlO .mbr-section-title b,
.cid-uF7gpLNrlO .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uF7gpLNrlO .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uF7gpLNrlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7gpLNrlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7gpMhgZh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF7gpMhgZh .title__block {
  margin-bottom: 65px;
}
.cid-uF7gpMhgZh .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uF7gpMhgZh .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uF7gpMhgZh .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uF7gpMhgZh .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uF7gpMhgZh .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uF7gpMhgZh .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uF7gpMhgZh .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uF7gpMhgZh .card__content {
  display: block;
  width: 100%;
}
.cid-uF7gpMhgZh .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uF7gpMhgZh .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uF7gpMhgZh .title__block {
    margin-bottom: 40px;
  }
  .cid-uF7gpMhgZh .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uF7gpMhgZh .nav-item {
    margin-bottom: 9px;
  }
  .cid-uF7gpMhgZh .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uF7gpMhgZh .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uF7gpMhgZh .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uF7gpMhgZh .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uF7gpMhgZh .card__image {
    max-width: 90px;
  }
  .cid-uF7gpMhgZh .card__image img {
    width: 70%;
  }
}
.cid-uF7gpMhgZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7gpMhgZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7k36tiRs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uF7k36tiRs .title__block {
  padding-bottom: 40px;
}
.cid-uF7k36tiRs .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uF7k36tiRs .mbr-section-title b,
.cid-uF7k36tiRs .mbr-section-title strong {
  font-weight: 500;
}
.cid-uF7k36tiRs .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF7k36tiRs .mbr-text {
  margin-bottom: 43px;
}
.cid-uF7k36tiRs .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-uF7k36tiRs .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-uF7k36tiRs .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uF7k36tiRs .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uF7k36tiRs .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uF7k36tiRs .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uF7k36tiRs .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uF7k36tiRs .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uF7k36tiRs .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF7k36tiRs .row {
    text-align: center;
  }
  .cid-uF7k36tiRs .title__block {
    padding-bottom: 0;
  }
  .cid-uF7k36tiRs .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uF7k36tiRs .figure:before {
    content: none;
  }
  .cid-uF7k36tiRs .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF7k36tiRs .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uF7k36tiRs .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uF7k36tiRs .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uF7k36tiRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7k36tiRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7gpOzS7X {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uF7gpOzS7X .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uF7gpOzS7X .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF7gpOzS7X .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uF7gpOzS7X .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uF7gpOzS7X .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uF7gpOzS7X .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uF7gpOzS7X .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uF7gpOzS7X .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uF7gpOzS7X .item a {
  font-weight: 600;
}
.cid-uF7gpOzS7X .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uF7gpOzS7X .item:last-child:after {
  display: none;
}
.cid-uF7gpOzS7X .footer__social {
  padding-bottom: 21px;
}
.cid-uF7gpOzS7X .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uF7gpOzS7X .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uF7gpOzS7X .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uF7gpOzS7X .footer__ink {
  text-align: right;
}
.cid-uF7gpOzS7X .copyright,
.cid-uF7gpOzS7X .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uF7gpOzS7X .footer__menu {
    padding-right: 0;
  }
}
.cid-uF7m01WAfl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uF7m01WAfl .nav-link,
.cid-uF7m01WAfl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uF7m01WAfl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uF7m01WAfl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uF7m01WAfl .nav-link.text-primary:hover,
.cid-uF7m01WAfl .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uF7m01WAfl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uF7m01WAfl .nav-link:hover:before {
  opacity: 1;
}
.cid-uF7m01WAfl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uF7m01WAfl .nav-link {
    margin: 0 !important;
  }
}
.cid-uF7m01WAfl .icons-menu {
  line-height: 0;
}
.cid-uF7m01WAfl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uF7m01WAfl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uF7m01WAfl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uF7m01WAfl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uF7m01WAfl .dropdown-menu a {
  overflow: hidden;
}
.cid-uF7m01WAfl .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uF7m01WAfl .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uF7m01WAfl .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uF7m01WAfl .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uF7m01WAfl .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uF7m01WAfl .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uF7m01WAfl .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uF7m01WAfl .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uF7m01WAfl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uF7m01WAfl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uF7m01WAfl .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uF7m01WAfl .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uF7m01WAfl .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uF7m01WAfl .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uF7m01WAfl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uF7m01WAfl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uF7m01WAfl .btn {
    white-space: nowrap;
  }
  .cid-uF7m01WAfl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uF7m01WAfl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uF7m01WAfl .nav-item.dropdown:hover::before,
  .cid-uF7m01WAfl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uF7m01WAfl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uF7m01WAfl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uF7m01WAfl .navbar > .container,
.cid-uF7m01WAfl .navbar > .container-fluid {
  align-items: center;
}
.cid-uF7m01WAfl .dropdown-toggle::after,
.cid-uF7m01WAfl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uF7m01WAfl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uF7m01WAfl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uF7m01WAfl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uF7m01WAfl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uF7m01WAfl .nav-item:focus,
.cid-uF7m01WAfl .nav-link:focus {
  outline: none;
}
.cid-uF7m01WAfl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF7m01WAfl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF7m01WAfl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uF7m01WAfl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uF7m01WAfl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uF7m01WAfl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uF7m01WAfl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uF7m01WAfl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uF7m01WAfl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF7m01WAfl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF7m01WAfl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uF7m01WAfl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF7m01WAfl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF7m01WAfl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uF7m01WAfl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uF7m01WAfl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uF7m01WAfl .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF7m01WAfl.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF7m01WAfl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uF7m01WAfl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uF7m01WAfl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uF7m01WAfl .navbar-logo {
    margin: 0;
  }
  .cid-uF7m01WAfl .navbar-logo img {
    height: 60px !important;
  }
  .cid-uF7m01WAfl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uF7m01WAfl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF7m01WAfl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uF7m01WAfl .navbar {
    padding: 13px 90px;
  }
  .cid-uF7m01WAfl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uF7m01WAfl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uF7m01WAfl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uF7m01WAfl .dropdown-toggle::after,
  .cid-uF7m01WAfl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uF7m01WAfl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uF7m01WAfl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uF7m01WAfl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uF7m01WAfl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uF7m01WAfl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uF7m01WAfl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uF7m01WAfl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uF7m01WAfl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF7m01WAfl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uF7m01WAfl .navbar {
    padding: 0 !important;
  }
  .cid-uF7m01WAfl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uF7m01WAfl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uF7m01WAfl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uF7m01WAfl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF7m01WAfl .dropdown-item.active,
.cid-uF7m01WAfl .dropdown-item:active {
  background-color: transparent;
}
.cid-uF7m01WAfl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF7m01WAfl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uF7m01WAfl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uF7m01WAfl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uF7m01WAfl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF7m01WAfl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF7m01WAfl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF7m01WAfl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF7m01WAfl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF7m01WAfl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF7m01WAfl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF7m01WAfl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uF7m01WAfl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uF7m01WAfl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF7m01WAfl .navbar {
    height: 97px;
  }
  .cid-uF7m01WAfl .navbar.opened {
    height: auto;
  }
  .cid-uF7m01WAfl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF7m02EM1r {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #eef5f4;
}
.cid-uF7m02EM1r .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uF7m02EM1r .mbr-section-title b,
.cid-uF7m02EM1r .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uF7m02EM1r .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uF7m02EM1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7m02EM1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7m03clfE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF7m03clfE .title__block {
  margin-bottom: 65px;
}
.cid-uF7m03clfE .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uF7m03clfE .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uF7m03clfE .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uF7m03clfE .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uF7m03clfE .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uF7m03clfE .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uF7m03clfE .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uF7m03clfE .card__content {
  display: block;
  width: 100%;
}
.cid-uF7m03clfE .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uF7m03clfE .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uF7m03clfE .title__block {
    margin-bottom: 40px;
  }
  .cid-uF7m03clfE .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uF7m03clfE .nav-item {
    margin-bottom: 9px;
  }
  .cid-uF7m03clfE .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uF7m03clfE .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uF7m03clfE .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uF7m03clfE .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uF7m03clfE .card__image {
    max-width: 90px;
  }
  .cid-uF7m03clfE .card__image img {
    width: 70%;
  }
}
.cid-uF7m03clfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7m03clfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7m05gtnD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uF7m05gtnD .title__block {
  padding-bottom: 40px;
}
.cid-uF7m05gtnD .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uF7m05gtnD .mbr-section-title b,
.cid-uF7m05gtnD .mbr-section-title strong {
  font-weight: 500;
}
.cid-uF7m05gtnD .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF7m05gtnD .mbr-text {
  margin-bottom: 43px;
}
.cid-uF7m05gtnD .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-uF7m05gtnD .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-uF7m05gtnD .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uF7m05gtnD .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uF7m05gtnD .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uF7m05gtnD .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uF7m05gtnD .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uF7m05gtnD .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uF7m05gtnD .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF7m05gtnD .row {
    text-align: center;
  }
  .cid-uF7m05gtnD .title__block {
    padding-bottom: 0;
  }
  .cid-uF7m05gtnD .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uF7m05gtnD .figure:before {
    content: none;
  }
  .cid-uF7m05gtnD .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF7m05gtnD .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uF7m05gtnD .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uF7m05gtnD .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uF7m05gtnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7m05gtnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7m05MTs0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uF7m05MTs0 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uF7m05MTs0 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF7m05MTs0 .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uF7m05MTs0 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uF7m05MTs0 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uF7m05MTs0 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uF7m05MTs0 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uF7m05MTs0 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uF7m05MTs0 .item a {
  font-weight: 600;
}
.cid-uF7m05MTs0 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uF7m05MTs0 .item:last-child:after {
  display: none;
}
.cid-uF7m05MTs0 .footer__social {
  padding-bottom: 21px;
}
.cid-uF7m05MTs0 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uF7m05MTs0 .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uF7m05MTs0 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uF7m05MTs0 .footer__ink {
  text-align: right;
}
.cid-uF7m05MTs0 .copyright,
.cid-uF7m05MTs0 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uF7m05MTs0 .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF86NL5AlH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uF86NL5AlH .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uF86NL5AlH .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uF86NL5AlH .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uF86NL5AlH .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uF86NL5AlH .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uF86NL5AlH .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uF86NL5AlH .mbr-gallery-filter ul {
  display: block;
}
.cid-uF86NL5AlH .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uF86NL5AlH .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uF86NL5AlH .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uF86NL5AlH .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uF86NL5AlH .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uF86NL5AlH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF86NL5AlH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uF86NL5AlH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uF86NL5AlH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF86NL5AlH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF86NL5AlH .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uF86NL5AlH .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uF86NL5AlH .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uF86NL5AlH .mbr-gallery-item > div img,
.cid-uF86NL5AlH .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uF86NL5AlH .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uF86NL5AlH .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uF86NL5AlH .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uF86NL5AlH .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uF86NL5AlH .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uF86NL5AlH .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uF86NL5AlH .mbr-section-title {
    text-align: center;
  }
  .cid-uF86NL5AlH .image {
    top: auto;
    height: 420px;
  }
  .cid-uF86NL5AlH .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uF86NL5AlH .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uF86NL5AlH .mbr-gallery-item > div img,
  .cid-uF86NL5AlH .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uF86NL5AlH .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uF86NL5AlH .image {
    height: 290px;
  }
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF8uFmArXZ {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uF8uFmArXZ .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uF8uFmArXZ .mbr-section-title b,
.cid-uF8uFmArXZ .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uF8uFmArXZ .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uF8uFmArXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8uFmArXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8smbjn8d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF8smbjn8d .title__block {
  margin-bottom: 89px;
}
.cid-uF8smbjn8d .timelines-container .separline:last-child:before {
  content: none;
}
.cid-uF8smbjn8d .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-uF8smbjn8d .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-uF8smbjn8d .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uF8smbjn8d .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-uF8smbjn8d .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uF8smbjn8d .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-uF8smbjn8d .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-uF8smbjn8d .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-uF8smbjn8d .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #fe5925;
}
.cid-uF8smbjn8d .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-uF8smbjn8d .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #fe5925;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-uF8smbjn8d .title__block {
    margin-bottom: 40px;
  }
  .cid-uF8smbjn8d .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-uF8smbjn8d .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uF8smbjn8d .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-uF8smbjn8d .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uF8smbjn8d .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-uF8smbjn8d .iconBackground {
    left: 0 !important;
  }
  .cid-uF8smbjn8d .separline:before {
    left: 0 !important;
  }
}
.cid-uF8smbjn8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8smbjn8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uFq2b7bYZe {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFq2b7bYZe .nav-link,
.cid-uFq2b7bYZe .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFq2b7bYZe .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFq2b7bYZe .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFq2b7bYZe .nav-link.text-primary:hover,
.cid-uFq2b7bYZe .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFq2b7bYZe .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFq2b7bYZe .nav-link:hover:before {
  opacity: 1;
}
.cid-uFq2b7bYZe .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFq2b7bYZe .nav-link {
    margin: 0 !important;
  }
}
.cid-uFq2b7bYZe .icons-menu {
  line-height: 0;
}
.cid-uFq2b7bYZe .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFq2b7bYZe .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFq2b7bYZe .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFq2b7bYZe .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFq2b7bYZe .dropdown-menu a {
  overflow: hidden;
}
.cid-uFq2b7bYZe .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFq2b7bYZe .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFq2b7bYZe .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFq2b7bYZe .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFq2b7bYZe .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFq2b7bYZe .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFq2b7bYZe .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFq2b7bYZe .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFq2b7bYZe .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFq2b7bYZe .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFq2b7bYZe .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFq2b7bYZe .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFq2b7bYZe .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFq2b7bYZe .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFq2b7bYZe.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFq2b7bYZe .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFq2b7bYZe .btn {
    white-space: nowrap;
  }
  .cid-uFq2b7bYZe .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFq2b7bYZe .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFq2b7bYZe .nav-item.dropdown:hover::before,
  .cid-uFq2b7bYZe .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFq2b7bYZe .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFq2b7bYZe .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFq2b7bYZe .navbar > .container,
.cid-uFq2b7bYZe .navbar > .container-fluid {
  align-items: center;
}
.cid-uFq2b7bYZe .dropdown-toggle::after,
.cid-uFq2b7bYZe .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFq2b7bYZe .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFq2b7bYZe .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFq2b7bYZe .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFq2b7bYZe .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFq2b7bYZe .nav-item:focus,
.cid-uFq2b7bYZe .nav-link:focus {
  outline: none;
}
.cid-uFq2b7bYZe .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFq2b7bYZe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFq2b7bYZe .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFq2b7bYZe a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFq2b7bYZe ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFq2b7bYZe .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFq2b7bYZe .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFq2b7bYZe .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFq2b7bYZe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFq2b7bYZe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFq2b7bYZe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFq2b7bYZe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFq2b7bYZe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFq2b7bYZe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFq2b7bYZe .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFq2b7bYZe .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFq2b7bYZe .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFq2b7bYZe.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFq2b7bYZe .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFq2b7bYZe .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFq2b7bYZe .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFq2b7bYZe .navbar-logo {
    margin: 0;
  }
  .cid-uFq2b7bYZe .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFq2b7bYZe .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFq2b7bYZe .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFq2b7bYZe .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFq2b7bYZe .navbar {
    padding: 13px 90px;
  }
  .cid-uFq2b7bYZe .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFq2b7bYZe .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFq2b7bYZe .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFq2b7bYZe .dropdown-toggle::after,
  .cid-uFq2b7bYZe .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFq2b7bYZe .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFq2b7bYZe a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFq2b7bYZe ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFq2b7bYZe .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFq2b7bYZe .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFq2b7bYZe.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFq2b7bYZe.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFq2b7bYZe.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFq2b7bYZe.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFq2b7bYZe .navbar {
    padding: 0 !important;
  }
  .cid-uFq2b7bYZe ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFq2b7bYZe a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFq2b7bYZe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFq2b7bYZe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFq2b7bYZe .dropdown-item.active,
.cid-uFq2b7bYZe .dropdown-item:active {
  background-color: transparent;
}
.cid-uFq2b7bYZe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFq2b7bYZe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFq2b7bYZe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFq2b7bYZe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFq2b7bYZe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFq2b7bYZe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFq2b7bYZe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFq2b7bYZe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFq2b7bYZe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFq2b7bYZe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFq2b7bYZe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFq2b7bYZe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFq2b7bYZe .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFq2b7bYZe .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFq2b7bYZe .navbar {
    height: 97px;
  }
  .cid-uFq2b7bYZe .navbar.opened {
    height: auto;
  }
  .cid-uFq2b7bYZe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFq2b7NsYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1258.jpg");
}
.cid-uFq2b7NsYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq2b7NsYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq2b7NsYc .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFq2b7NsYc .container {
    padding: 0 24px;
  }
}
.cid-uFq2b7NsYc .row {
  justify-content: center;
}
.cid-uFq2b7NsYc .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFq2b7NsYc .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFq2b7NsYc .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFq2b7NsYc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFq2b7NsYc .item {
  margin: 110px 0 32px 0;
}
.cid-uFq2b7NsYc .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uFq2b7NsYc .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uFq2b7NsYc .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uFq2b7NsYc .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uFq2b7NsYc .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uFq2b7NsYc .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uFq2b7NsYc .item .item-wrapper .item-content .item-title_1,
.cid-uFq2b7NsYc .item .item-wrapper .item-content .item-title_2,
.cid-uFq2b7NsYc .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uFq2b7NsYc .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uFq2b7NsYc .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uFq2b7NsYc .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uFq2b7NsYc .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uFq2b7NsYc .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq2b7NsYc .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uFq2b7NsYc .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq2b7NsYc .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uFq2b7NsYc .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uFq2b7NsYc .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uFq2b7NsYc .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uFq2b7NsYc .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uFq2b7NsYc .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uFq2b7NsYc .list {
  color: #262642;
  text-align: center;
}
.cid-uFq2b7NsYc .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uFq2b7NsYc .mbr-text {
  color: #262642;
  text-align: right;
}
.cid-uFq2b7NsYc .list,
.cid-uFq2b7NsYc .item-wrap {
  text-align: left;
}
.cid-uFq2b7NsYc .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uFq2b7NsYc .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uFq2b8nrg5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFq2b8nrg5 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFq2b8nrg5 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFq2b8nrg5 .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFq2b8nrg5 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFq2b8nrg5 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFq2b8nrg5 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFq2b8nrg5 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFq2b8nrg5 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFq2b8nrg5 .item a {
  font-weight: 600;
}
.cid-uFq2b8nrg5 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFq2b8nrg5 .item:last-child:after {
  display: none;
}
.cid-uFq2b8nrg5 .footer__social {
  padding-bottom: 21px;
}
.cid-uFq2b8nrg5 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFq2b8nrg5 .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFq2b8nrg5 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFq2b8nrg5 .footer__ink {
  text-align: right;
}
.cid-uFq2b8nrg5 .copyright,
.cid-uFq2b8nrg5 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFq2b8nrg5 .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF8DB4aGO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1084.jpg");
}
.cid-uF8DB4aGO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8DB4aGO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8DB4aGO8 .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uF8DB4aGO8 .container {
    padding: 0 24px;
  }
}
.cid-uF8DB4aGO8 .row {
  justify-content: center;
}
.cid-uF8DB4aGO8 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF8DB4aGO8 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF8DB4aGO8 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF8DB4aGO8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uF8DB4aGO8 .item {
  margin: 110px 0 32px 0;
}
.cid-uF8DB4aGO8 .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uF8DB4aGO8 .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uF8DB4aGO8 .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uF8DB4aGO8 .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uF8DB4aGO8 .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uF8DB4aGO8 .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uF8DB4aGO8 .item .item-wrapper .item-content .item-title_1,
.cid-uF8DB4aGO8 .item .item-wrapper .item-content .item-title_2,
.cid-uF8DB4aGO8 .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uF8DB4aGO8 .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uF8DB4aGO8 .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uF8DB4aGO8 .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uF8DB4aGO8 .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uF8DB4aGO8 .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF8DB4aGO8 .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uF8DB4aGO8 .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF8DB4aGO8 .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uF8DB4aGO8 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uF8DB4aGO8 .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uF8DB4aGO8 .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uF8DB4aGO8 .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uF8DB4aGO8 .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uF8DB4aGO8 .list {
  color: #262642;
  text-align: center;
}
.cid-uF8DB4aGO8 .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uF8DB4aGO8 .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uF8DB4aGO8 .list,
.cid-uF8DB4aGO8 .item-wrap {
  text-align: left;
}
.cid-uF8DB4aGO8 .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uF8DB4aGO8 .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFqgJhuZeZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uFqgJhuZeZ .mbr-overlay {
  background-color: #353535;
  opacity: 0.8;
}
.cid-uFqgJhuZeZ input,
.cid-uFqgJhuZeZ textarea {
  border-radius: 0;
}
.cid-uFqgJhuZeZ input:hover,
.cid-uFqgJhuZeZ textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uFqgJhuZeZ textarea {
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-uFqgJhuZeZ .col-auto {
    margin: auto;
  }
}
.cid-uFqgJhuZeZ .mbr-main-subtitle {
  background: #46877e;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-uFqgJhuZeZ .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #46877e;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uFqgJhuZeZ .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uFqgJhuZeZ .btn {
  padding: 1rem 3rem;
}
.cid-uFqgJhuZeZ .mbr-section-text {
  color: #ffffff;
}
.cid-uFqgJhuZeZ .mbr-section-title {
  color: #ffffff;
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uFq2b7bYZe {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFq2b7bYZe .nav-link,
.cid-uFq2b7bYZe .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFq2b7bYZe .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFq2b7bYZe .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFq2b7bYZe .nav-link.text-primary:hover,
.cid-uFq2b7bYZe .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFq2b7bYZe .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFq2b7bYZe .nav-link:hover:before {
  opacity: 1;
}
.cid-uFq2b7bYZe .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFq2b7bYZe .nav-link {
    margin: 0 !important;
  }
}
.cid-uFq2b7bYZe .icons-menu {
  line-height: 0;
}
.cid-uFq2b7bYZe .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFq2b7bYZe .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFq2b7bYZe .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFq2b7bYZe .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFq2b7bYZe .dropdown-menu a {
  overflow: hidden;
}
.cid-uFq2b7bYZe .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFq2b7bYZe .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFq2b7bYZe .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFq2b7bYZe .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFq2b7bYZe .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFq2b7bYZe .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFq2b7bYZe .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFq2b7bYZe .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFq2b7bYZe .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFq2b7bYZe .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFq2b7bYZe .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFq2b7bYZe .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFq2b7bYZe .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFq2b7bYZe .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFq2b7bYZe.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFq2b7bYZe .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFq2b7bYZe .btn {
    white-space: nowrap;
  }
  .cid-uFq2b7bYZe .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFq2b7bYZe .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFq2b7bYZe .nav-item.dropdown:hover::before,
  .cid-uFq2b7bYZe .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFq2b7bYZe .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFq2b7bYZe .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFq2b7bYZe .navbar > .container,
.cid-uFq2b7bYZe .navbar > .container-fluid {
  align-items: center;
}
.cid-uFq2b7bYZe .dropdown-toggle::after,
.cid-uFq2b7bYZe .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFq2b7bYZe .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFq2b7bYZe .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFq2b7bYZe .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFq2b7bYZe .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFq2b7bYZe .nav-item:focus,
.cid-uFq2b7bYZe .nav-link:focus {
  outline: none;
}
.cid-uFq2b7bYZe .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFq2b7bYZe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFq2b7bYZe .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFq2b7bYZe a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFq2b7bYZe ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFq2b7bYZe .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFq2b7bYZe .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFq2b7bYZe .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFq2b7bYZe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFq2b7bYZe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFq2b7bYZe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFq2b7bYZe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFq2b7bYZe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFq2b7bYZe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFq2b7bYZe .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFq2b7bYZe .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFq2b7bYZe .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFq2b7bYZe.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFq2b7bYZe .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFq2b7bYZe .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFq2b7bYZe .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFq2b7bYZe .navbar-logo {
    margin: 0;
  }
  .cid-uFq2b7bYZe .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFq2b7bYZe .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFq2b7bYZe .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFq2b7bYZe .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFq2b7bYZe .navbar {
    padding: 13px 90px;
  }
  .cid-uFq2b7bYZe .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFq2b7bYZe .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFq2b7bYZe .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFq2b7bYZe .dropdown-toggle::after,
  .cid-uFq2b7bYZe .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFq2b7bYZe .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFq2b7bYZe a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFq2b7bYZe ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFq2b7bYZe .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFq2b7bYZe .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFq2b7bYZe.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFq2b7bYZe.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFq2b7bYZe.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFq2b7bYZe.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFq2b7bYZe .navbar {
    padding: 0 !important;
  }
  .cid-uFq2b7bYZe ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFq2b7bYZe a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFq2b7bYZe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFq2b7bYZe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFq2b7bYZe .dropdown-item.active,
.cid-uFq2b7bYZe .dropdown-item:active {
  background-color: transparent;
}
.cid-uFq2b7bYZe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFq2b7bYZe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFq2b7bYZe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFq2b7bYZe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFq2b7bYZe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFq2b7bYZe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFq2b7bYZe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFq2b7bYZe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFq2b7bYZe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFq2b7bYZe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFq2b7bYZe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFq2b7bYZe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFq2b7bYZe .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFq2b7bYZe .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFq2b7bYZe .navbar {
    height: 97px;
  }
  .cid-uFq2b7bYZe .navbar.opened {
    height: auto;
  }
  .cid-uFq2b7bYZe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFqVgRMFNm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eef5f4;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uFqVgRMFNm .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFqVgRMFNm .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uFqVgRMFNm .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uFqVgRMFNm .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uFqVgRMFNm .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uFqVgRMFNm .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uFqVgRMFNm .mbr-gallery-filter ul {
  display: block;
}
.cid-uFqVgRMFNm .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uFqVgRMFNm .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uFqVgRMFNm .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uFqVgRMFNm .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uFqVgRMFNm .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uFqVgRMFNm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFqVgRMFNm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uFqVgRMFNm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uFqVgRMFNm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFqVgRMFNm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uFqVgRMFNm .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uFqVgRMFNm .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uFqVgRMFNm .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uFqVgRMFNm .mbr-gallery-item > div img,
.cid-uFqVgRMFNm .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uFqVgRMFNm .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uFqVgRMFNm .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uFqVgRMFNm .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uFqVgRMFNm .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uFqVgRMFNm .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uFqVgRMFNm .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uFqVgRMFNm .mbr-section-title {
    text-align: center;
  }
  .cid-uFqVgRMFNm .image {
    top: auto;
    height: 420px;
  }
  .cid-uFqVgRMFNm .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uFqVgRMFNm .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uFqVgRMFNm .mbr-gallery-item > div img,
  .cid-uFqVgRMFNm .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uFqVgRMFNm .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uFqVgRMFNm .image {
    height: 290px;
  }
}
.cid-uFqYnCPiAF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eef5f4;
}
.cid-uFqYnCPiAF [class^='socicon-']:before,
.cid-uFqYnCPiAF [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uFqYnCPiAF .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-uFqYnCPiAF .btn-social:hover {
  background: #2e6b75;
}
.cid-uFqYnCPiAF .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uFqYnCPiAF .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uFqYnCPiAF .mbr-section-title {
  color: #2e6b75;
}
.cid-uFqYnCPiAF .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uFqYnCPiAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqYnCPiAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq2b8nrg5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFq2b8nrg5 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFq2b8nrg5 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFq2b8nrg5 .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFq2b8nrg5 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFq2b8nrg5 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFq2b8nrg5 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFq2b8nrg5 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFq2b8nrg5 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFq2b8nrg5 .item a {
  font-weight: 600;
}
.cid-uFq2b8nrg5 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFq2b8nrg5 .item:last-child:after {
  display: none;
}
.cid-uFq2b8nrg5 .footer__social {
  padding-bottom: 21px;
}
.cid-uFq2b8nrg5 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFq2b8nrg5 .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFq2b8nrg5 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFq2b8nrg5 .footer__ink {
  text-align: right;
}
.cid-uFq2b8nrg5 .copyright,
.cid-uFq2b8nrg5 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFq2b8nrg5 .footer__menu {
    padding-right: 0;
  }
}
.cid-uFI0HTRXlQ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFI0HTRXlQ .nav-link,
.cid-uFI0HTRXlQ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFI0HTRXlQ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFI0HTRXlQ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFI0HTRXlQ .nav-link.text-primary:hover,
.cid-uFI0HTRXlQ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFI0HTRXlQ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFI0HTRXlQ .nav-link:hover:before {
  opacity: 1;
}
.cid-uFI0HTRXlQ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFI0HTRXlQ .nav-link {
    margin: 0 !important;
  }
}
.cid-uFI0HTRXlQ .icons-menu {
  line-height: 0;
}
.cid-uFI0HTRXlQ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFI0HTRXlQ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFI0HTRXlQ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFI0HTRXlQ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFI0HTRXlQ .dropdown-menu a {
  overflow: hidden;
}
.cid-uFI0HTRXlQ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFI0HTRXlQ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFI0HTRXlQ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFI0HTRXlQ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFI0HTRXlQ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFI0HTRXlQ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFI0HTRXlQ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFI0HTRXlQ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFI0HTRXlQ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFI0HTRXlQ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFI0HTRXlQ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFI0HTRXlQ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFI0HTRXlQ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFI0HTRXlQ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFI0HTRXlQ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFI0HTRXlQ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFI0HTRXlQ .btn {
    white-space: nowrap;
  }
  .cid-uFI0HTRXlQ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFI0HTRXlQ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFI0HTRXlQ .nav-item.dropdown:hover::before,
  .cid-uFI0HTRXlQ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFI0HTRXlQ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFI0HTRXlQ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFI0HTRXlQ .navbar > .container,
.cid-uFI0HTRXlQ .navbar > .container-fluid {
  align-items: center;
}
.cid-uFI0HTRXlQ .dropdown-toggle::after,
.cid-uFI0HTRXlQ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFI0HTRXlQ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFI0HTRXlQ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFI0HTRXlQ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFI0HTRXlQ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFI0HTRXlQ .nav-item:focus,
.cid-uFI0HTRXlQ .nav-link:focus {
  outline: none;
}
.cid-uFI0HTRXlQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFI0HTRXlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFI0HTRXlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFI0HTRXlQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFI0HTRXlQ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFI0HTRXlQ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFI0HTRXlQ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFI0HTRXlQ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFI0HTRXlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFI0HTRXlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFI0HTRXlQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFI0HTRXlQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFI0HTRXlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFI0HTRXlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFI0HTRXlQ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFI0HTRXlQ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFI0HTRXlQ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFI0HTRXlQ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFI0HTRXlQ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFI0HTRXlQ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFI0HTRXlQ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFI0HTRXlQ .navbar-logo {
    margin: 0;
  }
  .cid-uFI0HTRXlQ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFI0HTRXlQ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFI0HTRXlQ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFI0HTRXlQ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFI0HTRXlQ .navbar {
    padding: 13px 90px;
  }
  .cid-uFI0HTRXlQ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFI0HTRXlQ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFI0HTRXlQ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFI0HTRXlQ .dropdown-toggle::after,
  .cid-uFI0HTRXlQ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFI0HTRXlQ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFI0HTRXlQ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFI0HTRXlQ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFI0HTRXlQ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFI0HTRXlQ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFI0HTRXlQ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFI0HTRXlQ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFI0HTRXlQ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFI0HTRXlQ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFI0HTRXlQ .navbar {
    padding: 0 !important;
  }
  .cid-uFI0HTRXlQ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFI0HTRXlQ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFI0HTRXlQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFI0HTRXlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFI0HTRXlQ .dropdown-item.active,
.cid-uFI0HTRXlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uFI0HTRXlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFI0HTRXlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFI0HTRXlQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFI0HTRXlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFI0HTRXlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFI0HTRXlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFI0HTRXlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFI0HTRXlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFI0HTRXlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFI0HTRXlQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFI0HTRXlQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFI0HTRXlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFI0HTRXlQ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFI0HTRXlQ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFI0HTRXlQ .navbar {
    height: 97px;
  }
  .cid-uFI0HTRXlQ .navbar.opened {
    height: auto;
  }
  .cid-uFI0HTRXlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFI0HUyWR2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1084.jpg");
}
.cid-uFI0HUyWR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFI0HUyWR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFI0HUyWR2 .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFI0HUyWR2 .container {
    padding: 0 24px;
  }
}
.cid-uFI0HUyWR2 .row {
  justify-content: center;
}
.cid-uFI0HUyWR2 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFI0HUyWR2 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFI0HUyWR2 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFI0HUyWR2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFI0HUyWR2 .item {
  margin: 110px 0 32px 0;
}
.cid-uFI0HUyWR2 .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uFI0HUyWR2 .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uFI0HUyWR2 .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uFI0HUyWR2 .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uFI0HUyWR2 .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uFI0HUyWR2 .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uFI0HUyWR2 .item .item-wrapper .item-content .item-title_1,
.cid-uFI0HUyWR2 .item .item-wrapper .item-content .item-title_2,
.cid-uFI0HUyWR2 .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uFI0HUyWR2 .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uFI0HUyWR2 .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uFI0HUyWR2 .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uFI0HUyWR2 .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uFI0HUyWR2 .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFI0HUyWR2 .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uFI0HUyWR2 .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFI0HUyWR2 .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uFI0HUyWR2 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uFI0HUyWR2 .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uFI0HUyWR2 .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uFI0HUyWR2 .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uFI0HUyWR2 .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uFI0HUyWR2 .list {
  color: #262642;
  text-align: center;
}
.cid-uFI0HUyWR2 .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uFI0HUyWR2 .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uFI0HUyWR2 .list,
.cid-uFI0HUyWR2 .item-wrap {
  text-align: left;
}
.cid-uFI0HUyWR2 .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uFI0HUyWR2 .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uFI0HV63Wy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFI0HV63Wy .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFI0HV63Wy .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFI0HV63Wy .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFI0HV63Wy .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFI0HV63Wy .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFI0HV63Wy .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFI0HV63Wy .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFI0HV63Wy .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFI0HV63Wy .item a {
  font-weight: 600;
}
.cid-uFI0HV63Wy .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFI0HV63Wy .item:last-child:after {
  display: none;
}
.cid-uFI0HV63Wy .footer__social {
  padding-bottom: 21px;
}
.cid-uFI0HV63Wy .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFI0HV63Wy .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFI0HV63Wy .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFI0HV63Wy .footer__ink {
  text-align: right;
}
.cid-uFI0HV63Wy .copyright,
.cid-uFI0HV63Wy .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFI0HV63Wy .footer__menu {
    padding-right: 0;
  }
}
.cid-uFNMnFAjF5 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFNMnFAjF5 .nav-link,
.cid-uFNMnFAjF5 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFNMnFAjF5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFNMnFAjF5 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFNMnFAjF5 .nav-link.text-primary:hover,
.cid-uFNMnFAjF5 .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFNMnFAjF5 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFNMnFAjF5 .nav-link:hover:before {
  opacity: 1;
}
.cid-uFNMnFAjF5 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFNMnFAjF5 .nav-link {
    margin: 0 !important;
  }
}
.cid-uFNMnFAjF5 .icons-menu {
  line-height: 0;
}
.cid-uFNMnFAjF5 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFNMnFAjF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFNMnFAjF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFNMnFAjF5 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFNMnFAjF5 .dropdown-menu a {
  overflow: hidden;
}
.cid-uFNMnFAjF5 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFNMnFAjF5 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFNMnFAjF5 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFNMnFAjF5 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFNMnFAjF5 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFNMnFAjF5 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFNMnFAjF5 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFNMnFAjF5 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFNMnFAjF5 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFNMnFAjF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFNMnFAjF5 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFNMnFAjF5 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFNMnFAjF5 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFNMnFAjF5 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFNMnFAjF5.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFNMnFAjF5 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFNMnFAjF5 .btn {
    white-space: nowrap;
  }
  .cid-uFNMnFAjF5 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFNMnFAjF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFNMnFAjF5 .nav-item.dropdown:hover::before,
  .cid-uFNMnFAjF5 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFNMnFAjF5 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFNMnFAjF5 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFNMnFAjF5 .navbar > .container,
.cid-uFNMnFAjF5 .navbar > .container-fluid {
  align-items: center;
}
.cid-uFNMnFAjF5 .dropdown-toggle::after,
.cid-uFNMnFAjF5 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFNMnFAjF5 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFNMnFAjF5 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFNMnFAjF5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFNMnFAjF5 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFNMnFAjF5 .nav-item:focus,
.cid-uFNMnFAjF5 .nav-link:focus {
  outline: none;
}
.cid-uFNMnFAjF5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFNMnFAjF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNMnFAjF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFNMnFAjF5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFNMnFAjF5 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFNMnFAjF5 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFNMnFAjF5 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFNMnFAjF5 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFNMnFAjF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNMnFAjF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFNMnFAjF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFNMnFAjF5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFNMnFAjF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNMnFAjF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFNMnFAjF5 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFNMnFAjF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFNMnFAjF5 .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNMnFAjF5.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNMnFAjF5 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFNMnFAjF5 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFNMnFAjF5 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFNMnFAjF5 .navbar-logo {
    margin: 0;
  }
  .cid-uFNMnFAjF5 .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFNMnFAjF5 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFNMnFAjF5 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFNMnFAjF5 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFNMnFAjF5 .navbar {
    padding: 13px 90px;
  }
  .cid-uFNMnFAjF5 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFNMnFAjF5 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFNMnFAjF5 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFNMnFAjF5 .dropdown-toggle::after,
  .cid-uFNMnFAjF5 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFNMnFAjF5 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFNMnFAjF5 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFNMnFAjF5 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFNMnFAjF5 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFNMnFAjF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFNMnFAjF5.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFNMnFAjF5.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFNMnFAjF5.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFNMnFAjF5.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFNMnFAjF5 .navbar {
    padding: 0 !important;
  }
  .cid-uFNMnFAjF5 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFNMnFAjF5 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFNMnFAjF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFNMnFAjF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNMnFAjF5 .dropdown-item.active,
.cid-uFNMnFAjF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNMnFAjF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFNMnFAjF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFNMnFAjF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFNMnFAjF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFNMnFAjF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFNMnFAjF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFNMnFAjF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFNMnFAjF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFNMnFAjF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFNMnFAjF5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFNMnFAjF5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFNMnFAjF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFNMnFAjF5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFNMnFAjF5 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNMnFAjF5 .navbar {
    height: 97px;
  }
  .cid-uFNMnFAjF5 .navbar.opened {
    height: auto;
  }
  .cid-uFNMnFAjF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNMnG9KQs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-uFNMnG9KQs .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uFNMnG9KQs .mbr-section-title b,
.cid-uFNMnG9KQs .mbr-section-title strong {
  font-weight: 500;
}
.cid-uFNMnG9KQs .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uFNMnG9KQs .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -100px;
  left: -50px;
  background-image: url("../../../assets/images/geometrical.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cid-uFNMnG9KQs .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uFNMnG9KQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNMnG9KQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNMnG9KQs .mbr-section-title,
.cid-uFNMnG9KQs .mbr-section-btn {
  color: #ffffff;
}
.cid-uFNMnGwBJ2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNMnGwBJ2 .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ddebe9;
  z-index: 0;
}
.cid-uFNMnGwBJ2 .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-uFNMnGwBJ2 .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-uFNMnGwBJ2 .mbr-section-title {
  margin-bottom: 33px;
}
.cid-uFNMnGwBJ2 .slider__image {
  margin-left: 11.8%;
}
.cid-uFNMnGwBJ2 .img-wrap {
  max-width: 100%;
}
.cid-uFNMnGwBJ2 .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uFNMnGwBJ2 .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-uFNMnGwBJ2 .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-uFNMnGwBJ2 .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-uFNMnGwBJ2 .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-uFNMnGwBJ2 .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-uFNMnGwBJ2 .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-uFNMnGwBJ2 .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-uFNMnGwBJ2 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uFNMnGwBJ2 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uFNMnGwBJ2 .carousel-controls .carousel-control-next,
.cid-uFNMnGwBJ2 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uFNMnGwBJ2 .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-uFNMnGwBJ2 .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNMnGwBJ2 .image-element {
    min-width: 50%;
  }
  .cid-uFNMnGwBJ2 .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uFNMnGwBJ2 .two__background:before {
    max-width: 90%;
  }
  .cid-uFNMnGwBJ2 .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-uFNMnGwBJ2 .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-uFNMnGwBJ2 .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-uFNMnGwBJ2 .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-uFNMnGwBJ2 .mbr-section-subtitle:after {
    content: none;
  }
  .cid-uFNMnGwBJ2 .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uFNMnGwBJ2 .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-uFNMnGwBJ2 .img-wrap {
    width: 100%;
  }
  .cid-uFNMnGwBJ2 .carousel-controls {
    display: none;
  }
  .cid-uFNMnGwBJ2 .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-uFNMnGwBJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNMnGwBJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNMnGwBJ2 P {
  color: #0e2d3b;
}
.cid-uFNMnH8Iip {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNMnH8Iip .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uFNMnH8Iip .link a {
  font-weight: 700;
}
.cid-uFNMnH8Iip .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uFNMnH8Iip .link:hover span {
  transform: translateX(9px);
}
.cid-uFNMnH8Iip .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #ddebe9;
}
.cid-uFNMnH8Iip .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uFNMnH8Iip .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uFNMnH8Iip .card__content:hover {
  transform: scale(0.95);
}
.cid-uFNMnH8Iip .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uFNMnH8Iip .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uFNMnH8Iip .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uFNMnH8Iip .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uFNMnH8Iip .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uFNMnH8Iip .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uFNMnH8Iip .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uFNMnH8Iip .title__block {
    margin-bottom: 74px;
  }
  .cid-uFNMnH8Iip .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-uFNMnH8Iip .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uFNMnH8Iip .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uFNMnH8Iip .card__content {
    height: 200px;
  }
  .cid-uFNMnH8Iip .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uFNMnH8Iip .card__item {
    max-width: 274px;
  }
}
.cid-uFNMnH8Iip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNMnH8Iip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNMnH8Iip .card__content .card__title {
  color: #ffffff;
}
.cid-uFNMnHJl9o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1171.jpeg");
}
.cid-uFNMnHJl9o .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uFNMnHJl9o .mbr-section-title b,
.cid-uFNMnHJl9o .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uFNMnHJl9o .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uFNMnHJl9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNMnHJl9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNMnI9YBd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFNMnI9YBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNMnI9YBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFNMnI9YBd .container {
    padding: 0 6px;
  }
}
.cid-uFNMnI9YBd .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uFNMnI9YBd .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFNMnI9YBd .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFNMnI9YBd .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFNMnI9YBd .row {
    padding: 70px 30px;
  }
}
.cid-uFNMnI9YBd .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFNMnI9YBd .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFNMnI9YBd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFNMnI9YBd .title-wrapper .mbr-section-title span {
  color: #d3045f;
}
.cid-uFNMnI9YBd .tabs-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.cid-uFNMnI9YBd .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uFNMnI9YBd .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 50px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uFNMnI9YBd .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uFNMnI9YBd .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #ffffff;
  border-radius: 0 !important;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uFNMnI9YBd .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #262626;
}
.cid-uFNMnI9YBd .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFNMnI9YBd .content-wrapper {
    display: block;
  }
}
.cid-uFNMnI9YBd .content-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uFNMnI9YBd .content-wrapper .item:hover,
.cid-uFNMnI9YBd .content-wrapper .item:focus {
  cursor: pointer;
}
.cid-uFNMnI9YBd .content-wrapper .item:nth-child(3n) .item-decor {
  background-color: #ddebe9;
}
.cid-uFNMnI9YBd .content-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #ddebe9;
}
.cid-uFNMnI9YBd .content-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #ddebe9;
  border-radius: 16px 16px 0 0;
}
.cid-uFNMnI9YBd .content-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uFNMnI9YBd .content-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #ddebe9;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFNMnI9YBd .content-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uFNMnI9YBd .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uFNMnI9YBd .content-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uFNMnI9YBd .content-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uFNMnI9YBd .content-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uFNMnI9YBd .content-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFNMnI9YBd .mbr-section-title {
  color: #131313;
}
.cid-uFNMnI9YBd .card-title {
  color: #ffffff;
}
.cid-uFNMnI9YBd .card-text {
  color: #131313;
}
.cid-uFNMnI9YBd .card-title,
.cid-uFNMnI9YBd .mbr-section-btn {
  color: #000000;
}
.cid-uFNMnJvuZO {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFNMnJvuZO .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #79bab1;
  text-align: center;
  color: #014188;
}
.cid-uFNMnJvuZO .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-uFNMnJvuZO .form-group {
  padding: 0;
}
.cid-uFNMnJvuZO .form-control {
  background-color: #ffffff !important;
  color: #46877e;
  border: 1px solid #46877e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uFNMnJvuZO .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-uFNMnJvuZO .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-uFNMnJvuZO .mbr-form .btn {
  margin: 0;
}
.cid-uFNMnJvuZO .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-uFNMnJvuZO input::-webkit-input-placeholder {
  color: #46877e;
  opacity: .8;
}
.cid-uFNMnJvuZO input::-moz-placeholder {
  color: #46877e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uFNMnJvuZO .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-uFNMnJvuZO .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #79bab1;
  }
  .cid-uFNMnJvuZO .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uFNMnJvuZO .dragArea {
    margin: 0;
  }
  .cid-uFNMnJvuZO .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-uFNMnJvuZO .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-uFNMnJvuZO .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-uFNMnJvuZO .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-uFNMnJWdoc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFNMnJWdoc .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFNMnJWdoc .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFNMnJWdoc .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFNMnJWdoc .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFNMnJWdoc .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFNMnJWdoc .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFNMnJWdoc .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFNMnJWdoc .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFNMnJWdoc .item a {
  font-weight: 600;
}
.cid-uFNMnJWdoc .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFNMnJWdoc .item:last-child:after {
  display: none;
}
.cid-uFNMnJWdoc .footer__social {
  padding-bottom: 21px;
}
.cid-uFNMnJWdoc .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFNMnJWdoc .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFNMnJWdoc .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFNMnJWdoc .footer__ink {
  text-align: right;
}
.cid-uFNMnJWdoc .copyright,
.cid-uFNMnJWdoc .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFNMnJWdoc .footer__menu {
    padding-right: 0;
  }
}
.cid-uFNZUZenE0 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFNZUZenE0 .nav-link,
.cid-uFNZUZenE0 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFNZUZenE0 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFNZUZenE0 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFNZUZenE0 .nav-link.text-primary:hover,
.cid-uFNZUZenE0 .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFNZUZenE0 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFNZUZenE0 .nav-link:hover:before {
  opacity: 1;
}
.cid-uFNZUZenE0 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFNZUZenE0 .nav-link {
    margin: 0 !important;
  }
}
.cid-uFNZUZenE0 .icons-menu {
  line-height: 0;
}
.cid-uFNZUZenE0 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFNZUZenE0 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFNZUZenE0 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFNZUZenE0 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFNZUZenE0 .dropdown-menu a {
  overflow: hidden;
}
.cid-uFNZUZenE0 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFNZUZenE0 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFNZUZenE0 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFNZUZenE0 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFNZUZenE0 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFNZUZenE0 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFNZUZenE0 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFNZUZenE0 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFNZUZenE0 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFNZUZenE0 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFNZUZenE0 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFNZUZenE0 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFNZUZenE0 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFNZUZenE0 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFNZUZenE0.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFNZUZenE0 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFNZUZenE0 .btn {
    white-space: nowrap;
  }
  .cid-uFNZUZenE0 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFNZUZenE0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFNZUZenE0 .nav-item.dropdown:hover::before,
  .cid-uFNZUZenE0 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFNZUZenE0 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFNZUZenE0 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFNZUZenE0 .navbar > .container,
.cid-uFNZUZenE0 .navbar > .container-fluid {
  align-items: center;
}
.cid-uFNZUZenE0 .dropdown-toggle::after,
.cid-uFNZUZenE0 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFNZUZenE0 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFNZUZenE0 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFNZUZenE0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFNZUZenE0 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFNZUZenE0 .nav-item:focus,
.cid-uFNZUZenE0 .nav-link:focus {
  outline: none;
}
.cid-uFNZUZenE0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFNZUZenE0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNZUZenE0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFNZUZenE0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFNZUZenE0 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFNZUZenE0 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFNZUZenE0 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFNZUZenE0 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFNZUZenE0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNZUZenE0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFNZUZenE0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFNZUZenE0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFNZUZenE0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNZUZenE0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFNZUZenE0 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFNZUZenE0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFNZUZenE0 .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNZUZenE0.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNZUZenE0 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFNZUZenE0 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFNZUZenE0 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFNZUZenE0 .navbar-logo {
    margin: 0;
  }
  .cid-uFNZUZenE0 .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFNZUZenE0 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFNZUZenE0 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFNZUZenE0 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFNZUZenE0 .navbar {
    padding: 13px 90px;
  }
  .cid-uFNZUZenE0 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFNZUZenE0 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFNZUZenE0 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFNZUZenE0 .dropdown-toggle::after,
  .cid-uFNZUZenE0 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFNZUZenE0 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFNZUZenE0 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFNZUZenE0 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFNZUZenE0 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFNZUZenE0 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFNZUZenE0.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFNZUZenE0.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFNZUZenE0.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFNZUZenE0.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFNZUZenE0 .navbar {
    padding: 0 !important;
  }
  .cid-uFNZUZenE0 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFNZUZenE0 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFNZUZenE0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFNZUZenE0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNZUZenE0 .dropdown-item.active,
.cid-uFNZUZenE0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNZUZenE0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFNZUZenE0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFNZUZenE0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFNZUZenE0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFNZUZenE0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFNZUZenE0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFNZUZenE0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFNZUZenE0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFNZUZenE0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFNZUZenE0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFNZUZenE0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFNZUZenE0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFNZUZenE0 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFNZUZenE0 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNZUZenE0 .navbar {
    height: 97px;
  }
  .cid-uFNZUZenE0 .navbar.opened {
    height: auto;
  }
  .cid-uFNZUZenE0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNZUZSXRa {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uFNZUZSXRa .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFNZUZSXRa .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uFNZUZSXRa .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uFNZUZSXRa .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uFNZUZSXRa .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uFNZUZSXRa .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uFNZUZSXRa .mbr-gallery-filter ul {
  display: block;
}
.cid-uFNZUZSXRa .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uFNZUZSXRa .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uFNZUZSXRa .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uFNZUZSXRa .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uFNZUZSXRa .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uFNZUZSXRa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFNZUZSXRa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uFNZUZSXRa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uFNZUZSXRa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFNZUZSXRa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uFNZUZSXRa .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uFNZUZSXRa .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uFNZUZSXRa .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uFNZUZSXRa .mbr-gallery-item > div img,
.cid-uFNZUZSXRa .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uFNZUZSXRa .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uFNZUZSXRa .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uFNZUZSXRa .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uFNZUZSXRa .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uFNZUZSXRa .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uFNZUZSXRa .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uFNZUZSXRa .mbr-section-title {
    text-align: center;
  }
  .cid-uFNZUZSXRa .image {
    top: auto;
    height: 420px;
  }
  .cid-uFNZUZSXRa .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uFNZUZSXRa .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uFNZUZSXRa .mbr-gallery-item > div img,
  .cid-uFNZUZSXRa .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uFNZUZSXRa .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uFNZUZSXRa .image {
    height: 290px;
  }
}
.cid-uFNZV0vpgo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFNZV0vpgo .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFNZV0vpgo .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFNZV0vpgo .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFNZV0vpgo .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFNZV0vpgo .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFNZV0vpgo .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFNZV0vpgo .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFNZV0vpgo .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFNZV0vpgo .item a {
  font-weight: 600;
}
.cid-uFNZV0vpgo .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFNZV0vpgo .item:last-child:after {
  display: none;
}
.cid-uFNZV0vpgo .footer__social {
  padding-bottom: 21px;
}
.cid-uFNZV0vpgo .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFNZV0vpgo .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFNZV0vpgo .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFNZV0vpgo .footer__ink {
  text-align: right;
}
.cid-uFNZV0vpgo .copyright,
.cid-uFNZV0vpgo .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFNZV0vpgo .footer__menu {
    padding-right: 0;
  }
}
.cid-uFO2woNxeD {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFO2woNxeD .nav-link,
.cid-uFO2woNxeD .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFO2woNxeD .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFO2woNxeD .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFO2woNxeD .nav-link.text-primary:hover,
.cid-uFO2woNxeD .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFO2woNxeD .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFO2woNxeD .nav-link:hover:before {
  opacity: 1;
}
.cid-uFO2woNxeD .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFO2woNxeD .nav-link {
    margin: 0 !important;
  }
}
.cid-uFO2woNxeD .icons-menu {
  line-height: 0;
}
.cid-uFO2woNxeD .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFO2woNxeD .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFO2woNxeD .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFO2woNxeD .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFO2woNxeD .dropdown-menu a {
  overflow: hidden;
}
.cid-uFO2woNxeD .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFO2woNxeD .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFO2woNxeD .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFO2woNxeD .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFO2woNxeD .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFO2woNxeD .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFO2woNxeD .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFO2woNxeD .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFO2woNxeD .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFO2woNxeD .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFO2woNxeD .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFO2woNxeD .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFO2woNxeD .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFO2woNxeD .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFO2woNxeD.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFO2woNxeD .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFO2woNxeD .btn {
    white-space: nowrap;
  }
  .cid-uFO2woNxeD .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFO2woNxeD .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFO2woNxeD .nav-item.dropdown:hover::before,
  .cid-uFO2woNxeD .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFO2woNxeD .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFO2woNxeD .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFO2woNxeD .navbar > .container,
.cid-uFO2woNxeD .navbar > .container-fluid {
  align-items: center;
}
.cid-uFO2woNxeD .dropdown-toggle::after,
.cid-uFO2woNxeD .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFO2woNxeD .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFO2woNxeD .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFO2woNxeD .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFO2woNxeD .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFO2woNxeD .nav-item:focus,
.cid-uFO2woNxeD .nav-link:focus {
  outline: none;
}
.cid-uFO2woNxeD .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFO2woNxeD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFO2woNxeD .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFO2woNxeD a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFO2woNxeD ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFO2woNxeD .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFO2woNxeD .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFO2woNxeD .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFO2woNxeD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFO2woNxeD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFO2woNxeD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFO2woNxeD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFO2woNxeD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFO2woNxeD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFO2woNxeD .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFO2woNxeD .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFO2woNxeD .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFO2woNxeD.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFO2woNxeD .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFO2woNxeD .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFO2woNxeD .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFO2woNxeD .navbar-logo {
    margin: 0;
  }
  .cid-uFO2woNxeD .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFO2woNxeD .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFO2woNxeD .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFO2woNxeD .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFO2woNxeD .navbar {
    padding: 13px 90px;
  }
  .cid-uFO2woNxeD .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFO2woNxeD .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFO2woNxeD .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFO2woNxeD .dropdown-toggle::after,
  .cid-uFO2woNxeD .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFO2woNxeD .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFO2woNxeD a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFO2woNxeD ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFO2woNxeD .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFO2woNxeD .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFO2woNxeD.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFO2woNxeD.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFO2woNxeD.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFO2woNxeD.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFO2woNxeD .navbar {
    padding: 0 !important;
  }
  .cid-uFO2woNxeD ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFO2woNxeD a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFO2woNxeD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFO2woNxeD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFO2woNxeD .dropdown-item.active,
.cid-uFO2woNxeD .dropdown-item:active {
  background-color: transparent;
}
.cid-uFO2woNxeD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFO2woNxeD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFO2woNxeD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFO2woNxeD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFO2woNxeD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFO2woNxeD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFO2woNxeD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFO2woNxeD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFO2woNxeD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFO2woNxeD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFO2woNxeD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFO2woNxeD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFO2woNxeD .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFO2woNxeD .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFO2woNxeD .navbar {
    height: 97px;
  }
  .cid-uFO2woNxeD .navbar.opened {
    height: auto;
  }
  .cid-uFO2woNxeD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFO2wpmBR2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-uFO2wpmBR2 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uFO2wpmBR2 .mbr-section-title b,
.cid-uFO2wpmBR2 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uFO2wpmBR2 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uFO2wpmBR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFO2wpmBR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFO2wpKXwg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFO2wpKXwg .title__block {
  margin-bottom: 65px;
}
.cid-uFO2wpKXwg .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uFO2wpKXwg .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uFO2wpKXwg .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uFO2wpKXwg .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uFO2wpKXwg .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uFO2wpKXwg .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uFO2wpKXwg .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uFO2wpKXwg .card__content {
  display: block;
  width: 100%;
}
.cid-uFO2wpKXwg .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uFO2wpKXwg .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uFO2wpKXwg .title__block {
    margin-bottom: 40px;
  }
  .cid-uFO2wpKXwg .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uFO2wpKXwg .nav-item {
    margin-bottom: 9px;
  }
  .cid-uFO2wpKXwg .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uFO2wpKXwg .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uFO2wpKXwg .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uFO2wpKXwg .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uFO2wpKXwg .card__image {
    max-width: 90px;
  }
  .cid-uFO2wpKXwg .card__image img {
    width: 70%;
  }
}
.cid-uFO2wpKXwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFO2wpKXwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFO2wqXaJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uFO2wqXaJh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFO2wqXaJh .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-uFO2wqXaJh .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFO2wqXaJh .col-form {
    padding: 30px;
  }
}
.cid-uFO2wqXaJh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uFO2wqXaJh .text-wrapper {
    text-align: center !important;
  }
}
.cid-uFO2wqXaJh .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  .cid-uFO2wqXaJh .label-text {
    text-align: center !important;
  }
}
.cid-uFO2wqXaJh .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFO2wqXaJh .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFO2wqXaJh .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uFO2wqXaJh .mbr-section-btn .btn {
  width: max-content;
}
.cid-uFO2wqXaJh .mbr-section-btn .btn-black {
  color: #46877e !important;
}
@media (max-width: 767px) {
  .cid-uFO2wqXaJh .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uFO2wqXaJh .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uFO2wqXaJh .form-container {
    text-align: center !important;
  }
}
.cid-uFO2wqXaJh .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFO2wqXaJh .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-uFO2wqXaJh .form-group {
  margin-bottom: 32px !important;
}
.cid-uFO2wqXaJh .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-uFO2wqXaJh textarea {
  min-height: 114px;
}
.cid-uFO2wqXaJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFO2wqXaJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFO2wqXaJh .mbr-section-title,
.cid-uFO2wqXaJh .mbr-section-btn {
  color: #282727;
}
.cid-uFO2wrsrrp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFO2wrsrrp .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFO2wrsrrp .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFO2wrsrrp .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFO2wrsrrp .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFO2wrsrrp .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFO2wrsrrp .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFO2wrsrrp .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFO2wrsrrp .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFO2wrsrrp .item a {
  font-weight: 600;
}
.cid-uFO2wrsrrp .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFO2wrsrrp .item:last-child:after {
  display: none;
}
.cid-uFO2wrsrrp .footer__social {
  padding-bottom: 21px;
}
.cid-uFO2wrsrrp .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFO2wrsrrp .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFO2wrsrrp .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFO2wrsrrp .footer__ink {
  text-align: right;
}
.cid-uFO2wrsrrp .copyright,
.cid-uFO2wrsrrp .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFO2wrsrrp .footer__menu {
    padding-right: 0;
  }
}
.cid-uFOeId11ms {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFOeId11ms .nav-link,
.cid-uFOeId11ms .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFOeId11ms .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFOeId11ms .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFOeId11ms .nav-link.text-primary:hover,
.cid-uFOeId11ms .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFOeId11ms .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFOeId11ms .nav-link:hover:before {
  opacity: 1;
}
.cid-uFOeId11ms .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFOeId11ms .nav-link {
    margin: 0 !important;
  }
}
.cid-uFOeId11ms .icons-menu {
  line-height: 0;
}
.cid-uFOeId11ms .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFOeId11ms .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFOeId11ms .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFOeId11ms .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFOeId11ms .dropdown-menu a {
  overflow: hidden;
}
.cid-uFOeId11ms .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFOeId11ms .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFOeId11ms .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFOeId11ms .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFOeId11ms .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFOeId11ms .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFOeId11ms .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFOeId11ms .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFOeId11ms .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFOeId11ms .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFOeId11ms .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFOeId11ms .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFOeId11ms .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFOeId11ms .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFOeId11ms.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFOeId11ms .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFOeId11ms .btn {
    white-space: nowrap;
  }
  .cid-uFOeId11ms .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFOeId11ms .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFOeId11ms .nav-item.dropdown:hover::before,
  .cid-uFOeId11ms .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFOeId11ms .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFOeId11ms .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFOeId11ms .navbar > .container,
.cid-uFOeId11ms .navbar > .container-fluid {
  align-items: center;
}
.cid-uFOeId11ms .dropdown-toggle::after,
.cid-uFOeId11ms .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFOeId11ms .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFOeId11ms .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFOeId11ms .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFOeId11ms .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFOeId11ms .nav-item:focus,
.cid-uFOeId11ms .nav-link:focus {
  outline: none;
}
.cid-uFOeId11ms .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFOeId11ms .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFOeId11ms .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFOeId11ms a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFOeId11ms ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFOeId11ms .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFOeId11ms .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFOeId11ms .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFOeId11ms .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFOeId11ms .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFOeId11ms .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFOeId11ms .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFOeId11ms .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFOeId11ms .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFOeId11ms .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFOeId11ms .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFOeId11ms .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFOeId11ms.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFOeId11ms .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFOeId11ms .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFOeId11ms .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFOeId11ms .navbar-logo {
    margin: 0;
  }
  .cid-uFOeId11ms .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFOeId11ms .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFOeId11ms .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFOeId11ms .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFOeId11ms .navbar {
    padding: 13px 90px;
  }
  .cid-uFOeId11ms .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFOeId11ms .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFOeId11ms .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFOeId11ms .dropdown-toggle::after,
  .cid-uFOeId11ms .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFOeId11ms .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFOeId11ms a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFOeId11ms ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFOeId11ms .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFOeId11ms .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFOeId11ms.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFOeId11ms.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFOeId11ms.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFOeId11ms.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFOeId11ms .navbar {
    padding: 0 !important;
  }
  .cid-uFOeId11ms ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFOeId11ms a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFOeId11ms .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFOeId11ms .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFOeId11ms .dropdown-item.active,
.cid-uFOeId11ms .dropdown-item:active {
  background-color: transparent;
}
.cid-uFOeId11ms .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFOeId11ms .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFOeId11ms button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFOeId11ms button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFOeId11ms button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFOeId11ms button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFOeId11ms button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFOeId11ms button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFOeId11ms nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFOeId11ms nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFOeId11ms nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFOeId11ms nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFOeId11ms .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFOeId11ms .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFOeId11ms .navbar {
    height: 97px;
  }
  .cid-uFOeId11ms .navbar.opened {
    height: auto;
  }
  .cid-uFOeId11ms .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFOeIdXD5l {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-uFOeIdXD5l .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uFOeIdXD5l .mbr-section-title b,
.cid-uFOeIdXD5l .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uFOeIdXD5l .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uFOeIdXD5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOeIdXD5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOeIdXD5l .mbr-section-title,
.cid-uFOeIdXD5l .mbr-section-btn {
  color: #ffffff;
}
.cid-uFOeIenTHC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFOeIenTHC .title__block {
  margin-bottom: 89px;
}
.cid-uFOeIenTHC .timelines-container .separline:last-child:before {
  content: none;
}
.cid-uFOeIenTHC .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-uFOeIenTHC .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-uFOeIenTHC .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uFOeIenTHC .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-uFOeIenTHC .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uFOeIenTHC .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-uFOeIenTHC .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-uFOeIenTHC .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-uFOeIenTHC .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #fe5925;
}
.cid-uFOeIenTHC .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-uFOeIenTHC .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #fe5925;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-uFOeIenTHC .title__block {
    margin-bottom: 40px;
  }
  .cid-uFOeIenTHC .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-uFOeIenTHC .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uFOeIenTHC .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-uFOeIenTHC .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uFOeIenTHC .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-uFOeIenTHC .iconBackground {
    left: 0 !important;
  }
  .cid-uFOeIenTHC .separline:before {
    left: 0 !important;
  }
}
.cid-uFOeIenTHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOeIenTHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOeIf12qG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFOeIf12qG .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFOeIf12qG .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFOeIf12qG .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFOeIf12qG .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFOeIf12qG .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFOeIf12qG .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFOeIf12qG .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFOeIf12qG .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFOeIf12qG .item a {
  font-weight: 600;
}
.cid-uFOeIf12qG .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFOeIf12qG .item:last-child:after {
  display: none;
}
.cid-uFOeIf12qG .footer__social {
  padding-bottom: 21px;
}
.cid-uFOeIf12qG .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFOeIf12qG .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFOeIf12qG .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFOeIf12qG .footer__ink {
  text-align: right;
}
.cid-uFOeIf12qG .copyright,
.cid-uFOeIf12qG .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFOeIf12qG .footer__menu {
    padding-right: 0;
  }
}
.cid-uFOisciKnq {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFOisciKnq .nav-link,
.cid-uFOisciKnq .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFOisciKnq .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFOisciKnq .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFOisciKnq .nav-link.text-primary:hover,
.cid-uFOisciKnq .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFOisciKnq .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFOisciKnq .nav-link:hover:before {
  opacity: 1;
}
.cid-uFOisciKnq .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFOisciKnq .nav-link {
    margin: 0 !important;
  }
}
.cid-uFOisciKnq .icons-menu {
  line-height: 0;
}
.cid-uFOisciKnq .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFOisciKnq .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFOisciKnq .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFOisciKnq .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFOisciKnq .dropdown-menu a {
  overflow: hidden;
}
.cid-uFOisciKnq .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFOisciKnq .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFOisciKnq .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFOisciKnq .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFOisciKnq .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFOisciKnq .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFOisciKnq .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFOisciKnq .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFOisciKnq .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFOisciKnq .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFOisciKnq .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFOisciKnq .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFOisciKnq .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFOisciKnq .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFOisciKnq.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFOisciKnq .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFOisciKnq .btn {
    white-space: nowrap;
  }
  .cid-uFOisciKnq .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFOisciKnq .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFOisciKnq .nav-item.dropdown:hover::before,
  .cid-uFOisciKnq .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFOisciKnq .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFOisciKnq .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFOisciKnq .navbar > .container,
.cid-uFOisciKnq .navbar > .container-fluid {
  align-items: center;
}
.cid-uFOisciKnq .dropdown-toggle::after,
.cid-uFOisciKnq .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFOisciKnq .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFOisciKnq .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFOisciKnq .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFOisciKnq .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFOisciKnq .nav-item:focus,
.cid-uFOisciKnq .nav-link:focus {
  outline: none;
}
.cid-uFOisciKnq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFOisciKnq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFOisciKnq .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFOisciKnq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFOisciKnq ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFOisciKnq .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFOisciKnq .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFOisciKnq .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFOisciKnq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFOisciKnq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFOisciKnq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFOisciKnq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFOisciKnq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFOisciKnq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFOisciKnq .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFOisciKnq .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFOisciKnq .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFOisciKnq.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFOisciKnq .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFOisciKnq .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFOisciKnq .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFOisciKnq .navbar-logo {
    margin: 0;
  }
  .cid-uFOisciKnq .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFOisciKnq .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFOisciKnq .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFOisciKnq .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFOisciKnq .navbar {
    padding: 13px 90px;
  }
  .cid-uFOisciKnq .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFOisciKnq .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFOisciKnq .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFOisciKnq .dropdown-toggle::after,
  .cid-uFOisciKnq .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFOisciKnq .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFOisciKnq a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFOisciKnq ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFOisciKnq .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFOisciKnq .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFOisciKnq.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFOisciKnq.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFOisciKnq.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFOisciKnq.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFOisciKnq .navbar {
    padding: 0 !important;
  }
  .cid-uFOisciKnq ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFOisciKnq a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFOisciKnq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFOisciKnq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFOisciKnq .dropdown-item.active,
.cid-uFOisciKnq .dropdown-item:active {
  background-color: transparent;
}
.cid-uFOisciKnq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFOisciKnq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFOisciKnq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFOisciKnq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFOisciKnq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFOisciKnq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFOisciKnq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFOisciKnq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFOisciKnq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFOisciKnq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFOisciKnq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFOisciKnq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFOisciKnq .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFOisciKnq .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFOisciKnq .navbar {
    height: 97px;
  }
  .cid-uFOisciKnq .navbar.opened {
    height: auto;
  }
  .cid-uFOisciKnq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFOisdUBYw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #eef5f4;
}
.cid-uFOisdUBYw .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uFOisdUBYw .mbr-section-title b,
.cid-uFOisdUBYw .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uFOisdUBYw .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uFOisdUBYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOisdUBYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOiseBlpp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFOiseBlpp .title__block {
  margin-bottom: 65px;
}
.cid-uFOiseBlpp .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uFOiseBlpp .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uFOiseBlpp .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uFOiseBlpp .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uFOiseBlpp .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uFOiseBlpp .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uFOiseBlpp .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uFOiseBlpp .card__content {
  display: block;
  width: 100%;
}
.cid-uFOiseBlpp .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uFOiseBlpp .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uFOiseBlpp .title__block {
    margin-bottom: 40px;
  }
  .cid-uFOiseBlpp .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uFOiseBlpp .nav-item {
    margin-bottom: 9px;
  }
  .cid-uFOiseBlpp .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uFOiseBlpp .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uFOiseBlpp .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uFOiseBlpp .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uFOiseBlpp .card__image {
    max-width: 90px;
  }
  .cid-uFOiseBlpp .card__image img {
    width: 70%;
  }
}
.cid-uFOiseBlpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOiseBlpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOishiha5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFOishiha5 .title__block {
  padding-bottom: 40px;
}
.cid-uFOishiha5 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFOishiha5 .mbr-section-title b,
.cid-uFOishiha5 .mbr-section-title strong {
  font-weight: 500;
}
.cid-uFOishiha5 .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFOishiha5 .mbr-text {
  margin-bottom: 43px;
}
.cid-uFOishiha5 .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-uFOishiha5 .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-uFOishiha5 .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uFOishiha5 .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uFOishiha5 .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uFOishiha5 .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uFOishiha5 .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uFOishiha5 .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uFOishiha5 .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFOishiha5 .row {
    text-align: center;
  }
  .cid-uFOishiha5 .title__block {
    padding-bottom: 0;
  }
  .cid-uFOishiha5 .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uFOishiha5 .figure:before {
    content: none;
  }
  .cid-uFOishiha5 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uFOishiha5 .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uFOishiha5 .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uFOishiha5 .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uFOishiha5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOishiha5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOishKFby {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFOishKFby .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFOishKFby .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFOishKFby .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFOishKFby .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFOishKFby .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFOishKFby .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFOishKFby .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFOishKFby .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFOishKFby .item a {
  font-weight: 600;
}
.cid-uFOishKFby .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFOishKFby .item:last-child:after {
  display: none;
}
.cid-uFOishKFby .footer__social {
  padding-bottom: 21px;
}
.cid-uFOishKFby .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFOishKFby .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFOishKFby .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFOishKFby .footer__ink {
  text-align: right;
}
.cid-uFOishKFby .copyright,
.cid-uFOishKFby .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFOishKFby .footer__menu {
    padding-right: 0;
  }
}
.cid-uFZzyPoXFJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFZzyPoXFJ .nav-link,
.cid-uFZzyPoXFJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFZzyPoXFJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFZzyPoXFJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFZzyPoXFJ .nav-link.text-primary:hover,
.cid-uFZzyPoXFJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFZzyPoXFJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFZzyPoXFJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uFZzyPoXFJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFZzyPoXFJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uFZzyPoXFJ .icons-menu {
  line-height: 0;
}
.cid-uFZzyPoXFJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFZzyPoXFJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFZzyPoXFJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFZzyPoXFJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFZzyPoXFJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uFZzyPoXFJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZzyPoXFJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFZzyPoXFJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZzyPoXFJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFZzyPoXFJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZzyPoXFJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFZzyPoXFJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZzyPoXFJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFZzyPoXFJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFZzyPoXFJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFZzyPoXFJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZzyPoXFJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZzyPoXFJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZzyPoXFJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFZzyPoXFJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFZzyPoXFJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFZzyPoXFJ .btn {
    white-space: nowrap;
  }
  .cid-uFZzyPoXFJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFZzyPoXFJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFZzyPoXFJ .nav-item.dropdown:hover::before,
  .cid-uFZzyPoXFJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFZzyPoXFJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFZzyPoXFJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFZzyPoXFJ .navbar > .container,
.cid-uFZzyPoXFJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uFZzyPoXFJ .dropdown-toggle::after,
.cid-uFZzyPoXFJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFZzyPoXFJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFZzyPoXFJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFZzyPoXFJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFZzyPoXFJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFZzyPoXFJ .nav-item:focus,
.cid-uFZzyPoXFJ .nav-link:focus {
  outline: none;
}
.cid-uFZzyPoXFJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFZzyPoXFJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZzyPoXFJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFZzyPoXFJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFZzyPoXFJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFZzyPoXFJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFZzyPoXFJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFZzyPoXFJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFZzyPoXFJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFZzyPoXFJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFZzyPoXFJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFZzyPoXFJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFZzyPoXFJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFZzyPoXFJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFZzyPoXFJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFZzyPoXFJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFZzyPoXFJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFZzyPoXFJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFZzyPoXFJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFZzyPoXFJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFZzyPoXFJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFZzyPoXFJ .navbar-logo {
    margin: 0;
  }
  .cid-uFZzyPoXFJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFZzyPoXFJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFZzyPoXFJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFZzyPoXFJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFZzyPoXFJ .navbar {
    padding: 13px 90px;
  }
  .cid-uFZzyPoXFJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFZzyPoXFJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFZzyPoXFJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFZzyPoXFJ .dropdown-toggle::after,
  .cid-uFZzyPoXFJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFZzyPoXFJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFZzyPoXFJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFZzyPoXFJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFZzyPoXFJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFZzyPoXFJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFZzyPoXFJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFZzyPoXFJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFZzyPoXFJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFZzyPoXFJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFZzyPoXFJ .navbar {
    padding: 0 !important;
  }
  .cid-uFZzyPoXFJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFZzyPoXFJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFZzyPoXFJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFZzyPoXFJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFZzyPoXFJ .dropdown-item.active,
.cid-uFZzyPoXFJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uFZzyPoXFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFZzyPoXFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFZzyPoXFJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFZzyPoXFJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFZzyPoXFJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFZzyPoXFJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZzyPoXFJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZzyPoXFJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFZzyPoXFJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZzyPoXFJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFZzyPoXFJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFZzyPoXFJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFZzyPoXFJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFZzyPoXFJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFZzyPoXFJ .navbar {
    height: 97px;
  }
  .cid-uFZzyPoXFJ .navbar.opened {
    height: auto;
  }
  .cid-uFZzyPoXFJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFZzyPSdkY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uFZzyPSdkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZzyPSdkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZzyPSdkY .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFZzyPSdkY .container {
    padding: 0 24px;
  }
}
.cid-uFZzyPSdkY .row {
  justify-content: center;
}
.cid-uFZzyPSdkY .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFZzyPSdkY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFZzyPSdkY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFZzyPSdkY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFZzyPSdkY .item {
  margin: 110px 0 32px 0;
}
.cid-uFZzyPSdkY .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uFZzyPSdkY .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uFZzyPSdkY .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uFZzyPSdkY .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uFZzyPSdkY .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uFZzyPSdkY .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uFZzyPSdkY .item .item-wrapper .item-content .item-title_1,
.cid-uFZzyPSdkY .item .item-wrapper .item-content .item-title_2,
.cid-uFZzyPSdkY .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uFZzyPSdkY .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uFZzyPSdkY .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uFZzyPSdkY .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uFZzyPSdkY .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uFZzyPSdkY .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFZzyPSdkY .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uFZzyPSdkY .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFZzyPSdkY .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uFZzyPSdkY .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uFZzyPSdkY .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uFZzyPSdkY .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uFZzyPSdkY .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uFZzyPSdkY .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uFZzyPSdkY .list {
  color: #262642;
  text-align: center;
}
.cid-uFZzyPSdkY .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uFZzyPSdkY .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uFZzyPSdkY .list,
.cid-uFZzyPSdkY .item-wrap {
  text-align: left;
}
.cid-uFZzyPSdkY .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uFZzyPSdkY .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uFZzyQf8Vh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFZzyQf8Vh .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFZzyQf8Vh .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFZzyQf8Vh .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFZzyQf8Vh .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFZzyQf8Vh .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFZzyQf8Vh .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFZzyQf8Vh .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFZzyQf8Vh .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFZzyQf8Vh .item a {
  font-weight: 600;
}
.cid-uFZzyQf8Vh .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFZzyQf8Vh .item:last-child:after {
  display: none;
}
.cid-uFZzyQf8Vh .footer__social {
  padding-bottom: 21px;
}
.cid-uFZzyQf8Vh .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFZzyQf8Vh .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFZzyQf8Vh .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFZzyQf8Vh .footer__ink {
  text-align: right;
}
.cid-uFZzyQf8Vh .copyright,
.cid-uFZzyQf8Vh .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFZzyQf8Vh .footer__menu {
    padding-right: 0;
  }
}
.cid-uFZAXki5vw {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFZAXki5vw .nav-link,
.cid-uFZAXki5vw .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFZAXki5vw .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFZAXki5vw .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFZAXki5vw .nav-link.text-primary:hover,
.cid-uFZAXki5vw .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFZAXki5vw .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFZAXki5vw .nav-link:hover:before {
  opacity: 1;
}
.cid-uFZAXki5vw .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFZAXki5vw .nav-link {
    margin: 0 !important;
  }
}
.cid-uFZAXki5vw .icons-menu {
  line-height: 0;
}
.cid-uFZAXki5vw .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFZAXki5vw .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFZAXki5vw .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFZAXki5vw .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFZAXki5vw .dropdown-menu a {
  overflow: hidden;
}
.cid-uFZAXki5vw .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZAXki5vw .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFZAXki5vw .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZAXki5vw .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFZAXki5vw .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZAXki5vw .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFZAXki5vw .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZAXki5vw .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFZAXki5vw .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFZAXki5vw .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFZAXki5vw .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZAXki5vw .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZAXki5vw .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZAXki5vw .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFZAXki5vw.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFZAXki5vw .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFZAXki5vw .btn {
    white-space: nowrap;
  }
  .cid-uFZAXki5vw .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFZAXki5vw .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFZAXki5vw .nav-item.dropdown:hover::before,
  .cid-uFZAXki5vw .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFZAXki5vw .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFZAXki5vw .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFZAXki5vw .navbar > .container,
.cid-uFZAXki5vw .navbar > .container-fluid {
  align-items: center;
}
.cid-uFZAXki5vw .dropdown-toggle::after,
.cid-uFZAXki5vw .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFZAXki5vw .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFZAXki5vw .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFZAXki5vw .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFZAXki5vw .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFZAXki5vw .nav-item:focus,
.cid-uFZAXki5vw .nav-link:focus {
  outline: none;
}
.cid-uFZAXki5vw .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFZAXki5vw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZAXki5vw .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFZAXki5vw a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFZAXki5vw ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFZAXki5vw .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFZAXki5vw .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFZAXki5vw .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFZAXki5vw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFZAXki5vw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFZAXki5vw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFZAXki5vw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFZAXki5vw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFZAXki5vw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFZAXki5vw .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFZAXki5vw .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFZAXki5vw .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFZAXki5vw.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFZAXki5vw .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFZAXki5vw .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFZAXki5vw .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFZAXki5vw .navbar-logo {
    margin: 0;
  }
  .cid-uFZAXki5vw .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFZAXki5vw .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFZAXki5vw .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFZAXki5vw .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFZAXki5vw .navbar {
    padding: 13px 90px;
  }
  .cid-uFZAXki5vw .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFZAXki5vw .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFZAXki5vw .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFZAXki5vw .dropdown-toggle::after,
  .cid-uFZAXki5vw .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFZAXki5vw .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFZAXki5vw a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFZAXki5vw ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFZAXki5vw .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFZAXki5vw .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFZAXki5vw.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFZAXki5vw.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFZAXki5vw.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFZAXki5vw.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFZAXki5vw .navbar {
    padding: 0 !important;
  }
  .cid-uFZAXki5vw ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFZAXki5vw a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFZAXki5vw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFZAXki5vw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFZAXki5vw .dropdown-item.active,
.cid-uFZAXki5vw .dropdown-item:active {
  background-color: transparent;
}
.cid-uFZAXki5vw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFZAXki5vw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFZAXki5vw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFZAXki5vw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFZAXki5vw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFZAXki5vw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZAXki5vw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZAXki5vw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFZAXki5vw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZAXki5vw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFZAXki5vw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFZAXki5vw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFZAXki5vw .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFZAXki5vw .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFZAXki5vw .navbar {
    height: 97px;
  }
  .cid-uFZAXki5vw .navbar.opened {
    height: auto;
  }
  .cid-uFZAXki5vw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFZAXkQYpJ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uFZAXkQYpJ .mbr-overlay {
  background-color: #353535;
  opacity: 0.8;
}
.cid-uFZAXkQYpJ input,
.cid-uFZAXkQYpJ textarea {
  border-radius: 0;
}
.cid-uFZAXkQYpJ input:hover,
.cid-uFZAXkQYpJ textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uFZAXkQYpJ textarea {
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-uFZAXkQYpJ .col-auto {
    margin: auto;
  }
}
.cid-uFZAXkQYpJ .mbr-main-subtitle {
  background: #46877e;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-uFZAXkQYpJ .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #46877e;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uFZAXkQYpJ .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uFZAXkQYpJ .btn {
  padding: 1rem 3rem;
}
.cid-uFZAXkQYpJ .mbr-section-text {
  color: #ffffff;
}
.cid-uFZAXkQYpJ .mbr-section-title {
  color: #ffffff;
}
.cid-uFZAXlelSu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFZAXlelSu .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFZAXlelSu .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFZAXlelSu .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFZAXlelSu .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFZAXlelSu .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFZAXlelSu .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFZAXlelSu .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFZAXlelSu .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFZAXlelSu .item a {
  font-weight: 600;
}
.cid-uFZAXlelSu .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFZAXlelSu .item:last-child:after {
  display: none;
}
.cid-uFZAXlelSu .footer__social {
  padding-bottom: 21px;
}
.cid-uFZAXlelSu .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFZAXlelSu .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFZAXlelSu .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFZAXlelSu .footer__ink {
  text-align: right;
}
.cid-uFZAXlelSu .copyright,
.cid-uFZAXlelSu .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFZAXlelSu .footer__menu {
    padding-right: 0;
  }
}
.cid-uFZCbVFRWi {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFZCbVFRWi .nav-link,
.cid-uFZCbVFRWi .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFZCbVFRWi .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFZCbVFRWi .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFZCbVFRWi .nav-link.text-primary:hover,
.cid-uFZCbVFRWi .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFZCbVFRWi .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFZCbVFRWi .nav-link:hover:before {
  opacity: 1;
}
.cid-uFZCbVFRWi .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFZCbVFRWi .nav-link {
    margin: 0 !important;
  }
}
.cid-uFZCbVFRWi .icons-menu {
  line-height: 0;
}
.cid-uFZCbVFRWi .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFZCbVFRWi .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFZCbVFRWi .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFZCbVFRWi .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFZCbVFRWi .dropdown-menu a {
  overflow: hidden;
}
.cid-uFZCbVFRWi .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZCbVFRWi .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFZCbVFRWi .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZCbVFRWi .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFZCbVFRWi .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZCbVFRWi .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFZCbVFRWi .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZCbVFRWi .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFZCbVFRWi .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFZCbVFRWi .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFZCbVFRWi .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZCbVFRWi .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZCbVFRWi .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZCbVFRWi .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFZCbVFRWi.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFZCbVFRWi .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFZCbVFRWi .btn {
    white-space: nowrap;
  }
  .cid-uFZCbVFRWi .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFZCbVFRWi .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFZCbVFRWi .nav-item.dropdown:hover::before,
  .cid-uFZCbVFRWi .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFZCbVFRWi .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFZCbVFRWi .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFZCbVFRWi .navbar > .container,
.cid-uFZCbVFRWi .navbar > .container-fluid {
  align-items: center;
}
.cid-uFZCbVFRWi .dropdown-toggle::after,
.cid-uFZCbVFRWi .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFZCbVFRWi .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFZCbVFRWi .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFZCbVFRWi .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFZCbVFRWi .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFZCbVFRWi .nav-item:focus,
.cid-uFZCbVFRWi .nav-link:focus {
  outline: none;
}
.cid-uFZCbVFRWi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFZCbVFRWi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZCbVFRWi .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFZCbVFRWi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFZCbVFRWi ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFZCbVFRWi .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFZCbVFRWi .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFZCbVFRWi .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFZCbVFRWi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFZCbVFRWi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFZCbVFRWi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFZCbVFRWi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFZCbVFRWi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFZCbVFRWi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFZCbVFRWi .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFZCbVFRWi .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFZCbVFRWi .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFZCbVFRWi.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFZCbVFRWi .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFZCbVFRWi .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFZCbVFRWi .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFZCbVFRWi .navbar-logo {
    margin: 0;
  }
  .cid-uFZCbVFRWi .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFZCbVFRWi .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFZCbVFRWi .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFZCbVFRWi .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFZCbVFRWi .navbar {
    padding: 13px 90px;
  }
  .cid-uFZCbVFRWi .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFZCbVFRWi .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFZCbVFRWi .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFZCbVFRWi .dropdown-toggle::after,
  .cid-uFZCbVFRWi .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFZCbVFRWi .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFZCbVFRWi a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFZCbVFRWi ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFZCbVFRWi .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFZCbVFRWi .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFZCbVFRWi.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFZCbVFRWi.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFZCbVFRWi.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFZCbVFRWi.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFZCbVFRWi .navbar {
    padding: 0 !important;
  }
  .cid-uFZCbVFRWi ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFZCbVFRWi a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFZCbVFRWi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFZCbVFRWi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFZCbVFRWi .dropdown-item.active,
.cid-uFZCbVFRWi .dropdown-item:active {
  background-color: transparent;
}
.cid-uFZCbVFRWi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFZCbVFRWi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFZCbVFRWi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFZCbVFRWi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFZCbVFRWi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFZCbVFRWi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZCbVFRWi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZCbVFRWi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFZCbVFRWi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZCbVFRWi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFZCbVFRWi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFZCbVFRWi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFZCbVFRWi .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFZCbVFRWi .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFZCbVFRWi .navbar {
    height: 97px;
  }
  .cid-uFZCbVFRWi .navbar.opened {
    height: auto;
  }
  .cid-uFZCbVFRWi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFZCbWixRI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uFZCbWixRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZCbWixRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZCbWixRI .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFZCbWixRI .container {
    padding: 0 24px;
  }
}
.cid-uFZCbWixRI .row {
  justify-content: center;
}
.cid-uFZCbWixRI .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFZCbWixRI .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFZCbWixRI .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFZCbWixRI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFZCbWixRI .item {
  margin: 110px 0 32px 0;
}
.cid-uFZCbWixRI .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uFZCbWixRI .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uFZCbWixRI .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uFZCbWixRI .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uFZCbWixRI .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uFZCbWixRI .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uFZCbWixRI .item .item-wrapper .item-content .item-title_1,
.cid-uFZCbWixRI .item .item-wrapper .item-content .item-title_2,
.cid-uFZCbWixRI .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uFZCbWixRI .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uFZCbWixRI .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uFZCbWixRI .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uFZCbWixRI .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uFZCbWixRI .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFZCbWixRI .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uFZCbWixRI .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFZCbWixRI .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uFZCbWixRI .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uFZCbWixRI .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uFZCbWixRI .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uFZCbWixRI .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uFZCbWixRI .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uFZCbWixRI .list {
  color: #262642;
  text-align: center;
}
.cid-uFZCbWixRI .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uFZCbWixRI .mbr-text {
  color: #262642;
  text-align: right;
}
.cid-uFZCbWixRI .list,
.cid-uFZCbWixRI .item-wrap {
  text-align: left;
}
.cid-uFZCbWixRI .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uFZCbWixRI .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uFZCbWPOte {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFZCbWPOte .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFZCbWPOte .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFZCbWPOte .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFZCbWPOte .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFZCbWPOte .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFZCbWPOte .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFZCbWPOte .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFZCbWPOte .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFZCbWPOte .item a {
  font-weight: 600;
}
.cid-uFZCbWPOte .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFZCbWPOte .item:last-child:after {
  display: none;
}
.cid-uFZCbWPOte .footer__social {
  padding-bottom: 21px;
}
.cid-uFZCbWPOte .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFZCbWPOte .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFZCbWPOte .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFZCbWPOte .footer__ink {
  text-align: right;
}
.cid-uFZCbWPOte .copyright,
.cid-uFZCbWPOte .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFZCbWPOte .footer__menu {
    padding-right: 0;
  }
}
.cid-uFZD2vF1r6 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFZD2vF1r6 .nav-link,
.cid-uFZD2vF1r6 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFZD2vF1r6 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFZD2vF1r6 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFZD2vF1r6 .nav-link.text-primary:hover,
.cid-uFZD2vF1r6 .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFZD2vF1r6 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFZD2vF1r6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uFZD2vF1r6 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFZD2vF1r6 .nav-link {
    margin: 0 !important;
  }
}
.cid-uFZD2vF1r6 .icons-menu {
  line-height: 0;
}
.cid-uFZD2vF1r6 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFZD2vF1r6 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFZD2vF1r6 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFZD2vF1r6 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFZD2vF1r6 .dropdown-menu a {
  overflow: hidden;
}
.cid-uFZD2vF1r6 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZD2vF1r6 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFZD2vF1r6 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZD2vF1r6 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFZD2vF1r6 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZD2vF1r6 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFZD2vF1r6 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZD2vF1r6 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFZD2vF1r6 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFZD2vF1r6 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFZD2vF1r6 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZD2vF1r6 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZD2vF1r6 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZD2vF1r6 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFZD2vF1r6.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFZD2vF1r6 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFZD2vF1r6 .btn {
    white-space: nowrap;
  }
  .cid-uFZD2vF1r6 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFZD2vF1r6 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFZD2vF1r6 .nav-item.dropdown:hover::before,
  .cid-uFZD2vF1r6 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFZD2vF1r6 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFZD2vF1r6 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFZD2vF1r6 .navbar > .container,
.cid-uFZD2vF1r6 .navbar > .container-fluid {
  align-items: center;
}
.cid-uFZD2vF1r6 .dropdown-toggle::after,
.cid-uFZD2vF1r6 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFZD2vF1r6 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFZD2vF1r6 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFZD2vF1r6 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFZD2vF1r6 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFZD2vF1r6 .nav-item:focus,
.cid-uFZD2vF1r6 .nav-link:focus {
  outline: none;
}
.cid-uFZD2vF1r6 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFZD2vF1r6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZD2vF1r6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFZD2vF1r6 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFZD2vF1r6 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFZD2vF1r6 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFZD2vF1r6 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFZD2vF1r6 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFZD2vF1r6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFZD2vF1r6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFZD2vF1r6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFZD2vF1r6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFZD2vF1r6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFZD2vF1r6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFZD2vF1r6 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFZD2vF1r6 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFZD2vF1r6 .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFZD2vF1r6.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFZD2vF1r6 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFZD2vF1r6 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFZD2vF1r6 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFZD2vF1r6 .navbar-logo {
    margin: 0;
  }
  .cid-uFZD2vF1r6 .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFZD2vF1r6 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFZD2vF1r6 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFZD2vF1r6 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFZD2vF1r6 .navbar {
    padding: 13px 90px;
  }
  .cid-uFZD2vF1r6 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFZD2vF1r6 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFZD2vF1r6 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFZD2vF1r6 .dropdown-toggle::after,
  .cid-uFZD2vF1r6 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFZD2vF1r6 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFZD2vF1r6 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFZD2vF1r6 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFZD2vF1r6 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFZD2vF1r6 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFZD2vF1r6.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFZD2vF1r6.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFZD2vF1r6.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFZD2vF1r6.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFZD2vF1r6 .navbar {
    padding: 0 !important;
  }
  .cid-uFZD2vF1r6 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFZD2vF1r6 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFZD2vF1r6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFZD2vF1r6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFZD2vF1r6 .dropdown-item.active,
.cid-uFZD2vF1r6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFZD2vF1r6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFZD2vF1r6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFZD2vF1r6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFZD2vF1r6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFZD2vF1r6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFZD2vF1r6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZD2vF1r6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZD2vF1r6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFZD2vF1r6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZD2vF1r6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFZD2vF1r6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFZD2vF1r6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFZD2vF1r6 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFZD2vF1r6 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFZD2vF1r6 .navbar {
    height: 97px;
  }
  .cid-uFZD2vF1r6 .navbar.opened {
    height: auto;
  }
  .cid-uFZD2vF1r6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFZD2wANHs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eef5f4;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uFZD2wANHs .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFZD2wANHs .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uFZD2wANHs .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uFZD2wANHs .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uFZD2wANHs .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uFZD2wANHs .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uFZD2wANHs .mbr-gallery-filter ul {
  display: block;
}
.cid-uFZD2wANHs .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uFZD2wANHs .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uFZD2wANHs .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uFZD2wANHs .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uFZD2wANHs .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uFZD2wANHs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFZD2wANHs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uFZD2wANHs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uFZD2wANHs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFZD2wANHs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uFZD2wANHs .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uFZD2wANHs .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uFZD2wANHs .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uFZD2wANHs .mbr-gallery-item > div img,
.cid-uFZD2wANHs .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uFZD2wANHs .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uFZD2wANHs .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uFZD2wANHs .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uFZD2wANHs .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uFZD2wANHs .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uFZD2wANHs .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uFZD2wANHs .mbr-section-title {
    text-align: center;
  }
  .cid-uFZD2wANHs .image {
    top: auto;
    height: 420px;
  }
  .cid-uFZD2wANHs .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uFZD2wANHs .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uFZD2wANHs .mbr-gallery-item > div img,
  .cid-uFZD2wANHs .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uFZD2wANHs .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uFZD2wANHs .image {
    height: 290px;
  }
}
.cid-uFZD2xfCi6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eef5f4;
}
.cid-uFZD2xfCi6 [class^='socicon-']:before,
.cid-uFZD2xfCi6 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uFZD2xfCi6 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-uFZD2xfCi6 .btn-social:hover {
  background: #2e6b75;
}
.cid-uFZD2xfCi6 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uFZD2xfCi6 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uFZD2xfCi6 .mbr-section-title {
  color: #2e6b75;
}
.cid-uFZD2xfCi6 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uFZD2xfCi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZD2xfCi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZD2xI9o5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFZD2xI9o5 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFZD2xI9o5 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFZD2xI9o5 .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFZD2xI9o5 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFZD2xI9o5 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFZD2xI9o5 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFZD2xI9o5 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFZD2xI9o5 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFZD2xI9o5 .item a {
  font-weight: 600;
}
.cid-uFZD2xI9o5 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFZD2xI9o5 .item:last-child:after {
  display: none;
}
.cid-uFZD2xI9o5 .footer__social {
  padding-bottom: 21px;
}
.cid-uFZD2xI9o5 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFZD2xI9o5 .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFZD2xI9o5 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFZD2xI9o5 .footer__ink {
  text-align: right;
}
.cid-uFZD2xI9o5 .copyright,
.cid-uFZD2xI9o5 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFZD2xI9o5 .footer__menu {
    padding-right: 0;
  }
}
.cid-uFZPtm3lgP {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFZPtm3lgP .nav-link,
.cid-uFZPtm3lgP .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFZPtm3lgP .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFZPtm3lgP .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFZPtm3lgP .nav-link.text-primary:hover,
.cid-uFZPtm3lgP .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uFZPtm3lgP .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uFZPtm3lgP .nav-link:hover:before {
  opacity: 1;
}
.cid-uFZPtm3lgP .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uFZPtm3lgP .nav-link {
    margin: 0 !important;
  }
}
.cid-uFZPtm3lgP .icons-menu {
  line-height: 0;
}
.cid-uFZPtm3lgP .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFZPtm3lgP .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFZPtm3lgP .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFZPtm3lgP .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFZPtm3lgP .dropdown-menu a {
  overflow: hidden;
}
.cid-uFZPtm3lgP .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZPtm3lgP .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uFZPtm3lgP .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZPtm3lgP .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uFZPtm3lgP .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZPtm3lgP .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uFZPtm3lgP .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uFZPtm3lgP .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uFZPtm3lgP .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFZPtm3lgP .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uFZPtm3lgP .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZPtm3lgP .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZPtm3lgP .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uFZPtm3lgP .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uFZPtm3lgP.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFZPtm3lgP .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFZPtm3lgP .btn {
    white-space: nowrap;
  }
  .cid-uFZPtm3lgP .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFZPtm3lgP .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFZPtm3lgP .nav-item.dropdown:hover::before,
  .cid-uFZPtm3lgP .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFZPtm3lgP .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFZPtm3lgP .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFZPtm3lgP .navbar > .container,
.cid-uFZPtm3lgP .navbar > .container-fluid {
  align-items: center;
}
.cid-uFZPtm3lgP .dropdown-toggle::after,
.cid-uFZPtm3lgP .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFZPtm3lgP .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFZPtm3lgP .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFZPtm3lgP .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFZPtm3lgP .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFZPtm3lgP .nav-item:focus,
.cid-uFZPtm3lgP .nav-link:focus {
  outline: none;
}
.cid-uFZPtm3lgP .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFZPtm3lgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZPtm3lgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFZPtm3lgP a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFZPtm3lgP ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFZPtm3lgP .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFZPtm3lgP .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFZPtm3lgP .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFZPtm3lgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFZPtm3lgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFZPtm3lgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uFZPtm3lgP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFZPtm3lgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFZPtm3lgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFZPtm3lgP .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFZPtm3lgP .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFZPtm3lgP .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFZPtm3lgP.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFZPtm3lgP .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFZPtm3lgP .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFZPtm3lgP .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFZPtm3lgP .navbar-logo {
    margin: 0;
  }
  .cid-uFZPtm3lgP .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFZPtm3lgP .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFZPtm3lgP .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFZPtm3lgP .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFZPtm3lgP .navbar {
    padding: 13px 90px;
  }
  .cid-uFZPtm3lgP .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFZPtm3lgP .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFZPtm3lgP .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFZPtm3lgP .dropdown-toggle::after,
  .cid-uFZPtm3lgP .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFZPtm3lgP .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFZPtm3lgP a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFZPtm3lgP ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFZPtm3lgP .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFZPtm3lgP .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFZPtm3lgP.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFZPtm3lgP.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFZPtm3lgP.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFZPtm3lgP.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFZPtm3lgP .navbar {
    padding: 0 !important;
  }
  .cid-uFZPtm3lgP ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFZPtm3lgP a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFZPtm3lgP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFZPtm3lgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFZPtm3lgP .dropdown-item.active,
.cid-uFZPtm3lgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uFZPtm3lgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFZPtm3lgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFZPtm3lgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFZPtm3lgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uFZPtm3lgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFZPtm3lgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZPtm3lgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZPtm3lgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFZPtm3lgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZPtm3lgP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFZPtm3lgP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFZPtm3lgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFZPtm3lgP .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFZPtm3lgP .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFZPtm3lgP .navbar {
    height: 97px;
  }
  .cid-uFZPtm3lgP .navbar.opened {
    height: auto;
  }
  .cid-uFZPtm3lgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFZPtmMbWD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-uFZPtmMbWD .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uFZPtmMbWD .mbr-section-title b,
.cid-uFZPtmMbWD .mbr-section-title strong {
  font-weight: 500;
}
.cid-uFZPtmMbWD .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uFZPtmMbWD .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -100px;
  left: -50px;
  background-image: url("../../../assets/images/geometrical.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cid-uFZPtmMbWD .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uFZPtmMbWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZPtmMbWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZPtmMbWD .mbr-section-title,
.cid-uFZPtmMbWD .mbr-section-btn {
  color: #353535;
}
.cid-uFZPtneIuz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFZPtneIuz .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ddebe9;
  z-index: 0;
}
.cid-uFZPtneIuz .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-uFZPtneIuz .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-uFZPtneIuz .mbr-section-title {
  margin-bottom: 33px;
}
.cid-uFZPtneIuz .slider__image {
  margin-left: 11.8%;
}
.cid-uFZPtneIuz .img-wrap {
  max-width: 100%;
}
.cid-uFZPtneIuz .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uFZPtneIuz .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-uFZPtneIuz .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-uFZPtneIuz .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-uFZPtneIuz .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-uFZPtneIuz .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-uFZPtneIuz .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-uFZPtneIuz .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-uFZPtneIuz .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uFZPtneIuz .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uFZPtneIuz .carousel-controls .carousel-control-next,
.cid-uFZPtneIuz .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uFZPtneIuz .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-uFZPtneIuz .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFZPtneIuz .image-element {
    min-width: 50%;
  }
  .cid-uFZPtneIuz .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uFZPtneIuz .two__background:before {
    max-width: 90%;
  }
  .cid-uFZPtneIuz .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-uFZPtneIuz .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-uFZPtneIuz .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-uFZPtneIuz .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-uFZPtneIuz .mbr-section-subtitle:after {
    content: none;
  }
  .cid-uFZPtneIuz .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uFZPtneIuz .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-uFZPtneIuz .img-wrap {
    width: 100%;
  }
  .cid-uFZPtneIuz .carousel-controls {
    display: none;
  }
  .cid-uFZPtneIuz .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-uFZPtneIuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZPtneIuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZPtneIuz P {
  color: #0e2d3b;
}
.cid-uFZPtnTMzW {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFZPtnTMzW .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uFZPtnTMzW .link a {
  font-weight: 700;
}
.cid-uFZPtnTMzW .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uFZPtnTMzW .link:hover span {
  transform: translateX(9px);
}
.cid-uFZPtnTMzW .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #ddebe9;
}
.cid-uFZPtnTMzW .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uFZPtnTMzW .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uFZPtnTMzW .card__content:hover {
  transform: scale(0.95);
}
.cid-uFZPtnTMzW .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uFZPtnTMzW .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uFZPtnTMzW .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uFZPtnTMzW .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uFZPtnTMzW .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uFZPtnTMzW .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uFZPtnTMzW .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uFZPtnTMzW .title__block {
    margin-bottom: 74px;
  }
  .cid-uFZPtnTMzW .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-uFZPtnTMzW .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uFZPtnTMzW .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uFZPtnTMzW .card__content {
    height: 200px;
  }
  .cid-uFZPtnTMzW .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uFZPtnTMzW .card__item {
    max-width: 274px;
  }
}
.cid-uFZPtnTMzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZPtnTMzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZPtnTMzW .card__content .card__title {
  color: #ffffff;
}
.cid-uFZPtovqL2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1171.jpeg");
}
.cid-uFZPtovqL2 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uFZPtovqL2 .mbr-section-title b,
.cid-uFZPtovqL2 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uFZPtovqL2 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uFZPtovqL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZPtovqL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZPtovqL2 .mbr-section-title,
.cid-uFZPtovqL2 .mbr-section-btn {
  text-align: left;
}
.cid-uFZPtoXLQV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFZPtoXLQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZPtoXLQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFZPtoXLQV .container {
    padding: 0 6px;
  }
}
.cid-uFZPtoXLQV .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uFZPtoXLQV .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFZPtoXLQV .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFZPtoXLQV .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFZPtoXLQV .row {
    padding: 70px 30px;
  }
}
.cid-uFZPtoXLQV .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFZPtoXLQV .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFZPtoXLQV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFZPtoXLQV .title-wrapper .mbr-section-title span {
  color: #d3045f;
}
.cid-uFZPtoXLQV .tabs-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.cid-uFZPtoXLQV .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uFZPtoXLQV .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 50px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uFZPtoXLQV .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uFZPtoXLQV .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #ffffff;
  border-radius: 0 !important;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uFZPtoXLQV .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #262626;
}
.cid-uFZPtoXLQV .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFZPtoXLQV .content-wrapper {
    display: block;
  }
}
.cid-uFZPtoXLQV .content-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uFZPtoXLQV .content-wrapper .item:hover,
.cid-uFZPtoXLQV .content-wrapper .item:focus {
  cursor: pointer;
}
.cid-uFZPtoXLQV .content-wrapper .item:nth-child(3n) .item-decor {
  background-color: #ddebe9;
}
.cid-uFZPtoXLQV .content-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #ddebe9;
}
.cid-uFZPtoXLQV .content-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #ddebe9;
  border-radius: 16px 16px 0 0;
}
.cid-uFZPtoXLQV .content-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uFZPtoXLQV .content-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #ddebe9;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFZPtoXLQV .content-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uFZPtoXLQV .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uFZPtoXLQV .content-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uFZPtoXLQV .content-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uFZPtoXLQV .content-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uFZPtoXLQV .content-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFZPtoXLQV .mbr-section-title {
  color: #131313;
}
.cid-uFZPtoXLQV .card-title {
  color: #ffffff;
}
.cid-uFZPtoXLQV .card-text {
  color: #131313;
}
.cid-uFZPtoXLQV .card-title,
.cid-uFZPtoXLQV .mbr-section-btn {
  color: #000000;
}
.cid-uFZPtpW9IG {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFZPtpW9IG .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #79bab1;
  text-align: center;
  color: #014188;
}
.cid-uFZPtpW9IG .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-uFZPtpW9IG .form-group {
  padding: 0;
}
.cid-uFZPtpW9IG .form-control {
  background-color: #ffffff !important;
  color: #46877e;
  border: 1px solid #46877e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uFZPtpW9IG .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-uFZPtpW9IG .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-uFZPtpW9IG .mbr-form .btn {
  margin: 0;
}
.cid-uFZPtpW9IG .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-uFZPtpW9IG input::-webkit-input-placeholder {
  color: #46877e;
  opacity: .8;
}
.cid-uFZPtpW9IG input::-moz-placeholder {
  color: #46877e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uFZPtpW9IG .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-uFZPtpW9IG .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #79bab1;
  }
  .cid-uFZPtpW9IG .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uFZPtpW9IG .dragArea {
    margin: 0;
  }
  .cid-uFZPtpW9IG .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-uFZPtpW9IG .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-uFZPtpW9IG .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-uFZPtpW9IG .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-uFZPtqn83W {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uFZPtqn83W .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uFZPtqn83W .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFZPtqn83W .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uFZPtqn83W .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFZPtqn83W .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFZPtqn83W .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFZPtqn83W .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFZPtqn83W .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFZPtqn83W .item a {
  font-weight: 600;
}
.cid-uFZPtqn83W .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFZPtqn83W .item:last-child:after {
  display: none;
}
.cid-uFZPtqn83W .footer__social {
  padding-bottom: 21px;
}
.cid-uFZPtqn83W .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFZPtqn83W .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uFZPtqn83W .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uFZPtqn83W .footer__ink {
  text-align: right;
}
.cid-uFZPtqn83W .copyright,
.cid-uFZPtqn83W .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFZPtqn83W .footer__menu {
    padding-right: 0;
  }
}
.cid-uG52SaEaes {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uG52SaEaes .nav-link,
.cid-uG52SaEaes .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uG52SaEaes .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uG52SaEaes .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uG52SaEaes .nav-link.text-primary:hover,
.cid-uG52SaEaes .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uG52SaEaes .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uG52SaEaes .nav-link:hover:before {
  opacity: 1;
}
.cid-uG52SaEaes .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uG52SaEaes .nav-link {
    margin: 0 !important;
  }
}
.cid-uG52SaEaes .icons-menu {
  line-height: 0;
}
.cid-uG52SaEaes .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uG52SaEaes .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uG52SaEaes .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uG52SaEaes .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uG52SaEaes .dropdown-menu a {
  overflow: hidden;
}
.cid-uG52SaEaes .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uG52SaEaes .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uG52SaEaes .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uG52SaEaes .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uG52SaEaes .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uG52SaEaes .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uG52SaEaes .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uG52SaEaes .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uG52SaEaes .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uG52SaEaes .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uG52SaEaes .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uG52SaEaes .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uG52SaEaes .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uG52SaEaes .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uG52SaEaes.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uG52SaEaes .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uG52SaEaes .btn {
    white-space: nowrap;
  }
  .cid-uG52SaEaes .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uG52SaEaes .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uG52SaEaes .nav-item.dropdown:hover::before,
  .cid-uG52SaEaes .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uG52SaEaes .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uG52SaEaes .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uG52SaEaes .navbar > .container,
.cid-uG52SaEaes .navbar > .container-fluid {
  align-items: center;
}
.cid-uG52SaEaes .dropdown-toggle::after,
.cid-uG52SaEaes .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uG52SaEaes .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uG52SaEaes .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uG52SaEaes .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uG52SaEaes .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uG52SaEaes .nav-item:focus,
.cid-uG52SaEaes .nav-link:focus {
  outline: none;
}
.cid-uG52SaEaes .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uG52SaEaes .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG52SaEaes .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uG52SaEaes a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uG52SaEaes ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uG52SaEaes .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uG52SaEaes .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uG52SaEaes .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uG52SaEaes .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG52SaEaes .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG52SaEaes .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uG52SaEaes .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG52SaEaes .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG52SaEaes .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uG52SaEaes .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uG52SaEaes .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uG52SaEaes .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG52SaEaes.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG52SaEaes .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uG52SaEaes .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uG52SaEaes .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uG52SaEaes .navbar-logo {
    margin: 0;
  }
  .cid-uG52SaEaes .navbar-logo img {
    height: 60px !important;
  }
  .cid-uG52SaEaes .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uG52SaEaes .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uG52SaEaes .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uG52SaEaes .navbar {
    padding: 13px 90px;
  }
  .cid-uG52SaEaes .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uG52SaEaes .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uG52SaEaes .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uG52SaEaes .dropdown-toggle::after,
  .cid-uG52SaEaes .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uG52SaEaes .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uG52SaEaes a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uG52SaEaes ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uG52SaEaes .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uG52SaEaes .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uG52SaEaes.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uG52SaEaes.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uG52SaEaes.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uG52SaEaes.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uG52SaEaes .navbar {
    padding: 0 !important;
  }
  .cid-uG52SaEaes ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uG52SaEaes a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uG52SaEaes .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uG52SaEaes .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG52SaEaes .dropdown-item.active,
.cid-uG52SaEaes .dropdown-item:active {
  background-color: transparent;
}
.cid-uG52SaEaes .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uG52SaEaes .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uG52SaEaes button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uG52SaEaes button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uG52SaEaes button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uG52SaEaes button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uG52SaEaes button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uG52SaEaes button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uG52SaEaes nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uG52SaEaes nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uG52SaEaes nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uG52SaEaes nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uG52SaEaes .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uG52SaEaes .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG52SaEaes .navbar {
    height: 97px;
  }
  .cid-uG52SaEaes .navbar.opened {
    height: auto;
  }
  .cid-uG52SaEaes .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG52SbfUf5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uG52SbfUf5 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uG52SbfUf5 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uG52SbfUf5 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uG52SbfUf5 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uG52SbfUf5 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uG52SbfUf5 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uG52SbfUf5 .mbr-gallery-filter ul {
  display: block;
}
.cid-uG52SbfUf5 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uG52SbfUf5 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uG52SbfUf5 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uG52SbfUf5 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uG52SbfUf5 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uG52SbfUf5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uG52SbfUf5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uG52SbfUf5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uG52SbfUf5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uG52SbfUf5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uG52SbfUf5 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uG52SbfUf5 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uG52SbfUf5 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uG52SbfUf5 .mbr-gallery-item > div img,
.cid-uG52SbfUf5 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uG52SbfUf5 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uG52SbfUf5 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uG52SbfUf5 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uG52SbfUf5 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uG52SbfUf5 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uG52SbfUf5 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uG52SbfUf5 .mbr-section-title {
    text-align: center;
  }
  .cid-uG52SbfUf5 .image {
    top: auto;
    height: 420px;
  }
  .cid-uG52SbfUf5 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uG52SbfUf5 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uG52SbfUf5 .mbr-gallery-item > div img,
  .cid-uG52SbfUf5 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uG52SbfUf5 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uG52SbfUf5 .image {
    height: 290px;
  }
}
.cid-uG52SbNeO6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uG52SbNeO6 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uG52SbNeO6 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uG52SbNeO6 .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uG52SbNeO6 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uG52SbNeO6 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uG52SbNeO6 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uG52SbNeO6 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uG52SbNeO6 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uG52SbNeO6 .item a {
  font-weight: 600;
}
.cid-uG52SbNeO6 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uG52SbNeO6 .item:last-child:after {
  display: none;
}
.cid-uG52SbNeO6 .footer__social {
  padding-bottom: 21px;
}
.cid-uG52SbNeO6 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uG52SbNeO6 .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uG52SbNeO6 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uG52SbNeO6 .footer__ink {
  text-align: right;
}
.cid-uG52SbNeO6 .copyright,
.cid-uG52SbNeO6 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uG52SbNeO6 .footer__menu {
    padding-right: 0;
  }
}
.cid-uG54Rr2oHb {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uG54Rr2oHb .nav-link,
.cid-uG54Rr2oHb .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uG54Rr2oHb .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uG54Rr2oHb .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uG54Rr2oHb .nav-link.text-primary:hover,
.cid-uG54Rr2oHb .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uG54Rr2oHb .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uG54Rr2oHb .nav-link:hover:before {
  opacity: 1;
}
.cid-uG54Rr2oHb .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uG54Rr2oHb .nav-link {
    margin: 0 !important;
  }
}
.cid-uG54Rr2oHb .icons-menu {
  line-height: 0;
}
.cid-uG54Rr2oHb .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uG54Rr2oHb .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uG54Rr2oHb .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uG54Rr2oHb .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uG54Rr2oHb .dropdown-menu a {
  overflow: hidden;
}
.cid-uG54Rr2oHb .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uG54Rr2oHb .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uG54Rr2oHb .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uG54Rr2oHb .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uG54Rr2oHb .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uG54Rr2oHb .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uG54Rr2oHb .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uG54Rr2oHb .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uG54Rr2oHb .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uG54Rr2oHb .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uG54Rr2oHb .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uG54Rr2oHb .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uG54Rr2oHb .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uG54Rr2oHb .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uG54Rr2oHb.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uG54Rr2oHb .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uG54Rr2oHb .btn {
    white-space: nowrap;
  }
  .cid-uG54Rr2oHb .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uG54Rr2oHb .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uG54Rr2oHb .nav-item.dropdown:hover::before,
  .cid-uG54Rr2oHb .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uG54Rr2oHb .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uG54Rr2oHb .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uG54Rr2oHb .navbar > .container,
.cid-uG54Rr2oHb .navbar > .container-fluid {
  align-items: center;
}
.cid-uG54Rr2oHb .dropdown-toggle::after,
.cid-uG54Rr2oHb .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uG54Rr2oHb .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uG54Rr2oHb .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uG54Rr2oHb .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uG54Rr2oHb .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uG54Rr2oHb .nav-item:focus,
.cid-uG54Rr2oHb .nav-link:focus {
  outline: none;
}
.cid-uG54Rr2oHb .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uG54Rr2oHb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG54Rr2oHb .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uG54Rr2oHb a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uG54Rr2oHb ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uG54Rr2oHb .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uG54Rr2oHb .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uG54Rr2oHb .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uG54Rr2oHb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG54Rr2oHb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG54Rr2oHb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uG54Rr2oHb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG54Rr2oHb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG54Rr2oHb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uG54Rr2oHb .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uG54Rr2oHb .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uG54Rr2oHb .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG54Rr2oHb.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG54Rr2oHb .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uG54Rr2oHb .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uG54Rr2oHb .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uG54Rr2oHb .navbar-logo {
    margin: 0;
  }
  .cid-uG54Rr2oHb .navbar-logo img {
    height: 60px !important;
  }
  .cid-uG54Rr2oHb .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uG54Rr2oHb .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uG54Rr2oHb .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uG54Rr2oHb .navbar {
    padding: 13px 90px;
  }
  .cid-uG54Rr2oHb .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uG54Rr2oHb .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uG54Rr2oHb .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uG54Rr2oHb .dropdown-toggle::after,
  .cid-uG54Rr2oHb .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uG54Rr2oHb .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uG54Rr2oHb a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uG54Rr2oHb ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uG54Rr2oHb .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uG54Rr2oHb .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uG54Rr2oHb.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uG54Rr2oHb.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uG54Rr2oHb.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uG54Rr2oHb.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uG54Rr2oHb .navbar {
    padding: 0 !important;
  }
  .cid-uG54Rr2oHb ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uG54Rr2oHb a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uG54Rr2oHb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uG54Rr2oHb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG54Rr2oHb .dropdown-item.active,
.cid-uG54Rr2oHb .dropdown-item:active {
  background-color: transparent;
}
.cid-uG54Rr2oHb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uG54Rr2oHb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uG54Rr2oHb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uG54Rr2oHb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uG54Rr2oHb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uG54Rr2oHb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uG54Rr2oHb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uG54Rr2oHb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uG54Rr2oHb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uG54Rr2oHb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uG54Rr2oHb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uG54Rr2oHb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uG54Rr2oHb .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uG54Rr2oHb .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG54Rr2oHb .navbar {
    height: 97px;
  }
  .cid-uG54Rr2oHb .navbar.opened {
    height: auto;
  }
  .cid-uG54Rr2oHb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG54RryrfR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-uG54RryrfR .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uG54RryrfR .mbr-section-title b,
.cid-uG54RryrfR .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uG54RryrfR .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uG54RryrfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG54RryrfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG54RrUA5R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uG54RrUA5R .title__block {
  margin-bottom: 65px;
}
.cid-uG54RrUA5R .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uG54RrUA5R .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uG54RrUA5R .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uG54RrUA5R .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uG54RrUA5R .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uG54RrUA5R .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uG54RrUA5R .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uG54RrUA5R .card__content {
  display: block;
  width: 100%;
}
.cid-uG54RrUA5R .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uG54RrUA5R .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uG54RrUA5R .title__block {
    margin-bottom: 40px;
  }
  .cid-uG54RrUA5R .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uG54RrUA5R .nav-item {
    margin-bottom: 9px;
  }
  .cid-uG54RrUA5R .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uG54RrUA5R .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uG54RrUA5R .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uG54RrUA5R .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uG54RrUA5R .card__image {
    max-width: 90px;
  }
  .cid-uG54RrUA5R .card__image img {
    width: 70%;
  }
}
.cid-uG54RrUA5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG54RrUA5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG54Rtkr8Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uG54Rtkr8Q .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uG54Rtkr8Q .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-uG54Rtkr8Q .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uG54Rtkr8Q .col-form {
    padding: 30px;
  }
}
.cid-uG54Rtkr8Q .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uG54Rtkr8Q .text-wrapper {
    text-align: center !important;
  }
}
.cid-uG54Rtkr8Q .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  .cid-uG54Rtkr8Q .label-text {
    text-align: center !important;
  }
}
.cid-uG54Rtkr8Q .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG54Rtkr8Q .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uG54Rtkr8Q .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uG54Rtkr8Q .mbr-section-btn .btn {
  width: max-content;
}
.cid-uG54Rtkr8Q .mbr-section-btn .btn-black {
  color: #46877e !important;
}
@media (max-width: 767px) {
  .cid-uG54Rtkr8Q .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uG54Rtkr8Q .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uG54Rtkr8Q .form-container {
    text-align: center !important;
  }
}
.cid-uG54Rtkr8Q .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uG54Rtkr8Q .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-uG54Rtkr8Q .form-group {
  margin-bottom: 32px !important;
}
.cid-uG54Rtkr8Q .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-uG54Rtkr8Q textarea {
  min-height: 114px;
}
.cid-uG54Rtkr8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG54Rtkr8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG54Rtkr8Q .mbr-section-title,
.cid-uG54Rtkr8Q .mbr-section-btn {
  color: #282727;
}
.cid-uG54RtN85W {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uG54RtN85W .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uG54RtN85W .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uG54RtN85W .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uG54RtN85W .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uG54RtN85W .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uG54RtN85W .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uG54RtN85W .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uG54RtN85W .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uG54RtN85W .item a {
  font-weight: 600;
}
.cid-uG54RtN85W .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uG54RtN85W .item:last-child:after {
  display: none;
}
.cid-uG54RtN85W .footer__social {
  padding-bottom: 21px;
}
.cid-uG54RtN85W .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uG54RtN85W .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uG54RtN85W .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uG54RtN85W .footer__ink {
  text-align: right;
}
.cid-uG54RtN85W .copyright,
.cid-uG54RtN85W .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uG54RtN85W .footer__menu {
    padding-right: 0;
  }
}
.cid-uG58v9unwN {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uG58v9unwN .nav-link,
.cid-uG58v9unwN .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uG58v9unwN .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uG58v9unwN .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uG58v9unwN .nav-link.text-primary:hover,
.cid-uG58v9unwN .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uG58v9unwN .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uG58v9unwN .nav-link:hover:before {
  opacity: 1;
}
.cid-uG58v9unwN .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uG58v9unwN .nav-link {
    margin: 0 !important;
  }
}
.cid-uG58v9unwN .icons-menu {
  line-height: 0;
}
.cid-uG58v9unwN .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uG58v9unwN .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uG58v9unwN .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uG58v9unwN .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uG58v9unwN .dropdown-menu a {
  overflow: hidden;
}
.cid-uG58v9unwN .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uG58v9unwN .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uG58v9unwN .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uG58v9unwN .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uG58v9unwN .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uG58v9unwN .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uG58v9unwN .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uG58v9unwN .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uG58v9unwN .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uG58v9unwN .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uG58v9unwN .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uG58v9unwN .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uG58v9unwN .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uG58v9unwN .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uG58v9unwN.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uG58v9unwN .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uG58v9unwN .btn {
    white-space: nowrap;
  }
  .cid-uG58v9unwN .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uG58v9unwN .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uG58v9unwN .nav-item.dropdown:hover::before,
  .cid-uG58v9unwN .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uG58v9unwN .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uG58v9unwN .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uG58v9unwN .navbar > .container,
.cid-uG58v9unwN .navbar > .container-fluid {
  align-items: center;
}
.cid-uG58v9unwN .dropdown-toggle::after,
.cid-uG58v9unwN .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uG58v9unwN .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uG58v9unwN .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uG58v9unwN .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uG58v9unwN .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uG58v9unwN .nav-item:focus,
.cid-uG58v9unwN .nav-link:focus {
  outline: none;
}
.cid-uG58v9unwN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uG58v9unwN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG58v9unwN .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uG58v9unwN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uG58v9unwN ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uG58v9unwN .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uG58v9unwN .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uG58v9unwN .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uG58v9unwN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG58v9unwN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG58v9unwN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uG58v9unwN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG58v9unwN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG58v9unwN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uG58v9unwN .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uG58v9unwN .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uG58v9unwN .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG58v9unwN.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG58v9unwN .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uG58v9unwN .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uG58v9unwN .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uG58v9unwN .navbar-logo {
    margin: 0;
  }
  .cid-uG58v9unwN .navbar-logo img {
    height: 60px !important;
  }
  .cid-uG58v9unwN .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uG58v9unwN .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uG58v9unwN .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uG58v9unwN .navbar {
    padding: 13px 90px;
  }
  .cid-uG58v9unwN .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uG58v9unwN .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uG58v9unwN .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uG58v9unwN .dropdown-toggle::after,
  .cid-uG58v9unwN .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uG58v9unwN .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uG58v9unwN a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uG58v9unwN ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uG58v9unwN .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uG58v9unwN .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uG58v9unwN.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uG58v9unwN.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uG58v9unwN.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uG58v9unwN.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uG58v9unwN .navbar {
    padding: 0 !important;
  }
  .cid-uG58v9unwN ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uG58v9unwN a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uG58v9unwN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uG58v9unwN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG58v9unwN .dropdown-item.active,
.cid-uG58v9unwN .dropdown-item:active {
  background-color: transparent;
}
.cid-uG58v9unwN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uG58v9unwN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uG58v9unwN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uG58v9unwN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uG58v9unwN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uG58v9unwN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uG58v9unwN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uG58v9unwN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uG58v9unwN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uG58v9unwN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uG58v9unwN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uG58v9unwN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uG58v9unwN .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uG58v9unwN .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG58v9unwN .navbar {
    height: 97px;
  }
  .cid-uG58v9unwN .navbar.opened {
    height: auto;
  }
  .cid-uG58v9unwN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG58va8rB9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-12-1920x1280.jpg");
}
.cid-uG58va8rB9 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uG58va8rB9 .mbr-section-title b,
.cid-uG58va8rB9 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uG58va8rB9 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uG58va8rB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG58va8rB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG58va8rB9 .mbr-section-title,
.cid-uG58va8rB9 .mbr-section-btn {
  color: #353535;
}
.cid-uG58vazV5n {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uG58vazV5n .title__block {
  margin-bottom: 89px;
}
.cid-uG58vazV5n .timelines-container .separline:last-child:before {
  content: none;
}
.cid-uG58vazV5n .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-uG58vazV5n .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-uG58vazV5n .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uG58vazV5n .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-uG58vazV5n .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uG58vazV5n .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-uG58vazV5n .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-uG58vazV5n .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-uG58vazV5n .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #fe5925;
}
.cid-uG58vazV5n .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-uG58vazV5n .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #fe5925;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-uG58vazV5n .title__block {
    margin-bottom: 40px;
  }
  .cid-uG58vazV5n .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-uG58vazV5n .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uG58vazV5n .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-uG58vazV5n .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uG58vazV5n .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-uG58vazV5n .iconBackground {
    left: 0 !important;
  }
  .cid-uG58vazV5n .separline:before {
    left: 0 !important;
  }
}
.cid-uG58vazV5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG58vazV5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5awlgcFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG5awlgcFe .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uG5awlgcFe .mbr-section-title b,
.cid-uG5awlgcFe .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uG5awlgcFe .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uG5awlgcFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5awlgcFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG58vbgXD0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uG58vbgXD0 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uG58vbgXD0 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uG58vbgXD0 .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uG58vbgXD0 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uG58vbgXD0 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uG58vbgXD0 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uG58vbgXD0 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uG58vbgXD0 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uG58vbgXD0 .item a {
  font-weight: 600;
}
.cid-uG58vbgXD0 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uG58vbgXD0 .item:last-child:after {
  display: none;
}
.cid-uG58vbgXD0 .footer__social {
  padding-bottom: 21px;
}
.cid-uG58vbgXD0 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uG58vbgXD0 .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uG58vbgXD0 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uG58vbgXD0 .footer__ink {
  text-align: right;
}
.cid-uG58vbgXD0 .copyright,
.cid-uG58vbgXD0 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uG58vbgXD0 .footer__menu {
    padding-right: 0;
  }
}
.cid-uGgodsjRRG {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGgodsjRRG .nav-link,
.cid-uGgodsjRRG .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGgodsjRRG .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGgodsjRRG .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGgodsjRRG .nav-link.text-primary:hover,
.cid-uGgodsjRRG .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGgodsjRRG .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGgodsjRRG .nav-link:hover:before {
  opacity: 1;
}
.cid-uGgodsjRRG .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGgodsjRRG .nav-link {
    margin: 0 !important;
  }
}
.cid-uGgodsjRRG .icons-menu {
  line-height: 0;
}
.cid-uGgodsjRRG .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGgodsjRRG .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGgodsjRRG .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGgodsjRRG .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGgodsjRRG .dropdown-menu a {
  overflow: hidden;
}
.cid-uGgodsjRRG .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgodsjRRG .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGgodsjRRG .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgodsjRRG .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGgodsjRRG .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgodsjRRG .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGgodsjRRG .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgodsjRRG .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGgodsjRRG .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGgodsjRRG .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGgodsjRRG .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgodsjRRG .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgodsjRRG .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgodsjRRG .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGgodsjRRG.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGgodsjRRG .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGgodsjRRG .btn {
    white-space: nowrap;
  }
  .cid-uGgodsjRRG .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGgodsjRRG .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGgodsjRRG .nav-item.dropdown:hover::before,
  .cid-uGgodsjRRG .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGgodsjRRG .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGgodsjRRG .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGgodsjRRG .navbar > .container,
.cid-uGgodsjRRG .navbar > .container-fluid {
  align-items: center;
}
.cid-uGgodsjRRG .dropdown-toggle::after,
.cid-uGgodsjRRG .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGgodsjRRG .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGgodsjRRG .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGgodsjRRG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGgodsjRRG .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGgodsjRRG .nav-item:focus,
.cid-uGgodsjRRG .nav-link:focus {
  outline: none;
}
.cid-uGgodsjRRG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGgodsjRRG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGgodsjRRG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGgodsjRRG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGgodsjRRG ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGgodsjRRG .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGgodsjRRG .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGgodsjRRG .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGgodsjRRG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGgodsjRRG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGgodsjRRG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGgodsjRRG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGgodsjRRG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGgodsjRRG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGgodsjRRG .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGgodsjRRG .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGgodsjRRG .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGgodsjRRG.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGgodsjRRG .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGgodsjRRG .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGgodsjRRG .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGgodsjRRG .navbar-logo {
    margin: 0;
  }
  .cid-uGgodsjRRG .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGgodsjRRG .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGgodsjRRG .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGgodsjRRG .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGgodsjRRG .navbar {
    padding: 13px 90px;
  }
  .cid-uGgodsjRRG .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGgodsjRRG .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGgodsjRRG .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGgodsjRRG .dropdown-toggle::after,
  .cid-uGgodsjRRG .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGgodsjRRG .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGgodsjRRG a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGgodsjRRG ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGgodsjRRG .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGgodsjRRG .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGgodsjRRG.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGgodsjRRG.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGgodsjRRG.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGgodsjRRG.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGgodsjRRG .navbar {
    padding: 0 !important;
  }
  .cid-uGgodsjRRG ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGgodsjRRG a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGgodsjRRG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGgodsjRRG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGgodsjRRG .dropdown-item.active,
.cid-uGgodsjRRG .dropdown-item:active {
  background-color: transparent;
}
.cid-uGgodsjRRG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGgodsjRRG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGgodsjRRG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGgodsjRRG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGgodsjRRG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGgodsjRRG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGgodsjRRG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGgodsjRRG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGgodsjRRG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGgodsjRRG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGgodsjRRG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGgodsjRRG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGgodsjRRG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGgodsjRRG .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGgodsjRRG .navbar {
    height: 97px;
  }
  .cid-uGgodsjRRG .navbar.opened {
    height: auto;
  }
  .cid-uGgodsjRRG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGgodsOpfI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #eef5f4;
}
.cid-uGgodsOpfI .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uGgodsOpfI .mbr-section-title b,
.cid-uGgodsOpfI .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uGgodsOpfI .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uGgodsOpfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgodsOpfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgodt9PdD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGgodt9PdD .title__block {
  margin-bottom: 65px;
}
.cid-uGgodt9PdD .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uGgodt9PdD .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uGgodt9PdD .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uGgodt9PdD .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uGgodt9PdD .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uGgodt9PdD .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uGgodt9PdD .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uGgodt9PdD .card__content {
  display: block;
  width: 100%;
}
.cid-uGgodt9PdD .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uGgodt9PdD .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uGgodt9PdD .title__block {
    margin-bottom: 40px;
  }
  .cid-uGgodt9PdD .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uGgodt9PdD .nav-item {
    margin-bottom: 9px;
  }
  .cid-uGgodt9PdD .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uGgodt9PdD .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uGgodt9PdD .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uGgodt9PdD .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uGgodt9PdD .card__image {
    max-width: 90px;
  }
  .cid-uGgodt9PdD .card__image img {
    width: 70%;
  }
}
.cid-uGgodt9PdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgodt9PdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgoduO3J9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uGgoduO3J9 .title__block {
  padding-bottom: 40px;
}
.cid-uGgoduO3J9 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGgoduO3J9 .mbr-section-title b,
.cid-uGgoduO3J9 .mbr-section-title strong {
  font-weight: 500;
}
.cid-uGgoduO3J9 .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uGgoduO3J9 .mbr-text {
  margin-bottom: 43px;
}
.cid-uGgoduO3J9 .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-uGgoduO3J9 .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-uGgoduO3J9 .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uGgoduO3J9 .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uGgoduO3J9 .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uGgoduO3J9 .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uGgoduO3J9 .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uGgoduO3J9 .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uGgoduO3J9 .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uGgoduO3J9 .row {
    text-align: center;
  }
  .cid-uGgoduO3J9 .title__block {
    padding-bottom: 0;
  }
  .cid-uGgoduO3J9 .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uGgoduO3J9 .figure:before {
    content: none;
  }
  .cid-uGgoduO3J9 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uGgoduO3J9 .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uGgoduO3J9 .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uGgoduO3J9 .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uGgoduO3J9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgoduO3J9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgodvkljf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGgodvkljf .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGgodvkljf .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGgodvkljf .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGgodvkljf .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGgodvkljf .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGgodvkljf .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGgodvkljf .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGgodvkljf .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGgodvkljf .item a {
  font-weight: 600;
}
.cid-uGgodvkljf .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGgodvkljf .item:last-child:after {
  display: none;
}
.cid-uGgodvkljf .footer__social {
  padding-bottom: 21px;
}
.cid-uGgodvkljf .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGgodvkljf .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGgodvkljf .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGgodvkljf .footer__ink {
  text-align: right;
}
.cid-uGgodvkljf .copyright,
.cid-uGgodvkljf .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGgodvkljf .footer__menu {
    padding-right: 0;
  }
}
.cid-uGgvV4Y52p {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGgvV4Y52p .nav-link,
.cid-uGgvV4Y52p .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGgvV4Y52p .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGgvV4Y52p .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGgvV4Y52p .nav-link.text-primary:hover,
.cid-uGgvV4Y52p .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGgvV4Y52p .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGgvV4Y52p .nav-link:hover:before {
  opacity: 1;
}
.cid-uGgvV4Y52p .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGgvV4Y52p .nav-link {
    margin: 0 !important;
  }
}
.cid-uGgvV4Y52p .icons-menu {
  line-height: 0;
}
.cid-uGgvV4Y52p .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGgvV4Y52p .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGgvV4Y52p .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGgvV4Y52p .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGgvV4Y52p .dropdown-menu a {
  overflow: hidden;
}
.cid-uGgvV4Y52p .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgvV4Y52p .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGgvV4Y52p .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgvV4Y52p .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGgvV4Y52p .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgvV4Y52p .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGgvV4Y52p .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgvV4Y52p .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGgvV4Y52p .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGgvV4Y52p .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGgvV4Y52p .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgvV4Y52p .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgvV4Y52p .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgvV4Y52p .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGgvV4Y52p.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGgvV4Y52p .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGgvV4Y52p .btn {
    white-space: nowrap;
  }
  .cid-uGgvV4Y52p .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGgvV4Y52p .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGgvV4Y52p .nav-item.dropdown:hover::before,
  .cid-uGgvV4Y52p .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGgvV4Y52p .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGgvV4Y52p .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGgvV4Y52p .navbar > .container,
.cid-uGgvV4Y52p .navbar > .container-fluid {
  align-items: center;
}
.cid-uGgvV4Y52p .dropdown-toggle::after,
.cid-uGgvV4Y52p .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGgvV4Y52p .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGgvV4Y52p .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGgvV4Y52p .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGgvV4Y52p .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGgvV4Y52p .nav-item:focus,
.cid-uGgvV4Y52p .nav-link:focus {
  outline: none;
}
.cid-uGgvV4Y52p .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGgvV4Y52p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGgvV4Y52p .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGgvV4Y52p a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGgvV4Y52p ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGgvV4Y52p .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGgvV4Y52p .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGgvV4Y52p .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGgvV4Y52p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGgvV4Y52p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGgvV4Y52p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGgvV4Y52p .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGgvV4Y52p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGgvV4Y52p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGgvV4Y52p .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGgvV4Y52p .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGgvV4Y52p .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGgvV4Y52p.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGgvV4Y52p .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGgvV4Y52p .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGgvV4Y52p .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGgvV4Y52p .navbar-logo {
    margin: 0;
  }
  .cid-uGgvV4Y52p .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGgvV4Y52p .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGgvV4Y52p .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGgvV4Y52p .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGgvV4Y52p .navbar {
    padding: 13px 90px;
  }
  .cid-uGgvV4Y52p .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGgvV4Y52p .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGgvV4Y52p .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGgvV4Y52p .dropdown-toggle::after,
  .cid-uGgvV4Y52p .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGgvV4Y52p .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGgvV4Y52p a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGgvV4Y52p ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGgvV4Y52p .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGgvV4Y52p .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGgvV4Y52p.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGgvV4Y52p.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGgvV4Y52p.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGgvV4Y52p.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGgvV4Y52p .navbar {
    padding: 0 !important;
  }
  .cid-uGgvV4Y52p ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGgvV4Y52p a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGgvV4Y52p .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGgvV4Y52p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGgvV4Y52p .dropdown-item.active,
.cid-uGgvV4Y52p .dropdown-item:active {
  background-color: transparent;
}
.cid-uGgvV4Y52p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGgvV4Y52p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGgvV4Y52p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGgvV4Y52p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGgvV4Y52p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGgvV4Y52p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGgvV4Y52p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGgvV4Y52p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGgvV4Y52p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGgvV4Y52p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGgvV4Y52p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGgvV4Y52p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGgvV4Y52p .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGgvV4Y52p .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGgvV4Y52p .navbar {
    height: 97px;
  }
  .cid-uGgvV4Y52p .navbar.opened {
    height: auto;
  }
  .cid-uGgvV4Y52p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGgvV5xuCp {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #eef5f4;
}
.cid-uGgvV5xuCp .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uGgvV5xuCp .mbr-section-title b,
.cid-uGgvV5xuCp .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uGgvV5xuCp .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uGgvV5xuCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgvV5xuCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgvV5ZEEE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGgvV5ZEEE .title__block {
  margin-bottom: 65px;
}
.cid-uGgvV5ZEEE .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uGgvV5ZEEE .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uGgvV5ZEEE .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uGgvV5ZEEE .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uGgvV5ZEEE .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uGgvV5ZEEE .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uGgvV5ZEEE .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uGgvV5ZEEE .card__content {
  display: block;
  width: 100%;
}
.cid-uGgvV5ZEEE .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uGgvV5ZEEE .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uGgvV5ZEEE .title__block {
    margin-bottom: 40px;
  }
  .cid-uGgvV5ZEEE .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uGgvV5ZEEE .nav-item {
    margin-bottom: 9px;
  }
  .cid-uGgvV5ZEEE .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uGgvV5ZEEE .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uGgvV5ZEEE .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uGgvV5ZEEE .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uGgvV5ZEEE .card__image {
    max-width: 90px;
  }
  .cid-uGgvV5ZEEE .card__image img {
    width: 70%;
  }
}
.cid-uGgvV5ZEEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgvV5ZEEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgvV7yPrL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uGgvV7yPrL .title__block {
  padding-bottom: 40px;
}
.cid-uGgvV7yPrL .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGgvV7yPrL .mbr-section-title b,
.cid-uGgvV7yPrL .mbr-section-title strong {
  font-weight: 500;
}
.cid-uGgvV7yPrL .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uGgvV7yPrL .mbr-text {
  margin-bottom: 43px;
}
.cid-uGgvV7yPrL .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-uGgvV7yPrL .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-uGgvV7yPrL .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uGgvV7yPrL .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uGgvV7yPrL .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uGgvV7yPrL .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uGgvV7yPrL .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uGgvV7yPrL .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uGgvV7yPrL .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uGgvV7yPrL .row {
    text-align: center;
  }
  .cid-uGgvV7yPrL .title__block {
    padding-bottom: 0;
  }
  .cid-uGgvV7yPrL .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uGgvV7yPrL .figure:before {
    content: none;
  }
  .cid-uGgvV7yPrL .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uGgvV7yPrL .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uGgvV7yPrL .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uGgvV7yPrL .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uGgvV7yPrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgvV7yPrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgvV89BCx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGgvV89BCx .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGgvV89BCx .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGgvV89BCx .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGgvV89BCx .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGgvV89BCx .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGgvV89BCx .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGgvV89BCx .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGgvV89BCx .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGgvV89BCx .item a {
  font-weight: 600;
}
.cid-uGgvV89BCx .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGgvV89BCx .item:last-child:after {
  display: none;
}
.cid-uGgvV89BCx .footer__social {
  padding-bottom: 21px;
}
.cid-uGgvV89BCx .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGgvV89BCx .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGgvV89BCx .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGgvV89BCx .footer__ink {
  text-align: right;
}
.cid-uGgvV89BCx .copyright,
.cid-uGgvV89BCx .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGgvV89BCx .footer__menu {
    padding-right: 0;
  }
}
.cid-uGgLtuh9Ak {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGgLtuh9Ak .nav-link,
.cid-uGgLtuh9Ak .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGgLtuh9Ak .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGgLtuh9Ak .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGgLtuh9Ak .nav-link.text-primary:hover,
.cid-uGgLtuh9Ak .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGgLtuh9Ak .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGgLtuh9Ak .nav-link:hover:before {
  opacity: 1;
}
.cid-uGgLtuh9Ak .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGgLtuh9Ak .nav-link {
    margin: 0 !important;
  }
}
.cid-uGgLtuh9Ak .icons-menu {
  line-height: 0;
}
.cid-uGgLtuh9Ak .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGgLtuh9Ak .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGgLtuh9Ak .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGgLtuh9Ak .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGgLtuh9Ak .dropdown-menu a {
  overflow: hidden;
}
.cid-uGgLtuh9Ak .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgLtuh9Ak .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGgLtuh9Ak .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgLtuh9Ak .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGgLtuh9Ak .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgLtuh9Ak .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGgLtuh9Ak .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgLtuh9Ak .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGgLtuh9Ak .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGgLtuh9Ak .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGgLtuh9Ak .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgLtuh9Ak .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgLtuh9Ak .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgLtuh9Ak .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGgLtuh9Ak.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGgLtuh9Ak .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGgLtuh9Ak .btn {
    white-space: nowrap;
  }
  .cid-uGgLtuh9Ak .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGgLtuh9Ak .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGgLtuh9Ak .nav-item.dropdown:hover::before,
  .cid-uGgLtuh9Ak .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGgLtuh9Ak .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGgLtuh9Ak .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGgLtuh9Ak .navbar > .container,
.cid-uGgLtuh9Ak .navbar > .container-fluid {
  align-items: center;
}
.cid-uGgLtuh9Ak .dropdown-toggle::after,
.cid-uGgLtuh9Ak .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGgLtuh9Ak .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGgLtuh9Ak .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGgLtuh9Ak .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGgLtuh9Ak .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGgLtuh9Ak .nav-item:focus,
.cid-uGgLtuh9Ak .nav-link:focus {
  outline: none;
}
.cid-uGgLtuh9Ak .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGgLtuh9Ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGgLtuh9Ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGgLtuh9Ak a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGgLtuh9Ak ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGgLtuh9Ak .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGgLtuh9Ak .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGgLtuh9Ak .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGgLtuh9Ak .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGgLtuh9Ak .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGgLtuh9Ak .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGgLtuh9Ak .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGgLtuh9Ak .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGgLtuh9Ak .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGgLtuh9Ak .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGgLtuh9Ak .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGgLtuh9Ak .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGgLtuh9Ak.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGgLtuh9Ak .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGgLtuh9Ak .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGgLtuh9Ak .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGgLtuh9Ak .navbar-logo {
    margin: 0;
  }
  .cid-uGgLtuh9Ak .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGgLtuh9Ak .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGgLtuh9Ak .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGgLtuh9Ak .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGgLtuh9Ak .navbar {
    padding: 13px 90px;
  }
  .cid-uGgLtuh9Ak .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGgLtuh9Ak .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGgLtuh9Ak .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGgLtuh9Ak .dropdown-toggle::after,
  .cid-uGgLtuh9Ak .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGgLtuh9Ak .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGgLtuh9Ak a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGgLtuh9Ak ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGgLtuh9Ak .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGgLtuh9Ak .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGgLtuh9Ak.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGgLtuh9Ak.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGgLtuh9Ak.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGgLtuh9Ak.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGgLtuh9Ak .navbar {
    padding: 0 !important;
  }
  .cid-uGgLtuh9Ak ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGgLtuh9Ak a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGgLtuh9Ak .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGgLtuh9Ak .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGgLtuh9Ak .dropdown-item.active,
.cid-uGgLtuh9Ak .dropdown-item:active {
  background-color: transparent;
}
.cid-uGgLtuh9Ak .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGgLtuh9Ak .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGgLtuh9Ak button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGgLtuh9Ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGgLtuh9Ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGgLtuh9Ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGgLtuh9Ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGgLtuh9Ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGgLtuh9Ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGgLtuh9Ak nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGgLtuh9Ak nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGgLtuh9Ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGgLtuh9Ak .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGgLtuh9Ak .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGgLtuh9Ak .navbar {
    height: 97px;
  }
  .cid-uGgLtuh9Ak .navbar.opened {
    height: auto;
  }
  .cid-uGgLtuh9Ak .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGgLtv0ndS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-3-1920x1440.jpg");
}
.cid-uGgLtv0ndS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgLtv0ndS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgLtv0ndS .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGgLtv0ndS .container {
    padding: 0 24px;
  }
}
.cid-uGgLtv0ndS .row {
  justify-content: center;
}
.cid-uGgLtv0ndS .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGgLtv0ndS .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGgLtv0ndS .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGgLtv0ndS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGgLtv0ndS .item {
  margin: 110px 0 32px 0;
}
.cid-uGgLtv0ndS .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGgLtv0ndS .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGgLtv0ndS .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGgLtv0ndS .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGgLtv0ndS .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGgLtv0ndS .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGgLtv0ndS .item .item-wrapper .item-content .item-title_1,
.cid-uGgLtv0ndS .item .item-wrapper .item-content .item-title_2,
.cid-uGgLtv0ndS .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGgLtv0ndS .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGgLtv0ndS .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGgLtv0ndS .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGgLtv0ndS .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGgLtv0ndS .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGgLtv0ndS .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGgLtv0ndS .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGgLtv0ndS .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGgLtv0ndS .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGgLtv0ndS .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGgLtv0ndS .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGgLtv0ndS .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGgLtv0ndS .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGgLtv0ndS .list {
  color: #262642;
  text-align: center;
}
.cid-uGgLtv0ndS .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGgLtv0ndS .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGgLtv0ndS .list,
.cid-uGgLtv0ndS .item-wrap {
  text-align: left;
}
.cid-uGgLtv0ndS .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGgLtv0ndS .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGgLtvzTgj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGgLtvzTgj .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGgLtvzTgj .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGgLtvzTgj .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGgLtvzTgj .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGgLtvzTgj .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGgLtvzTgj .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGgLtvzTgj .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGgLtvzTgj .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGgLtvzTgj .item a {
  font-weight: 600;
}
.cid-uGgLtvzTgj .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGgLtvzTgj .item:last-child:after {
  display: none;
}
.cid-uGgLtvzTgj .footer__social {
  padding-bottom: 21px;
}
.cid-uGgLtvzTgj .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGgLtvzTgj .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGgLtvzTgj .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGgLtvzTgj .footer__ink {
  text-align: right;
}
.cid-uGgLtvzTgj .copyright,
.cid-uGgLtvzTgj .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGgLtvzTgj .footer__menu {
    padding-right: 0;
  }
}
.cid-uGgN4yM4l1 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGgN4yM4l1 .nav-link,
.cid-uGgN4yM4l1 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGgN4yM4l1 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGgN4yM4l1 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGgN4yM4l1 .nav-link.text-primary:hover,
.cid-uGgN4yM4l1 .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGgN4yM4l1 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGgN4yM4l1 .nav-link:hover:before {
  opacity: 1;
}
.cid-uGgN4yM4l1 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGgN4yM4l1 .nav-link {
    margin: 0 !important;
  }
}
.cid-uGgN4yM4l1 .icons-menu {
  line-height: 0;
}
.cid-uGgN4yM4l1 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGgN4yM4l1 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGgN4yM4l1 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGgN4yM4l1 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGgN4yM4l1 .dropdown-menu a {
  overflow: hidden;
}
.cid-uGgN4yM4l1 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgN4yM4l1 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGgN4yM4l1 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgN4yM4l1 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGgN4yM4l1 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgN4yM4l1 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGgN4yM4l1 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgN4yM4l1 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGgN4yM4l1 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGgN4yM4l1 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGgN4yM4l1 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgN4yM4l1 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgN4yM4l1 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgN4yM4l1 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGgN4yM4l1.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGgN4yM4l1 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGgN4yM4l1 .btn {
    white-space: nowrap;
  }
  .cid-uGgN4yM4l1 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGgN4yM4l1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGgN4yM4l1 .nav-item.dropdown:hover::before,
  .cid-uGgN4yM4l1 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGgN4yM4l1 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGgN4yM4l1 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGgN4yM4l1 .navbar > .container,
.cid-uGgN4yM4l1 .navbar > .container-fluid {
  align-items: center;
}
.cid-uGgN4yM4l1 .dropdown-toggle::after,
.cid-uGgN4yM4l1 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGgN4yM4l1 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGgN4yM4l1 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGgN4yM4l1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGgN4yM4l1 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGgN4yM4l1 .nav-item:focus,
.cid-uGgN4yM4l1 .nav-link:focus {
  outline: none;
}
.cid-uGgN4yM4l1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGgN4yM4l1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGgN4yM4l1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGgN4yM4l1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGgN4yM4l1 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGgN4yM4l1 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGgN4yM4l1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGgN4yM4l1 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGgN4yM4l1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGgN4yM4l1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGgN4yM4l1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGgN4yM4l1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGgN4yM4l1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGgN4yM4l1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGgN4yM4l1 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGgN4yM4l1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGgN4yM4l1 .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGgN4yM4l1.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGgN4yM4l1 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGgN4yM4l1 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGgN4yM4l1 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGgN4yM4l1 .navbar-logo {
    margin: 0;
  }
  .cid-uGgN4yM4l1 .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGgN4yM4l1 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGgN4yM4l1 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGgN4yM4l1 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGgN4yM4l1 .navbar {
    padding: 13px 90px;
  }
  .cid-uGgN4yM4l1 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGgN4yM4l1 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGgN4yM4l1 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGgN4yM4l1 .dropdown-toggle::after,
  .cid-uGgN4yM4l1 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGgN4yM4l1 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGgN4yM4l1 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGgN4yM4l1 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGgN4yM4l1 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGgN4yM4l1 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGgN4yM4l1.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGgN4yM4l1.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGgN4yM4l1.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGgN4yM4l1.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGgN4yM4l1 .navbar {
    padding: 0 !important;
  }
  .cid-uGgN4yM4l1 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGgN4yM4l1 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGgN4yM4l1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGgN4yM4l1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGgN4yM4l1 .dropdown-item.active,
.cid-uGgN4yM4l1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGgN4yM4l1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGgN4yM4l1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGgN4yM4l1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGgN4yM4l1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGgN4yM4l1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGgN4yM4l1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGgN4yM4l1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGgN4yM4l1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGgN4yM4l1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGgN4yM4l1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGgN4yM4l1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGgN4yM4l1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGgN4yM4l1 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGgN4yM4l1 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGgN4yM4l1 .navbar {
    height: 97px;
  }
  .cid-uGgN4yM4l1 .navbar.opened {
    height: auto;
  }
  .cid-uGgN4yM4l1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGgN4zutXK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-13-1920x1280.jpg");
}
.cid-uGgN4zutXK .mbr-overlay {
  background-color: #353535;
  opacity: 0.8;
}
.cid-uGgN4zutXK input,
.cid-uGgN4zutXK textarea {
  border-radius: 0;
}
.cid-uGgN4zutXK input:hover,
.cid-uGgN4zutXK textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uGgN4zutXK textarea {
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-uGgN4zutXK .col-auto {
    margin: auto;
  }
}
.cid-uGgN4zutXK .mbr-main-subtitle {
  background: #46877e;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-uGgN4zutXK .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #46877e;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uGgN4zutXK .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uGgN4zutXK .btn {
  padding: 1rem 3rem;
}
.cid-uGgN4zutXK .mbr-section-text {
  color: #ffffff;
}
.cid-uGgN4zutXK .mbr-section-title {
  color: #ffffff;
}
.cid-uGgN4A2RhC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGgN4A2RhC .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGgN4A2RhC .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGgN4A2RhC .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGgN4A2RhC .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGgN4A2RhC .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGgN4A2RhC .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGgN4A2RhC .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGgN4A2RhC .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGgN4A2RhC .item a {
  font-weight: 600;
}
.cid-uGgN4A2RhC .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGgN4A2RhC .item:last-child:after {
  display: none;
}
.cid-uGgN4A2RhC .footer__social {
  padding-bottom: 21px;
}
.cid-uGgN4A2RhC .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGgN4A2RhC .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGgN4A2RhC .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGgN4A2RhC .footer__ink {
  text-align: right;
}
.cid-uGgN4A2RhC .copyright,
.cid-uGgN4A2RhC .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGgN4A2RhC .footer__menu {
    padding-right: 0;
  }
}
.cid-uGgPtK67Te {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGgPtK67Te .nav-link,
.cid-uGgPtK67Te .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGgPtK67Te .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGgPtK67Te .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGgPtK67Te .nav-link.text-primary:hover,
.cid-uGgPtK67Te .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGgPtK67Te .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGgPtK67Te .nav-link:hover:before {
  opacity: 1;
}
.cid-uGgPtK67Te .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGgPtK67Te .nav-link {
    margin: 0 !important;
  }
}
.cid-uGgPtK67Te .icons-menu {
  line-height: 0;
}
.cid-uGgPtK67Te .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGgPtK67Te .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGgPtK67Te .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGgPtK67Te .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGgPtK67Te .dropdown-menu a {
  overflow: hidden;
}
.cid-uGgPtK67Te .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgPtK67Te .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGgPtK67Te .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgPtK67Te .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGgPtK67Te .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgPtK67Te .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGgPtK67Te .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgPtK67Te .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGgPtK67Te .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGgPtK67Te .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGgPtK67Te .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgPtK67Te .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgPtK67Te .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgPtK67Te .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGgPtK67Te.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGgPtK67Te .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGgPtK67Te .btn {
    white-space: nowrap;
  }
  .cid-uGgPtK67Te .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGgPtK67Te .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGgPtK67Te .nav-item.dropdown:hover::before,
  .cid-uGgPtK67Te .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGgPtK67Te .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGgPtK67Te .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGgPtK67Te .navbar > .container,
.cid-uGgPtK67Te .navbar > .container-fluid {
  align-items: center;
}
.cid-uGgPtK67Te .dropdown-toggle::after,
.cid-uGgPtK67Te .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGgPtK67Te .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGgPtK67Te .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGgPtK67Te .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGgPtK67Te .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGgPtK67Te .nav-item:focus,
.cid-uGgPtK67Te .nav-link:focus {
  outline: none;
}
.cid-uGgPtK67Te .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGgPtK67Te .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGgPtK67Te .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGgPtK67Te a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGgPtK67Te ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGgPtK67Te .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGgPtK67Te .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGgPtK67Te .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGgPtK67Te .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGgPtK67Te .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGgPtK67Te .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGgPtK67Te .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGgPtK67Te .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGgPtK67Te .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGgPtK67Te .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGgPtK67Te .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGgPtK67Te .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGgPtK67Te.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGgPtK67Te .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGgPtK67Te .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGgPtK67Te .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGgPtK67Te .navbar-logo {
    margin: 0;
  }
  .cid-uGgPtK67Te .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGgPtK67Te .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGgPtK67Te .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGgPtK67Te .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGgPtK67Te .navbar {
    padding: 13px 90px;
  }
  .cid-uGgPtK67Te .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGgPtK67Te .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGgPtK67Te .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGgPtK67Te .dropdown-toggle::after,
  .cid-uGgPtK67Te .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGgPtK67Te .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGgPtK67Te a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGgPtK67Te ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGgPtK67Te .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGgPtK67Te .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGgPtK67Te.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGgPtK67Te.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGgPtK67Te.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGgPtK67Te.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGgPtK67Te .navbar {
    padding: 0 !important;
  }
  .cid-uGgPtK67Te ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGgPtK67Te a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGgPtK67Te .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGgPtK67Te .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGgPtK67Te .dropdown-item.active,
.cid-uGgPtK67Te .dropdown-item:active {
  background-color: transparent;
}
.cid-uGgPtK67Te .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGgPtK67Te .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGgPtK67Te button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGgPtK67Te button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGgPtK67Te button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGgPtK67Te button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGgPtK67Te button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGgPtK67Te button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGgPtK67Te nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGgPtK67Te nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGgPtK67Te nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGgPtK67Te nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGgPtK67Te .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGgPtK67Te .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGgPtK67Te .navbar {
    height: 97px;
  }
  .cid-uGgPtK67Te .navbar.opened {
    height: auto;
  }
  .cid-uGgPtK67Te .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGgPtKYbn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-14-1920x1280.jpg");
}
.cid-uGgPtKYbn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgPtKYbn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgPtKYbn7 .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGgPtKYbn7 .container {
    padding: 0 24px;
  }
}
.cid-uGgPtKYbn7 .row {
  justify-content: center;
}
.cid-uGgPtKYbn7 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGgPtKYbn7 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGgPtKYbn7 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGgPtKYbn7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGgPtKYbn7 .item {
  margin: 110px 0 32px 0;
}
.cid-uGgPtKYbn7 .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGgPtKYbn7 .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGgPtKYbn7 .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGgPtKYbn7 .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGgPtKYbn7 .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGgPtKYbn7 .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGgPtKYbn7 .item .item-wrapper .item-content .item-title_1,
.cid-uGgPtKYbn7 .item .item-wrapper .item-content .item-title_2,
.cid-uGgPtKYbn7 .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGgPtKYbn7 .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGgPtKYbn7 .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGgPtKYbn7 .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGgPtKYbn7 .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGgPtKYbn7 .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGgPtKYbn7 .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGgPtKYbn7 .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGgPtKYbn7 .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGgPtKYbn7 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uGgPtKYbn7 .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGgPtKYbn7 .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGgPtKYbn7 .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGgPtKYbn7 .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGgPtKYbn7 .list {
  color: #262642;
  text-align: center;
}
.cid-uGgPtKYbn7 .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGgPtKYbn7 .mbr-text {
  color: #262642;
  text-align: right;
}
.cid-uGgPtKYbn7 .list,
.cid-uGgPtKYbn7 .item-wrap {
  text-align: left;
}
.cid-uGgPtKYbn7 .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGgPtKYbn7 .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGgPtLz8on {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGgPtLz8on .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGgPtLz8on .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGgPtLz8on .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGgPtLz8on .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGgPtLz8on .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGgPtLz8on .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGgPtLz8on .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGgPtLz8on .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGgPtLz8on .item a {
  font-weight: 600;
}
.cid-uGgPtLz8on .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGgPtLz8on .item:last-child:after {
  display: none;
}
.cid-uGgPtLz8on .footer__social {
  padding-bottom: 21px;
}
.cid-uGgPtLz8on .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGgPtLz8on .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGgPtLz8on .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGgPtLz8on .footer__ink {
  text-align: right;
}
.cid-uGgPtLz8on .copyright,
.cid-uGgPtLz8on .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGgPtLz8on .footer__menu {
    padding-right: 0;
  }
}
.cid-uGgQa5oSTy {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGgQa5oSTy .nav-link,
.cid-uGgQa5oSTy .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGgQa5oSTy .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGgQa5oSTy .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGgQa5oSTy .nav-link.text-primary:hover,
.cid-uGgQa5oSTy .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGgQa5oSTy .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGgQa5oSTy .nav-link:hover:before {
  opacity: 1;
}
.cid-uGgQa5oSTy .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGgQa5oSTy .nav-link {
    margin: 0 !important;
  }
}
.cid-uGgQa5oSTy .icons-menu {
  line-height: 0;
}
.cid-uGgQa5oSTy .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGgQa5oSTy .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGgQa5oSTy .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGgQa5oSTy .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGgQa5oSTy .dropdown-menu a {
  overflow: hidden;
}
.cid-uGgQa5oSTy .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgQa5oSTy .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGgQa5oSTy .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgQa5oSTy .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGgQa5oSTy .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgQa5oSTy .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGgQa5oSTy .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGgQa5oSTy .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGgQa5oSTy .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGgQa5oSTy .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGgQa5oSTy .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgQa5oSTy .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgQa5oSTy .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGgQa5oSTy .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGgQa5oSTy.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGgQa5oSTy .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGgQa5oSTy .btn {
    white-space: nowrap;
  }
  .cid-uGgQa5oSTy .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGgQa5oSTy .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGgQa5oSTy .nav-item.dropdown:hover::before,
  .cid-uGgQa5oSTy .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGgQa5oSTy .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGgQa5oSTy .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGgQa5oSTy .navbar > .container,
.cid-uGgQa5oSTy .navbar > .container-fluid {
  align-items: center;
}
.cid-uGgQa5oSTy .dropdown-toggle::after,
.cid-uGgQa5oSTy .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGgQa5oSTy .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGgQa5oSTy .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGgQa5oSTy .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGgQa5oSTy .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGgQa5oSTy .nav-item:focus,
.cid-uGgQa5oSTy .nav-link:focus {
  outline: none;
}
.cid-uGgQa5oSTy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGgQa5oSTy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGgQa5oSTy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGgQa5oSTy a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGgQa5oSTy ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGgQa5oSTy .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGgQa5oSTy .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGgQa5oSTy .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGgQa5oSTy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGgQa5oSTy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGgQa5oSTy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGgQa5oSTy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGgQa5oSTy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGgQa5oSTy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGgQa5oSTy .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGgQa5oSTy .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGgQa5oSTy .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGgQa5oSTy.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGgQa5oSTy .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGgQa5oSTy .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGgQa5oSTy .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGgQa5oSTy .navbar-logo {
    margin: 0;
  }
  .cid-uGgQa5oSTy .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGgQa5oSTy .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGgQa5oSTy .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGgQa5oSTy .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGgQa5oSTy .navbar {
    padding: 13px 90px;
  }
  .cid-uGgQa5oSTy .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGgQa5oSTy .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGgQa5oSTy .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGgQa5oSTy .dropdown-toggle::after,
  .cid-uGgQa5oSTy .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGgQa5oSTy .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGgQa5oSTy a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGgQa5oSTy ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGgQa5oSTy .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGgQa5oSTy .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGgQa5oSTy.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGgQa5oSTy.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGgQa5oSTy.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGgQa5oSTy.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGgQa5oSTy .navbar {
    padding: 0 !important;
  }
  .cid-uGgQa5oSTy ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGgQa5oSTy a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGgQa5oSTy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGgQa5oSTy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGgQa5oSTy .dropdown-item.active,
.cid-uGgQa5oSTy .dropdown-item:active {
  background-color: transparent;
}
.cid-uGgQa5oSTy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGgQa5oSTy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGgQa5oSTy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGgQa5oSTy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGgQa5oSTy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGgQa5oSTy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGgQa5oSTy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGgQa5oSTy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGgQa5oSTy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGgQa5oSTy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGgQa5oSTy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGgQa5oSTy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGgQa5oSTy .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGgQa5oSTy .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGgQa5oSTy .navbar {
    height: 97px;
  }
  .cid-uGgQa5oSTy .navbar.opened {
    height: auto;
  }
  .cid-uGgQa5oSTy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGgQa63eMD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eef5f4;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGgQa63eMD .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGgQa63eMD .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uGgQa63eMD .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uGgQa63eMD .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uGgQa63eMD .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uGgQa63eMD .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uGgQa63eMD .mbr-gallery-filter ul {
  display: block;
}
.cid-uGgQa63eMD .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uGgQa63eMD .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uGgQa63eMD .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uGgQa63eMD .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uGgQa63eMD .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uGgQa63eMD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGgQa63eMD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uGgQa63eMD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uGgQa63eMD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGgQa63eMD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGgQa63eMD .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uGgQa63eMD .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uGgQa63eMD .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uGgQa63eMD .mbr-gallery-item > div img,
.cid-uGgQa63eMD .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uGgQa63eMD .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uGgQa63eMD .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uGgQa63eMD .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uGgQa63eMD .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uGgQa63eMD .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uGgQa63eMD .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uGgQa63eMD .mbr-section-title {
    text-align: center;
  }
  .cid-uGgQa63eMD .image {
    top: auto;
    height: 420px;
  }
  .cid-uGgQa63eMD .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uGgQa63eMD .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uGgQa63eMD .mbr-gallery-item > div img,
  .cid-uGgQa63eMD .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uGgQa63eMD .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uGgQa63eMD .image {
    height: 290px;
  }
}
.cid-uGgQa6MxGc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eef5f4;
}
.cid-uGgQa6MxGc [class^='socicon-']:before,
.cid-uGgQa6MxGc [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uGgQa6MxGc .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-uGgQa6MxGc .btn-social:hover {
  background: #2e6b75;
}
.cid-uGgQa6MxGc .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uGgQa6MxGc .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uGgQa6MxGc .mbr-section-title {
  color: #2e6b75;
}
.cid-uGgQa6MxGc .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uGgQa6MxGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgQa6MxGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgQa7vIAT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGgQa7vIAT .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGgQa7vIAT .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGgQa7vIAT .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGgQa7vIAT .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGgQa7vIAT .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGgQa7vIAT .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGgQa7vIAT .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGgQa7vIAT .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGgQa7vIAT .item a {
  font-weight: 600;
}
.cid-uGgQa7vIAT .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGgQa7vIAT .item:last-child:after {
  display: none;
}
.cid-uGgQa7vIAT .footer__social {
  padding-bottom: 21px;
}
.cid-uGgQa7vIAT .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGgQa7vIAT .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGgQa7vIAT .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGgQa7vIAT .footer__ink {
  text-align: right;
}
.cid-uGgQa7vIAT .copyright,
.cid-uGgQa7vIAT .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGgQa7vIAT .footer__menu {
    padding-right: 0;
  }
}
.cid-uGmHnUutpW {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGmHnUutpW .nav-link,
.cid-uGmHnUutpW .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGmHnUutpW .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGmHnUutpW .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGmHnUutpW .nav-link.text-primary:hover,
.cid-uGmHnUutpW .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGmHnUutpW .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGmHnUutpW .nav-link:hover:before {
  opacity: 1;
}
.cid-uGmHnUutpW .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGmHnUutpW .nav-link {
    margin: 0 !important;
  }
}
.cid-uGmHnUutpW .icons-menu {
  line-height: 0;
}
.cid-uGmHnUutpW .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGmHnUutpW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGmHnUutpW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGmHnUutpW .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGmHnUutpW .dropdown-menu a {
  overflow: hidden;
}
.cid-uGmHnUutpW .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGmHnUutpW .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGmHnUutpW .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGmHnUutpW .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGmHnUutpW .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGmHnUutpW .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGmHnUutpW .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGmHnUutpW .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGmHnUutpW .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGmHnUutpW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGmHnUutpW .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGmHnUutpW .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGmHnUutpW .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGmHnUutpW .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGmHnUutpW.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGmHnUutpW .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGmHnUutpW .btn {
    white-space: nowrap;
  }
  .cid-uGmHnUutpW .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGmHnUutpW .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGmHnUutpW .nav-item.dropdown:hover::before,
  .cid-uGmHnUutpW .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGmHnUutpW .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGmHnUutpW .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGmHnUutpW .navbar > .container,
.cid-uGmHnUutpW .navbar > .container-fluid {
  align-items: center;
}
.cid-uGmHnUutpW .dropdown-toggle::after,
.cid-uGmHnUutpW .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGmHnUutpW .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGmHnUutpW .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGmHnUutpW .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGmHnUutpW .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGmHnUutpW .nav-item:focus,
.cid-uGmHnUutpW .nav-link:focus {
  outline: none;
}
.cid-uGmHnUutpW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGmHnUutpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGmHnUutpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGmHnUutpW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGmHnUutpW ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGmHnUutpW .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGmHnUutpW .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGmHnUutpW .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGmHnUutpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGmHnUutpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGmHnUutpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGmHnUutpW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGmHnUutpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGmHnUutpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGmHnUutpW .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGmHnUutpW .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGmHnUutpW .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGmHnUutpW.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGmHnUutpW .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGmHnUutpW .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGmHnUutpW .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGmHnUutpW .navbar-logo {
    margin: 0;
  }
  .cid-uGmHnUutpW .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGmHnUutpW .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGmHnUutpW .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGmHnUutpW .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGmHnUutpW .navbar {
    padding: 13px 90px;
  }
  .cid-uGmHnUutpW .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGmHnUutpW .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGmHnUutpW .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGmHnUutpW .dropdown-toggle::after,
  .cid-uGmHnUutpW .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGmHnUutpW .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGmHnUutpW a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGmHnUutpW ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGmHnUutpW .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGmHnUutpW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGmHnUutpW.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGmHnUutpW.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGmHnUutpW.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGmHnUutpW.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGmHnUutpW .navbar {
    padding: 0 !important;
  }
  .cid-uGmHnUutpW ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGmHnUutpW a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGmHnUutpW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGmHnUutpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGmHnUutpW .dropdown-item.active,
.cid-uGmHnUutpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uGmHnUutpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGmHnUutpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGmHnUutpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGmHnUutpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGmHnUutpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGmHnUutpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGmHnUutpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGmHnUutpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGmHnUutpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGmHnUutpW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGmHnUutpW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGmHnUutpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGmHnUutpW .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGmHnUutpW .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGmHnUutpW .navbar {
    height: 97px;
  }
  .cid-uGmHnUutpW .navbar.opened {
    height: auto;
  }
  .cid-uGmHnUutpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGmHnV4pEz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/ae22c5ef77c449050a61b59097f9ed75-928x1232.jpeg");
}
.cid-uGmHnV4pEz .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uGmHnV4pEz .mbr-section-title b,
.cid-uGmHnV4pEz .mbr-section-title strong {
  font-weight: 500;
}
.cid-uGmHnV4pEz .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uGmHnV4pEz .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -100px;
  left: -50px;
  background-image: url("../../../assets/images/geometrical.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cid-uGmHnV4pEz .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uGmHnV4pEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmHnV4pEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGmHnV4pEz .mbr-section-title,
.cid-uGmHnV4pEz .mbr-section-btn {
  color: #000000;
}
.cid-uGmHnVoCPG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uGmHnVoCPG .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 0;
}
.cid-uGmHnVoCPG .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-uGmHnVoCPG .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-uGmHnVoCPG .mbr-section-title {
  margin-bottom: 33px;
}
.cid-uGmHnVoCPG .slider__image {
  margin-left: 11.8%;
}
.cid-uGmHnVoCPG .img-wrap {
  max-width: 100%;
}
.cid-uGmHnVoCPG .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uGmHnVoCPG .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-uGmHnVoCPG .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-uGmHnVoCPG .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-uGmHnVoCPG .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-uGmHnVoCPG .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-uGmHnVoCPG .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-uGmHnVoCPG .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-uGmHnVoCPG .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uGmHnVoCPG .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uGmHnVoCPG .carousel-controls .carousel-control-next,
.cid-uGmHnVoCPG .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uGmHnVoCPG .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-uGmHnVoCPG .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGmHnVoCPG .image-element {
    min-width: 50%;
  }
  .cid-uGmHnVoCPG .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uGmHnVoCPG .two__background:before {
    max-width: 90%;
  }
  .cid-uGmHnVoCPG .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-uGmHnVoCPG .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-uGmHnVoCPG .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-uGmHnVoCPG .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-uGmHnVoCPG .mbr-section-subtitle:after {
    content: none;
  }
  .cid-uGmHnVoCPG .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uGmHnVoCPG .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-uGmHnVoCPG .img-wrap {
    width: 100%;
  }
  .cid-uGmHnVoCPG .carousel-controls {
    display: none;
  }
  .cid-uGmHnVoCPG .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-uGmHnVoCPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmHnVoCPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGmHnVoCPG P {
  color: #0e2d3b;
}
.cid-uGmTkZMjs6 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uGmTkZMjs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmTkZMjs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGmTkZMjs6 .container {
    padding: 0 24px;
  }
}
.cid-uGmTkZMjs6 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uGmTkZMjs6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uGmTkZMjs6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGmTkZMjs6 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uGmTkZMjs6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGmTkZMjs6 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGmTkZMjs6 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uGmTkZMjs6 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uGmTkZMjs6 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uGmTkZMjs6 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uGmTkZMjs6 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uGmTkZMjs6 .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uGmTkZMjs6 .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uGmTkZMjs6 .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uGmTkZMjs6 .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uGmTkZMjs6 .mbr-section-title {
  color: #141414;
}
.cid-uGmTkZMjs6 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uGmTkZMjs6 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uGmTkZMjs6 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uGmTkZMjs6 .mbr-section-title,
.cid-uGmTkZMjs6 .mbr-section-btn {
  text-align: center;
}
.cid-uGmVRNeEWP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uGmVRNeEWP .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uGmVRNeEWP .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uGmVRNeEWP .row {
    row-gap: 40px;
  }
}
.cid-uGmVRNeEWP .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uGmVRNeEWP .mbr-section-title {
  color: #353535;
}
.cid-uGmVRNeEWP .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uGmVRNeEWP .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uGmVRNeEWP .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uGmVRNeEWP .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uGmVRNeEWP .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uGmVRNeEWP .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uGmVRNeEWP .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uGmVRNeEWP .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uGmVRNeEWP .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uGmVRNeEWP .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uGmVRNeEWP .item-content {
  margin-top: 32px;
}
.cid-uGmVRNeEWP .item-title {
  color: #303030;
}
.cid-uGmVRNeEWP .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uGmVRNeEWP .item-number {
  color: #fe5925;
  margin-top: 22px;
}
.cid-uGmVRNeEWP .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #46877e;
}
.cid-uGmVRNeEWP .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uGmVRNeEWP .item-text {
  color: #9b8db7;
}
.cid-uGmHnWVEsx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGmHnWVEsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmHnWVEsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGmHnWVEsx .container {
    padding: 0 6px;
  }
}
.cid-uGmHnWVEsx .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uGmHnWVEsx .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uGmHnWVEsx .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uGmHnWVEsx .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uGmHnWVEsx .row {
    padding: 70px 30px;
  }
}
.cid-uGmHnWVEsx .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uGmHnWVEsx .title-wrapper {
  margin-bottom: 64px;
}
.cid-uGmHnWVEsx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGmHnWVEsx .title-wrapper .mbr-section-title span {
  color: #d3045f;
}
.cid-uGmHnWVEsx .tabs-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.cid-uGmHnWVEsx .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uGmHnWVEsx .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 50px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uGmHnWVEsx .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uGmHnWVEsx .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #ffffff;
  border-radius: 0 !important;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uGmHnWVEsx .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #262626;
}
.cid-uGmHnWVEsx .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uGmHnWVEsx .content-wrapper {
    display: block;
  }
}
.cid-uGmHnWVEsx .content-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uGmHnWVEsx .content-wrapper .item:hover,
.cid-uGmHnWVEsx .content-wrapper .item:focus {
  cursor: pointer;
}
.cid-uGmHnWVEsx .content-wrapper .item:nth-child(3n) .item-decor {
  background-color: #ddebe9;
}
.cid-uGmHnWVEsx .content-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #ddebe9;
}
.cid-uGmHnWVEsx .content-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #ddebe9;
  border-radius: 16px 16px 0 0;
}
.cid-uGmHnWVEsx .content-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGmHnWVEsx .content-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #ddebe9;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGmHnWVEsx .content-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uGmHnWVEsx .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uGmHnWVEsx .content-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uGmHnWVEsx .content-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uGmHnWVEsx .content-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uGmHnWVEsx .content-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uGmHnWVEsx .mbr-section-title {
  color: #131313;
}
.cid-uGmHnWVEsx .card-title {
  color: #ffffff;
}
.cid-uGmHnWVEsx .card-text {
  color: #131313;
}
.cid-uGmHnWVEsx .card-title,
.cid-uGmHnWVEsx .mbr-section-btn {
  color: #000000;
}
.cid-uGmHnXMr67 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGmHnXMr67 .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #79bab1;
  text-align: center;
  color: #014188;
}
.cid-uGmHnXMr67 .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-uGmHnXMr67 .form-group {
  padding: 0;
}
.cid-uGmHnXMr67 .form-control {
  background-color: #ffffff !important;
  color: #46877e;
  border: 1px solid #46877e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uGmHnXMr67 .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-uGmHnXMr67 .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-uGmHnXMr67 .mbr-form .btn {
  margin: 0;
}
.cid-uGmHnXMr67 .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-uGmHnXMr67 input::-webkit-input-placeholder {
  color: #46877e;
  opacity: .8;
}
.cid-uGmHnXMr67 input::-moz-placeholder {
  color: #46877e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uGmHnXMr67 .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-uGmHnXMr67 .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #79bab1;
  }
  .cid-uGmHnXMr67 .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uGmHnXMr67 .dragArea {
    margin: 0;
  }
  .cid-uGmHnXMr67 .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-uGmHnXMr67 .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-uGmHnXMr67 .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-uGmHnXMr67 .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-uGmHnYkXwb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGmHnYkXwb .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGmHnYkXwb .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGmHnYkXwb .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGmHnYkXwb .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGmHnYkXwb .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGmHnYkXwb .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGmHnYkXwb .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGmHnYkXwb .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGmHnYkXwb .item a {
  font-weight: 600;
}
.cid-uGmHnYkXwb .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGmHnYkXwb .item:last-child:after {
  display: none;
}
.cid-uGmHnYkXwb .footer__social {
  padding-bottom: 21px;
}
.cid-uGmHnYkXwb .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGmHnYkXwb .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGmHnYkXwb .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGmHnYkXwb .footer__ink {
  text-align: right;
}
.cid-uGmHnYkXwb .copyright,
.cid-uGmHnYkXwb .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGmHnYkXwb .footer__menu {
    padding-right: 0;
  }
}
.cid-uGmHnUutpW {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGmHnUutpW .nav-link,
.cid-uGmHnUutpW .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGmHnUutpW .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGmHnUutpW .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGmHnUutpW .nav-link.text-primary:hover,
.cid-uGmHnUutpW .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGmHnUutpW .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGmHnUutpW .nav-link:hover:before {
  opacity: 1;
}
.cid-uGmHnUutpW .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGmHnUutpW .nav-link {
    margin: 0 !important;
  }
}
.cid-uGmHnUutpW .icons-menu {
  line-height: 0;
}
.cid-uGmHnUutpW .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGmHnUutpW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGmHnUutpW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGmHnUutpW .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGmHnUutpW .dropdown-menu a {
  overflow: hidden;
}
.cid-uGmHnUutpW .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGmHnUutpW .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGmHnUutpW .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGmHnUutpW .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGmHnUutpW .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGmHnUutpW .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGmHnUutpW .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGmHnUutpW .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGmHnUutpW .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGmHnUutpW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGmHnUutpW .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGmHnUutpW .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGmHnUutpW .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGmHnUutpW .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGmHnUutpW.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGmHnUutpW .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGmHnUutpW .btn {
    white-space: nowrap;
  }
  .cid-uGmHnUutpW .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGmHnUutpW .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGmHnUutpW .nav-item.dropdown:hover::before,
  .cid-uGmHnUutpW .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGmHnUutpW .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGmHnUutpW .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGmHnUutpW .navbar > .container,
.cid-uGmHnUutpW .navbar > .container-fluid {
  align-items: center;
}
.cid-uGmHnUutpW .dropdown-toggle::after,
.cid-uGmHnUutpW .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGmHnUutpW .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGmHnUutpW .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGmHnUutpW .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGmHnUutpW .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGmHnUutpW .nav-item:focus,
.cid-uGmHnUutpW .nav-link:focus {
  outline: none;
}
.cid-uGmHnUutpW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGmHnUutpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGmHnUutpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGmHnUutpW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGmHnUutpW ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGmHnUutpW .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGmHnUutpW .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGmHnUutpW .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGmHnUutpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGmHnUutpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGmHnUutpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGmHnUutpW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGmHnUutpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGmHnUutpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGmHnUutpW .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGmHnUutpW .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGmHnUutpW .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGmHnUutpW.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGmHnUutpW .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGmHnUutpW .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGmHnUutpW .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGmHnUutpW .navbar-logo {
    margin: 0;
  }
  .cid-uGmHnUutpW .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGmHnUutpW .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGmHnUutpW .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGmHnUutpW .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGmHnUutpW .navbar {
    padding: 13px 90px;
  }
  .cid-uGmHnUutpW .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGmHnUutpW .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGmHnUutpW .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGmHnUutpW .dropdown-toggle::after,
  .cid-uGmHnUutpW .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGmHnUutpW .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGmHnUutpW a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGmHnUutpW ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGmHnUutpW .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGmHnUutpW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGmHnUutpW.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGmHnUutpW.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGmHnUutpW.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGmHnUutpW.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGmHnUutpW .navbar {
    padding: 0 !important;
  }
  .cid-uGmHnUutpW ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGmHnUutpW a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGmHnUutpW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGmHnUutpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGmHnUutpW .dropdown-item.active,
.cid-uGmHnUutpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uGmHnUutpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGmHnUutpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGmHnUutpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGmHnUutpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGmHnUutpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGmHnUutpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGmHnUutpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGmHnUutpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGmHnUutpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGmHnUutpW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGmHnUutpW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGmHnUutpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGmHnUutpW .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGmHnUutpW .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGmHnUutpW .navbar {
    height: 97px;
  }
  .cid-uGmHnUutpW .navbar.opened {
    height: auto;
  }
  .cid-uGmHnUutpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGsXOLFP4N {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ddebe9;
}
.cid-uGsXOLFP4N .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uGsXOLFP4N .link a {
  font-weight: 700;
}
.cid-uGsXOLFP4N .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uGsXOLFP4N .link:hover span {
  transform: translateX(9px);
}
.cid-uGsXOLFP4N .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #cce4f0;
}
.cid-uGsXOLFP4N .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uGsXOLFP4N .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uGsXOLFP4N .card__content:hover {
  transform: scale(0.95);
}
.cid-uGsXOLFP4N .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uGsXOLFP4N .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uGsXOLFP4N .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uGsXOLFP4N .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uGsXOLFP4N .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uGsXOLFP4N .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uGsXOLFP4N .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uGsXOLFP4N .title__block {
    margin-bottom: 74px;
  }
  .cid-uGsXOLFP4N .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-uGsXOLFP4N .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uGsXOLFP4N .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uGsXOLFP4N .card__content {
    height: 200px;
  }
  .cid-uGsXOLFP4N .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uGsXOLFP4N .card__item {
    max-width: 274px;
  }
}
.cid-uGsXOLFP4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsXOLFP4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsXOLFP4N .card__content .card__title {
  color: #000000;
}
.cid-uGsVQYci5l {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cce4f0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGsVQYci5l .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGsVQYci5l .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uGsVQYci5l .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uGsVQYci5l .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uGsVQYci5l .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uGsVQYci5l .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uGsVQYci5l .mbr-gallery-filter ul {
  display: block;
}
.cid-uGsVQYci5l .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uGsVQYci5l .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uGsVQYci5l .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uGsVQYci5l .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uGsVQYci5l .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uGsVQYci5l .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGsVQYci5l .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uGsVQYci5l .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uGsVQYci5l .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGsVQYci5l .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGsVQYci5l .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uGsVQYci5l .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uGsVQYci5l .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uGsVQYci5l .mbr-gallery-item > div img,
.cid-uGsVQYci5l .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uGsVQYci5l .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uGsVQYci5l .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uGsVQYci5l .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uGsVQYci5l .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uGsVQYci5l .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uGsVQYci5l .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uGsVQYci5l .mbr-section-title {
    text-align: center;
  }
  .cid-uGsVQYci5l .image {
    top: auto;
    height: 420px;
  }
  .cid-uGsVQYci5l .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uGsVQYci5l .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uGsVQYci5l .mbr-gallery-item > div img,
  .cid-uGsVQYci5l .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uGsVQYci5l .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uGsVQYci5l .image {
    height: 290px;
  }
}
.cid-uGt7YggeVH {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #eef5f4;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGt7YggeVH .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGt7YggeVH .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uGt7YggeVH .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uGt7YggeVH .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uGt7YggeVH .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uGt7YggeVH .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uGt7YggeVH .mbr-gallery-filter ul {
  display: block;
}
.cid-uGt7YggeVH .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uGt7YggeVH .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uGt7YggeVH .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uGt7YggeVH .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uGt7YggeVH .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uGt7YggeVH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGt7YggeVH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uGt7YggeVH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uGt7YggeVH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGt7YggeVH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGt7YggeVH .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uGt7YggeVH .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uGt7YggeVH .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uGt7YggeVH .mbr-gallery-item > div img,
.cid-uGt7YggeVH .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uGt7YggeVH .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uGt7YggeVH .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uGt7YggeVH .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uGt7YggeVH .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uGt7YggeVH .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uGt7YggeVH .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uGt7YggeVH .mbr-section-title {
    text-align: center;
  }
  .cid-uGt7YggeVH .image {
    top: auto;
    height: 420px;
  }
  .cid-uGt7YggeVH .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uGt7YggeVH .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uGt7YggeVH .mbr-gallery-item > div img,
  .cid-uGt7YggeVH .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uGt7YggeVH .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uGt7YggeVH .image {
    height: 290px;
  }
}
.cid-uGt8v9KSZY {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cce4f0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGt8v9KSZY .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGt8v9KSZY .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uGt8v9KSZY .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uGt8v9KSZY .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uGt8v9KSZY .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uGt8v9KSZY .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uGt8v9KSZY .mbr-gallery-filter ul {
  display: block;
}
.cid-uGt8v9KSZY .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uGt8v9KSZY .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uGt8v9KSZY .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uGt8v9KSZY .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uGt8v9KSZY .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uGt8v9KSZY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGt8v9KSZY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uGt8v9KSZY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uGt8v9KSZY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGt8v9KSZY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGt8v9KSZY .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uGt8v9KSZY .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uGt8v9KSZY .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uGt8v9KSZY .mbr-gallery-item > div img,
.cid-uGt8v9KSZY .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uGt8v9KSZY .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uGt8v9KSZY .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uGt8v9KSZY .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uGt8v9KSZY .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uGt8v9KSZY .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uGt8v9KSZY .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uGt8v9KSZY .mbr-section-title {
    text-align: center;
  }
  .cid-uGt8v9KSZY .image {
    top: auto;
    height: 420px;
  }
  .cid-uGt8v9KSZY .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uGt8v9KSZY .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uGt8v9KSZY .mbr-gallery-item > div img,
  .cid-uGt8v9KSZY .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uGt8v9KSZY .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uGt8v9KSZY .image {
    height: 290px;
  }
}
.cid-uGt8L89Rpp {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #eef5f4;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGt8L89Rpp .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGt8L89Rpp .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uGt8L89Rpp .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uGt8L89Rpp .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uGt8L89Rpp .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uGt8L89Rpp .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uGt8L89Rpp .mbr-gallery-filter ul {
  display: block;
}
.cid-uGt8L89Rpp .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uGt8L89Rpp .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uGt8L89Rpp .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uGt8L89Rpp .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uGt8L89Rpp .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uGt8L89Rpp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGt8L89Rpp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uGt8L89Rpp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uGt8L89Rpp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGt8L89Rpp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGt8L89Rpp .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uGt8L89Rpp .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uGt8L89Rpp .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uGt8L89Rpp .mbr-gallery-item > div img,
.cid-uGt8L89Rpp .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uGt8L89Rpp .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uGt8L89Rpp .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uGt8L89Rpp .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uGt8L89Rpp .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uGt8L89Rpp .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uGt8L89Rpp .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uGt8L89Rpp .mbr-section-title {
    text-align: center;
  }
  .cid-uGt8L89Rpp .image {
    top: auto;
    height: 420px;
  }
  .cid-uGt8L89Rpp .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uGt8L89Rpp .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uGt8L89Rpp .mbr-gallery-item > div img,
  .cid-uGt8L89Rpp .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uGt8L89Rpp .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uGt8L89Rpp .image {
    height: 290px;
  }
}
.cid-uGt9dXc8PB {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cce4f0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGt9dXc8PB .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGt9dXc8PB .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uGt9dXc8PB .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uGt9dXc8PB .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uGt9dXc8PB .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uGt9dXc8PB .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uGt9dXc8PB .mbr-gallery-filter ul {
  display: block;
}
.cid-uGt9dXc8PB .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uGt9dXc8PB .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uGt9dXc8PB .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uGt9dXc8PB .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uGt9dXc8PB .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uGt9dXc8PB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGt9dXc8PB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uGt9dXc8PB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uGt9dXc8PB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGt9dXc8PB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGt9dXc8PB .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uGt9dXc8PB .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uGt9dXc8PB .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uGt9dXc8PB .mbr-gallery-item > div img,
.cid-uGt9dXc8PB .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uGt9dXc8PB .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uGt9dXc8PB .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uGt9dXc8PB .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uGt9dXc8PB .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uGt9dXc8PB .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uGt9dXc8PB .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uGt9dXc8PB .mbr-section-title {
    text-align: center;
  }
  .cid-uGt9dXc8PB .image {
    top: auto;
    height: 420px;
  }
  .cid-uGt9dXc8PB .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uGt9dXc8PB .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uGt9dXc8PB .mbr-gallery-item > div img,
  .cid-uGt9dXc8PB .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uGt9dXc8PB .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uGt9dXc8PB .image {
    height: 290px;
  }
}
.cid-uGt9JYusff {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #eef5f4;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGt9JYusff .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGt9JYusff .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uGt9JYusff .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uGt9JYusff .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uGt9JYusff .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uGt9JYusff .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uGt9JYusff .mbr-gallery-filter ul {
  display: block;
}
.cid-uGt9JYusff .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uGt9JYusff .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uGt9JYusff .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uGt9JYusff .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uGt9JYusff .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uGt9JYusff .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGt9JYusff .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uGt9JYusff .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uGt9JYusff .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGt9JYusff .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGt9JYusff .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uGt9JYusff .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uGt9JYusff .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uGt9JYusff .mbr-gallery-item > div img,
.cid-uGt9JYusff .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uGt9JYusff .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uGt9JYusff .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uGt9JYusff .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uGt9JYusff .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uGt9JYusff .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uGt9JYusff .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uGt9JYusff .mbr-section-title {
    text-align: center;
  }
  .cid-uGt9JYusff .image {
    top: auto;
    height: 420px;
  }
  .cid-uGt9JYusff .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uGt9JYusff .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uGt9JYusff .mbr-gallery-item > div img,
  .cid-uGt9JYusff .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uGt9JYusff .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uGt9JYusff .image {
    height: 290px;
  }
}
.cid-uGmHnYkXwb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGmHnYkXwb .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGmHnYkXwb .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGmHnYkXwb .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGmHnYkXwb .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGmHnYkXwb .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGmHnYkXwb .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGmHnYkXwb .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGmHnYkXwb .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGmHnYkXwb .item a {
  font-weight: 600;
}
.cid-uGmHnYkXwb .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGmHnYkXwb .item:last-child:after {
  display: none;
}
.cid-uGmHnYkXwb .footer__social {
  padding-bottom: 21px;
}
.cid-uGmHnYkXwb .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGmHnYkXwb .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGmHnYkXwb .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGmHnYkXwb .footer__ink {
  text-align: right;
}
.cid-uGmHnYkXwb .copyright,
.cid-uGmHnYkXwb .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGmHnYkXwb .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDOKxMQIuK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uDOKxMQIuK .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uDOKxMQIuK .mbr-section-title b,
.cid-uDOKxMQIuK .mbr-section-title strong {
  font-weight: 500;
}
.cid-uDOKxMQIuK .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uDOKxMQIuK .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -100px;
  left: -50px;
  background-image: url("../../../assets/images/geometrical.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cid-uDOKxMQIuK .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uDOKxMQIuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOKxMQIuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uGt4WSDXga {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGt4WSDXga .nav-link,
.cid-uGt4WSDXga .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGt4WSDXga .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGt4WSDXga .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGt4WSDXga .nav-link.text-primary:hover,
.cid-uGt4WSDXga .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGt4WSDXga .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGt4WSDXga .nav-link:hover:before {
  opacity: 1;
}
.cid-uGt4WSDXga .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGt4WSDXga .nav-link {
    margin: 0 !important;
  }
}
.cid-uGt4WSDXga .icons-menu {
  line-height: 0;
}
.cid-uGt4WSDXga .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGt4WSDXga .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGt4WSDXga .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGt4WSDXga .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGt4WSDXga .dropdown-menu a {
  overflow: hidden;
}
.cid-uGt4WSDXga .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGt4WSDXga .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGt4WSDXga .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGt4WSDXga .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGt4WSDXga .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGt4WSDXga .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGt4WSDXga .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGt4WSDXga .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGt4WSDXga .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGt4WSDXga .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGt4WSDXga .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGt4WSDXga .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGt4WSDXga .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGt4WSDXga .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGt4WSDXga.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGt4WSDXga .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGt4WSDXga .btn {
    white-space: nowrap;
  }
  .cid-uGt4WSDXga .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGt4WSDXga .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGt4WSDXga .nav-item.dropdown:hover::before,
  .cid-uGt4WSDXga .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGt4WSDXga .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGt4WSDXga .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGt4WSDXga .navbar > .container,
.cid-uGt4WSDXga .navbar > .container-fluid {
  align-items: center;
}
.cid-uGt4WSDXga .dropdown-toggle::after,
.cid-uGt4WSDXga .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGt4WSDXga .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGt4WSDXga .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGt4WSDXga .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGt4WSDXga .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGt4WSDXga .nav-item:focus,
.cid-uGt4WSDXga .nav-link:focus {
  outline: none;
}
.cid-uGt4WSDXga .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGt4WSDXga .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGt4WSDXga .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGt4WSDXga a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGt4WSDXga ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGt4WSDXga .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGt4WSDXga .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGt4WSDXga .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGt4WSDXga .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGt4WSDXga .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGt4WSDXga .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGt4WSDXga .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGt4WSDXga .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGt4WSDXga .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGt4WSDXga .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGt4WSDXga .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGt4WSDXga .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGt4WSDXga.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGt4WSDXga .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGt4WSDXga .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGt4WSDXga .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGt4WSDXga .navbar-logo {
    margin: 0;
  }
  .cid-uGt4WSDXga .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGt4WSDXga .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGt4WSDXga .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGt4WSDXga .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGt4WSDXga .navbar {
    padding: 13px 90px;
  }
  .cid-uGt4WSDXga .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGt4WSDXga .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGt4WSDXga .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGt4WSDXga .dropdown-toggle::after,
  .cid-uGt4WSDXga .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGt4WSDXga .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGt4WSDXga a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGt4WSDXga ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGt4WSDXga .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGt4WSDXga .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGt4WSDXga.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGt4WSDXga.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGt4WSDXga.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGt4WSDXga.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGt4WSDXga .navbar {
    padding: 0 !important;
  }
  .cid-uGt4WSDXga ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGt4WSDXga a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGt4WSDXga .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGt4WSDXga .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGt4WSDXga .dropdown-item.active,
.cid-uGt4WSDXga .dropdown-item:active {
  background-color: transparent;
}
.cid-uGt4WSDXga .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGt4WSDXga .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGt4WSDXga button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGt4WSDXga button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGt4WSDXga button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGt4WSDXga button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGt4WSDXga button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGt4WSDXga button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGt4WSDXga nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGt4WSDXga nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGt4WSDXga nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGt4WSDXga nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGt4WSDXga .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGt4WSDXga .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGt4WSDXga .navbar {
    height: 97px;
  }
  .cid-uGt4WSDXga .navbar.opened {
    height: auto;
  }
  .cid-uGt4WSDXga .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGt4WTtZiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-uGt4WTtZiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGt4WTtZiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGt4WTtZiH .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGt4WTtZiH .container {
    padding: 0 24px;
  }
}
.cid-uGt4WTtZiH .row {
  justify-content: center;
}
.cid-uGt4WTtZiH .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGt4WTtZiH .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGt4WTtZiH .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGt4WTtZiH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGt4WTtZiH .item {
  margin: 110px 0 32px 0;
}
.cid-uGt4WTtZiH .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGt4WTtZiH .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGt4WTtZiH .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGt4WTtZiH .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGt4WTtZiH .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGt4WTtZiH .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGt4WTtZiH .item .item-wrapper .item-content .item-title_1,
.cid-uGt4WTtZiH .item .item-wrapper .item-content .item-title_2,
.cid-uGt4WTtZiH .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGt4WTtZiH .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGt4WTtZiH .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGt4WTtZiH .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGt4WTtZiH .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGt4WTtZiH .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGt4WTtZiH .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGt4WTtZiH .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGt4WTtZiH .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGt4WTtZiH .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGt4WTtZiH .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGt4WTtZiH .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGt4WTtZiH .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGt4WTtZiH .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGt4WTtZiH .list {
  color: #262642;
  text-align: center;
}
.cid-uGt4WTtZiH .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGt4WTtZiH .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGt4WTtZiH .list,
.cid-uGt4WTtZiH .item-wrap {
  text-align: left;
}
.cid-uGt4WTtZiH .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGt4WTtZiH .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGt4WTVaBl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGt4WTVaBl .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGt4WTVaBl .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGt4WTVaBl .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGt4WTVaBl .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGt4WTVaBl .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGt4WTVaBl .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGt4WTVaBl .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGt4WTVaBl .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGt4WTVaBl .item a {
  font-weight: 600;
}
.cid-uGt4WTVaBl .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGt4WTVaBl .item:last-child:after {
  display: none;
}
.cid-uGt4WTVaBl .footer__social {
  padding-bottom: 21px;
}
.cid-uGt4WTVaBl .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGt4WTVaBl .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGt4WTVaBl .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGt4WTVaBl .footer__ink {
  text-align: right;
}
.cid-uGt4WTVaBl .copyright,
.cid-uGt4WTVaBl .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGt4WTVaBl .footer__menu {
    padding-right: 0;
  }
}
.cid-uGx7aKS1P8 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGx7aKS1P8 .nav-link,
.cid-uGx7aKS1P8 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGx7aKS1P8 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGx7aKS1P8 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGx7aKS1P8 .nav-link.text-primary:hover,
.cid-uGx7aKS1P8 .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGx7aKS1P8 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGx7aKS1P8 .nav-link:hover:before {
  opacity: 1;
}
.cid-uGx7aKS1P8 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGx7aKS1P8 .nav-link {
    margin: 0 !important;
  }
}
.cid-uGx7aKS1P8 .icons-menu {
  line-height: 0;
}
.cid-uGx7aKS1P8 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGx7aKS1P8 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGx7aKS1P8 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGx7aKS1P8 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGx7aKS1P8 .dropdown-menu a {
  overflow: hidden;
}
.cid-uGx7aKS1P8 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGx7aKS1P8 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGx7aKS1P8 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGx7aKS1P8 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGx7aKS1P8 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGx7aKS1P8 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGx7aKS1P8 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGx7aKS1P8 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGx7aKS1P8 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGx7aKS1P8 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGx7aKS1P8 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGx7aKS1P8 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGx7aKS1P8 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGx7aKS1P8 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGx7aKS1P8.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGx7aKS1P8 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGx7aKS1P8 .btn {
    white-space: nowrap;
  }
  .cid-uGx7aKS1P8 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGx7aKS1P8 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGx7aKS1P8 .nav-item.dropdown:hover::before,
  .cid-uGx7aKS1P8 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGx7aKS1P8 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGx7aKS1P8 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGx7aKS1P8 .navbar > .container,
.cid-uGx7aKS1P8 .navbar > .container-fluid {
  align-items: center;
}
.cid-uGx7aKS1P8 .dropdown-toggle::after,
.cid-uGx7aKS1P8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGx7aKS1P8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGx7aKS1P8 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGx7aKS1P8 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGx7aKS1P8 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGx7aKS1P8 .nav-item:focus,
.cid-uGx7aKS1P8 .nav-link:focus {
  outline: none;
}
.cid-uGx7aKS1P8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGx7aKS1P8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGx7aKS1P8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGx7aKS1P8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGx7aKS1P8 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGx7aKS1P8 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGx7aKS1P8 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGx7aKS1P8 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGx7aKS1P8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGx7aKS1P8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGx7aKS1P8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGx7aKS1P8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGx7aKS1P8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGx7aKS1P8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGx7aKS1P8 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGx7aKS1P8 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGx7aKS1P8 .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGx7aKS1P8.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGx7aKS1P8 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGx7aKS1P8 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGx7aKS1P8 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGx7aKS1P8 .navbar-logo {
    margin: 0;
  }
  .cid-uGx7aKS1P8 .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGx7aKS1P8 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGx7aKS1P8 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGx7aKS1P8 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGx7aKS1P8 .navbar {
    padding: 13px 90px;
  }
  .cid-uGx7aKS1P8 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGx7aKS1P8 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGx7aKS1P8 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGx7aKS1P8 .dropdown-toggle::after,
  .cid-uGx7aKS1P8 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGx7aKS1P8 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGx7aKS1P8 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGx7aKS1P8 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGx7aKS1P8 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGx7aKS1P8 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGx7aKS1P8.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGx7aKS1P8.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGx7aKS1P8.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGx7aKS1P8.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGx7aKS1P8 .navbar {
    padding: 0 !important;
  }
  .cid-uGx7aKS1P8 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGx7aKS1P8 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGx7aKS1P8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGx7aKS1P8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGx7aKS1P8 .dropdown-item.active,
.cid-uGx7aKS1P8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGx7aKS1P8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGx7aKS1P8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGx7aKS1P8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGx7aKS1P8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGx7aKS1P8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGx7aKS1P8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGx7aKS1P8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGx7aKS1P8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGx7aKS1P8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGx7aKS1P8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGx7aKS1P8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGx7aKS1P8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGx7aKS1P8 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGx7aKS1P8 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGx7aKS1P8 .navbar {
    height: 97px;
  }
  .cid-uGx7aKS1P8 .navbar.opened {
    height: auto;
  }
  .cid-uGx7aKS1P8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGx7aLpET1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ddebe9;
}
.cid-uGx7aLpET1 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uGx7aLpET1 .link a {
  font-weight: 700;
}
.cid-uGx7aLpET1 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uGx7aLpET1 .link:hover span {
  transform: translateX(9px);
}
.cid-uGx7aLpET1 .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #cce4f0;
}
.cid-uGx7aLpET1 .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uGx7aLpET1 .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uGx7aLpET1 .card__content:hover {
  transform: scale(0.95);
}
.cid-uGx7aLpET1 .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uGx7aLpET1 .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uGx7aLpET1 .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uGx7aLpET1 .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uGx7aLpET1 .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uGx7aLpET1 .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uGx7aLpET1 .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uGx7aLpET1 .title__block {
    margin-bottom: 74px;
  }
  .cid-uGx7aLpET1 .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-uGx7aLpET1 .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uGx7aLpET1 .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uGx7aLpET1 .card__content {
    height: 200px;
  }
  .cid-uGx7aLpET1 .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uGx7aLpET1 .card__item {
    max-width: 274px;
  }
}
.cid-uGx7aLpET1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGx7aLpET1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGx7aLpET1 .card__content .card__title {
  color: #000000;
}
.cid-uGx7aLZhtF {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cce4f0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGx7aLZhtF .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGx7aLZhtF .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uGx7aLZhtF .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uGx7aLZhtF .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uGx7aLZhtF .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uGx7aLZhtF .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uGx7aLZhtF .mbr-gallery-filter ul {
  display: block;
}
.cid-uGx7aLZhtF .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uGx7aLZhtF .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uGx7aLZhtF .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uGx7aLZhtF .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uGx7aLZhtF .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uGx7aLZhtF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGx7aLZhtF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uGx7aLZhtF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uGx7aLZhtF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGx7aLZhtF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGx7aLZhtF .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uGx7aLZhtF .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uGx7aLZhtF .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uGx7aLZhtF .mbr-gallery-item > div img,
.cid-uGx7aLZhtF .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uGx7aLZhtF .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uGx7aLZhtF .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uGx7aLZhtF .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uGx7aLZhtF .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uGx7aLZhtF .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uGx7aLZhtF .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uGx7aLZhtF .mbr-section-title {
    text-align: center;
  }
  .cid-uGx7aLZhtF .image {
    top: auto;
    height: 420px;
  }
  .cid-uGx7aLZhtF .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uGx7aLZhtF .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uGx7aLZhtF .mbr-gallery-item > div img,
  .cid-uGx7aLZhtF .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uGx7aLZhtF .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uGx7aLZhtF .image {
    height: 290px;
  }
}
.cid-uGx7aMpw9A {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #eef5f4;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGx7aMpw9A .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGx7aMpw9A .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uGx7aMpw9A .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uGx7aMpw9A .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uGx7aMpw9A .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uGx7aMpw9A .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uGx7aMpw9A .mbr-gallery-filter ul {
  display: block;
}
.cid-uGx7aMpw9A .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uGx7aMpw9A .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uGx7aMpw9A .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uGx7aMpw9A .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uGx7aMpw9A .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uGx7aMpw9A .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGx7aMpw9A .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uGx7aMpw9A .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uGx7aMpw9A .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGx7aMpw9A .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGx7aMpw9A .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uGx7aMpw9A .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uGx7aMpw9A .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uGx7aMpw9A .mbr-gallery-item > div img,
.cid-uGx7aMpw9A .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uGx7aMpw9A .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uGx7aMpw9A .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uGx7aMpw9A .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uGx7aMpw9A .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uGx7aMpw9A .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uGx7aMpw9A .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uGx7aMpw9A .mbr-section-title {
    text-align: center;
  }
  .cid-uGx7aMpw9A .image {
    top: auto;
    height: 420px;
  }
  .cid-uGx7aMpw9A .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uGx7aMpw9A .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uGx7aMpw9A .mbr-gallery-item > div img,
  .cid-uGx7aMpw9A .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uGx7aMpw9A .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uGx7aMpw9A .image {
    height: 290px;
  }
}
.cid-uGx7aMVAVT {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cce4f0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGx7aMVAVT .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGx7aMVAVT .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uGx7aMVAVT .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uGx7aMVAVT .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uGx7aMVAVT .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uGx7aMVAVT .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uGx7aMVAVT .mbr-gallery-filter ul {
  display: block;
}
.cid-uGx7aMVAVT .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uGx7aMVAVT .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uGx7aMVAVT .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uGx7aMVAVT .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uGx7aMVAVT .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uGx7aMVAVT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGx7aMVAVT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uGx7aMVAVT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uGx7aMVAVT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGx7aMVAVT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGx7aMVAVT .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uGx7aMVAVT .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uGx7aMVAVT .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uGx7aMVAVT .mbr-gallery-item > div img,
.cid-uGx7aMVAVT .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uGx7aMVAVT .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uGx7aMVAVT .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uGx7aMVAVT .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uGx7aMVAVT .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uGx7aMVAVT .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uGx7aMVAVT .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uGx7aMVAVT .mbr-section-title {
    text-align: center;
  }
  .cid-uGx7aMVAVT .image {
    top: auto;
    height: 420px;
  }
  .cid-uGx7aMVAVT .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uGx7aMVAVT .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uGx7aMVAVT .mbr-gallery-item > div img,
  .cid-uGx7aMVAVT .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uGx7aMVAVT .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uGx7aMVAVT .image {
    height: 290px;
  }
}
.cid-uGx7aOTKOb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGx7aOTKOb .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGx7aOTKOb .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGx7aOTKOb .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGx7aOTKOb .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGx7aOTKOb .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGx7aOTKOb .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGx7aOTKOb .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGx7aOTKOb .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGx7aOTKOb .item a {
  font-weight: 600;
}
.cid-uGx7aOTKOb .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGx7aOTKOb .item:last-child:after {
  display: none;
}
.cid-uGx7aOTKOb .footer__social {
  padding-bottom: 21px;
}
.cid-uGx7aOTKOb .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGx7aOTKOb .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGx7aOTKOb .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGx7aOTKOb .footer__ink {
  text-align: right;
}
.cid-uGx7aOTKOb .copyright,
.cid-uGx7aOTKOb .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGx7aOTKOb .footer__menu {
    padding-right: 0;
  }
}
.cid-uGxjZ5iegj {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGxjZ5iegj .nav-link,
.cid-uGxjZ5iegj .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGxjZ5iegj .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGxjZ5iegj .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGxjZ5iegj .nav-link.text-primary:hover,
.cid-uGxjZ5iegj .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGxjZ5iegj .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGxjZ5iegj .nav-link:hover:before {
  opacity: 1;
}
.cid-uGxjZ5iegj .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGxjZ5iegj .nav-link {
    margin: 0 !important;
  }
}
.cid-uGxjZ5iegj .icons-menu {
  line-height: 0;
}
.cid-uGxjZ5iegj .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGxjZ5iegj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGxjZ5iegj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGxjZ5iegj .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGxjZ5iegj .dropdown-menu a {
  overflow: hidden;
}
.cid-uGxjZ5iegj .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGxjZ5iegj .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGxjZ5iegj .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGxjZ5iegj .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGxjZ5iegj .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGxjZ5iegj .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGxjZ5iegj .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGxjZ5iegj .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGxjZ5iegj .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGxjZ5iegj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGxjZ5iegj .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGxjZ5iegj .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGxjZ5iegj .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGxjZ5iegj .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGxjZ5iegj.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGxjZ5iegj .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGxjZ5iegj .btn {
    white-space: nowrap;
  }
  .cid-uGxjZ5iegj .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGxjZ5iegj .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGxjZ5iegj .nav-item.dropdown:hover::before,
  .cid-uGxjZ5iegj .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGxjZ5iegj .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGxjZ5iegj .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGxjZ5iegj .navbar > .container,
.cid-uGxjZ5iegj .navbar > .container-fluid {
  align-items: center;
}
.cid-uGxjZ5iegj .dropdown-toggle::after,
.cid-uGxjZ5iegj .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGxjZ5iegj .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGxjZ5iegj .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGxjZ5iegj .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGxjZ5iegj .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGxjZ5iegj .nav-item:focus,
.cid-uGxjZ5iegj .nav-link:focus {
  outline: none;
}
.cid-uGxjZ5iegj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGxjZ5iegj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGxjZ5iegj .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGxjZ5iegj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGxjZ5iegj ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGxjZ5iegj .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGxjZ5iegj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGxjZ5iegj .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGxjZ5iegj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGxjZ5iegj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGxjZ5iegj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGxjZ5iegj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGxjZ5iegj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGxjZ5iegj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGxjZ5iegj .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGxjZ5iegj .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGxjZ5iegj .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGxjZ5iegj.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGxjZ5iegj .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGxjZ5iegj .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGxjZ5iegj .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGxjZ5iegj .navbar-logo {
    margin: 0;
  }
  .cid-uGxjZ5iegj .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGxjZ5iegj .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGxjZ5iegj .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGxjZ5iegj .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGxjZ5iegj .navbar {
    padding: 13px 90px;
  }
  .cid-uGxjZ5iegj .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGxjZ5iegj .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGxjZ5iegj .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGxjZ5iegj .dropdown-toggle::after,
  .cid-uGxjZ5iegj .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGxjZ5iegj .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGxjZ5iegj a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGxjZ5iegj ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGxjZ5iegj .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGxjZ5iegj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGxjZ5iegj.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGxjZ5iegj.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGxjZ5iegj.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGxjZ5iegj.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGxjZ5iegj .navbar {
    padding: 0 !important;
  }
  .cid-uGxjZ5iegj ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGxjZ5iegj a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGxjZ5iegj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGxjZ5iegj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGxjZ5iegj .dropdown-item.active,
.cid-uGxjZ5iegj .dropdown-item:active {
  background-color: transparent;
}
.cid-uGxjZ5iegj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGxjZ5iegj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGxjZ5iegj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGxjZ5iegj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGxjZ5iegj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGxjZ5iegj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGxjZ5iegj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGxjZ5iegj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGxjZ5iegj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGxjZ5iegj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGxjZ5iegj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGxjZ5iegj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGxjZ5iegj .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGxjZ5iegj .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGxjZ5iegj .navbar {
    height: 97px;
  }
  .cid-uGxjZ5iegj .navbar.opened {
    height: auto;
  }
  .cid-uGxjZ5iegj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGxjZ5ZJrz {
  padding-top: 8rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ddebe9;
}
.cid-uGxjZ5ZJrz .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uGxjZ5ZJrz .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 110px;
  height: 110px;
  bottom: -85px;
  left: -105px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uGxjZ5ZJrz .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uGxjZ5ZJrz .link a {
  font-weight: 700;
}
.cid-uGxjZ5ZJrz .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uGxjZ5ZJrz .link:hover span {
  transform: translateX(9px);
}
.cid-uGxjZ5ZJrz .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #cce4f0;
}
.cid-uGxjZ5ZJrz .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uGxjZ5ZJrz .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uGxjZ5ZJrz .card__content:hover {
  transform: scale(0.95);
}
.cid-uGxjZ5ZJrz .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uGxjZ5ZJrz .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uGxjZ5ZJrz .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uGxjZ5ZJrz .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uGxjZ5ZJrz .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uGxjZ5ZJrz .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uGxjZ5ZJrz .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uGxjZ5ZJrz .title__block {
    margin-bottom: 74px;
  }
  .cid-uGxjZ5ZJrz .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-uGxjZ5ZJrz .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uGxjZ5ZJrz .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uGxjZ5ZJrz .card__content {
    height: 200px;
  }
  .cid-uGxjZ5ZJrz .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uGxjZ5ZJrz .card__item {
    max-width: 274px;
  }
}
.cid-uGxjZ5ZJrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxjZ5ZJrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxjZ5ZJrz .card__content .card__title {
  color: #000000;
}
.cid-uGxl41xex4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ddebe9;
}
.cid-uGxl41xex4 .title__block {
  z-index: 5;
}
.cid-uGxl41xex4 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uGxl41xex4 .link a {
  font-weight: 700;
}
.cid-uGxl41xex4 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uGxl41xex4 .link:hover span {
  transform: translateX(9px);
}
.cid-uGxl41xex4 .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #cce4f0;
}
.cid-uGxl41xex4 .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uGxl41xex4 .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uGxl41xex4 .card__content:hover {
  transform: scale(0.95);
}
.cid-uGxl41xex4 .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uGxl41xex4 .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uGxl41xex4 .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uGxl41xex4 .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uGxl41xex4 .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uGxl41xex4 .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uGxl41xex4 .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uGxl41xex4 .title__block {
    margin-bottom: 74px;
  }
  .cid-uGxl41xex4 .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-uGxl41xex4 .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uGxl41xex4 .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uGxl41xex4 .card__content {
    height: 200px;
  }
  .cid-uGxl41xex4 .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uGxl41xex4 .card__item {
    max-width: 274px;
  }
}
.cid-uGxl41xex4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxl41xex4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxl41xex4 .card__content .card__title {
  color: #000000;
}
.cid-uGxmwY6HUR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGxmwY6HUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxmwY6HUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxmwY6HUR .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxmwY6HUR .container {
    padding: 0 24px;
  }
}
.cid-uGxmwY6HUR .row {
  justify-content: center;
}
.cid-uGxmwY6HUR .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxmwY6HUR .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxmwY6HUR .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxmwY6HUR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxmwY6HUR .item {
  margin: 110px 0 32px 0;
}
.cid-uGxmwY6HUR .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxmwY6HUR .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxmwY6HUR .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGxmwY6HUR .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxmwY6HUR .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxmwY6HUR .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxmwY6HUR .item .item-wrapper .item-content .item-title_1,
.cid-uGxmwY6HUR .item .item-wrapper .item-content .item-title_2,
.cid-uGxmwY6HUR .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxmwY6HUR .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxmwY6HUR .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxmwY6HUR .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxmwY6HUR .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxmwY6HUR .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxmwY6HUR .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxmwY6HUR .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxmwY6HUR .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxmwY6HUR .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxmwY6HUR .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxmwY6HUR .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxmwY6HUR .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxmwY6HUR .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxmwY6HUR .list {
  color: #262642;
  text-align: center;
}
.cid-uGxmwY6HUR .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxmwY6HUR .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxmwY6HUR .list,
.cid-uGxmwY6HUR .item-wrap {
  text-align: left;
}
.cid-uGxmwY6HUR .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxmwY6HUR .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxEYBKKT9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-uGxEYBKKT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxEYBKKT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxEYBKKT9 .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxEYBKKT9 .container {
    padding: 0 24px;
  }
}
.cid-uGxEYBKKT9 .row {
  justify-content: center;
}
.cid-uGxEYBKKT9 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxEYBKKT9 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxEYBKKT9 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxEYBKKT9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxEYBKKT9 .item {
  margin: 110px 0 32px 0;
}
.cid-uGxEYBKKT9 .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxEYBKKT9 .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxEYBKKT9 .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uGxEYBKKT9 .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxEYBKKT9 .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxEYBKKT9 .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxEYBKKT9 .item .item-wrapper .item-content .item-title_1,
.cid-uGxEYBKKT9 .item .item-wrapper .item-content .item-title_2,
.cid-uGxEYBKKT9 .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxEYBKKT9 .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxEYBKKT9 .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxEYBKKT9 .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxEYBKKT9 .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxEYBKKT9 .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxEYBKKT9 .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxEYBKKT9 .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxEYBKKT9 .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxEYBKKT9 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxEYBKKT9 .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxEYBKKT9 .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxEYBKKT9 .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxEYBKKT9 .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxEYBKKT9 .list {
  color: #262642;
  text-align: center;
}
.cid-uGxEYBKKT9 .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxEYBKKT9 .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxEYBKKT9 .list,
.cid-uGxEYBKKT9 .item-wrap {
  text-align: left;
}
.cid-uGxEYBKKT9 .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxEYBKKT9 .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxG6MYKya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGxG6MYKya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxG6MYKya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxG6MYKya .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxG6MYKya .container {
    padding: 0 24px;
  }
}
.cid-uGxG6MYKya .row {
  justify-content: center;
}
.cid-uGxG6MYKya .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxG6MYKya .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxG6MYKya .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxG6MYKya .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxG6MYKya .item {
  margin: 110px 0 32px 0;
}
.cid-uGxG6MYKya .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxG6MYKya .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxG6MYKya .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGxG6MYKya .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxG6MYKya .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxG6MYKya .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxG6MYKya .item .item-wrapper .item-content .item-title_1,
.cid-uGxG6MYKya .item .item-wrapper .item-content .item-title_2,
.cid-uGxG6MYKya .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxG6MYKya .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxG6MYKya .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxG6MYKya .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxG6MYKya .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxG6MYKya .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxG6MYKya .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxG6MYKya .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxG6MYKya .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxG6MYKya .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxG6MYKya .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxG6MYKya .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxG6MYKya .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxG6MYKya .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxG6MYKya .list {
  color: #262642;
  text-align: center;
}
.cid-uGxG6MYKya .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxG6MYKya .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxG6MYKya .list,
.cid-uGxG6MYKya .item-wrap {
  text-align: left;
}
.cid-uGxG6MYKya .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxG6MYKya .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxH1KkQ4g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef5f4;
}
.cid-uGxH1KkQ4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxH1KkQ4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxH1KkQ4g .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxH1KkQ4g .container {
    padding: 0 24px;
  }
}
.cid-uGxH1KkQ4g .row {
  justify-content: center;
}
.cid-uGxH1KkQ4g .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxH1KkQ4g .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxH1KkQ4g .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxH1KkQ4g .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxH1KkQ4g .item {
  margin: 110px 0 32px 0;
}
.cid-uGxH1KkQ4g .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxH1KkQ4g .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxH1KkQ4g .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uGxH1KkQ4g .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxH1KkQ4g .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxH1KkQ4g .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxH1KkQ4g .item .item-wrapper .item-content .item-title_1,
.cid-uGxH1KkQ4g .item .item-wrapper .item-content .item-title_2,
.cid-uGxH1KkQ4g .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxH1KkQ4g .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxH1KkQ4g .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxH1KkQ4g .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxH1KkQ4g .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxH1KkQ4g .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxH1KkQ4g .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxH1KkQ4g .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxH1KkQ4g .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxH1KkQ4g .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxH1KkQ4g .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxH1KkQ4g .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxH1KkQ4g .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxH1KkQ4g .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxH1KkQ4g .list {
  color: #262642;
  text-align: center;
}
.cid-uGxH1KkQ4g .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxH1KkQ4g .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxH1KkQ4g .list,
.cid-uGxH1KkQ4g .item-wrap {
  text-align: left;
}
.cid-uGxH1KkQ4g .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxH1KkQ4g .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxIwuZk7V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGxIwuZk7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxIwuZk7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxIwuZk7V .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxIwuZk7V .container {
    padding: 0 24px;
  }
}
.cid-uGxIwuZk7V .row {
  justify-content: center;
}
.cid-uGxIwuZk7V .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxIwuZk7V .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxIwuZk7V .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxIwuZk7V .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxIwuZk7V .item {
  margin: 110px 0 32px 0;
}
.cid-uGxIwuZk7V .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxIwuZk7V .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxIwuZk7V .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGxIwuZk7V .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxIwuZk7V .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxIwuZk7V .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxIwuZk7V .item .item-wrapper .item-content .item-title_1,
.cid-uGxIwuZk7V .item .item-wrapper .item-content .item-title_2,
.cid-uGxIwuZk7V .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxIwuZk7V .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxIwuZk7V .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxIwuZk7V .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxIwuZk7V .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxIwuZk7V .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxIwuZk7V .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxIwuZk7V .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxIwuZk7V .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxIwuZk7V .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxIwuZk7V .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxIwuZk7V .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxIwuZk7V .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxIwuZk7V .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxIwuZk7V .list {
  color: #262642;
  text-align: center;
}
.cid-uGxIwuZk7V .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxIwuZk7V .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxIwuZk7V .list,
.cid-uGxIwuZk7V .item-wrap {
  text-align: left;
}
.cid-uGxIwuZk7V .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxIwuZk7V .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxJrhPApQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef5f4;
}
.cid-uGxJrhPApQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxJrhPApQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxJrhPApQ .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxJrhPApQ .container {
    padding: 0 24px;
  }
}
.cid-uGxJrhPApQ .row {
  justify-content: center;
}
.cid-uGxJrhPApQ .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxJrhPApQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxJrhPApQ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxJrhPApQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxJrhPApQ .item {
  margin: 110px 0 32px 0;
}
.cid-uGxJrhPApQ .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxJrhPApQ .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxJrhPApQ .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uGxJrhPApQ .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxJrhPApQ .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxJrhPApQ .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxJrhPApQ .item .item-wrapper .item-content .item-title_1,
.cid-uGxJrhPApQ .item .item-wrapper .item-content .item-title_2,
.cid-uGxJrhPApQ .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxJrhPApQ .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxJrhPApQ .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxJrhPApQ .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxJrhPApQ .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxJrhPApQ .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxJrhPApQ .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxJrhPApQ .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxJrhPApQ .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxJrhPApQ .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxJrhPApQ .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxJrhPApQ .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxJrhPApQ .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxJrhPApQ .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxJrhPApQ .list {
  color: #262642;
  text-align: center;
}
.cid-uGxJrhPApQ .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxJrhPApQ .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxJrhPApQ .list,
.cid-uGxJrhPApQ .item-wrap {
  text-align: left;
}
.cid-uGxJrhPApQ .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxJrhPApQ .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxK5dTaN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGxK5dTaN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxK5dTaN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxK5dTaN5 .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxK5dTaN5 .container {
    padding: 0 24px;
  }
}
.cid-uGxK5dTaN5 .row {
  justify-content: center;
}
.cid-uGxK5dTaN5 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxK5dTaN5 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxK5dTaN5 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxK5dTaN5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxK5dTaN5 .item {
  margin: 110px 0 32px 0;
}
.cid-uGxK5dTaN5 .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxK5dTaN5 .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxK5dTaN5 .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGxK5dTaN5 .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxK5dTaN5 .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxK5dTaN5 .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxK5dTaN5 .item .item-wrapper .item-content .item-title_1,
.cid-uGxK5dTaN5 .item .item-wrapper .item-content .item-title_2,
.cid-uGxK5dTaN5 .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxK5dTaN5 .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxK5dTaN5 .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxK5dTaN5 .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxK5dTaN5 .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxK5dTaN5 .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxK5dTaN5 .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxK5dTaN5 .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxK5dTaN5 .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxK5dTaN5 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxK5dTaN5 .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxK5dTaN5 .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxK5dTaN5 .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxK5dTaN5 .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxK5dTaN5 .list {
  color: #262642;
  text-align: center;
}
.cid-uGxK5dTaN5 .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxK5dTaN5 .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxK5dTaN5 .list,
.cid-uGxK5dTaN5 .item-wrap {
  text-align: left;
}
.cid-uGxK5dTaN5 .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxK5dTaN5 .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxjZ9GkaZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGxjZ9GkaZ .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGxjZ9GkaZ .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGxjZ9GkaZ .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGxjZ9GkaZ .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGxjZ9GkaZ .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGxjZ9GkaZ .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGxjZ9GkaZ .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGxjZ9GkaZ .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGxjZ9GkaZ .item a {
  font-weight: 600;
}
.cid-uGxjZ9GkaZ .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGxjZ9GkaZ .item:last-child:after {
  display: none;
}
.cid-uGxjZ9GkaZ .footer__social {
  padding-bottom: 21px;
}
.cid-uGxjZ9GkaZ .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGxjZ9GkaZ .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGxjZ9GkaZ .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGxjZ9GkaZ .footer__ink {
  text-align: right;
}
.cid-uGxjZ9GkaZ .copyright,
.cid-uGxjZ9GkaZ .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGxjZ9GkaZ .footer__menu {
    padding-right: 0;
  }
}
.cid-uGxVIExmL0 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGxVIExmL0 .nav-link,
.cid-uGxVIExmL0 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGxVIExmL0 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGxVIExmL0 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGxVIExmL0 .nav-link.text-primary:hover,
.cid-uGxVIExmL0 .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGxVIExmL0 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGxVIExmL0 .nav-link:hover:before {
  opacity: 1;
}
.cid-uGxVIExmL0 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGxVIExmL0 .nav-link {
    margin: 0 !important;
  }
}
.cid-uGxVIExmL0 .icons-menu {
  line-height: 0;
}
.cid-uGxVIExmL0 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGxVIExmL0 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGxVIExmL0 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGxVIExmL0 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGxVIExmL0 .dropdown-menu a {
  overflow: hidden;
}
.cid-uGxVIExmL0 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGxVIExmL0 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGxVIExmL0 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGxVIExmL0 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGxVIExmL0 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGxVIExmL0 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGxVIExmL0 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGxVIExmL0 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGxVIExmL0 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGxVIExmL0 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGxVIExmL0 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGxVIExmL0 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGxVIExmL0 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGxVIExmL0 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGxVIExmL0.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGxVIExmL0 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGxVIExmL0 .btn {
    white-space: nowrap;
  }
  .cid-uGxVIExmL0 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGxVIExmL0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGxVIExmL0 .nav-item.dropdown:hover::before,
  .cid-uGxVIExmL0 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGxVIExmL0 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGxVIExmL0 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGxVIExmL0 .navbar > .container,
.cid-uGxVIExmL0 .navbar > .container-fluid {
  align-items: center;
}
.cid-uGxVIExmL0 .dropdown-toggle::after,
.cid-uGxVIExmL0 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGxVIExmL0 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGxVIExmL0 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGxVIExmL0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGxVIExmL0 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGxVIExmL0 .nav-item:focus,
.cid-uGxVIExmL0 .nav-link:focus {
  outline: none;
}
.cid-uGxVIExmL0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGxVIExmL0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGxVIExmL0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGxVIExmL0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGxVIExmL0 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGxVIExmL0 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGxVIExmL0 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGxVIExmL0 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGxVIExmL0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGxVIExmL0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGxVIExmL0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGxVIExmL0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGxVIExmL0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGxVIExmL0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGxVIExmL0 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGxVIExmL0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGxVIExmL0 .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGxVIExmL0.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGxVIExmL0 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGxVIExmL0 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGxVIExmL0 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGxVIExmL0 .navbar-logo {
    margin: 0;
  }
  .cid-uGxVIExmL0 .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGxVIExmL0 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGxVIExmL0 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGxVIExmL0 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGxVIExmL0 .navbar {
    padding: 13px 90px;
  }
  .cid-uGxVIExmL0 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGxVIExmL0 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGxVIExmL0 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGxVIExmL0 .dropdown-toggle::after,
  .cid-uGxVIExmL0 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGxVIExmL0 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGxVIExmL0 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGxVIExmL0 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGxVIExmL0 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGxVIExmL0 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGxVIExmL0.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGxVIExmL0.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGxVIExmL0.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGxVIExmL0.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGxVIExmL0 .navbar {
    padding: 0 !important;
  }
  .cid-uGxVIExmL0 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGxVIExmL0 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGxVIExmL0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGxVIExmL0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGxVIExmL0 .dropdown-item.active,
.cid-uGxVIExmL0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGxVIExmL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGxVIExmL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGxVIExmL0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGxVIExmL0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGxVIExmL0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGxVIExmL0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGxVIExmL0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGxVIExmL0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGxVIExmL0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGxVIExmL0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGxVIExmL0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGxVIExmL0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGxVIExmL0 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGxVIExmL0 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGxVIExmL0 .navbar {
    height: 97px;
  }
  .cid-uGxVIExmL0 .navbar.opened {
    height: auto;
  }
  .cid-uGxVIExmL0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGxVIFffqg {
  padding-top: 8rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ddebe9;
}
.cid-uGxVIFffqg .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uGxVIFffqg .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 110px;
  height: 110px;
  bottom: -85px;
  left: -105px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uGxVIFffqg .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uGxVIFffqg .link a {
  font-weight: 700;
}
.cid-uGxVIFffqg .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uGxVIFffqg .link:hover span {
  transform: translateX(9px);
}
.cid-uGxVIFffqg .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #cce4f0;
}
.cid-uGxVIFffqg .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uGxVIFffqg .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uGxVIFffqg .card__content:hover {
  transform: scale(0.95);
}
.cid-uGxVIFffqg .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uGxVIFffqg .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uGxVIFffqg .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uGxVIFffqg .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uGxVIFffqg .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uGxVIFffqg .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uGxVIFffqg .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uGxVIFffqg .title__block {
    margin-bottom: 74px;
  }
  .cid-uGxVIFffqg .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-uGxVIFffqg .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uGxVIFffqg .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uGxVIFffqg .card__content {
    height: 200px;
  }
  .cid-uGxVIFffqg .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uGxVIFffqg .card__item {
    max-width: 274px;
  }
}
.cid-uGxVIFffqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxVIFffqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxVIFffqg .card__content .card__title {
  color: #ffffff;
}
.cid-uGxVIG02cG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ddebe9;
}
.cid-uGxVIG02cG .title__block {
  z-index: 5;
}
.cid-uGxVIG02cG .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uGxVIG02cG .link a {
  font-weight: 700;
}
.cid-uGxVIG02cG .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uGxVIG02cG .link:hover span {
  transform: translateX(9px);
}
.cid-uGxVIG02cG .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #cce4f0;
}
.cid-uGxVIG02cG .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uGxVIG02cG .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uGxVIG02cG .card__content:hover {
  transform: scale(0.95);
}
.cid-uGxVIG02cG .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uGxVIG02cG .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uGxVIG02cG .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uGxVIG02cG .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uGxVIG02cG .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uGxVIG02cG .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uGxVIG02cG .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uGxVIG02cG .title__block {
    margin-bottom: 74px;
  }
  .cid-uGxVIG02cG .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-uGxVIG02cG .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uGxVIG02cG .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uGxVIG02cG .card__content {
    height: 200px;
  }
  .cid-uGxVIG02cG .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uGxVIG02cG .card__item {
    max-width: 274px;
  }
}
.cid-uGxVIG02cG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxVIG02cG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxVIG02cG .card__content .card__title {
  color: #ffffff;
}
.cid-uGxVIGAeMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGxVIGAeMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxVIGAeMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxVIGAeMB .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxVIGAeMB .container {
    padding: 0 24px;
  }
}
.cid-uGxVIGAeMB .row {
  justify-content: center;
}
.cid-uGxVIGAeMB .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxVIGAeMB .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxVIGAeMB .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxVIGAeMB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxVIGAeMB .item {
  margin: 110px 0 32px 0;
}
.cid-uGxVIGAeMB .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxVIGAeMB .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxVIGAeMB .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGxVIGAeMB .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxVIGAeMB .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxVIGAeMB .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxVIGAeMB .item .item-wrapper .item-content .item-title_1,
.cid-uGxVIGAeMB .item .item-wrapper .item-content .item-title_2,
.cid-uGxVIGAeMB .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxVIGAeMB .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxVIGAeMB .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxVIGAeMB .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxVIGAeMB .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxVIGAeMB .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVIGAeMB .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxVIGAeMB .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVIGAeMB .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxVIGAeMB .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxVIGAeMB .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxVIGAeMB .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxVIGAeMB .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVIGAeMB .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVIGAeMB .list {
  color: #262642;
  text-align: center;
}
.cid-uGxVIGAeMB .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxVIGAeMB .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxVIGAeMB .list,
.cid-uGxVIGAeMB .item-wrap {
  text-align: left;
}
.cid-uGxVIGAeMB .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxVIGAeMB .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxVIH9pwL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-uGxVIH9pwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxVIH9pwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxVIH9pwL .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxVIH9pwL .container {
    padding: 0 24px;
  }
}
.cid-uGxVIH9pwL .row {
  justify-content: center;
}
.cid-uGxVIH9pwL .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxVIH9pwL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxVIH9pwL .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxVIH9pwL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxVIH9pwL .item {
  margin: 110px 0 32px 0;
}
.cid-uGxVIH9pwL .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uGxVIH9pwL .item:nth-child(3n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uGxVIH9pwL .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uGxVIH9pwL .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxVIH9pwL .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxVIH9pwL .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxVIH9pwL .item .item-wrapper .item-content .item-title_1,
.cid-uGxVIH9pwL .item .item-wrapper .item-content .item-title_2,
.cid-uGxVIH9pwL .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxVIH9pwL .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxVIH9pwL .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxVIH9pwL .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxVIH9pwL .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxVIH9pwL .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVIH9pwL .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxVIH9pwL .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVIH9pwL .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxVIH9pwL .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxVIH9pwL .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxVIH9pwL .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxVIH9pwL .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVIH9pwL .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVIH9pwL .list {
  color: #262642;
  text-align: center;
}
.cid-uGxVIH9pwL .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxVIH9pwL .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxVIH9pwL .list,
.cid-uGxVIH9pwL .item-wrap {
  text-align: left;
}
.cid-uGxVIH9pwL .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxVIH9pwL .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxVIHE2cR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGxVIHE2cR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxVIHE2cR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxVIHE2cR .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxVIHE2cR .container {
    padding: 0 24px;
  }
}
.cid-uGxVIHE2cR .row {
  justify-content: center;
}
.cid-uGxVIHE2cR .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxVIHE2cR .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxVIHE2cR .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxVIHE2cR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxVIHE2cR .item {
  margin: 110px 0 32px 0;
}
.cid-uGxVIHE2cR .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxVIHE2cR .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxVIHE2cR .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGxVIHE2cR .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxVIHE2cR .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxVIHE2cR .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxVIHE2cR .item .item-wrapper .item-content .item-title_1,
.cid-uGxVIHE2cR .item .item-wrapper .item-content .item-title_2,
.cid-uGxVIHE2cR .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxVIHE2cR .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxVIHE2cR .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxVIHE2cR .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxVIHE2cR .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxVIHE2cR .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVIHE2cR .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxVIHE2cR .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVIHE2cR .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxVIHE2cR .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxVIHE2cR .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxVIHE2cR .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxVIHE2cR .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVIHE2cR .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVIHE2cR .list {
  color: #262642;
  text-align: center;
}
.cid-uGxVIHE2cR .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxVIHE2cR .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxVIHE2cR .list,
.cid-uGxVIHE2cR .item-wrap {
  text-align: left;
}
.cid-uGxVIHE2cR .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxVIHE2cR .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxVII876c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef5f4;
}
.cid-uGxVII876c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxVII876c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxVII876c .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxVII876c .container {
    padding: 0 24px;
  }
}
.cid-uGxVII876c .row {
  justify-content: center;
}
.cid-uGxVII876c .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxVII876c .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxVII876c .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxVII876c .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxVII876c .item {
  margin: 110px 0 32px 0;
}
.cid-uGxVII876c .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uGxVII876c .item:nth-child(3n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uGxVII876c .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uGxVII876c .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxVII876c .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxVII876c .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxVII876c .item .item-wrapper .item-content .item-title_1,
.cid-uGxVII876c .item .item-wrapper .item-content .item-title_2,
.cid-uGxVII876c .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxVII876c .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxVII876c .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxVII876c .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxVII876c .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxVII876c .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVII876c .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxVII876c .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVII876c .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxVII876c .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxVII876c .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxVII876c .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxVII876c .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVII876c .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVII876c .list {
  color: #262642;
  text-align: center;
}
.cid-uGxVII876c .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxVII876c .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxVII876c .list,
.cid-uGxVII876c .item-wrap {
  text-align: left;
}
.cid-uGxVII876c .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxVII876c .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxVIIHy2c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGxVIIHy2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxVIIHy2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxVIIHy2c .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxVIIHy2c .container {
    padding: 0 24px;
  }
}
.cid-uGxVIIHy2c .row {
  justify-content: center;
}
.cid-uGxVIIHy2c .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxVIIHy2c .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxVIIHy2c .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxVIIHy2c .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxVIIHy2c .item {
  margin: 110px 0 32px 0;
}
.cid-uGxVIIHy2c .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxVIIHy2c .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxVIIHy2c .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGxVIIHy2c .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxVIIHy2c .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxVIIHy2c .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxVIIHy2c .item .item-wrapper .item-content .item-title_1,
.cid-uGxVIIHy2c .item .item-wrapper .item-content .item-title_2,
.cid-uGxVIIHy2c .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxVIIHy2c .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxVIIHy2c .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxVIIHy2c .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxVIIHy2c .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxVIIHy2c .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVIIHy2c .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxVIIHy2c .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVIIHy2c .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxVIIHy2c .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxVIIHy2c .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxVIIHy2c .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxVIIHy2c .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVIIHy2c .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVIIHy2c .list {
  color: #262642;
  text-align: center;
}
.cid-uGxVIIHy2c .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxVIIHy2c .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxVIIHy2c .list,
.cid-uGxVIIHy2c .item-wrap {
  text-align: left;
}
.cid-uGxVIIHy2c .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxVIIHy2c .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxVIJeuO4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef5f4;
}
.cid-uGxVIJeuO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxVIJeuO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxVIJeuO4 .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxVIJeuO4 .container {
    padding: 0 24px;
  }
}
.cid-uGxVIJeuO4 .row {
  justify-content: center;
}
.cid-uGxVIJeuO4 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxVIJeuO4 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxVIJeuO4 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxVIJeuO4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxVIJeuO4 .item {
  margin: 110px 0 32px 0;
}
.cid-uGxVIJeuO4 .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uGxVIJeuO4 .item:nth-child(3n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uGxVIJeuO4 .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uGxVIJeuO4 .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxVIJeuO4 .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxVIJeuO4 .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxVIJeuO4 .item .item-wrapper .item-content .item-title_1,
.cid-uGxVIJeuO4 .item .item-wrapper .item-content .item-title_2,
.cid-uGxVIJeuO4 .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxVIJeuO4 .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxVIJeuO4 .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxVIJeuO4 .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxVIJeuO4 .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxVIJeuO4 .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVIJeuO4 .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxVIJeuO4 .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVIJeuO4 .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxVIJeuO4 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxVIJeuO4 .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxVIJeuO4 .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxVIJeuO4 .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVIJeuO4 .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVIJeuO4 .list {
  color: #262642;
  text-align: center;
}
.cid-uGxVIJeuO4 .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxVIJeuO4 .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxVIJeuO4 .list,
.cid-uGxVIJeuO4 .item-wrap {
  text-align: left;
}
.cid-uGxVIJeuO4 .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxVIJeuO4 .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxVIJMc1x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGxVIJMc1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxVIJMc1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxVIJMc1x .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxVIJMc1x .container {
    padding: 0 24px;
  }
}
.cid-uGxVIJMc1x .row {
  justify-content: center;
}
.cid-uGxVIJMc1x .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGxVIJMc1x .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGxVIJMc1x .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxVIJMc1x .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxVIJMc1x .item {
  margin: 110px 0 32px 0;
}
.cid-uGxVIJMc1x .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxVIJMc1x .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGxVIJMc1x .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGxVIJMc1x .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGxVIJMc1x .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGxVIJMc1x .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGxVIJMc1x .item .item-wrapper .item-content .item-title_1,
.cid-uGxVIJMc1x .item .item-wrapper .item-content .item-title_2,
.cid-uGxVIJMc1x .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGxVIJMc1x .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGxVIJMc1x .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGxVIJMc1x .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGxVIJMc1x .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGxVIJMc1x .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVIJMc1x .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGxVIJMc1x .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxVIJMc1x .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGxVIJMc1x .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGxVIJMc1x .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGxVIJMc1x .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGxVIJMc1x .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVIJMc1x .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGxVIJMc1x .list {
  color: #262642;
  text-align: center;
}
.cid-uGxVIJMc1x .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGxVIJMc1x .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGxVIJMc1x .list,
.cid-uGxVIJMc1x .item-wrap {
  text-align: left;
}
.cid-uGxVIJMc1x .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGxVIJMc1x .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGxVIKjWhn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGxVIKjWhn .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGxVIKjWhn .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGxVIKjWhn .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGxVIKjWhn .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGxVIKjWhn .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGxVIKjWhn .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGxVIKjWhn .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGxVIKjWhn .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGxVIKjWhn .item a {
  font-weight: 600;
}
.cid-uGxVIKjWhn .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGxVIKjWhn .item:last-child:after {
  display: none;
}
.cid-uGxVIKjWhn .footer__social {
  padding-bottom: 21px;
}
.cid-uGxVIKjWhn .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGxVIKjWhn .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGxVIKjWhn .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGxVIKjWhn .footer__ink {
  text-align: right;
}
.cid-uGxVIKjWhn .copyright,
.cid-uGxVIKjWhn .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGxVIKjWhn .footer__menu {
    padding-right: 0;
  }
}
.cid-uGEwDCUcVl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGEwDCUcVl .nav-link,
.cid-uGEwDCUcVl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGEwDCUcVl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGEwDCUcVl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGEwDCUcVl .nav-link.text-primary:hover,
.cid-uGEwDCUcVl .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGEwDCUcVl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGEwDCUcVl .nav-link:hover:before {
  opacity: 1;
}
.cid-uGEwDCUcVl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGEwDCUcVl .nav-link {
    margin: 0 !important;
  }
}
.cid-uGEwDCUcVl .icons-menu {
  line-height: 0;
}
.cid-uGEwDCUcVl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGEwDCUcVl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGEwDCUcVl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGEwDCUcVl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGEwDCUcVl .dropdown-menu a {
  overflow: hidden;
}
.cid-uGEwDCUcVl .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGEwDCUcVl .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGEwDCUcVl .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGEwDCUcVl .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGEwDCUcVl .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGEwDCUcVl .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGEwDCUcVl .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGEwDCUcVl .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGEwDCUcVl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGEwDCUcVl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGEwDCUcVl .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGEwDCUcVl .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGEwDCUcVl .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGEwDCUcVl .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGEwDCUcVl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGEwDCUcVl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGEwDCUcVl .btn {
    white-space: nowrap;
  }
  .cid-uGEwDCUcVl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGEwDCUcVl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGEwDCUcVl .nav-item.dropdown:hover::before,
  .cid-uGEwDCUcVl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGEwDCUcVl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGEwDCUcVl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGEwDCUcVl .navbar > .container,
.cid-uGEwDCUcVl .navbar > .container-fluid {
  align-items: center;
}
.cid-uGEwDCUcVl .dropdown-toggle::after,
.cid-uGEwDCUcVl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGEwDCUcVl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGEwDCUcVl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGEwDCUcVl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGEwDCUcVl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGEwDCUcVl .nav-item:focus,
.cid-uGEwDCUcVl .nav-link:focus {
  outline: none;
}
.cid-uGEwDCUcVl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGEwDCUcVl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGEwDCUcVl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGEwDCUcVl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGEwDCUcVl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGEwDCUcVl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGEwDCUcVl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGEwDCUcVl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGEwDCUcVl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGEwDCUcVl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGEwDCUcVl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGEwDCUcVl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGEwDCUcVl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGEwDCUcVl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGEwDCUcVl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGEwDCUcVl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGEwDCUcVl .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGEwDCUcVl.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGEwDCUcVl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGEwDCUcVl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGEwDCUcVl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGEwDCUcVl .navbar-logo {
    margin: 0;
  }
  .cid-uGEwDCUcVl .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGEwDCUcVl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGEwDCUcVl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGEwDCUcVl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGEwDCUcVl .navbar {
    padding: 13px 90px;
  }
  .cid-uGEwDCUcVl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGEwDCUcVl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGEwDCUcVl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGEwDCUcVl .dropdown-toggle::after,
  .cid-uGEwDCUcVl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGEwDCUcVl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGEwDCUcVl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGEwDCUcVl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGEwDCUcVl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGEwDCUcVl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGEwDCUcVl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGEwDCUcVl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGEwDCUcVl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGEwDCUcVl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGEwDCUcVl .navbar {
    padding: 0 !important;
  }
  .cid-uGEwDCUcVl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGEwDCUcVl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGEwDCUcVl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGEwDCUcVl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGEwDCUcVl .dropdown-item.active,
.cid-uGEwDCUcVl .dropdown-item:active {
  background-color: transparent;
}
.cid-uGEwDCUcVl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGEwDCUcVl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGEwDCUcVl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGEwDCUcVl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGEwDCUcVl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGEwDCUcVl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGEwDCUcVl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGEwDCUcVl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGEwDCUcVl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGEwDCUcVl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGEwDCUcVl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGEwDCUcVl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGEwDCUcVl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGEwDCUcVl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGEwDCUcVl .navbar {
    height: 97px;
  }
  .cid-uGEwDCUcVl .navbar.opened {
    height: auto;
  }
  .cid-uGEwDCUcVl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHd20F6fmd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #cce4f0;
}
.cid-uHd20F6fmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHd20F6fmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHd20F6fmd .container {
    padding: 0 24px;
  }
}
.cid-uHd20F6fmd .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uHd20F6fmd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uHd20F6fmd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHd20F6fmd .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uHd20F6fmd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHd20F6fmd .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHd20F6fmd .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uHd20F6fmd .content-wrapper .mbr-section-btn .btn:hover,
.cid-uHd20F6fmd .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uHd20F6fmd .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uHd20F6fmd .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uHd20F6fmd .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uHd20F6fmd .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uHd20F6fmd .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uHd20F6fmd .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uHd20F6fmd .mbr-section-title {
  color: #141414;
}
.cid-uHd20F6fmd .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uHd20F6fmd .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uHd20F6fmd .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uHd20F6fmd .mbr-section-title,
.cid-uHd20F6fmd .mbr-section-btn {
  text-align: center;
}
.cid-uGEwDDXYJf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGEwDDXYJf .title__block {
  margin-bottom: 65px;
}
.cid-uGEwDDXYJf .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uGEwDDXYJf .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uGEwDDXYJf .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uGEwDDXYJf .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uGEwDDXYJf .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uGEwDDXYJf .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uGEwDDXYJf .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uGEwDDXYJf .card__content {
  display: block;
  width: 100%;
}
.cid-uGEwDDXYJf .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uGEwDDXYJf .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uGEwDDXYJf .title__block {
    margin-bottom: 40px;
  }
  .cid-uGEwDDXYJf .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uGEwDDXYJf .nav-item {
    margin-bottom: 9px;
  }
  .cid-uGEwDDXYJf .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uGEwDDXYJf .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uGEwDDXYJf .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uGEwDDXYJf .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uGEwDDXYJf .card__image {
    max-width: 90px;
  }
  .cid-uGEwDDXYJf .card__image img {
    width: 70%;
  }
}
.cid-uGEwDDXYJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGEwDDXYJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEwDFyLA0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uGEwDFyLA0 .title__block {
  padding-bottom: 40px;
}
.cid-uGEwDFyLA0 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGEwDFyLA0 .mbr-section-title b,
.cid-uGEwDFyLA0 .mbr-section-title strong {
  font-weight: 500;
}
.cid-uGEwDFyLA0 .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uGEwDFyLA0 .mbr-text {
  margin-bottom: 43px;
}
.cid-uGEwDFyLA0 .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-uGEwDFyLA0 .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-uGEwDFyLA0 .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uGEwDFyLA0 .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uGEwDFyLA0 .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uGEwDFyLA0 .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uGEwDFyLA0 .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uGEwDFyLA0 .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uGEwDFyLA0 .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uGEwDFyLA0 .row {
    text-align: center;
  }
  .cid-uGEwDFyLA0 .title__block {
    padding-bottom: 0;
  }
  .cid-uGEwDFyLA0 .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uGEwDFyLA0 .figure:before {
    content: none;
  }
  .cid-uGEwDFyLA0 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uGEwDFyLA0 .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uGEwDFyLA0 .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uGEwDFyLA0 .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uGEwDFyLA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGEwDFyLA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEwDFXg9S {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGEwDFXg9S .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGEwDFXg9S .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGEwDFXg9S .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGEwDFXg9S .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGEwDFXg9S .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGEwDFXg9S .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGEwDFXg9S .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGEwDFXg9S .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGEwDFXg9S .item a {
  font-weight: 600;
}
.cid-uGEwDFXg9S .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGEwDFXg9S .item:last-child:after {
  display: none;
}
.cid-uGEwDFXg9S .footer__social {
  padding-bottom: 21px;
}
.cid-uGEwDFXg9S .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGEwDFXg9S .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGEwDFXg9S .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGEwDFXg9S .footer__ink {
  text-align: right;
}
.cid-uGEwDFXg9S .copyright,
.cid-uGEwDFXg9S .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGEwDFXg9S .footer__menu {
    padding-right: 0;
  }
}
.cid-uGEDa6VWEV {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGEDa6VWEV .nav-link,
.cid-uGEDa6VWEV .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGEDa6VWEV .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGEDa6VWEV .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGEDa6VWEV .nav-link.text-primary:hover,
.cid-uGEDa6VWEV .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGEDa6VWEV .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGEDa6VWEV .nav-link:hover:before {
  opacity: 1;
}
.cid-uGEDa6VWEV .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGEDa6VWEV .nav-link {
    margin: 0 !important;
  }
}
.cid-uGEDa6VWEV .icons-menu {
  line-height: 0;
}
.cid-uGEDa6VWEV .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGEDa6VWEV .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGEDa6VWEV .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGEDa6VWEV .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGEDa6VWEV .dropdown-menu a {
  overflow: hidden;
}
.cid-uGEDa6VWEV .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGEDa6VWEV .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGEDa6VWEV .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGEDa6VWEV .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGEDa6VWEV .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGEDa6VWEV .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGEDa6VWEV .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGEDa6VWEV .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGEDa6VWEV .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGEDa6VWEV .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGEDa6VWEV .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGEDa6VWEV .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGEDa6VWEV .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGEDa6VWEV .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGEDa6VWEV.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGEDa6VWEV .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGEDa6VWEV .btn {
    white-space: nowrap;
  }
  .cid-uGEDa6VWEV .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGEDa6VWEV .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGEDa6VWEV .nav-item.dropdown:hover::before,
  .cid-uGEDa6VWEV .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGEDa6VWEV .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGEDa6VWEV .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGEDa6VWEV .navbar > .container,
.cid-uGEDa6VWEV .navbar > .container-fluid {
  align-items: center;
}
.cid-uGEDa6VWEV .dropdown-toggle::after,
.cid-uGEDa6VWEV .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGEDa6VWEV .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGEDa6VWEV .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGEDa6VWEV .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGEDa6VWEV .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGEDa6VWEV .nav-item:focus,
.cid-uGEDa6VWEV .nav-link:focus {
  outline: none;
}
.cid-uGEDa6VWEV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGEDa6VWEV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGEDa6VWEV .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGEDa6VWEV a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGEDa6VWEV ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGEDa6VWEV .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGEDa6VWEV .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGEDa6VWEV .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGEDa6VWEV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGEDa6VWEV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGEDa6VWEV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGEDa6VWEV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGEDa6VWEV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGEDa6VWEV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGEDa6VWEV .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGEDa6VWEV .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGEDa6VWEV .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGEDa6VWEV.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGEDa6VWEV .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGEDa6VWEV .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGEDa6VWEV .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGEDa6VWEV .navbar-logo {
    margin: 0;
  }
  .cid-uGEDa6VWEV .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGEDa6VWEV .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGEDa6VWEV .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGEDa6VWEV .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGEDa6VWEV .navbar {
    padding: 13px 90px;
  }
  .cid-uGEDa6VWEV .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGEDa6VWEV .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGEDa6VWEV .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGEDa6VWEV .dropdown-toggle::after,
  .cid-uGEDa6VWEV .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGEDa6VWEV .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGEDa6VWEV a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGEDa6VWEV ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGEDa6VWEV .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGEDa6VWEV .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGEDa6VWEV.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGEDa6VWEV.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGEDa6VWEV.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGEDa6VWEV.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGEDa6VWEV .navbar {
    padding: 0 !important;
  }
  .cid-uGEDa6VWEV ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGEDa6VWEV a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGEDa6VWEV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGEDa6VWEV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGEDa6VWEV .dropdown-item.active,
.cid-uGEDa6VWEV .dropdown-item:active {
  background-color: transparent;
}
.cid-uGEDa6VWEV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGEDa6VWEV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGEDa6VWEV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGEDa6VWEV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGEDa6VWEV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGEDa6VWEV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGEDa6VWEV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGEDa6VWEV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGEDa6VWEV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGEDa6VWEV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGEDa6VWEV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGEDa6VWEV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGEDa6VWEV .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGEDa6VWEV .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGEDa6VWEV .navbar {
    height: 97px;
  }
  .cid-uGEDa6VWEV .navbar.opened {
    height: auto;
  }
  .cid-uGEDa6VWEV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHd1ME3gKV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #cce4f0;
}
.cid-uHd1ME3gKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHd1ME3gKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHd1ME3gKV .container {
    padding: 0 24px;
  }
}
.cid-uHd1ME3gKV .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uHd1ME3gKV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uHd1ME3gKV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHd1ME3gKV .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uHd1ME3gKV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHd1ME3gKV .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHd1ME3gKV .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uHd1ME3gKV .content-wrapper .mbr-section-btn .btn:hover,
.cid-uHd1ME3gKV .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uHd1ME3gKV .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uHd1ME3gKV .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uHd1ME3gKV .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uHd1ME3gKV .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uHd1ME3gKV .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uHd1ME3gKV .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uHd1ME3gKV .mbr-section-title {
  color: #141414;
}
.cid-uHd1ME3gKV .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uHd1ME3gKV .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uHd1ME3gKV .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uHd1ME3gKV .mbr-section-title,
.cid-uHd1ME3gKV .mbr-section-btn {
  text-align: center;
}
.cid-uGEDa7K43E {
  padding-top: 8rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ddebe9;
}
.cid-uGEDa7K43E .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uGEDa7K43E .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 110px;
  height: 110px;
  bottom: -85px;
  left: -105px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uGEDa7K43E .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uGEDa7K43E .link a {
  font-weight: 700;
}
.cid-uGEDa7K43E .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uGEDa7K43E .link:hover span {
  transform: translateX(9px);
}
.cid-uGEDa7K43E .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #cce4f0;
}
.cid-uGEDa7K43E .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uGEDa7K43E .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uGEDa7K43E .card__content:hover {
  transform: scale(0.95);
}
.cid-uGEDa7K43E .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uGEDa7K43E .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uGEDa7K43E .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uGEDa7K43E .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uGEDa7K43E .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uGEDa7K43E .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uGEDa7K43E .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uGEDa7K43E .title__block {
    margin-bottom: 74px;
  }
  .cid-uGEDa7K43E .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-uGEDa7K43E .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uGEDa7K43E .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uGEDa7K43E .card__content {
    height: 200px;
  }
  .cid-uGEDa7K43E .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uGEDa7K43E .card__item {
    max-width: 274px;
  }
}
.cid-uGEDa7K43E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGEDa7K43E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEDa7K43E .card__content .card__title {
  color: #ffffff;
}
.cid-uGIJ4KKM7R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGIJ4KKM7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIJ4KKM7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIJ4KKM7R .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGIJ4KKM7R .container {
    padding: 0 24px;
  }
}
.cid-uGIJ4KKM7R .row {
  justify-content: center;
}
.cid-uGIJ4KKM7R .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGIJ4KKM7R .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGIJ4KKM7R .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGIJ4KKM7R .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGIJ4KKM7R .item {
  margin: 110px 0 32px 0;
}
.cid-uGIJ4KKM7R .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGIJ4KKM7R .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGIJ4KKM7R .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGIJ4KKM7R .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGIJ4KKM7R .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGIJ4KKM7R .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGIJ4KKM7R .item .item-wrapper .item-content .item-title_1,
.cid-uGIJ4KKM7R .item .item-wrapper .item-content .item-title_2,
.cid-uGIJ4KKM7R .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGIJ4KKM7R .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGIJ4KKM7R .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGIJ4KKM7R .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGIJ4KKM7R .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGIJ4KKM7R .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGIJ4KKM7R .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGIJ4KKM7R .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGIJ4KKM7R .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGIJ4KKM7R .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGIJ4KKM7R .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGIJ4KKM7R .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGIJ4KKM7R .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGIJ4KKM7R .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGIJ4KKM7R .list {
  color: #262642;
  text-align: center;
}
.cid-uGIJ4KKM7R .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGIJ4KKM7R .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGIJ4KKM7R .list,
.cid-uGIJ4KKM7R .item-wrap {
  text-align: left;
}
.cid-uGIJ4KKM7R .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGIJ4KKM7R .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGIOHpQQQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef5f4;
}
.cid-uGIOHpQQQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIOHpQQQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIOHpQQQT .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGIOHpQQQT .container {
    padding: 0 24px;
  }
}
.cid-uGIOHpQQQT .row {
  justify-content: center;
}
.cid-uGIOHpQQQT .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGIOHpQQQT .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGIOHpQQQT .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGIOHpQQQT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGIOHpQQQT .item {
  margin: 110px 0 32px 0;
}
.cid-uGIOHpQQQT .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uGIOHpQQQT .item:nth-child(3n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uGIOHpQQQT .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uGIOHpQQQT .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGIOHpQQQT .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGIOHpQQQT .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGIOHpQQQT .item .item-wrapper .item-content .item-title_1,
.cid-uGIOHpQQQT .item .item-wrapper .item-content .item-title_2,
.cid-uGIOHpQQQT .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGIOHpQQQT .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGIOHpQQQT .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #46877e;
  margin-bottom: 0;
}
.cid-uGIOHpQQQT .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGIOHpQQQT .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGIOHpQQQT .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #46877e;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGIOHpQQQT .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGIOHpQQQT .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #46877e;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGIOHpQQQT .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGIOHpQQQT .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGIOHpQQQT .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGIOHpQQQT .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGIOHpQQQT .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGIOHpQQQT .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGIOHpQQQT .list {
  color: #262642;
  text-align: center;
}
.cid-uGIOHpQQQT .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGIOHpQQQT .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGIOHpQQQT .list,
.cid-uGIOHpQQQT .item-wrap {
  text-align: left;
}
.cid-uGIOHpQQQT .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGIOHpQQQT .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGIOIDzd6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGIOIDzd6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIOIDzd6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIOIDzd6y .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGIOIDzd6y .container {
    padding: 0 24px;
  }
}
.cid-uGIOIDzd6y .row {
  justify-content: center;
}
.cid-uGIOIDzd6y .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGIOIDzd6y .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGIOIDzd6y .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGIOIDzd6y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGIOIDzd6y .item {
  margin: 110px 0 32px 0;
}
.cid-uGIOIDzd6y .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGIOIDzd6y .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGIOIDzd6y .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGIOIDzd6y .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGIOIDzd6y .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGIOIDzd6y .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGIOIDzd6y .item .item-wrapper .item-content .item-title_1,
.cid-uGIOIDzd6y .item .item-wrapper .item-content .item-title_2,
.cid-uGIOIDzd6y .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGIOIDzd6y .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGIOIDzd6y .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGIOIDzd6y .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGIOIDzd6y .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGIOIDzd6y .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGIOIDzd6y .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGIOIDzd6y .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGIOIDzd6y .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGIOIDzd6y .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGIOIDzd6y .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGIOIDzd6y .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGIOIDzd6y .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGIOIDzd6y .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGIOIDzd6y .list {
  color: #262642;
  text-align: center;
}
.cid-uGIOIDzd6y .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGIOIDzd6y .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGIOIDzd6y .list,
.cid-uGIOIDzd6y .item-wrap {
  text-align: left;
}
.cid-uGIOIDzd6y .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGIOIDzd6y .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGIOJoac6q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef5f4;
}
.cid-uGIOJoac6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIOJoac6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIOJoac6q .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGIOJoac6q .container {
    padding: 0 24px;
  }
}
.cid-uGIOJoac6q .row {
  justify-content: center;
}
.cid-uGIOJoac6q .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGIOJoac6q .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGIOJoac6q .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGIOJoac6q .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGIOJoac6q .item {
  margin: 110px 0 32px 0;
}
.cid-uGIOJoac6q .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uGIOJoac6q .item:nth-child(3n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uGIOJoac6q .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uGIOJoac6q .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGIOJoac6q .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGIOJoac6q .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGIOJoac6q .item .item-wrapper .item-content .item-title_1,
.cid-uGIOJoac6q .item .item-wrapper .item-content .item-title_2,
.cid-uGIOJoac6q .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGIOJoac6q .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGIOJoac6q .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGIOJoac6q .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGIOJoac6q .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGIOJoac6q .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGIOJoac6q .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGIOJoac6q .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGIOJoac6q .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGIOJoac6q .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGIOJoac6q .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGIOJoac6q .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGIOJoac6q .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGIOJoac6q .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGIOJoac6q .list {
  color: #262642;
  text-align: center;
}
.cid-uGIOJoac6q .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGIOJoac6q .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGIOJoac6q .list,
.cid-uGIOJoac6q .item-wrap {
  text-align: left;
}
.cid-uGIOJoac6q .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGIOJoac6q .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGIOK9v7nh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGIOK9v7nh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIOK9v7nh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIOK9v7nh .container {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGIOK9v7nh .container {
    padding: 0 24px;
  }
}
.cid-uGIOK9v7nh .row {
  justify-content: center;
}
.cid-uGIOK9v7nh .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGIOK9v7nh .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGIOK9v7nh .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGIOK9v7nh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGIOK9v7nh .item {
  margin: 110px 0 32px 0;
}
.cid-uGIOK9v7nh .item:nth-child(2n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGIOK9v7nh .item:nth-child(3n) .item-wrapper {
  background-color: #eef5f4;
}
.cid-uGIOK9v7nh .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #eef5f4;
  height: 100%;
}
.cid-uGIOK9v7nh .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-uGIOK9v7nh .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-uGIOK9v7nh .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-uGIOK9v7nh .item .item-wrapper .item-content .item-title_1,
.cid-uGIOK9v7nh .item .item-wrapper .item-content .item-title_2,
.cid-uGIOK9v7nh .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-uGIOK9v7nh .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uGIOK9v7nh .item .item-wrapper .item-content .list .item-wrap {
  padding: 10px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-uGIOK9v7nh .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uGIOK9v7nh .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-uGIOK9v7nh .item .item-wrapper .item-content .mbr-desc {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGIOK9v7nh .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-uGIOK9v7nh .item .item-wrapper .item-content .mbr-text {
  padding: 10px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGIOK9v7nh .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-uGIOK9v7nh .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGIOK9v7nh .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uGIOK9v7nh .item-title_1 {
  color: #00CCBD;
  text-align: left;
}
.cid-uGIOK9v7nh .item-title_2 {
  color: #46877e;
  text-align: left;
}
.cid-uGIOK9v7nh .item-title_3 {
  color: #46877e;
  text-align: left;
}
.cid-uGIOK9v7nh .list {
  color: #262642;
  text-align: center;
}
.cid-uGIOK9v7nh .mbr-desc {
  color: #fe5925;
  text-align: center;
}
.cid-uGIOK9v7nh .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-uGIOK9v7nh .list,
.cid-uGIOK9v7nh .item-wrap {
  text-align: left;
}
.cid-uGIOK9v7nh .btn-katil {
  background-color: #28a745;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  margin: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cid-uGIOK9v7nh .btn-katil:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.cid-uGEDadfyAV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGEDadfyAV .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGEDadfyAV .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGEDadfyAV .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGEDadfyAV .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGEDadfyAV .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGEDadfyAV .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGEDadfyAV .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGEDadfyAV .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGEDadfyAV .item a {
  font-weight: 600;
}
.cid-uGEDadfyAV .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGEDadfyAV .item:last-child:after {
  display: none;
}
.cid-uGEDadfyAV .footer__social {
  padding-bottom: 21px;
}
.cid-uGEDadfyAV .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGEDadfyAV .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGEDadfyAV .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGEDadfyAV .footer__ink {
  text-align: right;
}
.cid-uGEDadfyAV .copyright,
.cid-uGEDadfyAV .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGEDadfyAV .footer__menu {
    padding-right: 0;
  }
}
.cid-uGEDa6VWEV {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uGEDa6VWEV .nav-link,
.cid-uGEDa6VWEV .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uGEDa6VWEV .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uGEDa6VWEV .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uGEDa6VWEV .nav-link.text-primary:hover,
.cid-uGEDa6VWEV .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uGEDa6VWEV .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uGEDa6VWEV .nav-link:hover:before {
  opacity: 1;
}
.cid-uGEDa6VWEV .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uGEDa6VWEV .nav-link {
    margin: 0 !important;
  }
}
.cid-uGEDa6VWEV .icons-menu {
  line-height: 0;
}
.cid-uGEDa6VWEV .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uGEDa6VWEV .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uGEDa6VWEV .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uGEDa6VWEV .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uGEDa6VWEV .dropdown-menu a {
  overflow: hidden;
}
.cid-uGEDa6VWEV .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGEDa6VWEV .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uGEDa6VWEV .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGEDa6VWEV .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uGEDa6VWEV .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGEDa6VWEV .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uGEDa6VWEV .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uGEDa6VWEV .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uGEDa6VWEV .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uGEDa6VWEV .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uGEDa6VWEV .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uGEDa6VWEV .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uGEDa6VWEV .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uGEDa6VWEV .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uGEDa6VWEV.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uGEDa6VWEV .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uGEDa6VWEV .btn {
    white-space: nowrap;
  }
  .cid-uGEDa6VWEV .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uGEDa6VWEV .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uGEDa6VWEV .nav-item.dropdown:hover::before,
  .cid-uGEDa6VWEV .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uGEDa6VWEV .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uGEDa6VWEV .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uGEDa6VWEV .navbar > .container,
.cid-uGEDa6VWEV .navbar > .container-fluid {
  align-items: center;
}
.cid-uGEDa6VWEV .dropdown-toggle::after,
.cid-uGEDa6VWEV .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uGEDa6VWEV .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uGEDa6VWEV .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uGEDa6VWEV .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uGEDa6VWEV .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uGEDa6VWEV .nav-item:focus,
.cid-uGEDa6VWEV .nav-link:focus {
  outline: none;
}
.cid-uGEDa6VWEV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGEDa6VWEV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGEDa6VWEV .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uGEDa6VWEV a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uGEDa6VWEV ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uGEDa6VWEV .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGEDa6VWEV .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGEDa6VWEV .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uGEDa6VWEV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGEDa6VWEV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGEDa6VWEV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uGEDa6VWEV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGEDa6VWEV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGEDa6VWEV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uGEDa6VWEV .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uGEDa6VWEV .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uGEDa6VWEV .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGEDa6VWEV.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGEDa6VWEV .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uGEDa6VWEV .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uGEDa6VWEV .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uGEDa6VWEV .navbar-logo {
    margin: 0;
  }
  .cid-uGEDa6VWEV .navbar-logo img {
    height: 60px !important;
  }
  .cid-uGEDa6VWEV .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uGEDa6VWEV .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGEDa6VWEV .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uGEDa6VWEV .navbar {
    padding: 13px 90px;
  }
  .cid-uGEDa6VWEV .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uGEDa6VWEV .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uGEDa6VWEV .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uGEDa6VWEV .dropdown-toggle::after,
  .cid-uGEDa6VWEV .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uGEDa6VWEV .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uGEDa6VWEV a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uGEDa6VWEV ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uGEDa6VWEV .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGEDa6VWEV .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uGEDa6VWEV.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uGEDa6VWEV.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uGEDa6VWEV.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGEDa6VWEV.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uGEDa6VWEV .navbar {
    padding: 0 !important;
  }
  .cid-uGEDa6VWEV ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uGEDa6VWEV a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uGEDa6VWEV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uGEDa6VWEV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGEDa6VWEV .dropdown-item.active,
.cid-uGEDa6VWEV .dropdown-item:active {
  background-color: transparent;
}
.cid-uGEDa6VWEV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGEDa6VWEV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uGEDa6VWEV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uGEDa6VWEV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uGEDa6VWEV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGEDa6VWEV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGEDa6VWEV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGEDa6VWEV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGEDa6VWEV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGEDa6VWEV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGEDa6VWEV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGEDa6VWEV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uGEDa6VWEV .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uGEDa6VWEV .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGEDa6VWEV .navbar {
    height: 97px;
  }
  .cid-uGEDa6VWEV .navbar.opened {
    height: auto;
  }
  .cid-uGEDa6VWEV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGJ0eFLBRd {
  padding-top: 9rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uGJ0eFLBRd .title__block {
  padding-bottom: 40px;
}
.cid-uGJ0eFLBRd .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGJ0eFLBRd .mbr-section-title b,
.cid-uGJ0eFLBRd .mbr-section-title strong {
  font-weight: 500;
}
.cid-uGJ0eFLBRd .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uGJ0eFLBRd .mbr-text {
  margin-bottom: 43px;
}
.cid-uGJ0eFLBRd .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-uGJ0eFLBRd .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-uGJ0eFLBRd .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uGJ0eFLBRd .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uGJ0eFLBRd .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uGJ0eFLBRd .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uGJ0eFLBRd .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uGJ0eFLBRd .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uGJ0eFLBRd .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uGJ0eFLBRd .row {
    text-align: center;
  }
  .cid-uGJ0eFLBRd .title__block {
    padding-bottom: 0;
  }
  .cid-uGJ0eFLBRd .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uGJ0eFLBRd .figure:before {
    content: none;
  }
  .cid-uGJ0eFLBRd .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uGJ0eFLBRd .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uGJ0eFLBRd .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uGJ0eFLBRd .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uGJ0eFLBRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJ0eFLBRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIXs1hOsh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eef5f4;
}
.cid-uGIXs1hOsh .title__block {
  margin-bottom: 120px;
}
.cid-uGIXs1hOsh .mbr-section-subtitle {
  color: #dcc187;
  margin-top: 9px;
  margin-left: 38%;
}
.cid-uGIXs1hOsh .mbr-section-title {
  position: relative;
  color: #000000;
}
.cid-uGIXs1hOsh .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.cid-uGIXs1hOsh .card__image {
  width: 100%;
}
.cid-uGIXs1hOsh .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uGIXs1hOsh .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-uGIXs1hOsh .card__title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uGIXs1hOsh .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-uGIXs1hOsh .card__contacts {
  margin-bottom: 18px;
}
.cid-uGIXs1hOsh .card__phone,
.cid-uGIXs1hOsh .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-uGIXs1hOsh .card__phone .mbr-iconfont,
.cid-uGIXs1hOsh .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-uGIXs1hOsh .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uGIXs1hOsh .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-uGIXs1hOsh .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uGIXs1hOsh .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-uGIXs1hOsh .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-uGIXs1hOsh .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-uGIXs1hOsh .title__block {
    margin-bottom: 60px;
  }
  .cid-uGIXs1hOsh .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-uGIXs1hOsh .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-uGIXs1hOsh .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uGIXs1hOsh .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-uGIXs1hOsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIXs1hOsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIXs1hOsh .card__text,
.cid-uGIXs1hOsh .link {
  color: #282727;
}
.cid-uGIRTkHDlY {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eef5f4;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGIRTkHDlY .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGIRTkHDlY .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uGIRTkHDlY .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uGIRTkHDlY .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uGIRTkHDlY .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uGIRTkHDlY .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uGIRTkHDlY .mbr-gallery-filter ul {
  display: block;
}
.cid-uGIRTkHDlY .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uGIRTkHDlY .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uGIRTkHDlY .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uGIRTkHDlY .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uGIRTkHDlY .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uGIRTkHDlY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGIRTkHDlY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uGIRTkHDlY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uGIRTkHDlY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGIRTkHDlY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGIRTkHDlY .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uGIRTkHDlY .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uGIRTkHDlY .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uGIRTkHDlY .mbr-gallery-item > div img,
.cid-uGIRTkHDlY .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uGIRTkHDlY .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uGIRTkHDlY .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uGIRTkHDlY .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uGIRTkHDlY .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uGIRTkHDlY .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uGIRTkHDlY .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uGIRTkHDlY .mbr-section-title {
    text-align: center;
  }
  .cid-uGIRTkHDlY .image {
    top: auto;
    height: 420px;
  }
  .cid-uGIRTkHDlY .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uGIRTkHDlY .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uGIRTkHDlY .mbr-gallery-item > div img,
  .cid-uGIRTkHDlY .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uGIRTkHDlY .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uGIRTkHDlY .image {
    height: 290px;
  }
}
.cid-uGIU7VpyLy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGIU7VpyLy .mbr-section-title {
  color: #fe5925;
}
.cid-uGIU7VpyLy .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #cce4f0;
}
.cid-uGIU7VpyLy .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-uGIU7VpyLy .card__title {
  margin-bottom: 10px;
  font-weight: 600;
}
.cid-uGIU7VpyLy .card__text {
  margin-bottom: 8px;
}
.cid-uGIU7VpyLy .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-uGIU7VpyLy .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-uGIU7VpyLy .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-uGIU7VpyLy .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-uGIU7VpyLy .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-uGIU7VpyLy .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-uGIU7VpyLy .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-uGIU7VpyLy .card__wrap {
    margin-bottom: 39px;
  }
  .cid-uGIU7VpyLy .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-uGIU7VpyLy .card__image {
    max-width: 77px;
  }
  .cid-uGIU7VpyLy .card__image img {
    width: 75%;
  }
}
.cid-uGIU7VpyLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIU7VpyLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJ2YqW62I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-uGJ2YqW62I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJ2YqW62I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJ2YqW62I .mbr-title {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uGJ2YqW62I .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uGJ2YqW62I .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uGJ2YqW62I .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uGJ2YqW62I .mbr-section-btn {
  padding-top: 40px;
}
.cid-uGIU3dWJoT {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #eef5f4;
}
.cid-uGIU3dWJoT .title__block {
  margin-bottom: 89px;
}
.cid-uGIU3dWJoT .timelines-container .separline:last-child:before {
  content: none;
}
.cid-uGIU3dWJoT .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-uGIU3dWJoT .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-uGIU3dWJoT .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uGIU3dWJoT .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-uGIU3dWJoT .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uGIU3dWJoT .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-uGIU3dWJoT .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-uGIU3dWJoT .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-uGIU3dWJoT .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #fe5925;
}
.cid-uGIU3dWJoT .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-uGIU3dWJoT .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #fe5925;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-uGIU3dWJoT .title__block {
    margin-bottom: 40px;
  }
  .cid-uGIU3dWJoT .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-uGIU3dWJoT .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uGIU3dWJoT .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-uGIU3dWJoT .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uGIU3dWJoT .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-uGIU3dWJoT .iconBackground {
    left: 0 !important;
  }
  .cid-uGIU3dWJoT .separline:before {
    left: 0 !important;
  }
}
.cid-uGIU3dWJoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIU3dWJoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEDadfyAV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uGEDadfyAV .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uGEDadfyAV .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGEDadfyAV .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uGEDadfyAV .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGEDadfyAV .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGEDadfyAV .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGEDadfyAV .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGEDadfyAV .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGEDadfyAV .item a {
  font-weight: 600;
}
.cid-uGEDadfyAV .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGEDadfyAV .item:last-child:after {
  display: none;
}
.cid-uGEDadfyAV .footer__social {
  padding-bottom: 21px;
}
.cid-uGEDadfyAV .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGEDadfyAV .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uGEDadfyAV .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uGEDadfyAV .footer__ink {
  text-align: right;
}
.cid-uGEDadfyAV .copyright,
.cid-uGEDadfyAV .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGEDadfyAV .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGJm3cDQoX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGJm3cDQoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJm3cDQoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJm3cDQoX .content-wrap {
  padding: 60px;
  background-color: #ddebe9;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGJm3cDQoX .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uGJm3cDQoX .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGJm3cDQoX .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uGJm3cDQoX .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uGJm3cDQoX .mbr-section-title {
  color: #404349;
}
.cid-uGJm3cDQoX .mbr-desc {
  color: #b19a7c;
}
.cid-uGJm3cDQoX .mbr-text {
  color: #404349;
}
.cid-uGJm3cDQoX label {
  color: #404349;
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uH7fkOt56z {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uH7fkOt56z .nav-link,
.cid-uH7fkOt56z .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uH7fkOt56z .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uH7fkOt56z .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uH7fkOt56z .nav-link.text-primary:hover,
.cid-uH7fkOt56z .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uH7fkOt56z .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uH7fkOt56z .nav-link:hover:before {
  opacity: 1;
}
.cid-uH7fkOt56z .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uH7fkOt56z .nav-link {
    margin: 0 !important;
  }
}
.cid-uH7fkOt56z .icons-menu {
  line-height: 0;
}
.cid-uH7fkOt56z .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uH7fkOt56z .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uH7fkOt56z .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uH7fkOt56z .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uH7fkOt56z .dropdown-menu a {
  overflow: hidden;
}
.cid-uH7fkOt56z .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uH7fkOt56z .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uH7fkOt56z .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uH7fkOt56z .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uH7fkOt56z .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uH7fkOt56z .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uH7fkOt56z .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uH7fkOt56z .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uH7fkOt56z .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uH7fkOt56z .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uH7fkOt56z .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uH7fkOt56z .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uH7fkOt56z .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uH7fkOt56z .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uH7fkOt56z.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uH7fkOt56z .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uH7fkOt56z .btn {
    white-space: nowrap;
  }
  .cid-uH7fkOt56z .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uH7fkOt56z .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uH7fkOt56z .nav-item.dropdown:hover::before,
  .cid-uH7fkOt56z .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uH7fkOt56z .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uH7fkOt56z .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uH7fkOt56z .navbar > .container,
.cid-uH7fkOt56z .navbar > .container-fluid {
  align-items: center;
}
.cid-uH7fkOt56z .dropdown-toggle::after,
.cid-uH7fkOt56z .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uH7fkOt56z .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uH7fkOt56z .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uH7fkOt56z .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uH7fkOt56z .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uH7fkOt56z .nav-item:focus,
.cid-uH7fkOt56z .nav-link:focus {
  outline: none;
}
.cid-uH7fkOt56z .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uH7fkOt56z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH7fkOt56z .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uH7fkOt56z a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uH7fkOt56z ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uH7fkOt56z .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uH7fkOt56z .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uH7fkOt56z .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uH7fkOt56z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH7fkOt56z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH7fkOt56z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uH7fkOt56z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uH7fkOt56z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH7fkOt56z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uH7fkOt56z .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uH7fkOt56z .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uH7fkOt56z .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH7fkOt56z.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH7fkOt56z .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uH7fkOt56z .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uH7fkOt56z .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uH7fkOt56z .navbar-logo {
    margin: 0;
  }
  .cid-uH7fkOt56z .navbar-logo img {
    height: 60px !important;
  }
  .cid-uH7fkOt56z .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uH7fkOt56z .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uH7fkOt56z .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uH7fkOt56z .navbar {
    padding: 13px 90px;
  }
  .cid-uH7fkOt56z .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uH7fkOt56z .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uH7fkOt56z .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uH7fkOt56z .dropdown-toggle::after,
  .cid-uH7fkOt56z .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uH7fkOt56z .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uH7fkOt56z a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uH7fkOt56z ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uH7fkOt56z .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uH7fkOt56z .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uH7fkOt56z.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uH7fkOt56z.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uH7fkOt56z.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uH7fkOt56z.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uH7fkOt56z .navbar {
    padding: 0 !important;
  }
  .cid-uH7fkOt56z ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uH7fkOt56z a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uH7fkOt56z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uH7fkOt56z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH7fkOt56z .dropdown-item.active,
.cid-uH7fkOt56z .dropdown-item:active {
  background-color: transparent;
}
.cid-uH7fkOt56z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH7fkOt56z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uH7fkOt56z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uH7fkOt56z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uH7fkOt56z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uH7fkOt56z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uH7fkOt56z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uH7fkOt56z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uH7fkOt56z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uH7fkOt56z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uH7fkOt56z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uH7fkOt56z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uH7fkOt56z .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uH7fkOt56z .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH7fkOt56z .navbar {
    height: 97px;
  }
  .cid-uH7fkOt56z .navbar.opened {
    height: auto;
  }
  .cid-uH7fkOt56z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHd0WRN87G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #cce4f0;
}
.cid-uHd0WRN87G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHd0WRN87G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHd0WRN87G .container {
    padding: 0 24px;
  }
}
.cid-uHd0WRN87G .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uHd0WRN87G .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uHd0WRN87G .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHd0WRN87G .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uHd0WRN87G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHd0WRN87G .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHd0WRN87G .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uHd0WRN87G .content-wrapper .mbr-section-btn .btn:hover,
.cid-uHd0WRN87G .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uHd0WRN87G .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uHd0WRN87G .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uHd0WRN87G .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uHd0WRN87G .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uHd0WRN87G .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uHd0WRN87G .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uHd0WRN87G .mbr-section-title {
  color: #141414;
}
.cid-uHd0WRN87G .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uHd0WRN87G .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uHd0WRN87G .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uHd0WRN87G .mbr-section-title,
.cid-uHd0WRN87G .mbr-section-btn {
  text-align: center;
}
.cid-uH7fkPx9pQ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ddebe9;
}
.cid-uH7fkPx9pQ .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uH7fkPx9pQ .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 110px;
  height: 110px;
  bottom: -85px;
  left: -105px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uH7fkPx9pQ .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uH7fkPx9pQ .link a {
  font-weight: 700;
}
.cid-uH7fkPx9pQ .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uH7fkPx9pQ .link:hover span {
  transform: translateX(9px);
}
.cid-uH7fkPx9pQ .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #cce4f0;
}
.cid-uH7fkPx9pQ .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uH7fkPx9pQ .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uH7fkPx9pQ .card__content:hover {
  transform: scale(0.95);
}
.cid-uH7fkPx9pQ .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uH7fkPx9pQ .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uH7fkPx9pQ .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uH7fkPx9pQ .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uH7fkPx9pQ .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uH7fkPx9pQ .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uH7fkPx9pQ .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uH7fkPx9pQ .title__block {
    margin-bottom: 74px;
  }
  .cid-uH7fkPx9pQ .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-uH7fkPx9pQ .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uH7fkPx9pQ .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uH7fkPx9pQ .card__content {
    height: 200px;
  }
  .cid-uH7fkPx9pQ .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uH7fkPx9pQ .card__item {
    max-width: 274px;
  }
}
.cid-uH7fkPx9pQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7fkPx9pQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7fkPx9pQ .card__content .card__title {
  color: #ffffff;
}
.cid-uH7fkSmLfa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uH7fkSmLfa .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uH7fkSmLfa .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uH7fkSmLfa .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uH7fkSmLfa .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uH7fkSmLfa .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uH7fkSmLfa .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uH7fkSmLfa .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uH7fkSmLfa .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uH7fkSmLfa .item a {
  font-weight: 600;
}
.cid-uH7fkSmLfa .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uH7fkSmLfa .item:last-child:after {
  display: none;
}
.cid-uH7fkSmLfa .footer__social {
  padding-bottom: 21px;
}
.cid-uH7fkSmLfa .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uH7fkSmLfa .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uH7fkSmLfa .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uH7fkSmLfa .footer__ink {
  text-align: right;
}
.cid-uH7fkSmLfa .copyright,
.cid-uH7fkSmLfa .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uH7fkSmLfa .footer__menu {
    padding-right: 0;
  }
}
.cid-uHdb58w2Qs {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uHdb58w2Qs .nav-link,
.cid-uHdb58w2Qs .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uHdb58w2Qs .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uHdb58w2Qs .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uHdb58w2Qs .nav-link.text-primary:hover,
.cid-uHdb58w2Qs .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uHdb58w2Qs .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uHdb58w2Qs .nav-link:hover:before {
  opacity: 1;
}
.cid-uHdb58w2Qs .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uHdb58w2Qs .nav-link {
    margin: 0 !important;
  }
}
.cid-uHdb58w2Qs .icons-menu {
  line-height: 0;
}
.cid-uHdb58w2Qs .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uHdb58w2Qs .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uHdb58w2Qs .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uHdb58w2Qs .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uHdb58w2Qs .dropdown-menu a {
  overflow: hidden;
}
.cid-uHdb58w2Qs .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHdb58w2Qs .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uHdb58w2Qs .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHdb58w2Qs .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uHdb58w2Qs .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHdb58w2Qs .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uHdb58w2Qs .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHdb58w2Qs .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uHdb58w2Qs .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uHdb58w2Qs .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uHdb58w2Qs .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uHdb58w2Qs .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uHdb58w2Qs .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uHdb58w2Qs .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uHdb58w2Qs.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uHdb58w2Qs .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uHdb58w2Qs .btn {
    white-space: nowrap;
  }
  .cid-uHdb58w2Qs .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uHdb58w2Qs .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uHdb58w2Qs .nav-item.dropdown:hover::before,
  .cid-uHdb58w2Qs .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uHdb58w2Qs .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uHdb58w2Qs .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uHdb58w2Qs .navbar > .container,
.cid-uHdb58w2Qs .navbar > .container-fluid {
  align-items: center;
}
.cid-uHdb58w2Qs .dropdown-toggle::after,
.cid-uHdb58w2Qs .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uHdb58w2Qs .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uHdb58w2Qs .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uHdb58w2Qs .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uHdb58w2Qs .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uHdb58w2Qs .nav-item:focus,
.cid-uHdb58w2Qs .nav-link:focus {
  outline: none;
}
.cid-uHdb58w2Qs .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHdb58w2Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHdb58w2Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uHdb58w2Qs a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uHdb58w2Qs ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uHdb58w2Qs .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uHdb58w2Qs .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uHdb58w2Qs .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uHdb58w2Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHdb58w2Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHdb58w2Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uHdb58w2Qs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHdb58w2Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHdb58w2Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uHdb58w2Qs .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uHdb58w2Qs .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uHdb58w2Qs .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHdb58w2Qs.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHdb58w2Qs .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uHdb58w2Qs .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uHdb58w2Qs .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uHdb58w2Qs .navbar-logo {
    margin: 0;
  }
  .cid-uHdb58w2Qs .navbar-logo img {
    height: 60px !important;
  }
  .cid-uHdb58w2Qs .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uHdb58w2Qs .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHdb58w2Qs .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uHdb58w2Qs .navbar {
    padding: 13px 90px;
  }
  .cid-uHdb58w2Qs .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uHdb58w2Qs .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uHdb58w2Qs .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uHdb58w2Qs .dropdown-toggle::after,
  .cid-uHdb58w2Qs .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uHdb58w2Qs .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uHdb58w2Qs a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uHdb58w2Qs ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uHdb58w2Qs .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uHdb58w2Qs .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uHdb58w2Qs.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uHdb58w2Qs.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uHdb58w2Qs.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHdb58w2Qs.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uHdb58w2Qs .navbar {
    padding: 0 !important;
  }
  .cid-uHdb58w2Qs ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uHdb58w2Qs a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uHdb58w2Qs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uHdb58w2Qs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHdb58w2Qs .dropdown-item.active,
.cid-uHdb58w2Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uHdb58w2Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHdb58w2Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uHdb58w2Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHdb58w2Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uHdb58w2Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHdb58w2Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHdb58w2Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHdb58w2Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHdb58w2Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHdb58w2Qs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHdb58w2Qs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHdb58w2Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uHdb58w2Qs .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uHdb58w2Qs .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHdb58w2Qs .navbar {
    height: 97px;
  }
  .cid-uHdb58w2Qs .navbar.opened {
    height: auto;
  }
  .cid-uHdb58w2Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHdb59dRXt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #cce4f0;
}
.cid-uHdb59dRXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdb59dRXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHdb59dRXt .container {
    padding: 0 24px;
  }
}
.cid-uHdb59dRXt .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uHdb59dRXt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uHdb59dRXt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHdb59dRXt .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uHdb59dRXt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHdb59dRXt .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHdb59dRXt .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uHdb59dRXt .content-wrapper .mbr-section-btn .btn:hover,
.cid-uHdb59dRXt .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uHdb59dRXt .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uHdb59dRXt .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uHdb59dRXt .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uHdb59dRXt .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uHdb59dRXt .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uHdb59dRXt .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uHdb59dRXt .mbr-section-title {
  color: #141414;
}
.cid-uHdb59dRXt .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uHdb59dRXt .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uHdb59dRXt .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uHdb59dRXt .mbr-section-title,
.cid-uHdb59dRXt .mbr-section-btn {
  text-align: center;
}
.cid-uHdbOUexGR {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHdbOUexGR .title__block {
  margin-bottom: 120px;
}
.cid-uHdbOUexGR .mbr-section-subtitle {
  color: #dcc187;
  margin-top: 9px;
  margin-left: 38%;
}
.cid-uHdbOUexGR .mbr-section-title {
  position: relative;
  color: #dcc187;
}
.cid-uHdbOUexGR .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.cid-uHdbOUexGR .card__image {
  width: 100%;
}
.cid-uHdbOUexGR .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uHdbOUexGR .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-uHdbOUexGR .card__title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uHdbOUexGR .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-uHdbOUexGR .card__contacts {
  margin-bottom: 18px;
}
.cid-uHdbOUexGR .card__phone,
.cid-uHdbOUexGR .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-uHdbOUexGR .card__phone .mbr-iconfont,
.cid-uHdbOUexGR .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-uHdbOUexGR .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uHdbOUexGR .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-uHdbOUexGR .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uHdbOUexGR .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-uHdbOUexGR .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-uHdbOUexGR .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-uHdbOUexGR .title__block {
    margin-bottom: 60px;
  }
  .cid-uHdbOUexGR .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-uHdbOUexGR .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-uHdbOUexGR .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uHdbOUexGR .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-uHdbOUexGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdbOUexGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdbOUexGR .card__text,
.cid-uHdbOUexGR .link {
  color: #282727;
}
.cid-uHdc6UyntN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHdc6UyntN .title__block {
  margin-bottom: 65px;
}
.cid-uHdc6UyntN .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uHdc6UyntN .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uHdc6UyntN .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uHdc6UyntN .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uHdc6UyntN .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uHdc6UyntN .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uHdc6UyntN .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uHdc6UyntN .card__content {
  display: block;
  width: 100%;
}
.cid-uHdc6UyntN .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uHdc6UyntN .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHdc6UyntN .title__block {
    margin-bottom: 40px;
  }
  .cid-uHdc6UyntN .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uHdc6UyntN .nav-item {
    margin-bottom: 9px;
  }
  .cid-uHdc6UyntN .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uHdc6UyntN .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uHdc6UyntN .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uHdc6UyntN .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uHdc6UyntN .card__image {
    max-width: 90px;
  }
  .cid-uHdc6UyntN .card__image img {
    width: 70%;
  }
}
.cid-uHdc6UyntN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdc6UyntN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdb5aAjF8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uHdb5aAjF8 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uHdb5aAjF8 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uHdb5aAjF8 .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uHdb5aAjF8 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uHdb5aAjF8 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uHdb5aAjF8 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uHdb5aAjF8 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uHdb5aAjF8 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uHdb5aAjF8 .item a {
  font-weight: 600;
}
.cid-uHdb5aAjF8 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uHdb5aAjF8 .item:last-child:after {
  display: none;
}
.cid-uHdb5aAjF8 .footer__social {
  padding-bottom: 21px;
}
.cid-uHdb5aAjF8 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uHdb5aAjF8 .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uHdb5aAjF8 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uHdb5aAjF8 .footer__ink {
  text-align: right;
}
.cid-uHdb5aAjF8 .copyright,
.cid-uHdb5aAjF8 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uHdb5aAjF8 .footer__menu {
    padding-right: 0;
  }
}
.cid-uHGk3XShgT {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uHGk3XShgT .nav-link,
.cid-uHGk3XShgT .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uHGk3XShgT .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uHGk3XShgT .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uHGk3XShgT .nav-link.text-primary:hover,
.cid-uHGk3XShgT .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uHGk3XShgT .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uHGk3XShgT .nav-link:hover:before {
  opacity: 1;
}
.cid-uHGk3XShgT .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uHGk3XShgT .nav-link {
    margin: 0 !important;
  }
}
.cid-uHGk3XShgT .icons-menu {
  line-height: 0;
}
.cid-uHGk3XShgT .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uHGk3XShgT .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uHGk3XShgT .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uHGk3XShgT .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uHGk3XShgT .dropdown-menu a {
  overflow: hidden;
}
.cid-uHGk3XShgT .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGk3XShgT .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uHGk3XShgT .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGk3XShgT .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uHGk3XShgT .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGk3XShgT .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uHGk3XShgT .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGk3XShgT .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uHGk3XShgT .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uHGk3XShgT .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uHGk3XShgT .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uHGk3XShgT .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uHGk3XShgT .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uHGk3XShgT .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uHGk3XShgT.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uHGk3XShgT .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uHGk3XShgT .btn {
    white-space: nowrap;
  }
  .cid-uHGk3XShgT .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uHGk3XShgT .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uHGk3XShgT .nav-item.dropdown:hover::before,
  .cid-uHGk3XShgT .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uHGk3XShgT .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uHGk3XShgT .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uHGk3XShgT .navbar > .container,
.cid-uHGk3XShgT .navbar > .container-fluid {
  align-items: center;
}
.cid-uHGk3XShgT .dropdown-toggle::after,
.cid-uHGk3XShgT .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uHGk3XShgT .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uHGk3XShgT .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uHGk3XShgT .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uHGk3XShgT .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uHGk3XShgT .nav-item:focus,
.cid-uHGk3XShgT .nav-link:focus {
  outline: none;
}
.cid-uHGk3XShgT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHGk3XShgT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGk3XShgT .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uHGk3XShgT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uHGk3XShgT ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uHGk3XShgT .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uHGk3XShgT .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uHGk3XShgT .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uHGk3XShgT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGk3XShgT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGk3XShgT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uHGk3XShgT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHGk3XShgT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGk3XShgT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uHGk3XShgT .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uHGk3XShgT .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uHGk3XShgT .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGk3XShgT.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGk3XShgT .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uHGk3XShgT .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uHGk3XShgT .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uHGk3XShgT .navbar-logo {
    margin: 0;
  }
  .cid-uHGk3XShgT .navbar-logo img {
    height: 60px !important;
  }
  .cid-uHGk3XShgT .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uHGk3XShgT .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHGk3XShgT .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uHGk3XShgT .navbar {
    padding: 13px 90px;
  }
  .cid-uHGk3XShgT .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uHGk3XShgT .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uHGk3XShgT .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uHGk3XShgT .dropdown-toggle::after,
  .cid-uHGk3XShgT .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uHGk3XShgT .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uHGk3XShgT a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uHGk3XShgT ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uHGk3XShgT .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uHGk3XShgT .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uHGk3XShgT.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uHGk3XShgT.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uHGk3XShgT.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHGk3XShgT.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uHGk3XShgT .navbar {
    padding: 0 !important;
  }
  .cid-uHGk3XShgT ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uHGk3XShgT a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uHGk3XShgT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uHGk3XShgT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGk3XShgT .dropdown-item.active,
.cid-uHGk3XShgT .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGk3XShgT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGk3XShgT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uHGk3XShgT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHGk3XShgT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uHGk3XShgT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHGk3XShgT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHGk3XShgT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHGk3XShgT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHGk3XShgT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHGk3XShgT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHGk3XShgT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHGk3XShgT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uHGk3XShgT .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uHGk3XShgT .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHGk3XShgT .navbar {
    height: 97px;
  }
  .cid-uHGk3XShgT .navbar.opened {
    height: auto;
  }
  .cid-uHGk3XShgT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGk3YDAYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #cce4f0;
}
.cid-uHGk3YDAYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGk3YDAYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHGk3YDAYc .container {
    padding: 0 24px;
  }
}
.cid-uHGk3YDAYc .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uHGk3YDAYc .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uHGk3YDAYc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHGk3YDAYc .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uHGk3YDAYc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHGk3YDAYc .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHGk3YDAYc .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uHGk3YDAYc .content-wrapper .mbr-section-btn .btn:hover,
.cid-uHGk3YDAYc .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uHGk3YDAYc .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uHGk3YDAYc .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uHGk3YDAYc .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uHGk3YDAYc .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uHGk3YDAYc .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uHGk3YDAYc .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uHGk3YDAYc .mbr-section-title {
  color: #141414;
}
.cid-uHGk3YDAYc .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uHGk3YDAYc .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uHGk3YDAYc .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uHGk3YDAYc .mbr-section-title,
.cid-uHGk3YDAYc .mbr-section-btn {
  text-align: center;
}
.cid-uHGk3ZaKpe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGk3ZaKpe .title__block {
  margin-bottom: 120px;
}
.cid-uHGk3ZaKpe .mbr-section-subtitle {
  color: #dcc187;
  margin-top: 9px;
  margin-left: 38%;
}
.cid-uHGk3ZaKpe .mbr-section-title {
  position: relative;
  color: #dcc187;
}
.cid-uHGk3ZaKpe .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.cid-uHGk3ZaKpe .card__image {
  width: 100%;
}
.cid-uHGk3ZaKpe .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uHGk3ZaKpe .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-uHGk3ZaKpe .card__title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uHGk3ZaKpe .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-uHGk3ZaKpe .card__contacts {
  margin-bottom: 18px;
}
.cid-uHGk3ZaKpe .card__phone,
.cid-uHGk3ZaKpe .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-uHGk3ZaKpe .card__phone .mbr-iconfont,
.cid-uHGk3ZaKpe .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-uHGk3ZaKpe .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uHGk3ZaKpe .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-uHGk3ZaKpe .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uHGk3ZaKpe .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-uHGk3ZaKpe .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-uHGk3ZaKpe .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-uHGk3ZaKpe .title__block {
    margin-bottom: 60px;
  }
  .cid-uHGk3ZaKpe .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-uHGk3ZaKpe .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-uHGk3ZaKpe .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uHGk3ZaKpe .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-uHGk3ZaKpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGk3ZaKpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGk3ZaKpe .card__text,
.cid-uHGk3ZaKpe .link {
  color: #282727;
}
.cid-uHGk405RZN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGk405RZN .title__block {
  margin-bottom: 65px;
}
.cid-uHGk405RZN .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uHGk405RZN .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uHGk405RZN .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uHGk405RZN .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uHGk405RZN .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uHGk405RZN .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uHGk405RZN .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uHGk405RZN .card__content {
  display: block;
  width: 100%;
}
.cid-uHGk405RZN .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uHGk405RZN .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHGk405RZN .title__block {
    margin-bottom: 40px;
  }
  .cid-uHGk405RZN .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uHGk405RZN .nav-item {
    margin-bottom: 9px;
  }
  .cid-uHGk405RZN .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uHGk405RZN .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uHGk405RZN .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uHGk405RZN .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uHGk405RZN .card__image {
    max-width: 90px;
  }
  .cid-uHGk405RZN .card__image img {
    width: 70%;
  }
}
.cid-uHGk405RZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGk405RZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGk41ZQUa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uHGk41ZQUa .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uHGk41ZQUa .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uHGk41ZQUa .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uHGk41ZQUa .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uHGk41ZQUa .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uHGk41ZQUa .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uHGk41ZQUa .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uHGk41ZQUa .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uHGk41ZQUa .item a {
  font-weight: 600;
}
.cid-uHGk41ZQUa .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uHGk41ZQUa .item:last-child:after {
  display: none;
}
.cid-uHGk41ZQUa .footer__social {
  padding-bottom: 21px;
}
.cid-uHGk41ZQUa .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uHGk41ZQUa .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uHGk41ZQUa .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uHGk41ZQUa .footer__ink {
  text-align: right;
}
.cid-uHGk41ZQUa .copyright,
.cid-uHGk41ZQUa .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uHGk41ZQUa .footer__menu {
    padding-right: 0;
  }
}
.cid-uHGvVzcMn1 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uHGvVzcMn1 .nav-link,
.cid-uHGvVzcMn1 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uHGvVzcMn1 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uHGvVzcMn1 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uHGvVzcMn1 .nav-link.text-primary:hover,
.cid-uHGvVzcMn1 .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uHGvVzcMn1 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uHGvVzcMn1 .nav-link:hover:before {
  opacity: 1;
}
.cid-uHGvVzcMn1 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uHGvVzcMn1 .nav-link {
    margin: 0 !important;
  }
}
.cid-uHGvVzcMn1 .icons-menu {
  line-height: 0;
}
.cid-uHGvVzcMn1 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uHGvVzcMn1 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uHGvVzcMn1 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uHGvVzcMn1 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uHGvVzcMn1 .dropdown-menu a {
  overflow: hidden;
}
.cid-uHGvVzcMn1 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGvVzcMn1 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uHGvVzcMn1 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGvVzcMn1 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uHGvVzcMn1 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGvVzcMn1 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uHGvVzcMn1 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGvVzcMn1 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uHGvVzcMn1 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uHGvVzcMn1 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uHGvVzcMn1 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uHGvVzcMn1 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uHGvVzcMn1 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uHGvVzcMn1 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uHGvVzcMn1.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uHGvVzcMn1 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uHGvVzcMn1 .btn {
    white-space: nowrap;
  }
  .cid-uHGvVzcMn1 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uHGvVzcMn1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uHGvVzcMn1 .nav-item.dropdown:hover::before,
  .cid-uHGvVzcMn1 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uHGvVzcMn1 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uHGvVzcMn1 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uHGvVzcMn1 .navbar > .container,
.cid-uHGvVzcMn1 .navbar > .container-fluid {
  align-items: center;
}
.cid-uHGvVzcMn1 .dropdown-toggle::after,
.cid-uHGvVzcMn1 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uHGvVzcMn1 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uHGvVzcMn1 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uHGvVzcMn1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uHGvVzcMn1 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uHGvVzcMn1 .nav-item:focus,
.cid-uHGvVzcMn1 .nav-link:focus {
  outline: none;
}
.cid-uHGvVzcMn1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHGvVzcMn1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGvVzcMn1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uHGvVzcMn1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uHGvVzcMn1 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uHGvVzcMn1 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uHGvVzcMn1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uHGvVzcMn1 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uHGvVzcMn1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGvVzcMn1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGvVzcMn1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uHGvVzcMn1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHGvVzcMn1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGvVzcMn1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uHGvVzcMn1 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uHGvVzcMn1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uHGvVzcMn1 .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGvVzcMn1.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGvVzcMn1 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uHGvVzcMn1 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uHGvVzcMn1 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uHGvVzcMn1 .navbar-logo {
    margin: 0;
  }
  .cid-uHGvVzcMn1 .navbar-logo img {
    height: 60px !important;
  }
  .cid-uHGvVzcMn1 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uHGvVzcMn1 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHGvVzcMn1 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uHGvVzcMn1 .navbar {
    padding: 13px 90px;
  }
  .cid-uHGvVzcMn1 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uHGvVzcMn1 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uHGvVzcMn1 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uHGvVzcMn1 .dropdown-toggle::after,
  .cid-uHGvVzcMn1 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uHGvVzcMn1 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uHGvVzcMn1 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uHGvVzcMn1 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uHGvVzcMn1 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uHGvVzcMn1 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uHGvVzcMn1.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uHGvVzcMn1.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uHGvVzcMn1.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHGvVzcMn1.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uHGvVzcMn1 .navbar {
    padding: 0 !important;
  }
  .cid-uHGvVzcMn1 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uHGvVzcMn1 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uHGvVzcMn1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uHGvVzcMn1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGvVzcMn1 .dropdown-item.active,
.cid-uHGvVzcMn1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGvVzcMn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGvVzcMn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uHGvVzcMn1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHGvVzcMn1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uHGvVzcMn1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHGvVzcMn1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHGvVzcMn1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHGvVzcMn1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHGvVzcMn1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHGvVzcMn1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHGvVzcMn1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHGvVzcMn1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uHGvVzcMn1 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uHGvVzcMn1 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHGvVzcMn1 .navbar {
    height: 97px;
  }
  .cid-uHGvVzcMn1 .navbar.opened {
    height: auto;
  }
  .cid-uHGvVzcMn1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGxeCSyqD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHGxeCSyqD .title__block {
  position: relative;
  z-index: 10;
}
.cid-uHGxeCSyqD .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uHGxeCSyqD .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-uHGxeCSyqD .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uHGxeCSyqD .mbr-section-btn {
  padding-right: 150px;
}
.cid-uHGxeCSyqD .slider__block .container {
  padding: 0 15px;
}
.cid-uHGxeCSyqD .carousel {
  padding-bottom: 100px;
}
.cid-uHGxeCSyqD .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uHGxeCSyqD .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uHGxeCSyqD .carousel-item.active {
  opacity: 1;
}
.cid-uHGxeCSyqD .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uHGxeCSyqD .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uHGxeCSyqD .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHGxeCSyqD .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uHGxeCSyqD .carousel-item .cloneditem-1,
.cid-uHGxeCSyqD .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uHGxeCSyqD .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uHGxeCSyqD .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uHGxeCSyqD .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uHGxeCSyqD .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uHGxeCSyqD .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uHGxeCSyqD .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uHGxeCSyqD .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-uHGxeCSyqD .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uHGxeCSyqD .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uHGxeCSyqD .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uHGxeCSyqD .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uHGxeCSyqD .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uHGxeCSyqD .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-uHGxeCSyqD .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uHGxeCSyqD .cloneditem-1,
.cid-uHGxeCSyqD .cloneditem-2,
.cid-uHGxeCSyqD .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uHGxeCSyqD .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uHGxeCSyqD .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uHGxeCSyqD .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uHGxeCSyqD .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uHGxeCSyqD .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uHGxeCSyqD .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uHGxeCSyqD .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uHGxeCSyqD .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uHGxeCSyqD .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uHGxeCSyqD .carousel-inner.slides2 .cloneditem-1,
  .cid-uHGxeCSyqD .carousel-inner.slides2 .cloneditem-2,
  .cid-uHGxeCSyqD .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uHGxeCSyqD .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uHGxeCSyqD .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uHGxeCSyqD .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uHGxeCSyqD .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uHGxeCSyqD .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uHGxeCSyqD .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uHGxeCSyqD .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uHGxeCSyqD .carousel-inner.slides3 .cloneditem-1,
  .cid-uHGxeCSyqD .carousel-inner.slides3 .cloneditem-2,
  .cid-uHGxeCSyqD .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uHGxeCSyqD .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uHGxeCSyqD .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uHGxeCSyqD .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uHGxeCSyqD .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uHGxeCSyqD .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uHGxeCSyqD .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uHGxeCSyqD .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uHGxeCSyqD .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uHGxeCSyqD .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uHGxeCSyqD .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uHGxeCSyqD .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uHGxeCSyqD .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uHGxeCSyqD .carousel {
    padding-bottom: 50px;
  }
}
.cid-uHGvVBkTdu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGvVBkTdu .title__block {
  margin-bottom: 65px;
}
.cid-uHGvVBkTdu .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uHGvVBkTdu .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uHGvVBkTdu .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uHGvVBkTdu .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uHGvVBkTdu .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uHGvVBkTdu .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uHGvVBkTdu .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uHGvVBkTdu .card__content {
  display: block;
  width: 100%;
}
.cid-uHGvVBkTdu .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uHGvVBkTdu .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHGvVBkTdu .title__block {
    margin-bottom: 40px;
  }
  .cid-uHGvVBkTdu .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uHGvVBkTdu .nav-item {
    margin-bottom: 9px;
  }
  .cid-uHGvVBkTdu .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uHGvVBkTdu .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uHGvVBkTdu .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uHGvVBkTdu .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uHGvVBkTdu .card__image {
    max-width: 90px;
  }
  .cid-uHGvVBkTdu .card__image img {
    width: 70%;
  }
}
.cid-uHGvVBkTdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGvVBkTdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGvVD0B3r {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uHGvVD0B3r .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uHGvVD0B3r .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uHGvVD0B3r .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uHGvVD0B3r .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uHGvVD0B3r .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uHGvVD0B3r .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uHGvVD0B3r .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uHGvVD0B3r .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uHGvVD0B3r .item a {
  font-weight: 600;
}
.cid-uHGvVD0B3r .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uHGvVD0B3r .item:last-child:after {
  display: none;
}
.cid-uHGvVD0B3r .footer__social {
  padding-bottom: 21px;
}
.cid-uHGvVD0B3r .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uHGvVD0B3r .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uHGvVD0B3r .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uHGvVD0B3r .footer__ink {
  text-align: right;
}
.cid-uHGvVD0B3r .copyright,
.cid-uHGvVD0B3r .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uHGvVD0B3r .footer__menu {
    padding-right: 0;
  }
}
.cid-uHGMj7ZCAJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uHGMj7ZCAJ .nav-link,
.cid-uHGMj7ZCAJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uHGMj7ZCAJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uHGMj7ZCAJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uHGMj7ZCAJ .nav-link.text-primary:hover,
.cid-uHGMj7ZCAJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uHGMj7ZCAJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uHGMj7ZCAJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uHGMj7ZCAJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uHGMj7ZCAJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uHGMj7ZCAJ .icons-menu {
  line-height: 0;
}
.cid-uHGMj7ZCAJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uHGMj7ZCAJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uHGMj7ZCAJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uHGMj7ZCAJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uHGMj7ZCAJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uHGMj7ZCAJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGMj7ZCAJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uHGMj7ZCAJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGMj7ZCAJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uHGMj7ZCAJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGMj7ZCAJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uHGMj7ZCAJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGMj7ZCAJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uHGMj7ZCAJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uHGMj7ZCAJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uHGMj7ZCAJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uHGMj7ZCAJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uHGMj7ZCAJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uHGMj7ZCAJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uHGMj7ZCAJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uHGMj7ZCAJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uHGMj7ZCAJ .btn {
    white-space: nowrap;
  }
  .cid-uHGMj7ZCAJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uHGMj7ZCAJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uHGMj7ZCAJ .nav-item.dropdown:hover::before,
  .cid-uHGMj7ZCAJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uHGMj7ZCAJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uHGMj7ZCAJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uHGMj7ZCAJ .navbar > .container,
.cid-uHGMj7ZCAJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uHGMj7ZCAJ .dropdown-toggle::after,
.cid-uHGMj7ZCAJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uHGMj7ZCAJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uHGMj7ZCAJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uHGMj7ZCAJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uHGMj7ZCAJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uHGMj7ZCAJ .nav-item:focus,
.cid-uHGMj7ZCAJ .nav-link:focus {
  outline: none;
}
.cid-uHGMj7ZCAJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHGMj7ZCAJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGMj7ZCAJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uHGMj7ZCAJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uHGMj7ZCAJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uHGMj7ZCAJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uHGMj7ZCAJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uHGMj7ZCAJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uHGMj7ZCAJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGMj7ZCAJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGMj7ZCAJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uHGMj7ZCAJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHGMj7ZCAJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGMj7ZCAJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uHGMj7ZCAJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uHGMj7ZCAJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uHGMj7ZCAJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGMj7ZCAJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGMj7ZCAJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uHGMj7ZCAJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uHGMj7ZCAJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uHGMj7ZCAJ .navbar-logo {
    margin: 0;
  }
  .cid-uHGMj7ZCAJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uHGMj7ZCAJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uHGMj7ZCAJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHGMj7ZCAJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uHGMj7ZCAJ .navbar {
    padding: 13px 90px;
  }
  .cid-uHGMj7ZCAJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uHGMj7ZCAJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uHGMj7ZCAJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uHGMj7ZCAJ .dropdown-toggle::after,
  .cid-uHGMj7ZCAJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uHGMj7ZCAJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uHGMj7ZCAJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uHGMj7ZCAJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uHGMj7ZCAJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uHGMj7ZCAJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uHGMj7ZCAJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uHGMj7ZCAJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uHGMj7ZCAJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHGMj7ZCAJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uHGMj7ZCAJ .navbar {
    padding: 0 !important;
  }
  .cid-uHGMj7ZCAJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uHGMj7ZCAJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uHGMj7ZCAJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uHGMj7ZCAJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGMj7ZCAJ .dropdown-item.active,
.cid-uHGMj7ZCAJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGMj7ZCAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGMj7ZCAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uHGMj7ZCAJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHGMj7ZCAJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uHGMj7ZCAJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHGMj7ZCAJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHGMj7ZCAJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHGMj7ZCAJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHGMj7ZCAJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHGMj7ZCAJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHGMj7ZCAJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHGMj7ZCAJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uHGMj7ZCAJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uHGMj7ZCAJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHGMj7ZCAJ .navbar {
    height: 97px;
  }
  .cid-uHGMj7ZCAJ .navbar.opened {
    height: auto;
  }
  .cid-uHGMj7ZCAJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGMj8JFGw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHGMj8JFGw .title__block {
  position: relative;
  z-index: 10;
}
.cid-uHGMj8JFGw .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uHGMj8JFGw .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-uHGMj8JFGw .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uHGMj8JFGw .mbr-section-btn {
  padding-right: 150px;
}
.cid-uHGMj8JFGw .slider__block .container {
  padding: 0 15px;
}
.cid-uHGMj8JFGw .carousel {
  padding-bottom: 100px;
}
.cid-uHGMj8JFGw .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uHGMj8JFGw .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uHGMj8JFGw .carousel-item.active {
  opacity: 1;
}
.cid-uHGMj8JFGw .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uHGMj8JFGw .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uHGMj8JFGw .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHGMj8JFGw .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uHGMj8JFGw .carousel-item .cloneditem-1,
.cid-uHGMj8JFGw .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uHGMj8JFGw .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uHGMj8JFGw .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uHGMj8JFGw .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uHGMj8JFGw .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uHGMj8JFGw .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uHGMj8JFGw .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uHGMj8JFGw .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-uHGMj8JFGw .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uHGMj8JFGw .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uHGMj8JFGw .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uHGMj8JFGw .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uHGMj8JFGw .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uHGMj8JFGw .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-uHGMj8JFGw .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uHGMj8JFGw .cloneditem-1,
.cid-uHGMj8JFGw .cloneditem-2,
.cid-uHGMj8JFGw .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uHGMj8JFGw .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uHGMj8JFGw .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uHGMj8JFGw .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uHGMj8JFGw .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uHGMj8JFGw .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uHGMj8JFGw .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uHGMj8JFGw .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uHGMj8JFGw .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uHGMj8JFGw .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uHGMj8JFGw .carousel-inner.slides2 .cloneditem-1,
  .cid-uHGMj8JFGw .carousel-inner.slides2 .cloneditem-2,
  .cid-uHGMj8JFGw .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uHGMj8JFGw .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uHGMj8JFGw .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uHGMj8JFGw .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uHGMj8JFGw .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uHGMj8JFGw .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uHGMj8JFGw .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uHGMj8JFGw .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uHGMj8JFGw .carousel-inner.slides3 .cloneditem-1,
  .cid-uHGMj8JFGw .carousel-inner.slides3 .cloneditem-2,
  .cid-uHGMj8JFGw .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uHGMj8JFGw .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uHGMj8JFGw .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uHGMj8JFGw .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uHGMj8JFGw .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uHGMj8JFGw .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uHGMj8JFGw .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uHGMj8JFGw .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uHGMj8JFGw .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uHGMj8JFGw .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uHGMj8JFGw .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uHGMj8JFGw .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uHGMj8JFGw .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uHGMj8JFGw .carousel {
    padding-bottom: 50px;
  }
}
.cid-uHGMj9CWM2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGMj9CWM2 .title__block {
  margin-bottom: 65px;
}
.cid-uHGMj9CWM2 .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uHGMj9CWM2 .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uHGMj9CWM2 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uHGMj9CWM2 .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uHGMj9CWM2 .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uHGMj9CWM2 .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uHGMj9CWM2 .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uHGMj9CWM2 .card__content {
  display: block;
  width: 100%;
}
.cid-uHGMj9CWM2 .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uHGMj9CWM2 .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHGMj9CWM2 .title__block {
    margin-bottom: 40px;
  }
  .cid-uHGMj9CWM2 .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uHGMj9CWM2 .nav-item {
    margin-bottom: 9px;
  }
  .cid-uHGMj9CWM2 .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uHGMj9CWM2 .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uHGMj9CWM2 .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uHGMj9CWM2 .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uHGMj9CWM2 .card__image {
    max-width: 90px;
  }
  .cid-uHGMj9CWM2 .card__image img {
    width: 70%;
  }
}
.cid-uHGMj9CWM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGMj9CWM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGMjbqEwG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uHGMjbqEwG .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uHGMjbqEwG .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uHGMjbqEwG .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uHGMjbqEwG .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uHGMjbqEwG .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uHGMjbqEwG .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uHGMjbqEwG .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uHGMjbqEwG .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uHGMjbqEwG .item a {
  font-weight: 600;
}
.cid-uHGMjbqEwG .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uHGMjbqEwG .item:last-child:after {
  display: none;
}
.cid-uHGMjbqEwG .footer__social {
  padding-bottom: 21px;
}
.cid-uHGMjbqEwG .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uHGMjbqEwG .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uHGMjbqEwG .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uHGMjbqEwG .footer__ink {
  text-align: right;
}
.cid-uHGMjbqEwG .copyright,
.cid-uHGMjbqEwG .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uHGMjbqEwG .footer__menu {
    padding-right: 0;
  }
}
.cid-uHGTrwbJlh {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uHGTrwbJlh .nav-link,
.cid-uHGTrwbJlh .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uHGTrwbJlh .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uHGTrwbJlh .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uHGTrwbJlh .nav-link.text-primary:hover,
.cid-uHGTrwbJlh .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uHGTrwbJlh .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uHGTrwbJlh .nav-link:hover:before {
  opacity: 1;
}
.cid-uHGTrwbJlh .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uHGTrwbJlh .nav-link {
    margin: 0 !important;
  }
}
.cid-uHGTrwbJlh .icons-menu {
  line-height: 0;
}
.cid-uHGTrwbJlh .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uHGTrwbJlh .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uHGTrwbJlh .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uHGTrwbJlh .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uHGTrwbJlh .dropdown-menu a {
  overflow: hidden;
}
.cid-uHGTrwbJlh .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGTrwbJlh .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uHGTrwbJlh .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGTrwbJlh .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uHGTrwbJlh .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGTrwbJlh .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uHGTrwbJlh .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHGTrwbJlh .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uHGTrwbJlh .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uHGTrwbJlh .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uHGTrwbJlh .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uHGTrwbJlh .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uHGTrwbJlh .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uHGTrwbJlh .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uHGTrwbJlh.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uHGTrwbJlh .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uHGTrwbJlh .btn {
    white-space: nowrap;
  }
  .cid-uHGTrwbJlh .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uHGTrwbJlh .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uHGTrwbJlh .nav-item.dropdown:hover::before,
  .cid-uHGTrwbJlh .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uHGTrwbJlh .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uHGTrwbJlh .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uHGTrwbJlh .navbar > .container,
.cid-uHGTrwbJlh .navbar > .container-fluid {
  align-items: center;
}
.cid-uHGTrwbJlh .dropdown-toggle::after,
.cid-uHGTrwbJlh .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uHGTrwbJlh .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uHGTrwbJlh .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uHGTrwbJlh .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uHGTrwbJlh .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uHGTrwbJlh .nav-item:focus,
.cid-uHGTrwbJlh .nav-link:focus {
  outline: none;
}
.cid-uHGTrwbJlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHGTrwbJlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGTrwbJlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uHGTrwbJlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uHGTrwbJlh ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uHGTrwbJlh .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uHGTrwbJlh .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uHGTrwbJlh .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uHGTrwbJlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGTrwbJlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGTrwbJlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uHGTrwbJlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHGTrwbJlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGTrwbJlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uHGTrwbJlh .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uHGTrwbJlh .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uHGTrwbJlh .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGTrwbJlh.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGTrwbJlh .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uHGTrwbJlh .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uHGTrwbJlh .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uHGTrwbJlh .navbar-logo {
    margin: 0;
  }
  .cid-uHGTrwbJlh .navbar-logo img {
    height: 60px !important;
  }
  .cid-uHGTrwbJlh .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uHGTrwbJlh .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHGTrwbJlh .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uHGTrwbJlh .navbar {
    padding: 13px 90px;
  }
  .cid-uHGTrwbJlh .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uHGTrwbJlh .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uHGTrwbJlh .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uHGTrwbJlh .dropdown-toggle::after,
  .cid-uHGTrwbJlh .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uHGTrwbJlh .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uHGTrwbJlh a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uHGTrwbJlh ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uHGTrwbJlh .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uHGTrwbJlh .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uHGTrwbJlh.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uHGTrwbJlh.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uHGTrwbJlh.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHGTrwbJlh.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uHGTrwbJlh .navbar {
    padding: 0 !important;
  }
  .cid-uHGTrwbJlh ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uHGTrwbJlh a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uHGTrwbJlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uHGTrwbJlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGTrwbJlh .dropdown-item.active,
.cid-uHGTrwbJlh .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGTrwbJlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGTrwbJlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uHGTrwbJlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHGTrwbJlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uHGTrwbJlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHGTrwbJlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHGTrwbJlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHGTrwbJlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHGTrwbJlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHGTrwbJlh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHGTrwbJlh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHGTrwbJlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uHGTrwbJlh .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uHGTrwbJlh .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHGTrwbJlh .navbar {
    height: 97px;
  }
  .cid-uHGTrwbJlh .navbar.opened {
    height: auto;
  }
  .cid-uHGTrwbJlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGTrx2lzF {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHGTrx2lzF .title__block {
  position: relative;
  z-index: 10;
}
.cid-uHGTrx2lzF .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uHGTrx2lzF .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-uHGTrx2lzF .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uHGTrx2lzF .mbr-section-btn {
  padding-right: 150px;
}
.cid-uHGTrx2lzF .slider__block .container {
  padding: 0 15px;
}
.cid-uHGTrx2lzF .carousel {
  padding-bottom: 100px;
}
.cid-uHGTrx2lzF .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uHGTrx2lzF .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uHGTrx2lzF .carousel-item.active {
  opacity: 1;
}
.cid-uHGTrx2lzF .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uHGTrx2lzF .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uHGTrx2lzF .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHGTrx2lzF .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uHGTrx2lzF .carousel-item .cloneditem-1,
.cid-uHGTrx2lzF .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uHGTrx2lzF .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uHGTrx2lzF .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uHGTrx2lzF .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uHGTrx2lzF .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uHGTrx2lzF .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uHGTrx2lzF .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uHGTrx2lzF .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-uHGTrx2lzF .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uHGTrx2lzF .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uHGTrx2lzF .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uHGTrx2lzF .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uHGTrx2lzF .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uHGTrx2lzF .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-uHGTrx2lzF .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uHGTrx2lzF .cloneditem-1,
.cid-uHGTrx2lzF .cloneditem-2,
.cid-uHGTrx2lzF .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uHGTrx2lzF .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uHGTrx2lzF .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uHGTrx2lzF .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uHGTrx2lzF .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uHGTrx2lzF .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uHGTrx2lzF .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uHGTrx2lzF .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uHGTrx2lzF .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uHGTrx2lzF .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uHGTrx2lzF .carousel-inner.slides2 .cloneditem-1,
  .cid-uHGTrx2lzF .carousel-inner.slides2 .cloneditem-2,
  .cid-uHGTrx2lzF .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uHGTrx2lzF .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uHGTrx2lzF .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uHGTrx2lzF .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uHGTrx2lzF .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uHGTrx2lzF .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uHGTrx2lzF .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uHGTrx2lzF .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uHGTrx2lzF .carousel-inner.slides3 .cloneditem-1,
  .cid-uHGTrx2lzF .carousel-inner.slides3 .cloneditem-2,
  .cid-uHGTrx2lzF .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uHGTrx2lzF .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uHGTrx2lzF .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uHGTrx2lzF .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uHGTrx2lzF .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uHGTrx2lzF .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uHGTrx2lzF .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uHGTrx2lzF .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uHGTrx2lzF .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uHGTrx2lzF .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uHGTrx2lzF .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uHGTrx2lzF .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uHGTrx2lzF .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uHGTrx2lzF .carousel {
    padding-bottom: 50px;
  }
}
.cid-uHGTrxVMll {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGTrxVMll .title__block {
  margin-bottom: 65px;
}
.cid-uHGTrxVMll .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-uHGTrxVMll .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-uHGTrxVMll .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #003d59 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-uHGTrxVMll .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #46877e !important;
}
.cid-uHGTrxVMll .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uHGTrxVMll .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uHGTrxVMll .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uHGTrxVMll .card__content {
  display: block;
  width: 100%;
}
.cid-uHGTrxVMll .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uHGTrxVMll .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHGTrxVMll .title__block {
    margin-bottom: 40px;
  }
  .cid-uHGTrxVMll .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-uHGTrxVMll .nav-item {
    margin-bottom: 9px;
  }
  .cid-uHGTrxVMll .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-uHGTrxVMll .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uHGTrxVMll .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uHGTrxVMll .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uHGTrxVMll .card__image {
    max-width: 90px;
  }
  .cid-uHGTrxVMll .card__image img {
    width: 70%;
  }
}
.cid-uHGTrxVMll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGTrxVMll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGTrzRa3c {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uHGTrzRa3c .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uHGTrzRa3c .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uHGTrzRa3c .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uHGTrzRa3c .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uHGTrzRa3c .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uHGTrzRa3c .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uHGTrzRa3c .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uHGTrzRa3c .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uHGTrzRa3c .item a {
  font-weight: 600;
}
.cid-uHGTrzRa3c .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uHGTrzRa3c .item:last-child:after {
  display: none;
}
.cid-uHGTrzRa3c .footer__social {
  padding-bottom: 21px;
}
.cid-uHGTrzRa3c .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uHGTrzRa3c .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uHGTrzRa3c .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uHGTrzRa3c .footer__ink {
  text-align: right;
}
.cid-uHGTrzRa3c .copyright,
.cid-uHGTrzRa3c .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uHGTrzRa3c .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHS1ePTD0W {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHS1ePTD0W .title__block {
  position: relative;
  z-index: 10;
}
.cid-uHS1ePTD0W .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uHS1ePTD0W .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-uHS1ePTD0W .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uHS1ePTD0W .mbr-section-btn {
  padding-right: 150px;
}
.cid-uHS1ePTD0W .slider__block .container {
  padding: 0 15px;
}
.cid-uHS1ePTD0W .carousel {
  padding-bottom: 100px;
}
.cid-uHS1ePTD0W .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uHS1ePTD0W .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uHS1ePTD0W .carousel-item.active {
  opacity: 1;
}
.cid-uHS1ePTD0W .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uHS1ePTD0W .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uHS1ePTD0W .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHS1ePTD0W .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uHS1ePTD0W .carousel-item .cloneditem-1,
.cid-uHS1ePTD0W .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uHS1ePTD0W .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uHS1ePTD0W .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uHS1ePTD0W .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uHS1ePTD0W .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uHS1ePTD0W .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uHS1ePTD0W .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uHS1ePTD0W .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-uHS1ePTD0W .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uHS1ePTD0W .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uHS1ePTD0W .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uHS1ePTD0W .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uHS1ePTD0W .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uHS1ePTD0W .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-uHS1ePTD0W .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uHS1ePTD0W .cloneditem-1,
.cid-uHS1ePTD0W .cloneditem-2,
.cid-uHS1ePTD0W .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uHS1ePTD0W .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uHS1ePTD0W .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uHS1ePTD0W .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uHS1ePTD0W .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uHS1ePTD0W .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uHS1ePTD0W .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uHS1ePTD0W .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uHS1ePTD0W .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uHS1ePTD0W .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uHS1ePTD0W .carousel-inner.slides2 .cloneditem-1,
  .cid-uHS1ePTD0W .carousel-inner.slides2 .cloneditem-2,
  .cid-uHS1ePTD0W .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uHS1ePTD0W .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uHS1ePTD0W .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uHS1ePTD0W .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uHS1ePTD0W .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uHS1ePTD0W .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uHS1ePTD0W .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uHS1ePTD0W .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uHS1ePTD0W .carousel-inner.slides3 .cloneditem-1,
  .cid-uHS1ePTD0W .carousel-inner.slides3 .cloneditem-2,
  .cid-uHS1ePTD0W .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uHS1ePTD0W .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uHS1ePTD0W .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uHS1ePTD0W .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uHS1ePTD0W .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uHS1ePTD0W .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uHS1ePTD0W .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uHS1ePTD0W .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uHS1ePTD0W .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uHS1ePTD0W .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uHS1ePTD0W .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uHS1ePTD0W .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uHS1ePTD0W .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uHS1ePTD0W .carousel {
    padding-bottom: 50px;
  }
}
.cid-uHS3dK2U7f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHS3dK2U7f .title__block {
  margin-bottom: 55px;
}
.cid-uHS3dK2U7f .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHS3dK2U7f .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uHS3dK2U7f .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uHS3dK2U7f .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uHS3dK2U7f .card__content {
  display: block;
  width: 100%;
}
.cid-uHS3dK2U7f .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uHS3dK2U7f .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHS3dK2U7f .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-uHS3dK2U7f .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uHS3dK2U7f .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uHS3dK2U7f .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uHS3dK2U7f .card__image {
    max-width: 90px;
  }
  .cid-uHS3dK2U7f .card__image img {
    width: 70%;
  }
}
.cid-uHS3dK2U7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHS3dK2U7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHSlvJMTku {
  padding-top: 5rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.cid-uHSlvJMTku .decor-wrap {
  position: absolute;
  pointer-events: none;
  right: 0;
  width: 85%;
  height: 140%;
  border-radius: 100% 0 0 100%;
  background-color: #eef5f4;
}
@media (max-width: 1500px) {
  .cid-uHSlvJMTku .decor-wrap {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .cid-uHSlvJMTku .decor-wrap {
    width: 100%;
    border-radius: 0;
  }
}
.cid-uHSlvJMTku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHSlvJMTku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHSlvJMTku .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uHSlvJMTku .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHSlvJMTku .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uHSlvJMTku .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uHSlvJMTku .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHSlvJMTku .item {
    margin-bottom: 46px;
  }
}
.cid-uHSlvJMTku .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 22px;
}
.cid-uHSlvJMTku .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
}
.cid-uHSlvJMTku .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uHSlvJMTku .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uHSlvJMTku .item .card_1 .card-box .icon-wrapper .mbr-iconfont {
  color: #fe5925;
}
.cid-uHSlvJMTku .item .card_2 .card-box .icon-wrapper .mbr-iconfont {
  color: #fe5925;
}
.cid-uHSlvJMTku .item .card_3 .card-box .icon-wrapper .mbr-iconfont {
  color: #fe5925;
}
.cid-uHSlvJMTku .mbr-section-title {
  color: #212529;
}
.cid-uHSlvJMTku .item-title {
  color: #212529;
}
.cid-uHSlvJMTku .item-text {
  color: #51565c;
}
.cid-uHSaLUDsWh {
  padding-top: 3rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-uHSaLUDsWh .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-uHSaLUDsWh .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
  right: auto;
  left: 0;
}
.cid-uHSaLUDsWh .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-uHSaLUDsWh .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHSaLUDsWh .img__wrap .image img {
    height: auto;
  }
  .cid-uHSaLUDsWh .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-uHSaLUDsWh {
    padding-top: 10rem;
  }
  .cid-uHSaLUDsWh .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-uHSaLUDsWh {
    padding-top: 8rem;
  }
  .cid-uHSaLUDsWh .img__wrap {
    top: -60px;
  }
}
.cid-uHSaLUDsWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHSaLUDsWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHSMnnRK64 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-19-1920x1280.jpg");
}
.cid-uHSMnnRK64 .mbr-overlay {
  background-color: #353535;
  opacity: 0.8;
}
.cid-uHSMnnRK64 input,
.cid-uHSMnnRK64 textarea {
  border-radius: 0;
}
.cid-uHSMnnRK64 input:hover,
.cid-uHSMnnRK64 textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHSMnnRK64 textarea {
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-uHSMnnRK64 .col-auto {
    margin: auto;
  }
}
.cid-uHSMnnRK64 .mbr-main-subtitle {
  background: #46877e;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-uHSMnnRK64 .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #46877e;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHSMnnRK64 .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHSMnnRK64 .btn {
  padding: 1rem 3rem;
}
.cid-uHSMnnRK64 .mbr-section-text {
  color: #ffffff;
}
.cid-uHSMnnRK64 .mbr-section-title {
  color: #ffffff;
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
.cid-uHX1R12Bkd {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uHX1R12Bkd .nav-link,
.cid-uHX1R12Bkd .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uHX1R12Bkd .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uHX1R12Bkd .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uHX1R12Bkd .nav-link.text-primary:hover,
.cid-uHX1R12Bkd .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uHX1R12Bkd .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uHX1R12Bkd .nav-link:hover:before {
  opacity: 1;
}
.cid-uHX1R12Bkd .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uHX1R12Bkd .nav-link {
    margin: 0 !important;
  }
}
.cid-uHX1R12Bkd .icons-menu {
  line-height: 0;
}
.cid-uHX1R12Bkd .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uHX1R12Bkd .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uHX1R12Bkd .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uHX1R12Bkd .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uHX1R12Bkd .dropdown-menu a {
  overflow: hidden;
}
.cid-uHX1R12Bkd .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHX1R12Bkd .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uHX1R12Bkd .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHX1R12Bkd .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uHX1R12Bkd .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHX1R12Bkd .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uHX1R12Bkd .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHX1R12Bkd .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uHX1R12Bkd .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uHX1R12Bkd .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uHX1R12Bkd .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uHX1R12Bkd .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uHX1R12Bkd .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uHX1R12Bkd .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uHX1R12Bkd.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uHX1R12Bkd .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uHX1R12Bkd .btn {
    white-space: nowrap;
  }
  .cid-uHX1R12Bkd .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uHX1R12Bkd .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uHX1R12Bkd .nav-item.dropdown:hover::before,
  .cid-uHX1R12Bkd .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uHX1R12Bkd .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uHX1R12Bkd .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uHX1R12Bkd .navbar > .container,
.cid-uHX1R12Bkd .navbar > .container-fluid {
  align-items: center;
}
.cid-uHX1R12Bkd .dropdown-toggle::after,
.cid-uHX1R12Bkd .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uHX1R12Bkd .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uHX1R12Bkd .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uHX1R12Bkd .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uHX1R12Bkd .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uHX1R12Bkd .nav-item:focus,
.cid-uHX1R12Bkd .nav-link:focus {
  outline: none;
}
.cid-uHX1R12Bkd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHX1R12Bkd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHX1R12Bkd .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uHX1R12Bkd a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uHX1R12Bkd ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uHX1R12Bkd .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uHX1R12Bkd .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uHX1R12Bkd .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uHX1R12Bkd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHX1R12Bkd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHX1R12Bkd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uHX1R12Bkd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHX1R12Bkd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHX1R12Bkd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uHX1R12Bkd .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uHX1R12Bkd .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uHX1R12Bkd .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHX1R12Bkd.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHX1R12Bkd .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uHX1R12Bkd .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uHX1R12Bkd .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uHX1R12Bkd .navbar-logo {
    margin: 0;
  }
  .cid-uHX1R12Bkd .navbar-logo img {
    height: 60px !important;
  }
  .cid-uHX1R12Bkd .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uHX1R12Bkd .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHX1R12Bkd .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uHX1R12Bkd .navbar {
    padding: 13px 90px;
  }
  .cid-uHX1R12Bkd .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uHX1R12Bkd .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uHX1R12Bkd .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uHX1R12Bkd .dropdown-toggle::after,
  .cid-uHX1R12Bkd .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uHX1R12Bkd .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uHX1R12Bkd a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uHX1R12Bkd ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uHX1R12Bkd .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uHX1R12Bkd .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uHX1R12Bkd.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uHX1R12Bkd.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uHX1R12Bkd.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHX1R12Bkd.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uHX1R12Bkd .navbar {
    padding: 0 !important;
  }
  .cid-uHX1R12Bkd ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uHX1R12Bkd a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uHX1R12Bkd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uHX1R12Bkd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHX1R12Bkd .dropdown-item.active,
.cid-uHX1R12Bkd .dropdown-item:active {
  background-color: transparent;
}
.cid-uHX1R12Bkd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHX1R12Bkd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uHX1R12Bkd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHX1R12Bkd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uHX1R12Bkd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHX1R12Bkd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHX1R12Bkd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHX1R12Bkd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHX1R12Bkd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHX1R12Bkd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHX1R12Bkd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHX1R12Bkd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uHX1R12Bkd .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uHX1R12Bkd .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHX1R12Bkd .navbar {
    height: 97px;
  }
  .cid-uHX1R12Bkd .navbar.opened {
    height: auto;
  }
  .cid-uHX1R12Bkd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHX1R1LQ85 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHX1R1LQ85 .title__block {
  position: relative;
  z-index: 10;
}
.cid-uHX1R1LQ85 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uHX1R1LQ85 .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-uHX1R1LQ85 .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uHX1R1LQ85 .mbr-section-btn {
  padding-right: 150px;
}
.cid-uHX1R1LQ85 .slider__block .container {
  padding: 0 15px;
}
.cid-uHX1R1LQ85 .carousel {
  padding-bottom: 100px;
}
.cid-uHX1R1LQ85 .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uHX1R1LQ85 .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uHX1R1LQ85 .carousel-item.active {
  opacity: 1;
}
.cid-uHX1R1LQ85 .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uHX1R1LQ85 .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uHX1R1LQ85 .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHX1R1LQ85 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uHX1R1LQ85 .carousel-item .cloneditem-1,
.cid-uHX1R1LQ85 .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uHX1R1LQ85 .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uHX1R1LQ85 .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uHX1R1LQ85 .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uHX1R1LQ85 .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uHX1R1LQ85 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uHX1R1LQ85 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uHX1R1LQ85 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-uHX1R1LQ85 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uHX1R1LQ85 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uHX1R1LQ85 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uHX1R1LQ85 .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uHX1R1LQ85 .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uHX1R1LQ85 .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-uHX1R1LQ85 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uHX1R1LQ85 .cloneditem-1,
.cid-uHX1R1LQ85 .cloneditem-2,
.cid-uHX1R1LQ85 .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uHX1R1LQ85 .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uHX1R1LQ85 .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uHX1R1LQ85 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uHX1R1LQ85 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uHX1R1LQ85 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uHX1R1LQ85 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uHX1R1LQ85 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uHX1R1LQ85 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uHX1R1LQ85 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uHX1R1LQ85 .carousel-inner.slides2 .cloneditem-1,
  .cid-uHX1R1LQ85 .carousel-inner.slides2 .cloneditem-2,
  .cid-uHX1R1LQ85 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uHX1R1LQ85 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uHX1R1LQ85 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uHX1R1LQ85 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uHX1R1LQ85 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uHX1R1LQ85 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uHX1R1LQ85 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uHX1R1LQ85 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uHX1R1LQ85 .carousel-inner.slides3 .cloneditem-1,
  .cid-uHX1R1LQ85 .carousel-inner.slides3 .cloneditem-2,
  .cid-uHX1R1LQ85 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uHX1R1LQ85 .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uHX1R1LQ85 .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uHX1R1LQ85 .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uHX1R1LQ85 .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uHX1R1LQ85 .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uHX1R1LQ85 .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uHX1R1LQ85 .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uHX1R1LQ85 .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uHX1R1LQ85 .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uHX1R1LQ85 .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uHX1R1LQ85 .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uHX1R1LQ85 .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uHX1R1LQ85 .carousel {
    padding-bottom: 50px;
  }
}
.cid-uHX1R2Col4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHX1R2Col4 .title__block {
  margin-bottom: 55px;
}
.cid-uHX1R2Col4 .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHX1R2Col4 .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uHX1R2Col4 .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uHX1R2Col4 .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uHX1R2Col4 .card__content {
  display: block;
  width: 100%;
}
.cid-uHX1R2Col4 .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uHX1R2Col4 .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHX1R2Col4 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-uHX1R2Col4 .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uHX1R2Col4 .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uHX1R2Col4 .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uHX1R2Col4 .card__image {
    max-width: 90px;
  }
  .cid-uHX1R2Col4 .card__image img {
    width: 70%;
  }
}
.cid-uHX1R2Col4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHX1R2Col4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHX1R2Col4 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uHX1R3lX8a {
  padding-top: 5rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.cid-uHX1R3lX8a .decor-wrap {
  position: absolute;
  pointer-events: none;
  right: 0;
  width: 85%;
  height: 140%;
  border-radius: 100% 0 0 100%;
  background-color: #eef5f4;
}
@media (max-width: 1500px) {
  .cid-uHX1R3lX8a .decor-wrap {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .cid-uHX1R3lX8a .decor-wrap {
    width: 100%;
    border-radius: 0;
  }
}
.cid-uHX1R3lX8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHX1R3lX8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHX1R3lX8a .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uHX1R3lX8a .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHX1R3lX8a .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uHX1R3lX8a .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uHX1R3lX8a .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHX1R3lX8a .item {
    margin-bottom: 46px;
  }
}
.cid-uHX1R3lX8a .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 22px;
}
.cid-uHX1R3lX8a .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
}
.cid-uHX1R3lX8a .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uHX1R3lX8a .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uHX1R3lX8a .item .card_1 .card-box .icon-wrapper .mbr-iconfont {
  color: #fe5925;
}
.cid-uHX1R3lX8a .item .card_2 .card-box .icon-wrapper .mbr-iconfont {
  color: #fe5925;
}
.cid-uHX1R3lX8a .item .card_3 .card-box .icon-wrapper .mbr-iconfont {
  color: #fe5925;
}
.cid-uHX1R3lX8a .mbr-section-title {
  color: #212529;
}
.cid-uHX1R3lX8a .item-title {
  color: #212529;
}
.cid-uHX1R3lX8a .item-text {
  color: #51565c;
}
.cid-uHX1R43fov {
  padding-top: 3rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-uHX1R43fov .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-uHX1R43fov .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
  right: auto;
  left: 0;
}
.cid-uHX1R43fov .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-uHX1R43fov .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHX1R43fov .img__wrap .image img {
    height: auto;
  }
  .cid-uHX1R43fov .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-uHX1R43fov {
    padding-top: 10rem;
  }
  .cid-uHX1R43fov .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-uHX1R43fov {
    padding-top: 8rem;
  }
  .cid-uHX1R43fov .img__wrap {
    top: -60px;
  }
}
.cid-uHX1R43fov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHX1R43fov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHX1R4zZgC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uHX1R4zZgC .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uHX1R4zZgC .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uHX1R4zZgC .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uHX1R4zZgC .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uHX1R4zZgC .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uHX1R4zZgC .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uHX1R4zZgC .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uHX1R4zZgC .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uHX1R4zZgC .item a {
  font-weight: 600;
}
.cid-uHX1R4zZgC .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uHX1R4zZgC .item:last-child:after {
  display: none;
}
.cid-uHX1R4zZgC .footer__social {
  padding-bottom: 21px;
}
.cid-uHX1R4zZgC .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uHX1R4zZgC .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uHX1R4zZgC .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uHX1R4zZgC .footer__ink {
  text-align: right;
}
.cid-uHX1R4zZgC .copyright,
.cid-uHX1R4zZgC .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uHX1R4zZgC .footer__menu {
    padding-right: 0;
  }
}
.cid-uHXLYOqHzH {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uHXLYOqHzH .nav-link,
.cid-uHXLYOqHzH .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uHXLYOqHzH .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uHXLYOqHzH .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uHXLYOqHzH .nav-link.text-primary:hover,
.cid-uHXLYOqHzH .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uHXLYOqHzH .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uHXLYOqHzH .nav-link:hover:before {
  opacity: 1;
}
.cid-uHXLYOqHzH .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uHXLYOqHzH .nav-link {
    margin: 0 !important;
  }
}
.cid-uHXLYOqHzH .icons-menu {
  line-height: 0;
}
.cid-uHXLYOqHzH .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uHXLYOqHzH .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uHXLYOqHzH .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uHXLYOqHzH .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uHXLYOqHzH .dropdown-menu a {
  overflow: hidden;
}
.cid-uHXLYOqHzH .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHXLYOqHzH .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uHXLYOqHzH .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHXLYOqHzH .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uHXLYOqHzH .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHXLYOqHzH .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uHXLYOqHzH .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uHXLYOqHzH .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uHXLYOqHzH .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uHXLYOqHzH .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uHXLYOqHzH .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uHXLYOqHzH .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uHXLYOqHzH .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uHXLYOqHzH .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uHXLYOqHzH.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uHXLYOqHzH .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uHXLYOqHzH .btn {
    white-space: nowrap;
  }
  .cid-uHXLYOqHzH .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uHXLYOqHzH .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uHXLYOqHzH .nav-item.dropdown:hover::before,
  .cid-uHXLYOqHzH .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uHXLYOqHzH .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uHXLYOqHzH .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uHXLYOqHzH .navbar > .container,
.cid-uHXLYOqHzH .navbar > .container-fluid {
  align-items: center;
}
.cid-uHXLYOqHzH .dropdown-toggle::after,
.cid-uHXLYOqHzH .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uHXLYOqHzH .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uHXLYOqHzH .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uHXLYOqHzH .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uHXLYOqHzH .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uHXLYOqHzH .nav-item:focus,
.cid-uHXLYOqHzH .nav-link:focus {
  outline: none;
}
.cid-uHXLYOqHzH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXLYOqHzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXLYOqHzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uHXLYOqHzH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uHXLYOqHzH ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uHXLYOqHzH .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uHXLYOqHzH .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uHXLYOqHzH .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uHXLYOqHzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXLYOqHzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXLYOqHzH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uHXLYOqHzH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXLYOqHzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXLYOqHzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uHXLYOqHzH .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uHXLYOqHzH .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uHXLYOqHzH .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXLYOqHzH.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXLYOqHzH .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uHXLYOqHzH .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uHXLYOqHzH .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uHXLYOqHzH .navbar-logo {
    margin: 0;
  }
  .cid-uHXLYOqHzH .navbar-logo img {
    height: 60px !important;
  }
  .cid-uHXLYOqHzH .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uHXLYOqHzH .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXLYOqHzH .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uHXLYOqHzH .navbar {
    padding: 13px 90px;
  }
  .cid-uHXLYOqHzH .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uHXLYOqHzH .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uHXLYOqHzH .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uHXLYOqHzH .dropdown-toggle::after,
  .cid-uHXLYOqHzH .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uHXLYOqHzH .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uHXLYOqHzH a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uHXLYOqHzH ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uHXLYOqHzH .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uHXLYOqHzH .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uHXLYOqHzH.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uHXLYOqHzH.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uHXLYOqHzH.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXLYOqHzH.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uHXLYOqHzH .navbar {
    padding: 0 !important;
  }
  .cid-uHXLYOqHzH ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uHXLYOqHzH a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uHXLYOqHzH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uHXLYOqHzH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXLYOqHzH .dropdown-item.active,
.cid-uHXLYOqHzH .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXLYOqHzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHXLYOqHzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uHXLYOqHzH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHXLYOqHzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uHXLYOqHzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXLYOqHzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXLYOqHzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXLYOqHzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXLYOqHzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXLYOqHzH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXLYOqHzH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXLYOqHzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uHXLYOqHzH .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uHXLYOqHzH .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHXLYOqHzH .navbar {
    height: 97px;
  }
  .cid-uHXLYOqHzH .navbar.opened {
    height: auto;
  }
  .cid-uHXLYOqHzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHXLYP3PAj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHXLYP3PAj .title__block {
  position: relative;
  z-index: 10;
}
.cid-uHXLYP3PAj .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uHXLYP3PAj .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-uHXLYP3PAj .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uHXLYP3PAj .mbr-section-btn {
  padding-right: 150px;
}
.cid-uHXLYP3PAj .slider__block .container {
  padding: 0 15px;
}
.cid-uHXLYP3PAj .carousel {
  padding-bottom: 100px;
}
.cid-uHXLYP3PAj .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uHXLYP3PAj .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uHXLYP3PAj .carousel-item.active {
  opacity: 1;
}
.cid-uHXLYP3PAj .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uHXLYP3PAj .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uHXLYP3PAj .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHXLYP3PAj .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uHXLYP3PAj .carousel-item .cloneditem-1,
.cid-uHXLYP3PAj .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uHXLYP3PAj .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uHXLYP3PAj .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uHXLYP3PAj .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uHXLYP3PAj .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uHXLYP3PAj .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uHXLYP3PAj .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uHXLYP3PAj .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-uHXLYP3PAj .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uHXLYP3PAj .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uHXLYP3PAj .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uHXLYP3PAj .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uHXLYP3PAj .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uHXLYP3PAj .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-uHXLYP3PAj .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uHXLYP3PAj .cloneditem-1,
.cid-uHXLYP3PAj .cloneditem-2,
.cid-uHXLYP3PAj .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uHXLYP3PAj .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uHXLYP3PAj .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uHXLYP3PAj .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uHXLYP3PAj .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uHXLYP3PAj .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uHXLYP3PAj .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uHXLYP3PAj .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uHXLYP3PAj .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uHXLYP3PAj .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uHXLYP3PAj .carousel-inner.slides2 .cloneditem-1,
  .cid-uHXLYP3PAj .carousel-inner.slides2 .cloneditem-2,
  .cid-uHXLYP3PAj .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uHXLYP3PAj .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uHXLYP3PAj .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uHXLYP3PAj .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uHXLYP3PAj .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uHXLYP3PAj .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uHXLYP3PAj .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uHXLYP3PAj .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uHXLYP3PAj .carousel-inner.slides3 .cloneditem-1,
  .cid-uHXLYP3PAj .carousel-inner.slides3 .cloneditem-2,
  .cid-uHXLYP3PAj .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uHXLYP3PAj .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uHXLYP3PAj .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uHXLYP3PAj .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uHXLYP3PAj .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uHXLYP3PAj .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uHXLYP3PAj .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uHXLYP3PAj .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uHXLYP3PAj .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uHXLYP3PAj .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uHXLYP3PAj .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uHXLYP3PAj .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uHXLYP3PAj .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uHXLYP3PAj .carousel {
    padding-bottom: 50px;
  }
}
.cid-uHXLYPQLjJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHXLYPQLjJ .title__block {
  margin-bottom: 55px;
}
.cid-uHXLYPQLjJ .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHXLYPQLjJ .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uHXLYPQLjJ .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uHXLYPQLjJ .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uHXLYPQLjJ .card__content {
  display: block;
  width: 100%;
}
.cid-uHXLYPQLjJ .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uHXLYPQLjJ .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHXLYPQLjJ .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-uHXLYPQLjJ .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uHXLYPQLjJ .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uHXLYPQLjJ .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uHXLYPQLjJ .card__image {
    max-width: 90px;
  }
  .cid-uHXLYPQLjJ .card__image img {
    width: 70%;
  }
}
.cid-uHXLYPQLjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXLYPQLjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXLYPQLjJ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uHXLYQBOKo {
  padding-top: 5rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.cid-uHXLYQBOKo .decor-wrap {
  position: absolute;
  pointer-events: none;
  right: 0;
  width: 85%;
  height: 140%;
  border-radius: 100% 0 0 100%;
  background-color: #eef5f4;
}
@media (max-width: 1500px) {
  .cid-uHXLYQBOKo .decor-wrap {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .cid-uHXLYQBOKo .decor-wrap {
    width: 100%;
    border-radius: 0;
  }
}
.cid-uHXLYQBOKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXLYQBOKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXLYQBOKo .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uHXLYQBOKo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHXLYQBOKo .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uHXLYQBOKo .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uHXLYQBOKo .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHXLYQBOKo .item {
    margin-bottom: 46px;
  }
}
.cid-uHXLYQBOKo .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 22px;
}
.cid-uHXLYQBOKo .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
}
.cid-uHXLYQBOKo .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uHXLYQBOKo .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uHXLYQBOKo .item .card_1 .card-box .icon-wrapper .mbr-iconfont {
  color: #fe5925;
}
.cid-uHXLYQBOKo .item .card_2 .card-box .icon-wrapper .mbr-iconfont {
  color: #fe5925;
}
.cid-uHXLYQBOKo .item .card_3 .card-box .icon-wrapper .mbr-iconfont {
  color: #fe5925;
}
.cid-uHXLYQBOKo .mbr-section-title {
  color: #212529;
}
.cid-uHXLYQBOKo .item-title {
  color: #212529;
}
.cid-uHXLYQBOKo .item-text {
  color: #51565c;
}
.cid-uHXLYRieN9 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-uHXLYRieN9 .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-uHXLYRieN9 .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
  right: auto;
  left: 0;
}
.cid-uHXLYRieN9 .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-uHXLYRieN9 .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHXLYRieN9 .img__wrap .image img {
    height: auto;
  }
  .cid-uHXLYRieN9 .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-uHXLYRieN9 {
    padding-top: 10rem;
  }
  .cid-uHXLYRieN9 .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-uHXLYRieN9 {
    padding-top: 8rem;
  }
  .cid-uHXLYRieN9 .img__wrap {
    top: -60px;
  }
}
.cid-uHXLYRieN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXLYRieN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXLYRM6qo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uHXLYRM6qo .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uHXLYRM6qo .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uHXLYRM6qo .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uHXLYRM6qo .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uHXLYRM6qo .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uHXLYRM6qo .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uHXLYRM6qo .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uHXLYRM6qo .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uHXLYRM6qo .item a {
  font-weight: 600;
}
.cid-uHXLYRM6qo .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uHXLYRM6qo .item:last-child:after {
  display: none;
}
.cid-uHXLYRM6qo .footer__social {
  padding-bottom: 21px;
}
.cid-uHXLYRM6qo .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uHXLYRM6qo .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uHXLYRM6qo .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uHXLYRM6qo .footer__ink {
  text-align: right;
}
.cid-uHXLYRM6qo .copyright,
.cid-uHXLYRM6qo .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uHXLYRM6qo .footer__menu {
    padding-right: 0;
  }
}
.cid-uDOG1dg2hJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .nav-link,
.cid-uDOG1dg2hJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDOG1dg2hJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uDOG1dg2hJ .nav-link.text-primary:hover,
.cid-uDOG1dg2hJ .nav-link.text-primary:focus {
  color: #46877e !important;
}
.cid-uDOG1dg2hJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uDOG1dg2hJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uDOG1dg2hJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uDOG1dg2hJ .icons-menu {
  line-height: 0;
}
.cid-uDOG1dg2hJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uDOG1dg2hJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uDOG1dg2hJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-01-27-152343-825x661.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/kampcilik-2-825x330.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/ekran-grnts-2025-02-23-143760-825x583.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/karavan-dunyasi-1-825x464.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uDOG1dg2hJ .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uDOG1dg2hJ .btn {
    white-space: nowrap;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item.dropdown:hover::before,
  .cid-uDOG1dg2hJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDOG1dg2hJ .navbar > .container,
.cid-uDOG1dg2hJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uDOG1dg2hJ .dropdown-toggle::after,
.cid-uDOG1dg2hJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uDOG1dg2hJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uDOG1dg2hJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uDOG1dg2hJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uDOG1dg2hJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uDOG1dg2hJ .nav-item:focus,
.cid-uDOG1dg2hJ .nav-link:focus {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOG1dg2hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDOG1dg2hJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uDOG1dg2hJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uDOG1dg2hJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uDOG1dg2hJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDOG1dg2hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOG1dg2hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOG1dg2hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOG1dg2hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDOG1dg2hJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uDOG1dg2hJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOG1dg2hJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOG1dg2hJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uDOG1dg2hJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDOG1dg2hJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uDOG1dg2hJ .navbar-logo {
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uDOG1dg2hJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uDOG1dg2hJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDOG1dg2hJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uDOG1dg2hJ .navbar {
    padding: 13px 90px;
  }
  .cid-uDOG1dg2hJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uDOG1dg2hJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDOG1dg2hJ .dropdown-toggle::after,
  .cid-uDOG1dg2hJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uDOG1dg2hJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uDOG1dg2hJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uDOG1dg2hJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uDOG1dg2hJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDOG1dg2hJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uDOG1dg2hJ .navbar {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uDOG1dg2hJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uDOG1dg2hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uDOG1dg2hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOG1dg2hJ .dropdown-item.active,
.cid-uDOG1dg2hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDOG1dg2hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uDOG1dg2hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOG1dg2hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOG1dg2hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uDOG1dg2hJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uDOG1dg2hJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOG1dg2hJ .navbar {
    height: 97px;
  }
  .cid-uDOG1dg2hJ .navbar.opened {
    height: auto;
  }
  .cid-uDOG1dg2hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIfPRul2Hi {
  padding-top: 90px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uIfPRul2Hi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIfPRul2Hi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIfPRul2Hi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIfPRul2Hi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIfPRul2Hi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f23801;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f23801, #f7e4d6);
}
.cid-uIfPRul2Hi .icon-focus,
.cid-uIfPRul2Hi .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uIfPRul2Hi .icon-focus:before,
.cid-uIfPRul2Hi .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uIfPRul2Hi .icon-video {
  font-size: 1.5rem !important;
}
.cid-uIfPRul2Hi .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uIfPRul2Hi ul {
  font-size: 0;
}
.cid-uIfPRul2Hi .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uIfPRul2Hi .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uIfPRul2Hi .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-uIfPRul2Hi .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uIfPRul2Hi .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uIfPRul2Hi .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-uIfPRul2Hi .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uIfPRul2Hi .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uIfPRul2Hi .mbr-gallery-filter ul li:first-child,
.cid-uIfPRul2Hi .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uIfPRul2Hi .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uIfPRul2Hi .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uIfPRul2Hi .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uIfPRul2Hi .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uIfPRul2Hi .mbr-section-title b:last-child,
.cid-uIfPRul2Hi .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uIfPRul2Hi .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-uIfPRul2Hi .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-uIfPRul2Hi .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-uDOJmmGZMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ddebe9;
}
.cid-uDOJmmGZMq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uDOJmmGZMq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uDOJmmGZMq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uDOJmmGZMq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uDOJmmGZMq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDOJmmGZMq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uDOJmmGZMq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uDOJmmGZMq .item a {
  font-weight: 600;
}
.cid-uDOJmmGZMq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uDOJmmGZMq .item:last-child:after {
  display: none;
}
.cid-uDOJmmGZMq .footer__social {
  padding-bottom: 21px;
}
.cid-uDOJmmGZMq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uDOJmmGZMq .mbr-iconfont:hover {
  color: #46877e;
}
.cid-uDOJmmGZMq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #cce4f0;
}
.cid-uDOJmmGZMq .footer__ink {
  text-align: right;
}
.cid-uDOJmmGZMq .copyright,
.cid-uDOJmmGZMq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDOJmmGZMq .footer__menu {
    padding-right: 0;
  }
}
