.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Roboto Slab', serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto Slab', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto Slab', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #edefeb !important;
}
.bg-success {
  background-color: #ffa600 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #9fe870 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #757b62 !important;
  border-color: #757b62 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #757b62;
  color: #757b62;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #474b3c !important;
  background-color: transparent !important;
  border-color: #474b3c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #757b62 !important;
  border-color: #757b62 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #edefeb !important;
}
.text-secondary {
  color: #757b62 !important;
}
.text-success {
  color: #ffa600 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #9fe870 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bac2b2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3f4235 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #996400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #66d022 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #edefeb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #9fe870;
}
.mbr-gallery-filter li.active .btn {
  background-color: #edefeb;
  border-color: #edefeb;
  color: #7a886d;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #edefeb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #edefeb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #edefeb;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #edefeb;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #edefeb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #edefeb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #757b62 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23edefeb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u87z0OnJuL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u87z0OnJuL .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u87z0OnJuL .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u87z0OnJuL .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u87z0OnJuL .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u87z0OnJuL .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #edefeb;
  z-index: -1;
}
.cid-u87z0OnJuL nav.navbar {
  position: fixed;
}
.cid-u87z0OnJuL .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u87z0OnJuL .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u87z0OnJuL .nav-item {
    border: 0;
  }
}
.cid-u87z0OnJuL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u87z0OnJuL .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u87z0OnJuL .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u87z0OnJuL .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u87z0OnJuL .title-wrap:hover span {
  color: white;
}
.cid-u87z0OnJuL .title-wrap:hover:before {
  height: 100%;
}
.cid-u87z0OnJuL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u87z0OnJuL .dropdown-menu {
  padding: 0;
  border-top: 4px solid #edefeb;
}
.cid-u87z0OnJuL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u87z0OnJuL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u87z0OnJuL .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u87z0OnJuL .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u87z0OnJuL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u87z0OnJuL .nav-link {
  position: relative;
}
.cid-u87z0OnJuL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u87z0OnJuL .container {
    flex-wrap: nowrap;
  }
}
.cid-u87z0OnJuL .dropdown-menu,
.cid-u87z0OnJuL .navbar.opened {
  background: #ffffff !important;
}
.cid-u87z0OnJuL .nav-item:focus,
.cid-u87z0OnJuL .nav-link:focus {
  outline: none;
}
.cid-u87z0OnJuL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u87z0OnJuL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u87z0OnJuL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u87z0OnJuL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u87z0OnJuL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u87z0OnJuL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u87z0OnJuL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u87z0OnJuL .navbar.opened {
  transition: all 0.3s;
}
.cid-u87z0OnJuL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u87z0OnJuL .navbar .navbar-logo img {
  width: auto;
}
.cid-u87z0OnJuL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u87z0OnJuL .navbar.collapsed {
  justify-content: center;
}
.cid-u87z0OnJuL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u87z0OnJuL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u87z0OnJuL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u87z0OnJuL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u87z0OnJuL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u87z0OnJuL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u87z0OnJuL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u87z0OnJuL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u87z0OnJuL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u87z0OnJuL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u87z0OnJuL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u87z0OnJuL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u87z0OnJuL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u87z0OnJuL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u87z0OnJuL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u87z0OnJuL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u87z0OnJuL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u87z0OnJuL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u87z0OnJuL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u87z0OnJuL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u87z0OnJuL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u87z0OnJuL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u87z0OnJuL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u87z0OnJuL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u87z0OnJuL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u87z0OnJuL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u87z0OnJuL .dropdown-item.active,
.cid-u87z0OnJuL .dropdown-item:active {
  background-color: transparent;
}
.cid-u87z0OnJuL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u87z0OnJuL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u87z0OnJuL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u87z0OnJuL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u87z0OnJuL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u87z0OnJuL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u87z0OnJuL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u87z0OnJuL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u87z0OnJuL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u87z0OnJuL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u87z0OnJuL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u87z0OnJuL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u87z0OnJuL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u87z0OnJuL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u87z0OnJuL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u87z0OnJuL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u87z0OnJuL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u87z0OnJuL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u87z0OnJuL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u87z0OnJuL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u87z0OnJuL .navbar {
    height: 70px;
  }
  .cid-u87z0OnJuL .navbar.opened {
    height: auto;
  }
  .cid-u87z0OnJuL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u87z0OnJuL .navbar-caption-wrap,
.cid-u87z0OnJuL .title-wrap {
  color: #272727;
}
.cid-u87B78CqG0 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}
.cid-u87B78CqG0 .item-img {
  position: relative;
}
.cid-u87B78CqG0 .button1 {
  background: #a6a99c;
}
.cid-u87B78CqG0 .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u87B78CqG0 .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u87B78CqG0 .button2 {
  background: #a6a99c;
}
@media (max-width: 767px) {
  .cid-u87B78CqG0 .button2 {
    margin-top: 1rem;
  }
}
.cid-u87B78CqG0 .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u87B78CqG0 .title {
    top: 25%;
  }
}
.cid-u87B78CqG0 .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u87B78CqG0 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u87B78CqG0 .image-wrapper {
    min-height: 400px;
  }
}
.cid-u87B78CqG0 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u87B78CqG0 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u87B78CqG0 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u87B78CqG0 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u87B78CqG0 .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u87B78CqG0 .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u87B78CqG0 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u87B78CqG0 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u87B78CqG0 .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u87B78CqG0 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u87B78CqG0 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u87B78CqG0 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u87B78CqG0 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u87B78CqG0 .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u87B78CqG0 .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u87B78CqG0 img,
.cid-u87B78CqG0 .item-img {
  width: 100%;
}
.cid-u87B78CqG0 .item-title2,
.cid-u87B78CqG0 .icon2 {
  color: #2a2c2d;
}
.cid-u87B78CqG0 .item-title1,
.cid-u87B78CqG0 .icon1 {
  color: #ffffff;
}
.cid-u87B78CqG0 .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u87B78CqG0 .main-title DIV {
  text-align: center;
}
.cid-u87TL1Cikk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u87TL1Cikk .item-img {
  position: relative;
}
.cid-u87TL1Cikk .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u87TL1Cikk .cardbg {
  background: #edefeb;
  height: 100%;
  min-height: 300px;
}
.cid-u87TL1Cikk .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u87TL1Cikk .image-wrapper {
  overflow: hidden;
}
.cid-u87TL1Cikk .item1 {
  margin-bottom: 2rem !important;
}
.cid-u87TL1Cikk .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u87TL1Cikk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u87TL1Cikk .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u87TL1Cikk .item1,
.cid-u87TL1Cikk .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u87TL1Cikk .item1 .item:hover,
.cid-u87TL1Cikk .item .item:hover {
  cursor: pointer;
}
.cid-u87TL1Cikk .item1:hover .link-icon-wrapper span,
.cid-u87TL1Cikk .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u87TL1Cikk .card2 {
    margin-top: 1rem;
  }
}
.cid-u87TL1Cikk .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u87TL1Cikk .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u87TL1Cikk .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u87TL1Cikk .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u87TL1Cikk .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u87TL1Cikk .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u87TL1Cikk .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u87TL1Cikk .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u87TL1Cikk .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u87TL1Cikk img,
.cid-u87TL1Cikk .item-img {
  width: 100%;
}
.cid-u87TL1Cikk .item:focus,
.cid-u87TL1Cikk span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u87TL1Cikk .item {
    margin-bottom: 1rem;
  }
}
.cid-u87TL1Cikk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u87TL1Cikk .item-title {
  text-align: left;
  color: #000000;
}
.cid-u87TL1Cikk .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u87TL1Cikk .mbr-section-subtitle,
.cid-u87TL1Cikk .subtitle-wrap,
.cid-u87TL1Cikk .mbr-section-btn {
  text-align: left;
}
.cid-u87TL1Cikk .mbr-text,
.cid-u87TL1Cikk .item .mbr-section-btn {
  color: #000000;
}
.cid-u87W6Wpnbz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u87W6Wpnbz .item-img {
  position: relative;
}
.cid-u87W6Wpnbz .item-img img {
  transition: all 0.2s;
}
.cid-u87W6Wpnbz .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u87W6Wpnbz .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-u87W6Wpnbz .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u87W6Wpnbz .item:hover img {
  transform: scale(1.05);
}
.cid-u87W6Wpnbz .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u87W6Wpnbz .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-u87W6Wpnbz .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u87W6Wpnbz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u87W6Wpnbz .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u87W6Wpnbz .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u87W6Wpnbz .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u87W6Wpnbz .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u87W6Wpnbz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u87W6Wpnbz .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u87W6Wpnbz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u87W6Wpnbz .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u87W6Wpnbz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u87W6Wpnbz .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u87W6Wpnbz img,
.cid-u87W6Wpnbz .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u87W6Wpnbz .item:focus,
.cid-u87W6Wpnbz span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u87W6Wpnbz .item {
    margin-bottom: 1rem;
  }
}
.cid-u87W6Wpnbz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u87W6Wpnbz .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u87W6Wpnbz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u87W6Wpnbz .mbr-section-subtitle,
.cid-u87W6Wpnbz .subtitle-wrap,
.cid-u87W6Wpnbz .mbr-section-btn {
  text-align: center;
}
.cid-u87W6Wpnbz .mbr-text,
.cid-u87W6Wpnbz .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u883PQY7zL {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-u883PQY7zL p {
  margin: 0;
}
.cid-u883PQY7zL .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u883PQY7zL blockquote {
  margin: 0;
  border: none;
  position: relative;
}
.cid-u883PQY7zL blockquote p {
  position: relative;
  z-index: 1;
}
.cid-u883PQY7zL blockquote::before {
  content: "''";
  position: absolute;
  top: 30%;
  right: 45%;
  height: 50px;
  font-size: 12rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #941c00;
  transform: rotate(180deg) translateX(-50%);
  opacity: 0.2;
}
.cid-u883PQY7zL .mbr-quote {
  color: #6b6b6b;
  text-align: center;
}
.cid-u880HEVEyy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hukuku.jpg");
}
.cid-u880HEVEyy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u880HEVEyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u880HEVEyy .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-u880HEVEyy .container {
    padding: 0 22px;
  }
}
.cid-u880HEVEyy .row {
  position: relative;
  z-index: 1;
}
.cid-u880HEVEyy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u880HEVEyy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u880HEVEyy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u880HEVEyy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u880HEVEyy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u880HEVEyy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u880HEVEyy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u880HEVEyy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u880HEVEyy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u880HEVEyy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u880HEVEyy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u880HEVEyy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u880HEVEyy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u880HEVEyy .nav-wrapper .list .item-wrap:hover,
.cid-u880HEVEyy .nav-wrapper .list .item-wrap:hover {
  color: #a6a99c;
}
.cid-u880HEVEyy .nav-wrapper .list .item-wrap:hover::before,
.cid-u880HEVEyy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u880HEVEyy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u880HEVEyy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u880HEVEyy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u880HEVEyy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u880HEVEyy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u880HEVEyy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u880HEVEyy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u880HEVEyy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u880HEVEyy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #a6a99c;
}
.cid-u880HEVEyy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u880HEVEyy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u880HEVEyy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u880HEVEyy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u880HEVEyy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u880HEVEyy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u880HEVEyy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u880HEVEyy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u880HEVEyy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u880HEVEyy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u880HEVEyy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u880HEVEyy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u880HEVEyy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u880HEVEyy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u880HEVEyy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u880HEVEyy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #a6a99c;
}
.cid-u880HEVEyy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u880HEVEyy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #a6a99c;
  text-align: center;
}
.cid-u880HEVEyy .mbr-section-title {
  color: #ffffff;
}
.cid-u880HEVEyy .mbr-text {
  color: #a6a99c;
}
.cid-u880HEVEyy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u880HEVEyy .list {
  color: #ffffff;
}
.cid-u880HEVEyy .mbr-contact {
  color: #ffffff;
}
.cid-u880HEVEyy .mbr-desc {
  color: #ffffff;
}
.cid-u880HEVEyy .list,
.cid-u880HEVEyy .item-wrap {
  color: #edefeb;
}
.cid-u884Zb8r0e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u884Zb8r0e .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u884Zb8r0e .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u884Zb8r0e .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u884Zb8r0e .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u884Zb8r0e .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #edefeb;
  z-index: -1;
}
.cid-u884Zb8r0e nav.navbar {
  position: fixed;
}
.cid-u884Zb8r0e .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u884Zb8r0e .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u884Zb8r0e .nav-item {
    border: 0;
  }
}
.cid-u884Zb8r0e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u884Zb8r0e .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u884Zb8r0e .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u884Zb8r0e .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u884Zb8r0e .title-wrap:hover span {
  color: white;
}
.cid-u884Zb8r0e .title-wrap:hover:before {
  height: 100%;
}
.cid-u884Zb8r0e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u884Zb8r0e .dropdown-menu {
  padding: 0;
  border-top: 4px solid #edefeb;
}
.cid-u884Zb8r0e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u884Zb8r0e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u884Zb8r0e .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u884Zb8r0e .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u884Zb8r0e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u884Zb8r0e .nav-link {
  position: relative;
}
.cid-u884Zb8r0e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u884Zb8r0e .container {
    flex-wrap: nowrap;
  }
}
.cid-u884Zb8r0e .dropdown-menu,
.cid-u884Zb8r0e .navbar.opened {
  background: #ffffff !important;
}
.cid-u884Zb8r0e .nav-item:focus,
.cid-u884Zb8r0e .nav-link:focus {
  outline: none;
}
.cid-u884Zb8r0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u884Zb8r0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u884Zb8r0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u884Zb8r0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u884Zb8r0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u884Zb8r0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u884Zb8r0e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u884Zb8r0e .navbar.opened {
  transition: all 0.3s;
}
.cid-u884Zb8r0e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u884Zb8r0e .navbar .navbar-logo img {
  width: auto;
}
.cid-u884Zb8r0e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u884Zb8r0e .navbar.collapsed {
  justify-content: center;
}
.cid-u884Zb8r0e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u884Zb8r0e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u884Zb8r0e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u884Zb8r0e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u884Zb8r0e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u884Zb8r0e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u884Zb8r0e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u884Zb8r0e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u884Zb8r0e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u884Zb8r0e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u884Zb8r0e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u884Zb8r0e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u884Zb8r0e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u884Zb8r0e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u884Zb8r0e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u884Zb8r0e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u884Zb8r0e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u884Zb8r0e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u884Zb8r0e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u884Zb8r0e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u884Zb8r0e .navbar.navbar-short {
  min-height: 60px;
}
.cid-u884Zb8r0e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u884Zb8r0e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u884Zb8r0e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u884Zb8r0e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u884Zb8r0e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u884Zb8r0e .dropdown-item.active,
.cid-u884Zb8r0e .dropdown-item:active {
  background-color: transparent;
}
.cid-u884Zb8r0e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u884Zb8r0e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u884Zb8r0e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u884Zb8r0e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u884Zb8r0e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u884Zb8r0e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u884Zb8r0e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u884Zb8r0e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u884Zb8r0e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u884Zb8r0e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u884Zb8r0e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u884Zb8r0e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u884Zb8r0e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u884Zb8r0e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u884Zb8r0e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u884Zb8r0e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u884Zb8r0e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u884Zb8r0e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u884Zb8r0e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u884Zb8r0e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u884Zb8r0e .navbar {
    height: 70px;
  }
  .cid-u884Zb8r0e .navbar.opened {
    height: auto;
  }
  .cid-u884Zb8r0e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u884Zb8r0e .navbar-caption-wrap,
.cid-u884Zb8r0e .title-wrap {
  color: #272727;
}
.cid-u885gxSuoq {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ceza-hukuku.jpg");
}
.cid-u885gxSuoq .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-u885gxSuoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u885gxSuoq .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u885gxSuoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u885gxSuoq .btn:hover {
  transform: scale(1.1);
  background: #757b62 !important;
  border-color: #757b62 !important;
  color: #edefeb !important;
}
.cid-u885gxSuoq .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u885gxSuoq .btn div {
  overflow: hidden;
}
.cid-u885gxSuoq .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u885gxSuoq {
    align-items: flex-end;
  }
  .cid-u885gxSuoq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u885gxSuoq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u885gxSuoq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u885gxSuoq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u885gxSuoq .content-wrap {
    width: 100%;
  }
}
.cid-u885gxSuoq .mbr-section-subtitle,
.cid-u885gxSuoq .line {
  color: #ffffff;
}
.cid-u885gxSuoq .mbr-text,
.cid-u885gxSuoq .mbr-section-btn {
  text-align: right;
}
.cid-u886j776fK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u886j776fK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u886j776fK .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-u886j776fK .container {
    padding: 0 16px;
  }
}
.cid-u886j776fK .image-wrapper {
  height: 100%;
}
.cid-u886j776fK .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u886j776fK .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-u886j776fK .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-u886j776fK .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-u886j776fK .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-u886j776fK .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u886j776fK .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-u886j776fK .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u886j776fK .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u886j776fK .mbr-section-title {
  color: #1c1c1c;
}
.cid-u886j776fK .mbr-text {
  color: #1c1c1c;
}
.cid-u887dmghym {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-u887dmghym .mbr-fallback-image.disabled {
  display: none;
}
.cid-u887dmghym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u884ZhTTDP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hukuku.jpg");
}
.cid-u884ZhTTDP::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u884ZhTTDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u884ZhTTDP .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-u884ZhTTDP .container {
    padding: 0 22px;
  }
}
.cid-u884ZhTTDP .row {
  position: relative;
  z-index: 1;
}
.cid-u884ZhTTDP .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u884ZhTTDP .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u884ZhTTDP .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u884ZhTTDP .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u884ZhTTDP .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u884ZhTTDP .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u884ZhTTDP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u884ZhTTDP .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u884ZhTTDP .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u884ZhTTDP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u884ZhTTDP .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u884ZhTTDP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u884ZhTTDP .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u884ZhTTDP .nav-wrapper .list .item-wrap:hover,
.cid-u884ZhTTDP .nav-wrapper .list .item-wrap:hover {
  color: #a6a99c;
}
.cid-u884ZhTTDP .nav-wrapper .list .item-wrap:hover::before,
.cid-u884ZhTTDP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u884ZhTTDP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u884ZhTTDP .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u884ZhTTDP .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u884ZhTTDP .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u884ZhTTDP .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u884ZhTTDP .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u884ZhTTDP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u884ZhTTDP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u884ZhTTDP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #a6a99c;
}
.cid-u884ZhTTDP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u884ZhTTDP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u884ZhTTDP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u884ZhTTDP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u884ZhTTDP .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u884ZhTTDP .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u884ZhTTDP .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u884ZhTTDP .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u884ZhTTDP .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u884ZhTTDP .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u884ZhTTDP .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u884ZhTTDP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u884ZhTTDP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u884ZhTTDP .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u884ZhTTDP .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u884ZhTTDP .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #a6a99c;
}
.cid-u884ZhTTDP .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u884ZhTTDP .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #a6a99c;
  text-align: center;
}
.cid-u884ZhTTDP .mbr-section-title {
  color: #ffffff;
}
.cid-u884ZhTTDP .mbr-text {
  color: #a6a99c;
}
.cid-u884ZhTTDP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u884ZhTTDP .list {
  color: #ffffff;
}
.cid-u884ZhTTDP .mbr-contact {
  color: #ffffff;
}
.cid-u884ZhTTDP .mbr-desc {
  color: #ffffff;
}
.cid-u884ZhTTDP .list,
.cid-u884ZhTTDP .item-wrap {
  color: #edefeb;
}
.cid-u887HWOeYL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u887HWOeYL .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u887HWOeYL .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u887HWOeYL .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u887HWOeYL .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u887HWOeYL .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #edefeb;
  z-index: -1;
}
.cid-u887HWOeYL nav.navbar {
  position: fixed;
}
.cid-u887HWOeYL .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u887HWOeYL .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u887HWOeYL .nav-item {
    border: 0;
  }
}
.cid-u887HWOeYL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u887HWOeYL .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u887HWOeYL .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u887HWOeYL .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u887HWOeYL .title-wrap:hover span {
  color: white;
}
.cid-u887HWOeYL .title-wrap:hover:before {
  height: 100%;
}
.cid-u887HWOeYL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u887HWOeYL .dropdown-menu {
  padding: 0;
  border-top: 4px solid #edefeb;
}
.cid-u887HWOeYL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u887HWOeYL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u887HWOeYL .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u887HWOeYL .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u887HWOeYL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u887HWOeYL .nav-link {
  position: relative;
}
.cid-u887HWOeYL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u887HWOeYL .container {
    flex-wrap: nowrap;
  }
}
.cid-u887HWOeYL .dropdown-menu,
.cid-u887HWOeYL .navbar.opened {
  background: #ffffff !important;
}
.cid-u887HWOeYL .nav-item:focus,
.cid-u887HWOeYL .nav-link:focus {
  outline: none;
}
.cid-u887HWOeYL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u887HWOeYL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u887HWOeYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u887HWOeYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u887HWOeYL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u887HWOeYL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u887HWOeYL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u887HWOeYL .navbar.opened {
  transition: all 0.3s;
}
.cid-u887HWOeYL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u887HWOeYL .navbar .navbar-logo img {
  width: auto;
}
.cid-u887HWOeYL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u887HWOeYL .navbar.collapsed {
  justify-content: center;
}
.cid-u887HWOeYL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u887HWOeYL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u887HWOeYL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u887HWOeYL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u887HWOeYL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u887HWOeYL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u887HWOeYL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u887HWOeYL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u887HWOeYL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u887HWOeYL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u887HWOeYL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u887HWOeYL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u887HWOeYL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u887HWOeYL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u887HWOeYL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u887HWOeYL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u887HWOeYL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u887HWOeYL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u887HWOeYL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u887HWOeYL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u887HWOeYL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u887HWOeYL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u887HWOeYL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u887HWOeYL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u887HWOeYL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u887HWOeYL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u887HWOeYL .dropdown-item.active,
.cid-u887HWOeYL .dropdown-item:active {
  background-color: transparent;
}
.cid-u887HWOeYL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u887HWOeYL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u887HWOeYL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u887HWOeYL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u887HWOeYL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u887HWOeYL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u887HWOeYL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u887HWOeYL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u887HWOeYL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u887HWOeYL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u887HWOeYL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u887HWOeYL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u887HWOeYL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u887HWOeYL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u887HWOeYL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u887HWOeYL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u887HWOeYL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u887HWOeYL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u887HWOeYL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u887HWOeYL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u887HWOeYL .navbar {
    height: 70px;
  }
  .cid-u887HWOeYL .navbar.opened {
    height: auto;
  }
  .cid-u887HWOeYL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u887HWOeYL .navbar-caption-wrap,
.cid-u887HWOeYL .title-wrap {
  color: #272727;
}
.cid-u887HXQPJN {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ceza-hukuku.jpg");
}
.cid-u887HXQPJN .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-u887HXQPJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u887HXQPJN .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u887HXQPJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u887HXQPJN .btn:hover {
  transform: scale(1.1);
  background: #757b62 !important;
  border-color: #757b62 !important;
  color: #edefeb !important;
}
.cid-u887HXQPJN .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u887HXQPJN .btn div {
  overflow: hidden;
}
.cid-u887HXQPJN .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u887HXQPJN {
    align-items: flex-end;
  }
  .cid-u887HXQPJN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u887HXQPJN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u887HXQPJN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u887HXQPJN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u887HXQPJN .content-wrap {
    width: 100%;
  }
}
.cid-u887HXQPJN .mbr-section-subtitle,
.cid-u887HXQPJN .line {
  color: #ffffff;
}
.cid-u887HXQPJN .mbr-text,
.cid-u887HXQPJN .mbr-section-btn {
  text-align: right;
}
.cid-u887HZhcba {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-u887HZhcba .mbr-fallback-image.disabled {
  display: none;
}
.cid-u887HZhcba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u887HZZbzI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hukuku.jpg");
}
.cid-u887HZZbzI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u887HZZbzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u887HZZbzI .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-u887HZZbzI .container {
    padding: 0 22px;
  }
}
.cid-u887HZZbzI .row {
  position: relative;
  z-index: 1;
}
.cid-u887HZZbzI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u887HZZbzI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u887HZZbzI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u887HZZbzI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u887HZZbzI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u887HZZbzI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u887HZZbzI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u887HZZbzI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u887HZZbzI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u887HZZbzI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u887HZZbzI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u887HZZbzI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u887HZZbzI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u887HZZbzI .nav-wrapper .list .item-wrap:hover,
.cid-u887HZZbzI .nav-wrapper .list .item-wrap:hover {
  color: #a6a99c;
}
.cid-u887HZZbzI .nav-wrapper .list .item-wrap:hover::before,
.cid-u887HZZbzI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u887HZZbzI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u887HZZbzI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u887HZZbzI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u887HZZbzI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u887HZZbzI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u887HZZbzI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u887HZZbzI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u887HZZbzI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u887HZZbzI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #a6a99c;
}
.cid-u887HZZbzI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u887HZZbzI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u887HZZbzI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u887HZZbzI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u887HZZbzI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u887HZZbzI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u887HZZbzI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u887HZZbzI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u887HZZbzI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u887HZZbzI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u887HZZbzI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u887HZZbzI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u887HZZbzI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u887HZZbzI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u887HZZbzI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u887HZZbzI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #a6a99c;
}
.cid-u887HZZbzI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u887HZZbzI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #a6a99c;
  text-align: center;
}
.cid-u887HZZbzI .mbr-section-title {
  color: #ffffff;
}
.cid-u887HZZbzI .mbr-text {
  color: #a6a99c;
}
.cid-u887HZZbzI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u887HZZbzI .list {
  color: #ffffff;
}
.cid-u887HZZbzI .mbr-contact {
  color: #ffffff;
}
.cid-u887HZZbzI .mbr-desc {
  color: #ffffff;
}
.cid-u887HZZbzI .list,
.cid-u887HZZbzI .item-wrap {
  color: #edefeb;
}
.cid-u888Wz9skH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u888Wz9skH .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u888Wz9skH .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u888Wz9skH .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u888Wz9skH .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u888Wz9skH .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #edefeb;
  z-index: -1;
}
.cid-u888Wz9skH nav.navbar {
  position: fixed;
}
.cid-u888Wz9skH .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u888Wz9skH .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u888Wz9skH .nav-item {
    border: 0;
  }
}
.cid-u888Wz9skH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u888Wz9skH .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u888Wz9skH .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u888Wz9skH .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u888Wz9skH .title-wrap:hover span {
  color: white;
}
.cid-u888Wz9skH .title-wrap:hover:before {
  height: 100%;
}
.cid-u888Wz9skH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u888Wz9skH .dropdown-menu {
  padding: 0;
  border-top: 4px solid #edefeb;
}
.cid-u888Wz9skH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u888Wz9skH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u888Wz9skH .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u888Wz9skH .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u888Wz9skH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u888Wz9skH .nav-link {
  position: relative;
}
.cid-u888Wz9skH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u888Wz9skH .container {
    flex-wrap: nowrap;
  }
}
.cid-u888Wz9skH .dropdown-menu,
.cid-u888Wz9skH .navbar.opened {
  background: #ffffff !important;
}
.cid-u888Wz9skH .nav-item:focus,
.cid-u888Wz9skH .nav-link:focus {
  outline: none;
}
.cid-u888Wz9skH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u888Wz9skH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u888Wz9skH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u888Wz9skH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u888Wz9skH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u888Wz9skH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u888Wz9skH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u888Wz9skH .navbar.opened {
  transition: all 0.3s;
}
.cid-u888Wz9skH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u888Wz9skH .navbar .navbar-logo img {
  width: auto;
}
.cid-u888Wz9skH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u888Wz9skH .navbar.collapsed {
  justify-content: center;
}
.cid-u888Wz9skH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u888Wz9skH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u888Wz9skH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u888Wz9skH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u888Wz9skH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u888Wz9skH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u888Wz9skH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u888Wz9skH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u888Wz9skH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u888Wz9skH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u888Wz9skH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u888Wz9skH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u888Wz9skH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u888Wz9skH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u888Wz9skH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u888Wz9skH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u888Wz9skH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u888Wz9skH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u888Wz9skH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u888Wz9skH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u888Wz9skH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u888Wz9skH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u888Wz9skH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u888Wz9skH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u888Wz9skH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u888Wz9skH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u888Wz9skH .dropdown-item.active,
.cid-u888Wz9skH .dropdown-item:active {
  background-color: transparent;
}
.cid-u888Wz9skH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u888Wz9skH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u888Wz9skH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u888Wz9skH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u888Wz9skH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u888Wz9skH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u888Wz9skH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u888Wz9skH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u888Wz9skH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u888Wz9skH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u888Wz9skH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u888Wz9skH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u888Wz9skH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u888Wz9skH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u888Wz9skH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u888Wz9skH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u888Wz9skH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u888Wz9skH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u888Wz9skH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u888Wz9skH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u888Wz9skH .navbar {
    height: 70px;
  }
  .cid-u888Wz9skH .navbar.opened {
    height: auto;
  }
  .cid-u888Wz9skH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u888Wz9skH .navbar-caption-wrap,
.cid-u888Wz9skH .title-wrap {
  color: #272727;
}
.cid-u888WAfrM2 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ceza-hukuku.jpg");
}
.cid-u888WAfrM2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-u888WAfrM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u888WAfrM2 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u888WAfrM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u888WAfrM2 .btn:hover {
  transform: scale(1.1);
  background: #757b62 !important;
  border-color: #757b62 !important;
  color: #edefeb !important;
}
.cid-u888WAfrM2 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u888WAfrM2 .btn div {
  overflow: hidden;
}
.cid-u888WAfrM2 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u888WAfrM2 {
    align-items: flex-end;
  }
  .cid-u888WAfrM2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u888WAfrM2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u888WAfrM2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u888WAfrM2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u888WAfrM2 .content-wrap {
    width: 100%;
  }
}
.cid-u888WAfrM2 .mbr-section-subtitle,
.cid-u888WAfrM2 .line {
  color: #ffffff;
}
.cid-u888WAfrM2 .mbr-text,
.cid-u888WAfrM2 .mbr-section-btn {
  text-align: right;
}
.cid-u888WB3NZA {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-u888WB3NZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u888WB3NZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u888WBKm5i {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hukuku.jpg");
}
.cid-u888WBKm5i::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u888WBKm5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u888WBKm5i .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-u888WBKm5i .container {
    padding: 0 22px;
  }
}
.cid-u888WBKm5i .row {
  position: relative;
  z-index: 1;
}
.cid-u888WBKm5i .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u888WBKm5i .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u888WBKm5i .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u888WBKm5i .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u888WBKm5i .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u888WBKm5i .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u888WBKm5i .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u888WBKm5i .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u888WBKm5i .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u888WBKm5i .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u888WBKm5i .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u888WBKm5i .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u888WBKm5i .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u888WBKm5i .nav-wrapper .list .item-wrap:hover,
.cid-u888WBKm5i .nav-wrapper .list .item-wrap:hover {
  color: #a6a99c;
}
.cid-u888WBKm5i .nav-wrapper .list .item-wrap:hover::before,
.cid-u888WBKm5i .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u888WBKm5i .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u888WBKm5i .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u888WBKm5i .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u888WBKm5i .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u888WBKm5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u888WBKm5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u888WBKm5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u888WBKm5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u888WBKm5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #a6a99c;
}
.cid-u888WBKm5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u888WBKm5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u888WBKm5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u888WBKm5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u888WBKm5i .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u888WBKm5i .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u888WBKm5i .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u888WBKm5i .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u888WBKm5i .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u888WBKm5i .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u888WBKm5i .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u888WBKm5i .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u888WBKm5i .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u888WBKm5i .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u888WBKm5i .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u888WBKm5i .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #a6a99c;
}
.cid-u888WBKm5i .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u888WBKm5i .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #a6a99c;
  text-align: center;
}
.cid-u888WBKm5i .mbr-section-title {
  color: #ffffff;
}
.cid-u888WBKm5i .mbr-text {
  color: #a6a99c;
}
.cid-u888WBKm5i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u888WBKm5i .list {
  color: #ffffff;
}
.cid-u888WBKm5i .mbr-contact {
  color: #ffffff;
}
.cid-u888WBKm5i .mbr-desc {
  color: #ffffff;
}
.cid-u888WBKm5i .list,
.cid-u888WBKm5i .item-wrap {
  color: #edefeb;
}
.cid-u88989ByUJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u88989ByUJ .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u88989ByUJ .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u88989ByUJ .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u88989ByUJ .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u88989ByUJ .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #edefeb;
  z-index: -1;
}
.cid-u88989ByUJ nav.navbar {
  position: fixed;
}
.cid-u88989ByUJ .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u88989ByUJ .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u88989ByUJ .nav-item {
    border: 0;
  }
}
.cid-u88989ByUJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88989ByUJ .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u88989ByUJ .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u88989ByUJ .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u88989ByUJ .title-wrap:hover span {
  color: white;
}
.cid-u88989ByUJ .title-wrap:hover:before {
  height: 100%;
}
.cid-u88989ByUJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u88989ByUJ .dropdown-menu {
  padding: 0;
  border-top: 4px solid #edefeb;
}
.cid-u88989ByUJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u88989ByUJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u88989ByUJ .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u88989ByUJ .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u88989ByUJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u88989ByUJ .nav-link {
  position: relative;
}
.cid-u88989ByUJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u88989ByUJ .container {
    flex-wrap: nowrap;
  }
}
.cid-u88989ByUJ .dropdown-menu,
.cid-u88989ByUJ .navbar.opened {
  background: #ffffff !important;
}
.cid-u88989ByUJ .nav-item:focus,
.cid-u88989ByUJ .nav-link:focus {
  outline: none;
}
.cid-u88989ByUJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u88989ByUJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u88989ByUJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u88989ByUJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u88989ByUJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u88989ByUJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u88989ByUJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u88989ByUJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u88989ByUJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u88989ByUJ .navbar .navbar-logo img {
  width: auto;
}
.cid-u88989ByUJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u88989ByUJ .navbar.collapsed {
  justify-content: center;
}
.cid-u88989ByUJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u88989ByUJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u88989ByUJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u88989ByUJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u88989ByUJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u88989ByUJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u88989ByUJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u88989ByUJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u88989ByUJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u88989ByUJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u88989ByUJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u88989ByUJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u88989ByUJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u88989ByUJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u88989ByUJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u88989ByUJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u88989ByUJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u88989ByUJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u88989ByUJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u88989ByUJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u88989ByUJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u88989ByUJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u88989ByUJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u88989ByUJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u88989ByUJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u88989ByUJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u88989ByUJ .dropdown-item.active,
.cid-u88989ByUJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u88989ByUJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u88989ByUJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u88989ByUJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u88989ByUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u88989ByUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u88989ByUJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u88989ByUJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u88989ByUJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u88989ByUJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u88989ByUJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u88989ByUJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u88989ByUJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u88989ByUJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u88989ByUJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u88989ByUJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u88989ByUJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u88989ByUJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u88989ByUJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u88989ByUJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u88989ByUJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u88989ByUJ .navbar {
    height: 70px;
  }
  .cid-u88989ByUJ .navbar.opened {
    height: auto;
  }
  .cid-u88989ByUJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u88989ByUJ .navbar-caption-wrap,
.cid-u88989ByUJ .title-wrap {
  color: #272727;
}
.cid-u8898bj7dI {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ceza-hukuku.jpg");
}
.cid-u8898bj7dI .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-u8898bj7dI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8898bj7dI .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8898bj7dI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8898bj7dI .btn:hover {
  transform: scale(1.1);
  background: #757b62 !important;
  border-color: #757b62 !important;
  color: #edefeb !important;
}
.cid-u8898bj7dI .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u8898bj7dI .btn div {
  overflow: hidden;
}
.cid-u8898bj7dI .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u8898bj7dI {
    align-items: flex-end;
  }
  .cid-u8898bj7dI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8898bj7dI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8898bj7dI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8898bj7dI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8898bj7dI .content-wrap {
    width: 100%;
  }
}
.cid-u8898bj7dI .mbr-section-subtitle,
.cid-u8898bj7dI .line {
  color: #ffffff;
}
.cid-u8898bj7dI .mbr-text,
.cid-u8898bj7dI .mbr-section-btn {
  text-align: right;
}
.cid-u8898cFcks {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-u8898cFcks .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8898cFcks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8898dqcbQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hukuku.jpg");
}
.cid-u8898dqcbQ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u8898dqcbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8898dqcbQ .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-u8898dqcbQ .container {
    padding: 0 22px;
  }
}
.cid-u8898dqcbQ .row {
  position: relative;
  z-index: 1;
}
.cid-u8898dqcbQ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u8898dqcbQ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u8898dqcbQ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u8898dqcbQ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8898dqcbQ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8898dqcbQ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u8898dqcbQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8898dqcbQ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8898dqcbQ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u8898dqcbQ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8898dqcbQ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u8898dqcbQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u8898dqcbQ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u8898dqcbQ .nav-wrapper .list .item-wrap:hover,
.cid-u8898dqcbQ .nav-wrapper .list .item-wrap:hover {
  color: #a6a99c;
}
.cid-u8898dqcbQ .nav-wrapper .list .item-wrap:hover::before,
.cid-u8898dqcbQ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u8898dqcbQ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u8898dqcbQ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8898dqcbQ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8898dqcbQ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u8898dqcbQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8898dqcbQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u8898dqcbQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u8898dqcbQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u8898dqcbQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #a6a99c;
}
.cid-u8898dqcbQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u8898dqcbQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u8898dqcbQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u8898dqcbQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u8898dqcbQ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8898dqcbQ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8898dqcbQ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u8898dqcbQ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u8898dqcbQ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u8898dqcbQ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u8898dqcbQ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u8898dqcbQ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u8898dqcbQ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u8898dqcbQ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u8898dqcbQ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u8898dqcbQ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #a6a99c;
}
.cid-u8898dqcbQ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u8898dqcbQ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #a6a99c;
  text-align: center;
}
.cid-u8898dqcbQ .mbr-section-title {
  color: #ffffff;
}
.cid-u8898dqcbQ .mbr-text {
  color: #a6a99c;
}
.cid-u8898dqcbQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8898dqcbQ .list {
  color: #ffffff;
}
.cid-u8898dqcbQ .mbr-contact {
  color: #ffffff;
}
.cid-u8898dqcbQ .mbr-desc {
  color: #ffffff;
}
.cid-u8898dqcbQ .list,
.cid-u8898dqcbQ .item-wrap {
  color: #edefeb;
}
.cid-u889gWvkl6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u889gWvkl6 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u889gWvkl6 .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u889gWvkl6 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u889gWvkl6 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u889gWvkl6 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #edefeb;
  z-index: -1;
}
.cid-u889gWvkl6 nav.navbar {
  position: fixed;
}
.cid-u889gWvkl6 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u889gWvkl6 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u889gWvkl6 .nav-item {
    border: 0;
  }
}
.cid-u889gWvkl6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u889gWvkl6 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u889gWvkl6 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u889gWvkl6 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u889gWvkl6 .title-wrap:hover span {
  color: white;
}
.cid-u889gWvkl6 .title-wrap:hover:before {
  height: 100%;
}
.cid-u889gWvkl6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u889gWvkl6 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #edefeb;
}
.cid-u889gWvkl6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u889gWvkl6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u889gWvkl6 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u889gWvkl6 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u889gWvkl6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u889gWvkl6 .nav-link {
  position: relative;
}
.cid-u889gWvkl6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u889gWvkl6 .container {
    flex-wrap: nowrap;
  }
}
.cid-u889gWvkl6 .dropdown-menu,
.cid-u889gWvkl6 .navbar.opened {
  background: #ffffff !important;
}
.cid-u889gWvkl6 .nav-item:focus,
.cid-u889gWvkl6 .nav-link:focus {
  outline: none;
}
.cid-u889gWvkl6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u889gWvkl6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u889gWvkl6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u889gWvkl6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u889gWvkl6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u889gWvkl6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u889gWvkl6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u889gWvkl6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u889gWvkl6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u889gWvkl6 .navbar .navbar-logo img {
  width: auto;
}
.cid-u889gWvkl6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u889gWvkl6 .navbar.collapsed {
  justify-content: center;
}
.cid-u889gWvkl6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u889gWvkl6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u889gWvkl6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u889gWvkl6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u889gWvkl6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u889gWvkl6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u889gWvkl6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u889gWvkl6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u889gWvkl6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u889gWvkl6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u889gWvkl6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u889gWvkl6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u889gWvkl6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u889gWvkl6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u889gWvkl6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u889gWvkl6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u889gWvkl6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u889gWvkl6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u889gWvkl6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u889gWvkl6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u889gWvkl6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u889gWvkl6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u889gWvkl6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u889gWvkl6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u889gWvkl6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u889gWvkl6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u889gWvkl6 .dropdown-item.active,
.cid-u889gWvkl6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u889gWvkl6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u889gWvkl6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u889gWvkl6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u889gWvkl6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u889gWvkl6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u889gWvkl6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u889gWvkl6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u889gWvkl6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u889gWvkl6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u889gWvkl6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u889gWvkl6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u889gWvkl6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u889gWvkl6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u889gWvkl6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u889gWvkl6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u889gWvkl6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u889gWvkl6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u889gWvkl6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u889gWvkl6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u889gWvkl6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u889gWvkl6 .navbar {
    height: 70px;
  }
  .cid-u889gWvkl6 .navbar.opened {
    height: auto;
  }
  .cid-u889gWvkl6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u889gWvkl6 .navbar-caption-wrap,
.cid-u889gWvkl6 .title-wrap {
  color: #272727;
}
.cid-u889gYsRts {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ceza-hukuku.jpg");
}
.cid-u889gYsRts .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-u889gYsRts .mbr-fallback-image.disabled {
  display: none;
}
.cid-u889gYsRts .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u889gYsRts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u889gYsRts .btn:hover {
  transform: scale(1.1);
  background: #757b62 !important;
  border-color: #757b62 !important;
  color: #edefeb !important;
}
.cid-u889gYsRts .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u889gYsRts .btn div {
  overflow: hidden;
}
.cid-u889gYsRts .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u889gYsRts {
    align-items: flex-end;
  }
  .cid-u889gYsRts .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u889gYsRts .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u889gYsRts {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u889gYsRts .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u889gYsRts .content-wrap {
    width: 100%;
  }
}
.cid-u889gYsRts .mbr-section-subtitle,
.cid-u889gYsRts .line {
  color: #ffffff;
}
.cid-u889gYsRts .mbr-text,
.cid-u889gYsRts .mbr-section-btn {
  text-align: right;
}
.cid-u889gZVvdU {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-u889gZVvdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u889gZVvdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u889h0zWIS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hukuku.jpg");
}
.cid-u889h0zWIS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u889h0zWIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u889h0zWIS .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-u889h0zWIS .container {
    padding: 0 22px;
  }
}
.cid-u889h0zWIS .row {
  position: relative;
  z-index: 1;
}
.cid-u889h0zWIS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u889h0zWIS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u889h0zWIS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u889h0zWIS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u889h0zWIS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u889h0zWIS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u889h0zWIS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u889h0zWIS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u889h0zWIS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u889h0zWIS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u889h0zWIS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u889h0zWIS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u889h0zWIS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u889h0zWIS .nav-wrapper .list .item-wrap:hover,
.cid-u889h0zWIS .nav-wrapper .list .item-wrap:hover {
  color: #a6a99c;
}
.cid-u889h0zWIS .nav-wrapper .list .item-wrap:hover::before,
.cid-u889h0zWIS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u889h0zWIS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u889h0zWIS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u889h0zWIS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u889h0zWIS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u889h0zWIS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u889h0zWIS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u889h0zWIS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u889h0zWIS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u889h0zWIS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #a6a99c;
}
.cid-u889h0zWIS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u889h0zWIS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u889h0zWIS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u889h0zWIS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u889h0zWIS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u889h0zWIS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u889h0zWIS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u889h0zWIS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u889h0zWIS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u889h0zWIS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u889h0zWIS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u889h0zWIS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u889h0zWIS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u889h0zWIS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u889h0zWIS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u889h0zWIS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #a6a99c;
}
.cid-u889h0zWIS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u889h0zWIS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #a6a99c;
  text-align: center;
}
.cid-u889h0zWIS .mbr-section-title {
  color: #ffffff;
}
.cid-u889h0zWIS .mbr-text {
  color: #a6a99c;
}
.cid-u889h0zWIS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u889h0zWIS .list {
  color: #ffffff;
}
.cid-u889h0zWIS .mbr-contact {
  color: #ffffff;
}
.cid-u889h0zWIS .mbr-desc {
  color: #ffffff;
}
.cid-u889h0zWIS .list,
.cid-u889h0zWIS .item-wrap {
  color: #edefeb;
}
.cid-u889wrKjtw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u889wrKjtw .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u889wrKjtw .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u889wrKjtw .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u889wrKjtw .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u889wrKjtw .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #edefeb;
  z-index: -1;
}
.cid-u889wrKjtw nav.navbar {
  position: fixed;
}
.cid-u889wrKjtw .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u889wrKjtw .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u889wrKjtw .nav-item {
    border: 0;
  }
}
.cid-u889wrKjtw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u889wrKjtw .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u889wrKjtw .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u889wrKjtw .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u889wrKjtw .title-wrap:hover span {
  color: white;
}
.cid-u889wrKjtw .title-wrap:hover:before {
  height: 100%;
}
.cid-u889wrKjtw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u889wrKjtw .dropdown-menu {
  padding: 0;
  border-top: 4px solid #edefeb;
}
.cid-u889wrKjtw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u889wrKjtw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u889wrKjtw .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u889wrKjtw .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u889wrKjtw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u889wrKjtw .nav-link {
  position: relative;
}
.cid-u889wrKjtw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u889wrKjtw .container {
    flex-wrap: nowrap;
  }
}
.cid-u889wrKjtw .dropdown-menu,
.cid-u889wrKjtw .navbar.opened {
  background: #ffffff !important;
}
.cid-u889wrKjtw .nav-item:focus,
.cid-u889wrKjtw .nav-link:focus {
  outline: none;
}
.cid-u889wrKjtw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u889wrKjtw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u889wrKjtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u889wrKjtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u889wrKjtw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u889wrKjtw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u889wrKjtw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u889wrKjtw .navbar.opened {
  transition: all 0.3s;
}
.cid-u889wrKjtw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u889wrKjtw .navbar .navbar-logo img {
  width: auto;
}
.cid-u889wrKjtw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u889wrKjtw .navbar.collapsed {
  justify-content: center;
}
.cid-u889wrKjtw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u889wrKjtw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u889wrKjtw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u889wrKjtw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u889wrKjtw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u889wrKjtw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u889wrKjtw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u889wrKjtw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u889wrKjtw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u889wrKjtw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u889wrKjtw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u889wrKjtw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u889wrKjtw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u889wrKjtw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u889wrKjtw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u889wrKjtw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u889wrKjtw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u889wrKjtw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u889wrKjtw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u889wrKjtw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u889wrKjtw .navbar.navbar-short {
  min-height: 60px;
}
.cid-u889wrKjtw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u889wrKjtw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u889wrKjtw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u889wrKjtw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u889wrKjtw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u889wrKjtw .dropdown-item.active,
.cid-u889wrKjtw .dropdown-item:active {
  background-color: transparent;
}
.cid-u889wrKjtw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u889wrKjtw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u889wrKjtw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u889wrKjtw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u889wrKjtw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u889wrKjtw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u889wrKjtw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u889wrKjtw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u889wrKjtw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u889wrKjtw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u889wrKjtw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u889wrKjtw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u889wrKjtw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u889wrKjtw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u889wrKjtw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u889wrKjtw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u889wrKjtw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u889wrKjtw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u889wrKjtw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u889wrKjtw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u889wrKjtw .navbar {
    height: 70px;
  }
  .cid-u889wrKjtw .navbar.opened {
    height: auto;
  }
  .cid-u889wrKjtw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u889wrKjtw .navbar-caption-wrap,
.cid-u889wrKjtw .title-wrap {
  color: #272727;
}
.cid-u889wsMMru {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ceza-hukuku.jpg");
}
.cid-u889wsMMru .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-u889wsMMru .mbr-fallback-image.disabled {
  display: none;
}
.cid-u889wsMMru .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u889wsMMru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u889wsMMru .btn:hover {
  transform: scale(1.1);
  background: #757b62 !important;
  border-color: #757b62 !important;
  color: #edefeb !important;
}
.cid-u889wsMMru .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u889wsMMru .btn div {
  overflow: hidden;
}
.cid-u889wsMMru .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u889wsMMru {
    align-items: flex-end;
  }
  .cid-u889wsMMru .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u889wsMMru .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u889wsMMru {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u889wsMMru .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u889wsMMru .content-wrap {
    width: 100%;
  }
}
.cid-u889wsMMru .mbr-section-subtitle,
.cid-u889wsMMru .line {
  color: #ffffff;
}
.cid-u889wsMMru .mbr-text,
.cid-u889wsMMru .mbr-section-btn {
  text-align: right;
}
.cid-u889wtyAXw {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-u889wtyAXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u889wtyAXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u889wutfuY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hukuku.jpg");
}
.cid-u889wutfuY::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u889wutfuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u889wutfuY .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-u889wutfuY .container {
    padding: 0 22px;
  }
}
.cid-u889wutfuY .row {
  position: relative;
  z-index: 1;
}
.cid-u889wutfuY .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u889wutfuY .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u889wutfuY .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u889wutfuY .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u889wutfuY .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u889wutfuY .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u889wutfuY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u889wutfuY .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u889wutfuY .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u889wutfuY .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u889wutfuY .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u889wutfuY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u889wutfuY .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u889wutfuY .nav-wrapper .list .item-wrap:hover,
.cid-u889wutfuY .nav-wrapper .list .item-wrap:hover {
  color: #a6a99c;
}
.cid-u889wutfuY .nav-wrapper .list .item-wrap:hover::before,
.cid-u889wutfuY .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u889wutfuY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u889wutfuY .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u889wutfuY .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u889wutfuY .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u889wutfuY .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u889wutfuY .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u889wutfuY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u889wutfuY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u889wutfuY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #a6a99c;
}
.cid-u889wutfuY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u889wutfuY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u889wutfuY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u889wutfuY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u889wutfuY .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u889wutfuY .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u889wutfuY .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u889wutfuY .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u889wutfuY .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u889wutfuY .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u889wutfuY .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u889wutfuY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u889wutfuY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u889wutfuY .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u889wutfuY .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u889wutfuY .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #a6a99c;
}
.cid-u889wutfuY .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u889wutfuY .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #a6a99c;
  text-align: center;
}
.cid-u889wutfuY .mbr-section-title {
  color: #ffffff;
}
.cid-u889wutfuY .mbr-text {
  color: #a6a99c;
}
.cid-u889wutfuY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u889wutfuY .list {
  color: #ffffff;
}
.cid-u889wutfuY .mbr-contact {
  color: #ffffff;
}
.cid-u889wutfuY .mbr-desc {
  color: #ffffff;
}
.cid-u889wutfuY .list,
.cid-u889wutfuY .item-wrap {
  color: #edefeb;
}
.cid-u889HdPct9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u889HdPct9 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u889HdPct9 .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u889HdPct9 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u889HdPct9 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u889HdPct9 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #edefeb;
  z-index: -1;
}
.cid-u889HdPct9 nav.navbar {
  position: fixed;
}
.cid-u889HdPct9 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u889HdPct9 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u889HdPct9 .nav-item {
    border: 0;
  }
}
.cid-u889HdPct9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u889HdPct9 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u889HdPct9 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u889HdPct9 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u889HdPct9 .title-wrap:hover span {
  color: white;
}
.cid-u889HdPct9 .title-wrap:hover:before {
  height: 100%;
}
.cid-u889HdPct9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u889HdPct9 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #edefeb;
}
.cid-u889HdPct9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u889HdPct9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u889HdPct9 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u889HdPct9 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u889HdPct9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u889HdPct9 .nav-link {
  position: relative;
}
.cid-u889HdPct9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u889HdPct9 .container {
    flex-wrap: nowrap;
  }
}
.cid-u889HdPct9 .dropdown-menu,
.cid-u889HdPct9 .navbar.opened {
  background: #ffffff !important;
}
.cid-u889HdPct9 .nav-item:focus,
.cid-u889HdPct9 .nav-link:focus {
  outline: none;
}
.cid-u889HdPct9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u889HdPct9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u889HdPct9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u889HdPct9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u889HdPct9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u889HdPct9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u889HdPct9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u889HdPct9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u889HdPct9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u889HdPct9 .navbar .navbar-logo img {
  width: auto;
}
.cid-u889HdPct9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u889HdPct9 .navbar.collapsed {
  justify-content: center;
}
.cid-u889HdPct9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u889HdPct9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u889HdPct9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u889HdPct9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u889HdPct9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u889HdPct9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u889HdPct9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u889HdPct9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u889HdPct9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u889HdPct9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u889HdPct9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u889HdPct9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u889HdPct9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u889HdPct9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u889HdPct9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u889HdPct9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u889HdPct9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u889HdPct9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u889HdPct9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u889HdPct9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u889HdPct9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u889HdPct9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u889HdPct9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u889HdPct9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u889HdPct9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u889HdPct9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u889HdPct9 .dropdown-item.active,
.cid-u889HdPct9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u889HdPct9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u889HdPct9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u889HdPct9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u889HdPct9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u889HdPct9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u889HdPct9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u889HdPct9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u889HdPct9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u889HdPct9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u889HdPct9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u889HdPct9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u889HdPct9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u889HdPct9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u889HdPct9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u889HdPct9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u889HdPct9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u889HdPct9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u889HdPct9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u889HdPct9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u889HdPct9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u889HdPct9 .navbar {
    height: 70px;
  }
  .cid-u889HdPct9 .navbar.opened {
    height: auto;
  }
  .cid-u889HdPct9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u889HdPct9 .navbar-caption-wrap,
.cid-u889HdPct9 .title-wrap {
  color: #272727;
}
.cid-u889Hfjl3X {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ceza-hukuku.jpg");
}
.cid-u889Hfjl3X .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-u889Hfjl3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u889Hfjl3X .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u889Hfjl3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u889Hfjl3X .btn:hover {
  transform: scale(1.1);
  background: #757b62 !important;
  border-color: #757b62 !important;
  color: #edefeb !important;
}
.cid-u889Hfjl3X .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u889Hfjl3X .btn div {
  overflow: hidden;
}
.cid-u889Hfjl3X .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u889Hfjl3X {
    align-items: flex-end;
  }
  .cid-u889Hfjl3X .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u889Hfjl3X .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u889Hfjl3X {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u889Hfjl3X .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u889Hfjl3X .content-wrap {
    width: 100%;
  }
}
.cid-u889Hfjl3X .mbr-section-subtitle,
.cid-u889Hfjl3X .line {
  color: #ffffff;
}
.cid-u889Hfjl3X .mbr-text,
.cid-u889Hfjl3X .mbr-section-btn {
  text-align: right;
}
.cid-u889HgrOqk {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-u889HgrOqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u889HgrOqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u889HhByfM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hukuku.jpg");
}
.cid-u889HhByfM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u889HhByfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u889HhByfM .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-u889HhByfM .container {
    padding: 0 22px;
  }
}
.cid-u889HhByfM .row {
  position: relative;
  z-index: 1;
}
.cid-u889HhByfM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u889HhByfM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u889HhByfM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u889HhByfM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u889HhByfM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u889HhByfM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u889HhByfM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u889HhByfM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u889HhByfM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u889HhByfM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u889HhByfM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u889HhByfM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u889HhByfM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u889HhByfM .nav-wrapper .list .item-wrap:hover,
.cid-u889HhByfM .nav-wrapper .list .item-wrap:hover {
  color: #a6a99c;
}
.cid-u889HhByfM .nav-wrapper .list .item-wrap:hover::before,
.cid-u889HhByfM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u889HhByfM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u889HhByfM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u889HhByfM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u889HhByfM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u889HhByfM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u889HhByfM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u889HhByfM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u889HhByfM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u889HhByfM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #a6a99c;
}
.cid-u889HhByfM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u889HhByfM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u889HhByfM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u889HhByfM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u889HhByfM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u889HhByfM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u889HhByfM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u889HhByfM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u889HhByfM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u889HhByfM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u889HhByfM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u889HhByfM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u889HhByfM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u889HhByfM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u889HhByfM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u889HhByfM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #a6a99c;
}
.cid-u889HhByfM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u889HhByfM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #a6a99c;
  text-align: center;
}
.cid-u889HhByfM .mbr-section-title {
  color: #ffffff;
}
.cid-u889HhByfM .mbr-text {
  color: #a6a99c;
}
.cid-u889HhByfM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u889HhByfM .list {
  color: #ffffff;
}
.cid-u889HhByfM .mbr-contact {
  color: #ffffff;
}
.cid-u889HhByfM .mbr-desc {
  color: #ffffff;
}
.cid-u889HhByfM .list,
.cid-u889HhByfM .item-wrap {
  color: #edefeb;
}
.cid-u88acbWuiN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u88acbWuiN .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u88acbWuiN .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u88acbWuiN .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u88acbWuiN .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u88acbWuiN .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #edefeb;
  z-index: -1;
}
.cid-u88acbWuiN nav.navbar {
  position: fixed;
}
.cid-u88acbWuiN .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u88acbWuiN .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u88acbWuiN .nav-item {
    border: 0;
  }
}
.cid-u88acbWuiN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88acbWuiN .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u88acbWuiN .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u88acbWuiN .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u88acbWuiN .title-wrap:hover span {
  color: white;
}
.cid-u88acbWuiN .title-wrap:hover:before {
  height: 100%;
}
.cid-u88acbWuiN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u88acbWuiN .dropdown-menu {
  padding: 0;
  border-top: 4px solid #edefeb;
}
.cid-u88acbWuiN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u88acbWuiN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u88acbWuiN .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u88acbWuiN .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u88acbWuiN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u88acbWuiN .nav-link {
  position: relative;
}
.cid-u88acbWuiN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u88acbWuiN .container {
    flex-wrap: nowrap;
  }
}
.cid-u88acbWuiN .dropdown-menu,
.cid-u88acbWuiN .navbar.opened {
  background: #ffffff !important;
}
.cid-u88acbWuiN .nav-item:focus,
.cid-u88acbWuiN .nav-link:focus {
  outline: none;
}
.cid-u88acbWuiN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u88acbWuiN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u88acbWuiN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u88acbWuiN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u88acbWuiN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u88acbWuiN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u88acbWuiN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u88acbWuiN .navbar.opened {
  transition: all 0.3s;
}
.cid-u88acbWuiN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u88acbWuiN .navbar .navbar-logo img {
  width: auto;
}
.cid-u88acbWuiN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u88acbWuiN .navbar.collapsed {
  justify-content: center;
}
.cid-u88acbWuiN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u88acbWuiN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u88acbWuiN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u88acbWuiN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u88acbWuiN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u88acbWuiN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u88acbWuiN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u88acbWuiN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u88acbWuiN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u88acbWuiN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u88acbWuiN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u88acbWuiN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u88acbWuiN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u88acbWuiN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u88acbWuiN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u88acbWuiN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u88acbWuiN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u88acbWuiN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u88acbWuiN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u88acbWuiN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u88acbWuiN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u88acbWuiN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u88acbWuiN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u88acbWuiN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u88acbWuiN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u88acbWuiN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u88acbWuiN .dropdown-item.active,
.cid-u88acbWuiN .dropdown-item:active {
  background-color: transparent;
}
.cid-u88acbWuiN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u88acbWuiN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u88acbWuiN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u88acbWuiN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u88acbWuiN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u88acbWuiN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u88acbWuiN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u88acbWuiN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u88acbWuiN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u88acbWuiN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u88acbWuiN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u88acbWuiN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u88acbWuiN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u88acbWuiN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u88acbWuiN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u88acbWuiN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u88acbWuiN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u88acbWuiN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u88acbWuiN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u88acbWuiN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u88acbWuiN .navbar {
    height: 70px;
  }
  .cid-u88acbWuiN .navbar.opened {
    height: auto;
  }
  .cid-u88acbWuiN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u88acbWuiN .navbar-caption-wrap,
.cid-u88acbWuiN .title-wrap {
  color: #272727;
}
.cid-u88acdTM3B {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ceza-hukuku.jpg");
}
.cid-u88acdTM3B .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-u88acdTM3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88acdTM3B .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u88acdTM3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88acdTM3B .btn:hover {
  transform: scale(1.1);
  background: #757b62 !important;
  border-color: #757b62 !important;
  color: #edefeb !important;
}
.cid-u88acdTM3B .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u88acdTM3B .btn div {
  overflow: hidden;
}
.cid-u88acdTM3B .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u88acdTM3B {
    align-items: flex-end;
  }
  .cid-u88acdTM3B .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u88acdTM3B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u88acdTM3B {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u88acdTM3B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u88acdTM3B .content-wrap {
    width: 100%;
  }
}
.cid-u88acdTM3B .mbr-section-subtitle,
.cid-u88acdTM3B .line {
  color: #ffffff;
}
.cid-u88acdTM3B .mbr-text,
.cid-u88acdTM3B .mbr-section-btn {
  text-align: right;
}
.cid-u88aceBCdl {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-u88aceBCdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88aceBCdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88acfen80 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hukuku.jpg");
}
.cid-u88acfen80::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u88acfen80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88acfen80 .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-u88acfen80 .container {
    padding: 0 22px;
  }
}
.cid-u88acfen80 .row {
  position: relative;
  z-index: 1;
}
.cid-u88acfen80 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u88acfen80 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u88acfen80 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u88acfen80 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u88acfen80 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u88acfen80 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u88acfen80 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u88acfen80 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88acfen80 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u88acfen80 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88acfen80 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u88acfen80 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u88acfen80 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u88acfen80 .nav-wrapper .list .item-wrap:hover,
.cid-u88acfen80 .nav-wrapper .list .item-wrap:hover {
  color: #a6a99c;
}
.cid-u88acfen80 .nav-wrapper .list .item-wrap:hover::before,
.cid-u88acfen80 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u88acfen80 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u88acfen80 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u88acfen80 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u88acfen80 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u88acfen80 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u88acfen80 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u88acfen80 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u88acfen80 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u88acfen80 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #a6a99c;
}
.cid-u88acfen80 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u88acfen80 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u88acfen80 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u88acfen80 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u88acfen80 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u88acfen80 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u88acfen80 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u88acfen80 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u88acfen80 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u88acfen80 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u88acfen80 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u88acfen80 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u88acfen80 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u88acfen80 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u88acfen80 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u88acfen80 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #a6a99c;
}
.cid-u88acfen80 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u88acfen80 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #a6a99c;
  text-align: center;
}
.cid-u88acfen80 .mbr-section-title {
  color: #ffffff;
}
.cid-u88acfen80 .mbr-text {
  color: #a6a99c;
}
.cid-u88acfen80 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u88acfen80 .list {
  color: #ffffff;
}
.cid-u88acfen80 .mbr-contact {
  color: #ffffff;
}
.cid-u88acfen80 .mbr-desc {
  color: #ffffff;
}
.cid-u88acfen80 .list,
.cid-u88acfen80 .item-wrap {
  color: #edefeb;
}
.cid-u88aiLUNeS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u88aiLUNeS .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u88aiLUNeS .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u88aiLUNeS .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u88aiLUNeS .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u88aiLUNeS .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #edefeb;
  z-index: -1;
}
.cid-u88aiLUNeS nav.navbar {
  position: fixed;
}
.cid-u88aiLUNeS .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u88aiLUNeS .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u88aiLUNeS .nav-item {
    border: 0;
  }
}
.cid-u88aiLUNeS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88aiLUNeS .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u88aiLUNeS .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u88aiLUNeS .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u88aiLUNeS .title-wrap:hover span {
  color: white;
}
.cid-u88aiLUNeS .title-wrap:hover:before {
  height: 100%;
}
.cid-u88aiLUNeS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u88aiLUNeS .dropdown-menu {
  padding: 0;
  border-top: 4px solid #edefeb;
}
.cid-u88aiLUNeS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u88aiLUNeS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u88aiLUNeS .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u88aiLUNeS .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u88aiLUNeS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u88aiLUNeS .nav-link {
  position: relative;
}
.cid-u88aiLUNeS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u88aiLUNeS .container {
    flex-wrap: nowrap;
  }
}
.cid-u88aiLUNeS .dropdown-menu,
.cid-u88aiLUNeS .navbar.opened {
  background: #ffffff !important;
}
.cid-u88aiLUNeS .nav-item:focus,
.cid-u88aiLUNeS .nav-link:focus {
  outline: none;
}
.cid-u88aiLUNeS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u88aiLUNeS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u88aiLUNeS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u88aiLUNeS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u88aiLUNeS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u88aiLUNeS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u88aiLUNeS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u88aiLUNeS .navbar.opened {
  transition: all 0.3s;
}
.cid-u88aiLUNeS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u88aiLUNeS .navbar .navbar-logo img {
  width: auto;
}
.cid-u88aiLUNeS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u88aiLUNeS .navbar.collapsed {
  justify-content: center;
}
.cid-u88aiLUNeS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u88aiLUNeS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u88aiLUNeS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u88aiLUNeS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u88aiLUNeS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u88aiLUNeS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u88aiLUNeS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u88aiLUNeS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u88aiLUNeS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u88aiLUNeS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u88aiLUNeS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u88aiLUNeS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u88aiLUNeS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u88aiLUNeS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u88aiLUNeS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u88aiLUNeS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u88aiLUNeS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u88aiLUNeS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u88aiLUNeS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u88aiLUNeS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u88aiLUNeS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u88aiLUNeS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u88aiLUNeS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u88aiLUNeS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u88aiLUNeS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u88aiLUNeS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u88aiLUNeS .dropdown-item.active,
.cid-u88aiLUNeS .dropdown-item:active {
  background-color: transparent;
}
.cid-u88aiLUNeS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u88aiLUNeS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u88aiLUNeS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u88aiLUNeS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u88aiLUNeS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u88aiLUNeS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u88aiLUNeS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u88aiLUNeS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u88aiLUNeS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u88aiLUNeS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u88aiLUNeS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u88aiLUNeS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u88aiLUNeS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u88aiLUNeS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u88aiLUNeS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u88aiLUNeS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u88aiLUNeS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u88aiLUNeS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u88aiLUNeS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u88aiLUNeS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u88aiLUNeS .navbar {
    height: 70px;
  }
  .cid-u88aiLUNeS .navbar.opened {
    height: auto;
  }
  .cid-u88aiLUNeS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u88aiLUNeS .navbar-caption-wrap,
.cid-u88aiLUNeS .title-wrap {
  color: #272727;
}
.cid-u88aiMY1r5 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ceza-hukuku.jpg");
}
.cid-u88aiMY1r5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-u88aiMY1r5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88aiMY1r5 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u88aiMY1r5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88aiMY1r5 .btn:hover {
  transform: scale(1.1);
  background: #757b62 !important;
  border-color: #757b62 !important;
  color: #edefeb !important;
}
.cid-u88aiMY1r5 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u88aiMY1r5 .btn div {
  overflow: hidden;
}
.cid-u88aiMY1r5 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u88aiMY1r5 {
    align-items: flex-end;
  }
  .cid-u88aiMY1r5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u88aiMY1r5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u88aiMY1r5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u88aiMY1r5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u88aiMY1r5 .content-wrap {
    width: 100%;
  }
}
.cid-u88aiMY1r5 .mbr-section-subtitle,
.cid-u88aiMY1r5 .line {
  color: #ffffff;
}
.cid-u88aiMY1r5 .mbr-text,
.cid-u88aiMY1r5 .mbr-section-btn {
  text-align: right;
}
.cid-u88aiNMQBr {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-u88aiNMQBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88aiNMQBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88aiOrM5Z {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hukuku.jpg");
}
.cid-u88aiOrM5Z::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u88aiOrM5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88aiOrM5Z .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-u88aiOrM5Z .container {
    padding: 0 22px;
  }
}
.cid-u88aiOrM5Z .row {
  position: relative;
  z-index: 1;
}
.cid-u88aiOrM5Z .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u88aiOrM5Z .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u88aiOrM5Z .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u88aiOrM5Z .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u88aiOrM5Z .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u88aiOrM5Z .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u88aiOrM5Z .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u88aiOrM5Z .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88aiOrM5Z .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u88aiOrM5Z .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88aiOrM5Z .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u88aiOrM5Z .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u88aiOrM5Z .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u88aiOrM5Z .nav-wrapper .list .item-wrap:hover,
.cid-u88aiOrM5Z .nav-wrapper .list .item-wrap:hover {
  color: #a6a99c;
}
.cid-u88aiOrM5Z .nav-wrapper .list .item-wrap:hover::before,
.cid-u88aiOrM5Z .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u88aiOrM5Z .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u88aiOrM5Z .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u88aiOrM5Z .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u88aiOrM5Z .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u88aiOrM5Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u88aiOrM5Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u88aiOrM5Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u88aiOrM5Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u88aiOrM5Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #a6a99c;
}
.cid-u88aiOrM5Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u88aiOrM5Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u88aiOrM5Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u88aiOrM5Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u88aiOrM5Z .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u88aiOrM5Z .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u88aiOrM5Z .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u88aiOrM5Z .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u88aiOrM5Z .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u88aiOrM5Z .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u88aiOrM5Z .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u88aiOrM5Z .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u88aiOrM5Z .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u88aiOrM5Z .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u88aiOrM5Z .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u88aiOrM5Z .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #a6a99c;
}
.cid-u88aiOrM5Z .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u88aiOrM5Z .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #a6a99c;
  text-align: center;
}
.cid-u88aiOrM5Z .mbr-section-title {
  color: #ffffff;
}
.cid-u88aiOrM5Z .mbr-text {
  color: #a6a99c;
}
.cid-u88aiOrM5Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u88aiOrM5Z .list {
  color: #ffffff;
}
.cid-u88aiOrM5Z .mbr-contact {
  color: #ffffff;
}
.cid-u88aiOrM5Z .mbr-desc {
  color: #ffffff;
}
.cid-u88aiOrM5Z .list,
.cid-u88aiOrM5Z .item-wrap {
  color: #edefeb;
}
.cid-u88avpmw5D {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u88avpmw5D .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u88avpmw5D .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u88avpmw5D .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u88avpmw5D .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u88avpmw5D .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #edefeb;
  z-index: -1;
}
.cid-u88avpmw5D nav.navbar {
  position: fixed;
}
.cid-u88avpmw5D .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u88avpmw5D .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u88avpmw5D .nav-item {
    border: 0;
  }
}
.cid-u88avpmw5D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88avpmw5D .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u88avpmw5D .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u88avpmw5D .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u88avpmw5D .title-wrap:hover span {
  color: white;
}
.cid-u88avpmw5D .title-wrap:hover:before {
  height: 100%;
}
.cid-u88avpmw5D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u88avpmw5D .dropdown-menu {
  padding: 0;
  border-top: 4px solid #edefeb;
}
.cid-u88avpmw5D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u88avpmw5D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u88avpmw5D .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u88avpmw5D .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u88avpmw5D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u88avpmw5D .nav-link {
  position: relative;
}
.cid-u88avpmw5D .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u88avpmw5D .container {
    flex-wrap: nowrap;
  }
}
.cid-u88avpmw5D .dropdown-menu,
.cid-u88avpmw5D .navbar.opened {
  background: #ffffff !important;
}
.cid-u88avpmw5D .nav-item:focus,
.cid-u88avpmw5D .nav-link:focus {
  outline: none;
}
.cid-u88avpmw5D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u88avpmw5D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u88avpmw5D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u88avpmw5D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u88avpmw5D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u88avpmw5D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u88avpmw5D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u88avpmw5D .navbar.opened {
  transition: all 0.3s;
}
.cid-u88avpmw5D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u88avpmw5D .navbar .navbar-logo img {
  width: auto;
}
.cid-u88avpmw5D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u88avpmw5D .navbar.collapsed {
  justify-content: center;
}
.cid-u88avpmw5D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u88avpmw5D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u88avpmw5D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u88avpmw5D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u88avpmw5D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u88avpmw5D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u88avpmw5D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u88avpmw5D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u88avpmw5D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u88avpmw5D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u88avpmw5D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u88avpmw5D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u88avpmw5D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u88avpmw5D .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u88avpmw5D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u88avpmw5D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u88avpmw5D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u88avpmw5D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u88avpmw5D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u88avpmw5D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u88avpmw5D .navbar.navbar-short {
  min-height: 60px;
}
.cid-u88avpmw5D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u88avpmw5D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u88avpmw5D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u88avpmw5D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u88avpmw5D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u88avpmw5D .dropdown-item.active,
.cid-u88avpmw5D .dropdown-item:active {
  background-color: transparent;
}
.cid-u88avpmw5D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u88avpmw5D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u88avpmw5D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u88avpmw5D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u88avpmw5D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u88avpmw5D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u88avpmw5D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u88avpmw5D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u88avpmw5D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u88avpmw5D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u88avpmw5D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u88avpmw5D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u88avpmw5D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u88avpmw5D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u88avpmw5D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u88avpmw5D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u88avpmw5D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u88avpmw5D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u88avpmw5D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u88avpmw5D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u88avpmw5D .navbar {
    height: 70px;
  }
  .cid-u88avpmw5D .navbar.opened {
    height: auto;
  }
  .cid-u88avpmw5D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u88avpmw5D .navbar-caption-wrap,
.cid-u88avpmw5D .title-wrap {
  color: #272727;
}
.cid-u88avqryzA {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ceza-hukuku.jpg");
}
.cid-u88avqryzA .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-u88avqryzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88avqryzA .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u88avqryzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88avqryzA .btn:hover {
  transform: scale(1.1);
  background: #757b62 !important;
  border-color: #757b62 !important;
  color: #edefeb !important;
}
.cid-u88avqryzA .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u88avqryzA .btn div {
  overflow: hidden;
}
.cid-u88avqryzA .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u88avqryzA {
    align-items: flex-end;
  }
  .cid-u88avqryzA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u88avqryzA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u88avqryzA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u88avqryzA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u88avqryzA .content-wrap {
    width: 100%;
  }
}
.cid-u88avqryzA .mbr-section-subtitle,
.cid-u88avqryzA .line {
  color: #ffffff;
}
.cid-u88avqryzA .mbr-text,
.cid-u88avqryzA .mbr-section-btn {
  text-align: right;
}
.cid-u88aDI7yfz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-u88aDI7yfz .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u88aDI7yfz .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-u88aDI7yfz .card-title {
  color: #45494E;
}
.cid-u88aDI7yfz .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-u88aDI7yfz .mbr-text {
    margin-top: 24px;
  }
}
.cid-u88aDI7yfz .mbr-section-btn {
  margin-top: 30px;
}
.cid-u88aDI7yfz .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-u88aDI7yfz .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-u88aDI7yfz .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-u88aDI7yfz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u88aDI7yfz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u88aDI7yfz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u88aDI7yfz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u88avrUz3B {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hukuku.jpg");
}
.cid-u88avrUz3B::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u88avrUz3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88avrUz3B .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-u88avrUz3B .container {
    padding: 0 22px;
  }
}
.cid-u88avrUz3B .row {
  position: relative;
  z-index: 1;
}
.cid-u88avrUz3B .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u88avrUz3B .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u88avrUz3B .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u88avrUz3B .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u88avrUz3B .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u88avrUz3B .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u88avrUz3B .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u88avrUz3B .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88avrUz3B .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u88avrUz3B .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88avrUz3B .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u88avrUz3B .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u88avrUz3B .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u88avrUz3B .nav-wrapper .list .item-wrap:hover,
.cid-u88avrUz3B .nav-wrapper .list .item-wrap:hover {
  color: #a6a99c;
}
.cid-u88avrUz3B .nav-wrapper .list .item-wrap:hover::before,
.cid-u88avrUz3B .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u88avrUz3B .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u88avrUz3B .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u88avrUz3B .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u88avrUz3B .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u88avrUz3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u88avrUz3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u88avrUz3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u88avrUz3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u88avrUz3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #a6a99c;
}
.cid-u88avrUz3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u88avrUz3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u88avrUz3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u88avrUz3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a6a99c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u88avrUz3B .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u88avrUz3B .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u88avrUz3B .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u88avrUz3B .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u88avrUz3B .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u88avrUz3B .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u88avrUz3B .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u88avrUz3B .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u88avrUz3B .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u88avrUz3B .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u88avrUz3B .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u88avrUz3B .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #a6a99c;
}
.cid-u88avrUz3B .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u88avrUz3B .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #a6a99c;
  text-align: center;
}
.cid-u88avrUz3B .mbr-section-title {
  color: #ffffff;
}
.cid-u88avrUz3B .mbr-text {
  color: #a6a99c;
}
.cid-u88avrUz3B .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u88avrUz3B .list {
  color: #ffffff;
}
.cid-u88avrUz3B .mbr-contact {
  color: #ffffff;
}
.cid-u88avrUz3B .mbr-desc {
  color: #ffffff;
}
.cid-u88avrUz3B .list,
.cid-u88avrUz3B .item-wrap {
  color: #edefeb;
}
