.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff9966 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff9966 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff5500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff9966;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9966;
  border-color: #ff9966;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff9966;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ff9966 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff9966;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9966;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9966;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff9966;
  border-bottom-color: #ff9966;
}
.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: #ff9966 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff9966' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-sCJC769NRs {
  background-image: url("../../../assets/images/skyscrapers-view-from-ground-business-concept-wit-2025-01-08-02-49-07-utc-copy-2000x1333.png");
}
.cid-sCJC769NRs .mbr-section-title {
  color: #ffffff;
}
.cid-sCJC769NRs .mbr-text,
.cid-sCJC769NRs .mbr-section-btn {
  color: #ffb600;
}
.cid-sCJC769NRs html,
.cid-sCJC769NRs body {
  overflow-x: hidden !important;
  width: 100%;
}
.cid-sCJC769NRs .carousel,
.cid-sCJC769NRs .carousel-inner,
.cid-sCJC769NRs .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-sCJC769NRs .mbr-fullscreen,
.cid-sCJC769NRs .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KmQEfOEr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
.cid-v8KmQEfOEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KmQEfOEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v8KmQEfOEr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8KmQEfOEr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v8KmQEfOEr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8KmQEfOEr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8KmQEfOEr .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-v8KmQEfOEr .mbr-text,
.cid-v8KmQEfOEr .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v8KmQEfOEr html,
.cid-v8KmQEfOEr body {
  overflow-x: hidden !important;
  width: 100%;
}
.cid-v8KmQEfOEr .carousel,
.cid-v8KmQEfOEr .carousel-inner,
.cid-v8KmQEfOEr .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-v8KmRiT6Yt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-v8KmRiT6Yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KmRiT6Yt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v8KmRiT6Yt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8KmRiT6Yt .row {
  flex-direction: row-reverse;
}
.cid-v8KmRiT6Yt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v8KmRiT6Yt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8KmRiT6Yt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8KmRiT6Yt .mbr-section-title {
  color: #ff3000;
  text-align: left;
}
.cid-v8KmRiT6Yt .mbr-text,
.cid-v8KmRiT6Yt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v8KmRiT6Yt html,
.cid-v8KmRiT6Yt body {
  overflow-x: hidden !important;
  width: 100%;
}
.cid-v8KmRiT6Yt .carousel,
.cid-v8KmRiT6Yt .carousel-inner,
.cid-v8KmRiT6Yt .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-v8KmRiT6Yt .mbr-fullscreen,
.cid-v8KmRiT6Yt .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KmSGoLFq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-v8KmSGoLFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KmSGoLFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KmSGoLFq .card {
  justify-content: center;
}
.cid-v8KmSGoLFq .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-v8KmSGoLFq .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v8KmSGoLFq .content-wrapper {
    padding: 0;
  }
}
.cid-v8KmSGoLFq .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8KmSGoLFq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v8KmSGoLFq .button-wrap {
  padding: 0 108px 0 75px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-v8KmSGoLFq .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v8KmSGoLFq .button-wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v8KmSGoLFq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 108px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v8KmSGoLFq .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v8KmSGoLFq .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-v8KmSGoLFq .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8KmSGoLFq .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v8KmSGoLFq .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v8KmSGoLFq .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-v8KmSGoLFq .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
}
.cid-v8KmSGoLFq .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v8KmSGoLFq .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 52px;
  }
}
.cid-v8KmSGoLFq .items-wrapper .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 2px solid #ffffff;
}
.cid-v8KmSGoLFq .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v8KmSGoLFq .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
  background-color: #2c2625;
}
@media (max-width: 1440px) {
  .cid-v8KmSGoLFq .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8KmSGoLFq .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-v8KmSGoLFq .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 45px;
}
.cid-v8KmSGoLFq .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v8KmSGoLFq .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 20px;
}
.cid-v8KmSGoLFq .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v8KmSGoLFq .items-wrapper .item .item-wrapper .card-box .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-v8KmSGoLFq .mbr-section-btn {
  text-align: right;
}
.cid-v8KmSGoLFq .mbr-section-title {
  color: #ffffff;
}
.cid-v8KmSGoLFq .item-title {
  color: #ffffff;
}
.cid-v8KmSGoLFq .item-tag {
  color: #ffffff;
}
.cid-v8KmSGoLFq .item-text {
  color: #ffffff;
}
.cid-v8KmSGoLFq .mbr-section-title,
.cid-v8KmSGoLFq .mbr-section-btn {
  text-align: left;
}
.cid-v8KmSGoLFq .carousel,
.cid-v8KmSGoLFq .carousel-inner,
.cid-v8KmSGoLFq .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-v8KmSGoLFq .mbr-fullscreen,
.cid-v8KmSGoLFq .mbr-parallax-background {
  width: 100% !important;
}
.cid-uXki9kc3NB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uXki9kc3NB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXki9kc3NB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXki9kc3NB .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uXki9kc3NB .items-wrap .item {
  padding: 0 32px;
}
.cid-uXki9kc3NB .item {
  margin-bottom: 32px;
}
.cid-uXki9kc3NB .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-uXki9kc3NB .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-uXki9kc3NB .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-uXki9kc3NB .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uXki9kc3NB .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uXki9kc3NB .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uXki9kc3NB .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-uXki9kc3NB .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-uXki9kc3NB .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uXki9kc3NB .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXki9kc3NB .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXki9kc3NB .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uXki9kc3NB .item-name {
  color: #191c25;
  text-align: center;
}
.cid-uXki9kc3NB html,
.cid-uXki9kc3NB body {
  overflow-x: hidden !important;
  width: 100%;
}
.cid-uXki9kc3NB .carousel,
.cid-uXki9kc3NB .carousel-inner,
.cid-uXki9kc3NB .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uXki9kc3NB .mbr-fullscreen,
.cid-uXki9kc3NB .mbr-parallax-background {
  width: 100% !important;
}
.cid-uRLfGCoJNq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRLfGCoJNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRLfGCoJNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRLfGCoJNq .row {
  flex-direction: row-reverse;
}
.cid-uRLfGCoJNq .video-wrapper iframe {
  width: 100%;
}
.cid-uRLfGCoJNq .mbr-section-title,
.cid-uRLfGCoJNq .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uRLfGCoJNq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRLfGCoJNq html,
.cid-uRLfGCoJNq body {
  overflow-x: hidden !important;
  width: 100%;
}
.cid-uRLfGCoJNq .carousel,
.cid-uRLfGCoJNq .carousel-inner,
.cid-uRLfGCoJNq .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uRLfGCoJNq .mbr-fullscreen,
.cid-uRLfGCoJNq .mbr-parallax-background {
  width: 100% !important;
}
.cid-uWil64AmHS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e9e9e9;
}
.cid-uWil64AmHS img,
.cid-uWil64AmHS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWil64AmHS .item:focus,
.cid-uWil64AmHS span:focus {
  outline: none;
}
.cid-uWil64AmHS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWil64AmHS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uWil64AmHS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWil64AmHS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uWil64AmHS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWil64AmHS .mbr-section-title {
  color: #bbbbbb;
}
.cid-uWil64AmHS .mbr-text,
.cid-uWil64AmHS .mbr-section-btn {
  text-align: left;
}
.cid-uWil64AmHS .item-title {
  text-align: center;
  color: #353535;
}
.cid-uWil64AmHS .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uWil64AmHS html,
.cid-uWil64AmHS body {
  overflow-x: hidden !important;
  width: 100%;
}
.cid-uWil64AmHS .carousel,
.cid-uWil64AmHS .carousel-inner,
.cid-uWil64AmHS .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWil64AmHS .mbr-fullscreen,
.cid-uWil64AmHS .mbr-parallax-background {
  width: 100% !important;
}
.cid-uWZx46xxdj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWZx46xxdj img,
.cid-uWZx46xxdj .item-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-uWZx46xxdj .item:focus,
.cid-uWZx46xxdj span:focus {
  outline: none;
}
.cid-uWZx46xxdj .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-uWZx46xxdj .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uWZx46xxdj .item {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
.cid-uWZx46xxdj .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uWZx46xxdj .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uWZx46xxdj .row {
  margin-top: 5rem;
}
.cid-uWZx46xxdj .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-uWZx46xxdj .item-title {
  transition: 0.5s;
}
.cid-uWZx46xxdj .item-title:hover {
  color: #ff9966;
}
.cid-uWZx46xxdj .carousel,
.cid-uWZx46xxdj .carousel-inner,
.cid-uWZx46xxdj .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWZx46xxdj .mbr-fullscreen,
.cid-uWZx46xxdj .mbr-parallax-background {
  width: 100% !important;
}
.cid-uWffMI1lmm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWffMI1lmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWffMI1lmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWffMI1lmm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWffMI1lmm .row {
    text-align: center;
  }
  .cid-uWffMI1lmm .row > div {
    margin: auto;
  }
  .cid-uWffMI1lmm .social-row {
    justify-content: center;
  }
}
.cid-uWffMI1lmm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWffMI1lmm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWffMI1lmm .list {
    margin-bottom: 0rem;
  }
}
.cid-uWffMI1lmm .mbr-text {
  color: #bbbbbb;
}
.cid-uWffMI1lmm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWffMI1lmm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWffMI1lmm .copyright {
  color: #ffffff;
}
.cid-uWffMI1lmm .carousel,
.cid-uWffMI1lmm .carousel-inner,
.cid-uWffMI1lmm .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWffMI1lmm .mbr-fullscreen,
.cid-uWffMI1lmm .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-sCKc3SXp5K .mbr-section-title {
  color: #ffffff;
}
.cid-sCKc3SXp5K .mbr-text,
.cid-sCKc3SXp5K .mbr-section-btn {
  color: #ffffff;
}
.cid-sCKduThCQR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-kapi-stok-5-1500x1125.jpg");
}
@media (max-width: 991px) {
  .cid-sCKduThCQR .mbr-section-title,
  .cid-sCKduThCQR .mbr-section-subtitle,
  .cid-sCKduThCQR .mbr-section-btn,
  .cid-sCKduThCQR .mbr-text {
    text-align: center;
  }
}
.cid-uXhEZgejvk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXhEZgejvk .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uXhEZgejvk .wrap_left {
  padding-left: 0;
}
.cid-uXhEZgejvk .wrap_right {
  padding-right: 0;
}
.cid-uXhEZgejvk .block__left,
.cid-uXhEZgejvk .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-uXhEZgejvk .block__left,
  .cid-uXhEZgejvk .block__right {
    padding: 30px;
  }
}
.cid-uXhEZgejvk .title__block {
  position: relative;
  z-index: 2;
}
.cid-uXhEZgejvk .left__image {
  background-image: url("../../../assets/images/fabrika-yeni-2000x1358.jpg");
}
.cid-uXhEZgejvk .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-uXhEZgejvk .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-uXhEZgejvk .right__image {
  background-image: url("../../../assets/images/p0000091-2000x1500.jpg");
}
.cid-uXhEZgejvk .left__image,
.cid-uXhEZgejvk .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-uXhEZgejvk .container,
  .cid-uXhEZgejvk .container-fluid,
  .cid-uXhEZgejvk .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-uXhEZgejvk .wrap_left,
  .cid-uXhEZgejvk .wrap_right {
    padding: 0;
  }
}
.cid-uXhEZgejvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhEZgejvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYvINLi74 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uWYvINLi74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYvINLi74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYvINLi74 .video-wrapper iframe {
  width: 100%;
}
.cid-uWYvINLi74 .mbr-section-title,
.cid-uWYvINLi74 .mbr-section-subtitle,
.cid-uWYvINLi74 .mbr-text {
  text-align: center;
}
.cid-uWYvINLi74 .mbr-section-title {
  color: #ffffff;
}
.cid-uWYvINLi74 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWYvINLi74 .mbr-text {
  color: #ffffff;
}
.cid-uWffMI1lmm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWffMI1lmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWffMI1lmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWffMI1lmm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWffMI1lmm .row {
    text-align: center;
  }
  .cid-uWffMI1lmm .row > div {
    margin: auto;
  }
  .cid-uWffMI1lmm .social-row {
    justify-content: center;
  }
}
.cid-uWffMI1lmm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWffMI1lmm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWffMI1lmm .list {
    margin-bottom: 0rem;
  }
}
.cid-uWffMI1lmm .mbr-text {
  color: #bbbbbb;
}
.cid-uWffMI1lmm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWffMI1lmm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWffMI1lmm .copyright {
  color: #ffffff;
}
.cid-uWffMI1lmm .carousel,
.cid-uWffMI1lmm .carousel-inner,
.cid-uWffMI1lmm .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWffMI1lmm .mbr-fullscreen,
.cid-uWffMI1lmm .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-sIdh80VxeH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIk5dFZPju {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-sIk5dFZPju .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #353535;
}
.cid-sIk5dFZPju img {
  width: 100%;
}
.cid-sIk5dFZPju p {
  margin-top: 6rem;
}
.cid-sIk5dFZPju .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sIk5dFZPju h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sIk5dFZPju .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sIk5dFZPju p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sIk5dFZPju .back {
    width: 100%;
    height: 75%;
  }
  .cid-sIk5dFZPju .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sIk5dFZPju p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sIk5dFZPju .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sIk5dFZPju h4 {
    right: 2rem;
  }
}
.cid-sIk5dFZPju .mbr-text,
.cid-sIk5dFZPju .mbr-section-btn {
  color: #fafafa;
}
.cid-sIk5dFZPju H1 {
  color: #bbbbbb;
}
.cid-sIk5dFZPju H3 {
  color: #bbbbbb;
}
.cid-sCJRZlFOjP {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/sehir-metropol-2000x1145.jpg");
}
.cid-sCJRZlFOjP .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCJRZlFOjP .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-sCJRZlFOjP .form1 {
  background: #353535;
  padding: 2rem;
}
.cid-sCJRZlFOjP .form-group {
  margin-bottom: 1rem;
}
.cid-sCJRZlFOjP .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-sCJRZlFOjP textarea.form-control {
  min-height: 96px;
}
.cid-sCJRZlFOjP .input-group-btn {
  width: 100%;
}
.cid-sCJRZlFOjP .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sCJRZlFOjP .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .cid-sCJRZlFOjP .form1 {
    padding: 1.5rem;
  }
}
.cid-sCJRZlFOjP LABEL {
  color: #ffffff;
}
.cid-sCJIHVSqvS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCJIHVSqvS .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCJIHVSqvS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCJIHVSqvS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCJIHVSqvS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCJIHVSqvS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCJIHVSqvS .container-fluid {
  padding: 0;
}
.cid-sCJIHVSqvS .relative {
  position: relative;
  width: 100%;
}
.cid-sCJIHVSqvS .mbr-section-title {
  color: #656565;
}
.cid-sCJIHVSqvS .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sCJIHVSqvS .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sCJIHVSqvS .title {
  text-align: center;
  color: #ffffff;
}
.cid-sCJIHVSqvS .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sCJIHVSqvS .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-uWffMI1lmm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWffMI1lmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWffMI1lmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWffMI1lmm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWffMI1lmm .row {
    text-align: center;
  }
  .cid-uWffMI1lmm .row > div {
    margin: auto;
  }
  .cid-uWffMI1lmm .social-row {
    justify-content: center;
  }
}
.cid-uWffMI1lmm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWffMI1lmm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWffMI1lmm .list {
    margin-bottom: 0rem;
  }
}
.cid-uWffMI1lmm .mbr-text {
  color: #bbbbbb;
}
.cid-uWffMI1lmm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWffMI1lmm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWffMI1lmm .copyright {
  color: #ffffff;
}
.cid-uWffMI1lmm .carousel,
.cid-uWffMI1lmm .carousel-inner,
.cid-uWffMI1lmm .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWffMI1lmm .mbr-fullscreen,
.cid-uWffMI1lmm .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWSmxU6ofZ {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWSmxU6ofZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSmxU6ofZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSmxU6ofZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uWSmxUxbWo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSmxUxbWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSmxUxbWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSwr9GpvX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSwr9GpvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSwr9GpvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSwr9GpvX .mbr-section-title {
  text-align: left;
}
.cid-uWSpI7VCCO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWSpI7VCCO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSpI7VCCO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWSpI7VCCO .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWSpI7VCCO .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSpI7VCCO .mbr-text,
.cid-uWSpI7VCCO .mbr-section-btn {
  color: #000000;
}
.cid-uWSpI7VCCO .mbr-section-title {
  color: #ffffff;
}
.cid-uWSmxWdH0s {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSmxWdH0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSmxWdH0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSmxWdH0s .card {
  justify-content: flex-end;
}
.cid-uWSmxWdH0s .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWSmxWdH0s .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWSmxWdH0s .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWSmxWdH0s .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWSmxWdH0s .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWSmxWdH0s .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSmxWdH0s .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWSmxWdH0s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWSmxWdH0s .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWSmxWdH0s .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWSmxWdH0s .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWSmxWdH0s .embla__button--next,
.cid-uWSmxWdH0s .embla__button--prev {
  display: flex;
}
.cid-uWSmxWdH0s .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWSmxWdH0s .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWSmxWdH0s .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWSmxWdH0s .embla__button.embla__button--next {
  right: 0;
}
.cid-uWSmxWdH0s .embla {
  position: relative;
  width: 100%;
}
.cid-uWSmxWdH0s .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWSmxWdH0s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWSmxWdH0s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWSmxWdH0s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWSmxWdH0s .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWSmxWdH0s .mbr-label,
.cid-uWSmxWdH0s .label-wrapper {
  color: #000000;
}
.cid-uWSmxWdH0s .mbr-section-title,
.cid-uWSmxWdH0s .title-wrapper {
  color: #000000;
}
.cid-uWSmxWdH0s .card-label {
  color: #000000;
}
.cid-uWSmxWdH0s .card-date {
  color: #8a8a8a;
}
.cid-uWSmxWdH0s .card-title {
  color: #000000;
}
.cid-uWSmxWdH0s .card-desc {
  color: #8a8a8a;
}
.cid-uWSmxX4TpF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWSmxX4TpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSmxX4TpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSmxX4TpF .mbr-section-title {
  color: #ffffff;
}
.cid-uWSmxXxG79 table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWSmxXxG79 body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWSmxXxG79 th,
.cid-uWSmxXxG79 td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWSmxYSpfT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWSmxYSpfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSmxYSpfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSmxYSpfT .mbr-section-title {
  color: #ffffff;
}
.cid-uWSmxZTIZR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWSmxZTIZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSmxZTIZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSmxZTIZR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWSmxZTIZR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWSmxZTIZR .row {
    text-align: center;
  }
  .cid-uWSmxZTIZR .row > div {
    margin: auto;
  }
  .cid-uWSmxZTIZR .social-row {
    justify-content: center;
  }
}
.cid-uWSmxZTIZR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWSmxZTIZR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWSmxZTIZR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWSmxZTIZR .list {
    margin-bottom: 0rem;
  }
}
.cid-uWSmxZTIZR .mbr-text {
  color: #bbbbbb;
}
.cid-uWSmxZTIZR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWSmxZTIZR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWSmxZTIZR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWSmxZTIZR .copyright {
  color: #ffffff;
}
.cid-uWSmxZTIZR .carousel,
.cid-uWSmxZTIZR .carousel-inner,
.cid-uWSmxZTIZR .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWSmxZTIZR .mbr-fullscreen,
.cid-uWSmxZTIZR .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWdUxZajTG {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWdUxZajTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdUxZajTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdUxZajTG .mbr-section-subtitle {
  text-align: center;
}
.cid-uWFa29gnxB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWFa29gnxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFa29gnxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFmiNdvBD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWFmiNdvBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFmiNdvBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFmiNdvBD .mbr-section-title {
  text-align: left;
}
.cid-t5ylVoLWu0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5ylVoLWu0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t5ylVoLWu0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t5ylVoLWu0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t5ylVoLWu0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t5ylVoLWu0 .mbr-text,
.cid-t5ylVoLWu0 .mbr-section-btn {
  color: #000000;
}
.cid-uWSlJoHrgc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWSlJoHrgc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSlJoHrgc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWSlJoHrgc .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWSlJoHrgc .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSlJoHrgc .mbr-text,
.cid-uWSlJoHrgc .mbr-section-btn {
  color: #000000;
}
.cid-uWFBg7s4uY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWFBg7s4uY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFBg7s4uY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFBg7s4uY .card {
  justify-content: flex-end;
}
.cid-uWFBg7s4uY .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWFBg7s4uY .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWFBg7s4uY .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWFBg7s4uY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWFBg7s4uY .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWFBg7s4uY .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWFBg7s4uY .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWFBg7s4uY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWFBg7s4uY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWFBg7s4uY .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWFBg7s4uY .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWFBg7s4uY .embla__button--next,
.cid-uWFBg7s4uY .embla__button--prev {
  display: flex;
}
.cid-uWFBg7s4uY .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWFBg7s4uY .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWFBg7s4uY .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWFBg7s4uY .embla__button.embla__button--next {
  right: 0;
}
.cid-uWFBg7s4uY .embla {
  position: relative;
  width: 100%;
}
.cid-uWFBg7s4uY .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWFBg7s4uY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWFBg7s4uY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWFBg7s4uY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWFBg7s4uY .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWFBg7s4uY .mbr-label,
.cid-uWFBg7s4uY .label-wrapper {
  color: #000000;
}
.cid-uWFBg7s4uY .mbr-section-title,
.cid-uWFBg7s4uY .title-wrapper {
  color: #000000;
}
.cid-uWFBg7s4uY .card-label {
  color: #000000;
}
.cid-uWFBg7s4uY .card-date {
  color: #8a8a8a;
}
.cid-uWFBg7s4uY .card-title {
  color: #000000;
}
.cid-uWFBg7s4uY .card-desc {
  color: #8a8a8a;
}
.cid-uWOezyzvTm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWOezyzvTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWOezyzvTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWOezyzvTm .mbr-section-title {
  color: #ffffff;
}
.cid-uWFExNA7nN table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWFExNA7nN body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWFExNA7nN th,
.cid-uWFExNA7nN td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWOfqychuF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWOfqychuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWOfqychuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWOfqychuF .mbr-section-title {
  color: #ffffff;
}
.cid-uWffMI1lmm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWffMI1lmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWffMI1lmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWffMI1lmm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWffMI1lmm .row {
    text-align: center;
  }
  .cid-uWffMI1lmm .row > div {
    margin: auto;
  }
  .cid-uWffMI1lmm .social-row {
    justify-content: center;
  }
}
.cid-uWffMI1lmm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWffMI1lmm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWffMI1lmm .list {
    margin-bottom: 0rem;
  }
}
.cid-uWffMI1lmm .mbr-text {
  color: #bbbbbb;
}
.cid-uWffMI1lmm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWffMI1lmm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWffMI1lmm .copyright {
  color: #ffffff;
}
.cid-uWffMI1lmm .carousel,
.cid-uWffMI1lmm .carousel-inner,
.cid-uWffMI1lmm .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWffMI1lmm .mbr-fullscreen,
.cid-uWffMI1lmm .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWStx9gwN4 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWStx9gwN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWStx9gwN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWStx9gwN4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uWStx9HMGO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWStx9HMGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWStx9HMGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSwvgGMqT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSwvgGMqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSwvgGMqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSwvgGMqT .mbr-section-title {
  text-align: left;
}
.cid-uWStxa6bwU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWStxa6bwU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWStxa6bwU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWStxa6bwU .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWStxa6bwU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWStxa6bwU .mbr-text,
.cid-uWStxa6bwU .mbr-section-btn {
  color: #000000;
}
.cid-uWStxatBMX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWStxatBMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWStxatBMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWStxatBMX .card {
  justify-content: flex-end;
}
.cid-uWStxatBMX .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWStxatBMX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWStxatBMX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWStxatBMX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWStxatBMX .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWStxatBMX .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWStxatBMX .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWStxatBMX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWStxatBMX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWStxatBMX .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWStxatBMX .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWStxatBMX .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWStxatBMX .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWStxatBMX .embla__button--next,
.cid-uWStxatBMX .embla__button--prev {
  display: flex;
}
.cid-uWStxatBMX .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWStxatBMX .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWStxatBMX .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWStxatBMX .embla__button.embla__button--next {
  right: 0;
}
.cid-uWStxatBMX .embla {
  position: relative;
  width: 100%;
}
.cid-uWStxatBMX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWStxatBMX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWStxatBMX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWStxatBMX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWStxatBMX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWStxatBMX .mbr-label,
.cid-uWStxatBMX .label-wrapper {
  color: #000000;
}
.cid-uWStxatBMX .mbr-section-title,
.cid-uWStxatBMX .title-wrapper {
  color: #000000;
}
.cid-uWStxatBMX .card-label {
  color: #000000;
}
.cid-uWStxatBMX .card-date {
  color: #8a8a8a;
}
.cid-uWStxatBMX .card-title {
  color: #000000;
}
.cid-uWStxatBMX .card-desc {
  color: #8a8a8a;
}
.cid-uWStxbeDql {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWStxbeDql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWStxbeDql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWStxbeDql .mbr-section-title {
  color: #ffffff;
}
.cid-uWSGteBQ14 table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWSGteBQ14 body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWSGteBQ14 th,
.cid-uWSGteBQ14 td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWSGkZvPv4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWSGkZvPv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSGkZvPv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSGkZvPv4 .mbr-section-title {
  color: #ffffff;
}
.cid-uWSFHK0PCM table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWSFHK0PCM body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWSFHK0PCM th,
.cid-uWSFHK0PCM td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWSFHK0PCM P {
  text-align: center;
}
.cid-uWStxcBmFg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWStxcBmFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWStxcBmFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWStxcBmFg .mbr-section-title {
  color: #ffffff;
}
.cid-uWStxdaWGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWStxdaWGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWStxdaWGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWStxdaWGj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWStxdaWGj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWStxdaWGj .row {
    text-align: center;
  }
  .cid-uWStxdaWGj .row > div {
    margin: auto;
  }
  .cid-uWStxdaWGj .social-row {
    justify-content: center;
  }
}
.cid-uWStxdaWGj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWStxdaWGj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWStxdaWGj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWStxdaWGj .list {
    margin-bottom: 0rem;
  }
}
.cid-uWStxdaWGj .mbr-text {
  color: #bbbbbb;
}
.cid-uWStxdaWGj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWStxdaWGj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWStxdaWGj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWStxdaWGj .copyright {
  color: #ffffff;
}
.cid-uWStxdaWGj .carousel,
.cid-uWStxdaWGj .carousel-inner,
.cid-uWStxdaWGj .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWStxdaWGj .mbr-fullscreen,
.cid-uWStxdaWGj .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWSwNwWm6V {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWSwNwWm6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSwNwWm6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSwNwWm6V .mbr-section-subtitle {
  text-align: center;
}
.cid-uWSwNxooNY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSwNxooNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSwNxooNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSwNxL0DB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSwNxL0DB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSwNxL0DB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSwNxL0DB .mbr-section-title {
  text-align: left;
}
.cid-uWSwNyaEVj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWSwNyaEVj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSwNyaEVj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWSwNyaEVj .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWSwNyaEVj .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSwNyaEVj .mbr-text,
.cid-uWSwNyaEVj .mbr-section-btn {
  color: #000000;
}
.cid-uWSwNyBc0U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSwNyBc0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSwNyBc0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSwNyBc0U .card {
  justify-content: flex-end;
}
.cid-uWSwNyBc0U .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWSwNyBc0U .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWSwNyBc0U .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWSwNyBc0U .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWSwNyBc0U .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWSwNyBc0U .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSwNyBc0U .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWSwNyBc0U .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWSwNyBc0U .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWSwNyBc0U .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWSwNyBc0U .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWSwNyBc0U .embla__button--next,
.cid-uWSwNyBc0U .embla__button--prev {
  display: flex;
}
.cid-uWSwNyBc0U .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWSwNyBc0U .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWSwNyBc0U .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWSwNyBc0U .embla__button.embla__button--next {
  right: 0;
}
.cid-uWSwNyBc0U .embla {
  position: relative;
  width: 100%;
}
.cid-uWSwNyBc0U .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWSwNyBc0U .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWSwNyBc0U .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWSwNyBc0U .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWSwNyBc0U .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWSwNyBc0U .mbr-label,
.cid-uWSwNyBc0U .label-wrapper {
  color: #000000;
}
.cid-uWSwNyBc0U .mbr-section-title,
.cid-uWSwNyBc0U .title-wrapper {
  color: #000000;
}
.cid-uWSwNyBc0U .card-label {
  color: #000000;
}
.cid-uWSwNyBc0U .card-date {
  color: #8a8a8a;
}
.cid-uWSwNyBc0U .card-title {
  color: #000000;
}
.cid-uWSwNyBc0U .card-desc {
  color: #8a8a8a;
}
.cid-uWSwNzuZDO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWSwNzuZDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSwNzuZDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSwNzuZDO .mbr-section-title {
  color: #ffffff;
}
.cid-uWSwNA2fbO table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWSwNA2fbO body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWSwNA2fbO th,
.cid-uWSwNA2fbO td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWSKakZMMr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWSKakZMMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSKakZMMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSKakZMMr .mbr-section-title {
  color: #ffffff;
}
.cid-uWSK9ym54X table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWSK9ym54X body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWSK9ym54X th,
.cid-uWSK9ym54X td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWSK9ym54X P {
  text-align: center;
}
.cid-uWSwNB1ooQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWSwNB1ooQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSwNB1ooQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSwNB1ooQ .mbr-section-title {
  color: #ffffff;
}
.cid-uWSwNBLBpG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWSwNBLBpG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSwNBLBpG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSwNBLBpG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWSwNBLBpG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWSwNBLBpG .row {
    text-align: center;
  }
  .cid-uWSwNBLBpG .row > div {
    margin: auto;
  }
  .cid-uWSwNBLBpG .social-row {
    justify-content: center;
  }
}
.cid-uWSwNBLBpG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWSwNBLBpG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWSwNBLBpG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWSwNBLBpG .list {
    margin-bottom: 0rem;
  }
}
.cid-uWSwNBLBpG .mbr-text {
  color: #bbbbbb;
}
.cid-uWSwNBLBpG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWSwNBLBpG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWSwNBLBpG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWSwNBLBpG .copyright {
  color: #ffffff;
}
.cid-uWSwNBLBpG .carousel,
.cid-uWSwNBLBpG .carousel-inner,
.cid-uWSwNBLBpG .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWSwNBLBpG .mbr-fullscreen,
.cid-uWSwNBLBpG .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWSKpfHgDm {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWSKpfHgDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSKpfHgDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSKpfHgDm .mbr-section-subtitle {
  text-align: center;
}
.cid-uWSKpgfZxf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSKpgfZxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSKpgfZxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSKpgD7Ao {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSKpgD7Ao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSKpgD7Ao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSKpgD7Ao .mbr-section-title {
  text-align: left;
}
.cid-uWSKph0pVz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWSKph0pVz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSKph0pVz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWSKph0pVz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWSKph0pVz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSKph0pVz .mbr-text,
.cid-uWSKph0pVz .mbr-section-btn {
  color: #000000;
}
.cid-uWSN06I7pi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSN06I7pi .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uWSN06I7pi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSN06I7pi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWSN06I7pi .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWSN06I7pi .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSN06I7pi .mbr-text,
.cid-uWSN06I7pi .mbr-section-btn {
  color: #ffffff;
}
.cid-uWSN06I7pi .mbr-section-title {
  color: #ffffff;
}
.cid-uWSNbTdnXN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSNbTdnXN .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uWSNbTdnXN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSNbTdnXN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWSNbTdnXN .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWSNbTdnXN .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSNbTdnXN .mbr-text,
.cid-uWSNbTdnXN .mbr-section-btn {
  color: #000000;
}
.cid-uWSKBUOLY1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSKBUOLY1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSKBUOLY1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSKBUOLY1 .card {
  justify-content: flex-end;
}
.cid-uWSKBUOLY1 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWSKBUOLY1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWSKBUOLY1 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWSKBUOLY1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWSKBUOLY1 .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWSKBUOLY1 .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSKBUOLY1 .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWSKBUOLY1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWSKBUOLY1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWSKBUOLY1 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWSKBUOLY1 .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWSKBUOLY1 .embla__button--next,
.cid-uWSKBUOLY1 .embla__button--prev {
  display: flex;
}
.cid-uWSKBUOLY1 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWSKBUOLY1 .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWSKBUOLY1 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWSKBUOLY1 .embla__button.embla__button--next {
  right: 0;
}
.cid-uWSKBUOLY1 .embla {
  position: relative;
  width: 100%;
}
.cid-uWSKBUOLY1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWSKBUOLY1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWSKBUOLY1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWSKBUOLY1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWSKBUOLY1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWSKBUOLY1 .mbr-label,
.cid-uWSKBUOLY1 .label-wrapper {
  color: #000000;
}
.cid-uWSKBUOLY1 .mbr-section-title,
.cid-uWSKBUOLY1 .title-wrapper {
  color: #000000;
}
.cid-uWSKBUOLY1 .card-label {
  color: #000000;
}
.cid-uWSKBUOLY1 .card-date {
  color: #8a8a8a;
}
.cid-uWSKBUOLY1 .card-title {
  color: #000000;
}
.cid-uWSKBUOLY1 .card-desc {
  color: #8a8a8a;
}
.cid-uWSKpibWf3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWSKpibWf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSKpibWf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSKpibWf3 .mbr-section-title {
  color: #ffffff;
}
.cid-uWSKpiGHS0 table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWSKpiGHS0 body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWSKpiGHS0 th,
.cid-uWSKpiGHS0 td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWSKpkVaQX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWSKpkVaQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSKpkVaQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSKpkVaQX .mbr-section-title {
  color: #ffffff;
}
.cid-uWSKplzD1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWSKplzD1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSKplzD1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSKplzD1g .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWSKplzD1g .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWSKplzD1g .row {
    text-align: center;
  }
  .cid-uWSKplzD1g .row > div {
    margin: auto;
  }
  .cid-uWSKplzD1g .social-row {
    justify-content: center;
  }
}
.cid-uWSKplzD1g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWSKplzD1g .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWSKplzD1g .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWSKplzD1g .list {
    margin-bottom: 0rem;
  }
}
.cid-uWSKplzD1g .mbr-text {
  color: #bbbbbb;
}
.cid-uWSKplzD1g .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWSKplzD1g .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWSKplzD1g div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWSKplzD1g .copyright {
  color: #ffffff;
}
.cid-uWSKplzD1g .carousel,
.cid-uWSKplzD1g .carousel-inner,
.cid-uWSKplzD1g .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWSKplzD1g .mbr-fullscreen,
.cid-uWSKplzD1g .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWSOzSMxLX {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWSOzSMxLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSOzSMxLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSOzSMxLX .mbr-section-subtitle {
  text-align: center;
}
.cid-uWSOzTeJiD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSOzTeJiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSOzTeJiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSOzTDwg9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSOzTDwg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSOzTDwg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSOzTDwg9 .mbr-section-title {
  text-align: left;
}
.cid-uWSPhD3ZZW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWSPhD3ZZW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSPhD3ZZW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWSPhD3ZZW .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWSPhD3ZZW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSPhD3ZZW .mbr-text,
.cid-uWSPhD3ZZW .mbr-section-btn {
  color: #000000;
}
.cid-uWSOzU1L1S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSOzU1L1S .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uWSOzU1L1S .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSOzU1L1S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWSOzU1L1S .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWSOzU1L1S .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSOzU1L1S .mbr-text,
.cid-uWSOzU1L1S .mbr-section-btn {
  color: #000000;
}
.cid-uWSOzVgS7F {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSOzVgS7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSOzVgS7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSOzVgS7F .card {
  justify-content: flex-end;
}
.cid-uWSOzVgS7F .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWSOzVgS7F .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWSOzVgS7F .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWSOzVgS7F .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWSOzVgS7F .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWSOzVgS7F .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSOzVgS7F .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWSOzVgS7F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWSOzVgS7F .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWSOzVgS7F .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWSOzVgS7F .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWSOzVgS7F .embla__button--next,
.cid-uWSOzVgS7F .embla__button--prev {
  display: flex;
}
.cid-uWSOzVgS7F .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWSOzVgS7F .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWSOzVgS7F .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWSOzVgS7F .embla__button.embla__button--next {
  right: 0;
}
.cid-uWSOzVgS7F .embla {
  position: relative;
  width: 100%;
}
.cid-uWSOzVgS7F .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWSOzVgS7F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWSOzVgS7F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWSOzVgS7F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWSOzVgS7F .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWSOzVgS7F .mbr-label,
.cid-uWSOzVgS7F .label-wrapper {
  color: #000000;
}
.cid-uWSOzVgS7F .mbr-section-title,
.cid-uWSOzVgS7F .title-wrapper {
  color: #000000;
}
.cid-uWSOzVgS7F .card-label {
  color: #000000;
}
.cid-uWSOzVgS7F .card-date {
  color: #8a8a8a;
}
.cid-uWSOzVgS7F .card-title {
  color: #000000;
}
.cid-uWSOzVgS7F .card-desc {
  color: #8a8a8a;
}
.cid-uWSOzW6XST {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWSOzW6XST .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSOzW6XST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSOzW6XST .mbr-section-title {
  color: #ffffff;
}
.cid-uWSOzWCg1P table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWSOzWCg1P body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWSOzWCg1P th,
.cid-uWSOzWCg1P td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWSOzXbY7g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWSOzXbY7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSOzXbY7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSOzXbY7g .mbr-section-title {
  color: #ffffff;
}
.cid-uWSOzXIMVM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWSOzXIMVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSOzXIMVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSOzXIMVM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWSOzXIMVM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWSOzXIMVM .row {
    text-align: center;
  }
  .cid-uWSOzXIMVM .row > div {
    margin: auto;
  }
  .cid-uWSOzXIMVM .social-row {
    justify-content: center;
  }
}
.cid-uWSOzXIMVM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWSOzXIMVM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWSOzXIMVM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWSOzXIMVM .list {
    margin-bottom: 0rem;
  }
}
.cid-uWSOzXIMVM .mbr-text {
  color: #bbbbbb;
}
.cid-uWSOzXIMVM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWSOzXIMVM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWSOzXIMVM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWSOzXIMVM .copyright {
  color: #ffffff;
}
.cid-uWSOzXIMVM .carousel,
.cid-uWSOzXIMVM .carousel-inner,
.cid-uWSOzXIMVM .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWSOzXIMVM .mbr-fullscreen,
.cid-uWSOzXIMVM .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWSUckKihi {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWSUckKihi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSUckKihi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSUckKihi .mbr-section-subtitle {
  text-align: center;
}
.cid-uWSUcldMrq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSUcldMrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSUcldMrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSUclFqA6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSUclFqA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSUclFqA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSUclFqA6 .mbr-section-title {
  text-align: left;
}
.cid-uWSUcm7RlM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWSUcm7RlM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSUcm7RlM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWSUcm7RlM .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWSUcm7RlM .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSUcm7RlM .mbr-text,
.cid-uWSUcm7RlM .mbr-section-btn {
  color: #000000;
}
.cid-v9x6F6b6ta {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9x6F6b6ta .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v9x6F6b6ta .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9x6F6b6ta .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v9x6F6b6ta .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v9x6F6b6ta .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9x6F6b6ta .mbr-text,
.cid-v9x6F6b6ta .mbr-section-btn {
  color: #000000;
}
.cid-v9x6LkNaif {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9x6LkNaif .mbr-section-title {
  color: #000000;
}
.cid-v9x6LkNaif .mbr-section-subtitle {
  color: #000000;
}
.cid-v9x6LkNaif .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-v9x6LkNaif .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-v9x6LkNaif .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-v9x6LkNaif .mbr-section-title,
.cid-v9x6LkNaif .line {
  color: #000000;
}
.cid-uWSUcn0xVH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSUcn0xVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSUcn0xVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSUcn0xVH .card {
  justify-content: flex-end;
}
.cid-uWSUcn0xVH .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWSUcn0xVH .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWSUcn0xVH .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWSUcn0xVH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWSUcn0xVH .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWSUcn0xVH .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSUcn0xVH .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWSUcn0xVH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWSUcn0xVH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWSUcn0xVH .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWSUcn0xVH .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWSUcn0xVH .embla__button--next,
.cid-uWSUcn0xVH .embla__button--prev {
  display: flex;
}
.cid-uWSUcn0xVH .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWSUcn0xVH .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWSUcn0xVH .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWSUcn0xVH .embla__button.embla__button--next {
  right: 0;
}
.cid-uWSUcn0xVH .embla {
  position: relative;
  width: 100%;
}
.cid-uWSUcn0xVH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWSUcn0xVH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWSUcn0xVH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWSUcn0xVH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWSUcn0xVH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWSUcn0xVH .mbr-label,
.cid-uWSUcn0xVH .label-wrapper {
  color: #000000;
}
.cid-uWSUcn0xVH .mbr-section-title,
.cid-uWSUcn0xVH .title-wrapper {
  color: #000000;
}
.cid-uWSUcn0xVH .card-label {
  color: #000000;
}
.cid-uWSUcn0xVH .card-date {
  color: #8a8a8a;
}
.cid-uWSUcn0xVH .card-title {
  color: #000000;
}
.cid-uWSUcn0xVH .card-desc {
  color: #8a8a8a;
}
.cid-uWSUcnRHuL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWSUcnRHuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSUcnRHuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSUcnRHuL .mbr-section-title {
  color: #ffffff;
}
.cid-uWSUcokobK table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWSUcokobK body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWSUcokobK th,
.cid-uWSUcokobK td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWSUcp333B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWSUcp333B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSUcp333B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSUcp333B .mbr-section-title {
  color: #ffffff;
}
.cid-uWSUcpCfbj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWSUcpCfbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSUcpCfbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSUcpCfbj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWSUcpCfbj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWSUcpCfbj .row {
    text-align: center;
  }
  .cid-uWSUcpCfbj .row > div {
    margin: auto;
  }
  .cid-uWSUcpCfbj .social-row {
    justify-content: center;
  }
}
.cid-uWSUcpCfbj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWSUcpCfbj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWSUcpCfbj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWSUcpCfbj .list {
    margin-bottom: 0rem;
  }
}
.cid-uWSUcpCfbj .mbr-text {
  color: #bbbbbb;
}
.cid-uWSUcpCfbj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWSUcpCfbj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWSUcpCfbj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWSUcpCfbj .copyright {
  color: #ffffff;
}
.cid-uWSUcpCfbj .carousel,
.cid-uWSUcpCfbj .carousel-inner,
.cid-uWSUcpCfbj .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWSUcpCfbj .mbr-fullscreen,
.cid-uWSUcpCfbj .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWT3b6r3oe {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWT3b6r3oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT3b6r3oe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT3b6r3oe .mbr-section-subtitle {
  text-align: center;
}
.cid-uWT3b70tAk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWT3b70tAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT3b70tAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT3b7wbMC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWT3b7wbMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT3b7wbMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT3b7wbMC .mbr-section-title {
  text-align: left;
}
.cid-uWT3b81Ez0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWT3b81Ez0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT3b81Ez0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWT3b81Ez0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWT3b81Ez0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT3b81Ez0 .mbr-text,
.cid-uWT3b81Ez0 .mbr-section-btn {
  color: #000000;
}
.cid-uWT3b97onS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWT3b97onS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT3b97onS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWT3b97onS .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWT3b97onS .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT3b97onS .mbr-text,
.cid-uWT3b97onS .mbr-section-btn {
  color: #000000;
}
.cid-uWT8GIFpnL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWT8GIFpnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8GIFpnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT8GIFpnL .mbr-section-title {
  color: #ffffff;
}
.cid-uWT8ERns76 table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWT8ERns76 body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWT8ERns76 th,
.cid-uWT8ERns76 td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWT8HCNxZ1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWT8HCNxZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8HCNxZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT8HCNxZ1 .mbr-section-title {
  color: #ffffff;
}
.cid-uWT5RejkvY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWT5RejkvY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT5RejkvY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWT5RejkvY .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWT5RejkvY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT5RejkvY .mbr-text,
.cid-uWT5RejkvY .mbr-section-btn {
  color: #000000;
}
.cid-uWT5RejkvY .mbr-section-title {
  color: #ffffff;
}
.cid-uWT5SjR74a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWT5SjR74a .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT5SjR74a .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWT5SjR74a .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWT5SjR74a .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT5SjR74a .mbr-text,
.cid-uWT5SjR74a .mbr-section-btn {
  color: #ffffff;
}
.cid-uWT5SjR74a .mbr-section-title {
  color: #ffffff;
}
.cid-uWT8L2ZdDP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWT8L2ZdDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8L2ZdDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT8L2ZdDP .mbr-section-title {
  color: #ffffff;
}
.cid-uWT8JsrFW2 table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWT8JsrFW2 body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWT8JsrFW2 th,
.cid-uWT8JsrFW2 td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWT8LS5ocw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWT8LS5ocw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8LS5ocw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT8LS5ocw .mbr-section-title {
  color: #ffffff;
}
.cid-uWT6JHZmis {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWT6JHZmis .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT6JHZmis .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWT6JHZmis .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWT6JHZmis .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT6JHZmis .mbr-text,
.cid-uWT6JHZmis .mbr-section-btn {
  color: #000000;
}
.cid-uWT6JHZmis .mbr-section-title {
  color: #ffffff;
}
.cid-uWT7eZg8as {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWT7eZg8as .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT7eZg8as .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWT7eZg8as .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWT7eZg8as .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT7eZg8as .mbr-text,
.cid-uWT7eZg8as .mbr-section-btn {
  color: #ffffff;
}
.cid-uWT7eZg8as .mbr-section-title {
  color: #ffffff;
}
.cid-uWT8NnVnsy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWT8NnVnsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8NnVnsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT8NnVnsy .mbr-section-title {
  color: #ffffff;
}
.cid-uWT8MHdgaC table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWT8MHdgaC body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWT8MHdgaC th,
.cid-uWT8MHdgaC td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWT8NXwRqB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWT8NXwRqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8NXwRqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT8NXwRqB .mbr-section-title {
  color: #ffffff;
}
.cid-uWT7o1LxgL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWT7o1LxgL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT7o1LxgL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWT7o1LxgL .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWT7o1LxgL .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT7o1LxgL .mbr-text,
.cid-uWT7o1LxgL .mbr-section-btn {
  color: #000000;
}
.cid-uWT7o1LxgL .mbr-section-title {
  color: #ffffff;
}
.cid-uWT7Mjt34l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWT7Mjt34l .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT7Mjt34l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWT7Mjt34l .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWT7Mjt34l .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWT7Mjt34l .mbr-text,
.cid-uWT7Mjt34l .mbr-section-btn {
  color: #ffffff;
}
.cid-uWT7Mjt34l .mbr-section-title {
  color: #ffffff;
}
.cid-uWT8QymqBe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWT8QymqBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8QymqBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT8QymqBe .mbr-section-title {
  color: #ffffff;
}
.cid-uWT8ODw6Og table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWT8ODw6Og body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWT8ODw6Og th,
.cid-uWT8ODw6Og td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWT8RuzbFI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWT8RuzbFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8RuzbFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT8RuzbFI .mbr-section-title {
  color: #ffffff;
}
.cid-uWT3b9Cx9N {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWT3b9Cx9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT3b9Cx9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT3b9Cx9N .card {
  justify-content: flex-end;
}
.cid-uWT3b9Cx9N .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWT3b9Cx9N .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWT3b9Cx9N .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWT3b9Cx9N .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWT3b9Cx9N .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWT3b9Cx9N .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWT3b9Cx9N .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWT3b9Cx9N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWT3b9Cx9N .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWT3b9Cx9N .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWT3b9Cx9N .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWT3b9Cx9N .embla__button--next,
.cid-uWT3b9Cx9N .embla__button--prev {
  display: flex;
}
.cid-uWT3b9Cx9N .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWT3b9Cx9N .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWT3b9Cx9N .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWT3b9Cx9N .embla__button.embla__button--next {
  right: 0;
}
.cid-uWT3b9Cx9N .embla {
  position: relative;
  width: 100%;
}
.cid-uWT3b9Cx9N .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWT3b9Cx9N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWT3b9Cx9N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWT3b9Cx9N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWT3b9Cx9N .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWT3b9Cx9N .mbr-label,
.cid-uWT3b9Cx9N .label-wrapper {
  color: #000000;
}
.cid-uWT3b9Cx9N .mbr-section-title,
.cid-uWT3b9Cx9N .title-wrapper {
  color: #000000;
}
.cid-uWT3b9Cx9N .card-label {
  color: #000000;
}
.cid-uWT3b9Cx9N .card-date {
  color: #8a8a8a;
}
.cid-uWT3b9Cx9N .card-title {
  color: #000000;
}
.cid-uWT3b9Cx9N .card-desc {
  color: #8a8a8a;
}
.cid-uWT3bbHLHN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWT3bbHLHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT3bbHLHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT3bbHLHN .mbr-section-title {
  color: #ffffff;
}
.cid-uWT3bckLBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWT3bckLBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT3bckLBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT3bckLBM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWT3bckLBM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWT3bckLBM .row {
    text-align: center;
  }
  .cid-uWT3bckLBM .row > div {
    margin: auto;
  }
  .cid-uWT3bckLBM .social-row {
    justify-content: center;
  }
}
.cid-uWT3bckLBM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWT3bckLBM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWT3bckLBM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWT3bckLBM .list {
    margin-bottom: 0rem;
  }
}
.cid-uWT3bckLBM .mbr-text {
  color: #bbbbbb;
}
.cid-uWT3bckLBM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWT3bckLBM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWT3bckLBM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWT3bckLBM .copyright {
  color: #ffffff;
}
.cid-uWT3bckLBM .carousel,
.cid-uWT3bckLBM .carousel-inner,
.cid-uWT3bckLBM .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWT3bckLBM .mbr-fullscreen,
.cid-uWT3bckLBM .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWTitvNsDX {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWTitvNsDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTitvNsDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTitvNsDX .mbr-section-subtitle {
  text-align: center;
}
.cid-uWTitwjOow {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTitwjOow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTitwjOow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTitwO6VO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTitwO6VO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTitwO6VO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTitwO6VO .mbr-section-title {
  text-align: left;
}
.cid-uWTitxh6LU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTitxh6LU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTitxh6LU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTitxh6LU .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTitxh6LU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTitxh6LU .mbr-text,
.cid-uWTitxh6LU .mbr-section-btn {
  color: #000000;
}
.cid-uWTiHp7IZ7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTiHp7IZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTiHp7IZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTiHp7IZ7 .card {
  justify-content: flex-end;
}
.cid-uWTiHp7IZ7 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWTiHp7IZ7 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWTiHp7IZ7 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWTiHp7IZ7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWTiHp7IZ7 .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWTiHp7IZ7 .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTiHp7IZ7 .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWTiHp7IZ7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWTiHp7IZ7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWTiHp7IZ7 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWTiHp7IZ7 .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWTiHp7IZ7 .embla__button--next,
.cid-uWTiHp7IZ7 .embla__button--prev {
  display: flex;
}
.cid-uWTiHp7IZ7 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWTiHp7IZ7 .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWTiHp7IZ7 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWTiHp7IZ7 .embla__button.embla__button--next {
  right: 0;
}
.cid-uWTiHp7IZ7 .embla {
  position: relative;
  width: 100%;
}
.cid-uWTiHp7IZ7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWTiHp7IZ7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWTiHp7IZ7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWTiHp7IZ7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWTiHp7IZ7 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWTiHp7IZ7 .mbr-label,
.cid-uWTiHp7IZ7 .label-wrapper {
  color: #000000;
}
.cid-uWTiHp7IZ7 .mbr-section-title,
.cid-uWTiHp7IZ7 .title-wrapper {
  color: #000000;
}
.cid-uWTiHp7IZ7 .card-label {
  color: #000000;
}
.cid-uWTiHp7IZ7 .card-date {
  color: #8a8a8a;
}
.cid-uWTiHp7IZ7 .card-title {
  color: #000000;
}
.cid-uWTiHp7IZ7 .card-desc {
  color: #8a8a8a;
}
.cid-uWTityKURh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTityKURh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTityKURh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTityKURh .mbr-section-title {
  color: #ffffff;
}
.cid-uWTitziuMc table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWTitziuMc body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWTitziuMc th,
.cid-uWTitziuMc td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWTitA7gZV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTitA7gZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTitA7gZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTitA7gZV .mbr-section-title {
  color: #ffffff;
}
.cid-uWTitALxFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWTitALxFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTitALxFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTitALxFP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWTitALxFP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTitALxFP .row {
    text-align: center;
  }
  .cid-uWTitALxFP .row > div {
    margin: auto;
  }
  .cid-uWTitALxFP .social-row {
    justify-content: center;
  }
}
.cid-uWTitALxFP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWTitALxFP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWTitALxFP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWTitALxFP .list {
    margin-bottom: 0rem;
  }
}
.cid-uWTitALxFP .mbr-text {
  color: #bbbbbb;
}
.cid-uWTitALxFP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWTitALxFP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWTitALxFP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWTitALxFP .copyright {
  color: #ffffff;
}
.cid-uWTitALxFP .carousel,
.cid-uWTitALxFP .carousel-inner,
.cid-uWTitALxFP .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWTitALxFP .mbr-fullscreen,
.cid-uWTitALxFP .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWTlgEqP1V {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWTlgEqP1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTlgEqP1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTlgEqP1V .mbr-section-subtitle {
  text-align: center;
}
.cid-uWTlgFpu0W {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTlgFpu0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTlgFpu0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTlgGlN2b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTlgGlN2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTlgGlN2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTlgGlN2b .mbr-section-title {
  text-align: left;
}
.cid-uWTlgHcfGt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTlgHcfGt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTlgHcfGt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTlgHcfGt .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTlgHcfGt .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTlgHcfGt .mbr-text,
.cid-uWTlgHcfGt .mbr-section-btn {
  color: #000000;
}
.cid-uWTlgHO0xq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTlgHO0xq .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uWTlgHO0xq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTlgHO0xq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTlgHO0xq .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTlgHO0xq .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTlgHO0xq .mbr-text,
.cid-uWTlgHO0xq .mbr-section-btn {
  color: #000000;
}
.cid-uWTlgInVDn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTlgInVDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTlgInVDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTlgInVDn .card {
  justify-content: flex-end;
}
.cid-uWTlgInVDn .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWTlgInVDn .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWTlgInVDn .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWTlgInVDn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWTlgInVDn .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWTlgInVDn .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTlgInVDn .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWTlgInVDn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWTlgInVDn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWTlgInVDn .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWTlgInVDn .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWTlgInVDn .embla__button--next,
.cid-uWTlgInVDn .embla__button--prev {
  display: flex;
}
.cid-uWTlgInVDn .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWTlgInVDn .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWTlgInVDn .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWTlgInVDn .embla__button.embla__button--next {
  right: 0;
}
.cid-uWTlgInVDn .embla {
  position: relative;
  width: 100%;
}
.cid-uWTlgInVDn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWTlgInVDn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWTlgInVDn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWTlgInVDn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWTlgInVDn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWTlgInVDn .mbr-label,
.cid-uWTlgInVDn .label-wrapper {
  color: #000000;
}
.cid-uWTlgInVDn .mbr-section-title,
.cid-uWTlgInVDn .title-wrapper {
  color: #000000;
}
.cid-uWTlgInVDn .card-label {
  color: #000000;
}
.cid-uWTlgInVDn .card-date {
  color: #8a8a8a;
}
.cid-uWTlgInVDn .card-title {
  color: #000000;
}
.cid-uWTlgInVDn .card-desc {
  color: #8a8a8a;
}
.cid-uWTlgMC2fq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTlgMC2fq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTlgMC2fq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTlgMC2fq .mbr-section-title {
  color: #ffffff;
}
.cid-uWTlgO5yWb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWTlgO5yWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTlgO5yWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTlgO5yWb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWTlgO5yWb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTlgO5yWb .row {
    text-align: center;
  }
  .cid-uWTlgO5yWb .row > div {
    margin: auto;
  }
  .cid-uWTlgO5yWb .social-row {
    justify-content: center;
  }
}
.cid-uWTlgO5yWb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWTlgO5yWb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWTlgO5yWb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWTlgO5yWb .list {
    margin-bottom: 0rem;
  }
}
.cid-uWTlgO5yWb .mbr-text {
  color: #bbbbbb;
}
.cid-uWTlgO5yWb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWTlgO5yWb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWTlgO5yWb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWTlgO5yWb .copyright {
  color: #ffffff;
}
.cid-uWTlgO5yWb .carousel,
.cid-uWTlgO5yWb .carousel-inner,
.cid-uWTlgO5yWb .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWTlgO5yWb .mbr-fullscreen,
.cid-uWTlgO5yWb .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWTAbqRHdI {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWTAbqRHdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTAbqRHdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTAbqRHdI .mbr-section-subtitle {
  text-align: center;
}
.cid-uWTAbrppRl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTAbrppRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTAbrppRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTAbrXTqF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTAbrXTqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTAbrXTqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTAbrXTqF .mbr-section-title {
  text-align: left;
}
.cid-uWTAbssgsW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTAbssgsW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTAbssgsW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTAbssgsW .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTAbssgsW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTAbssgsW .mbr-text,
.cid-uWTAbssgsW .mbr-section-btn {
  color: #000000;
}
.cid-uWTAbt1i0q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTAbt1i0q .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTAbt1i0q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTAbt1i0q .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTAbt1i0q .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTAbt1i0q .mbr-text,
.cid-uWTAbt1i0q .mbr-section-btn {
  color: #000000;
}
.cid-uWTAbtxum5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTAbtxum5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTAbtxum5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTAbtxum5 .card {
  justify-content: flex-end;
}
.cid-uWTAbtxum5 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWTAbtxum5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWTAbtxum5 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWTAbtxum5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWTAbtxum5 .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWTAbtxum5 .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTAbtxum5 .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWTAbtxum5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWTAbtxum5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWTAbtxum5 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWTAbtxum5 .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWTAbtxum5 .embla__button--next,
.cid-uWTAbtxum5 .embla__button--prev {
  display: flex;
}
.cid-uWTAbtxum5 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWTAbtxum5 .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWTAbtxum5 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWTAbtxum5 .embla__button.embla__button--next {
  right: 0;
}
.cid-uWTAbtxum5 .embla {
  position: relative;
  width: 100%;
}
.cid-uWTAbtxum5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWTAbtxum5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWTAbtxum5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWTAbtxum5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWTAbtxum5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWTAbtxum5 .mbr-label,
.cid-uWTAbtxum5 .label-wrapper {
  color: #000000;
}
.cid-uWTAbtxum5 .mbr-section-title,
.cid-uWTAbtxum5 .title-wrapper {
  color: #000000;
}
.cid-uWTAbtxum5 .card-label {
  color: #000000;
}
.cid-uWTAbtxum5 .card-date {
  color: #8a8a8a;
}
.cid-uWTAbtxum5 .card-title {
  color: #000000;
}
.cid-uWTAbtxum5 .card-desc {
  color: #8a8a8a;
}
.cid-uWTAbuqcnw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTAbuqcnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTAbuqcnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTAbuqcnw .mbr-section-title {
  color: #ffffff;
}
.cid-uWTAbv5QJb table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWTAbv5QJb body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWTAbv5QJb th,
.cid-uWTAbv5QJb td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWTAbvMlFH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTAbvMlFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTAbvMlFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTAbvMlFH .mbr-section-title {
  color: #ffffff;
}
.cid-uWTAbwpwWA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTAbwpwWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTAbwpwWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTAbwpwWA .mbr-section-title {
  color: #ffffff;
}
.cid-uWTAbxbhHI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWTAbxbhHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTAbxbhHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTAbxbhHI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWTAbxbhHI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTAbxbhHI .row {
    text-align: center;
  }
  .cid-uWTAbxbhHI .row > div {
    margin: auto;
  }
  .cid-uWTAbxbhHI .social-row {
    justify-content: center;
  }
}
.cid-uWTAbxbhHI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWTAbxbhHI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWTAbxbhHI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWTAbxbhHI .list {
    margin-bottom: 0rem;
  }
}
.cid-uWTAbxbhHI .mbr-text {
  color: #bbbbbb;
}
.cid-uWTAbxbhHI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWTAbxbhHI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWTAbxbhHI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWTAbxbhHI .copyright {
  color: #ffffff;
}
.cid-uWTAbxbhHI .carousel,
.cid-uWTAbxbhHI .carousel-inner,
.cid-uWTAbxbhHI .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWTAbxbhHI .mbr-fullscreen,
.cid-uWTAbxbhHI .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWTATMvAuM {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWTATMvAuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTATMvAuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTATMvAuM .mbr-section-subtitle {
  text-align: center;
}
.cid-uWTATN7X1l {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTATN7X1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTATN7X1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTATNI4cg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTATNI4cg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTATNI4cg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTATNI4cg .mbr-section-title {
  text-align: left;
}
.cid-uWTATOfBMl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTATOfBMl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTATOfBMl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTATOfBMl .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTATOfBMl .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTATOfBMl .mbr-text,
.cid-uWTATOfBMl .mbr-section-btn {
  color: #000000;
}
.cid-uWTATONnrw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTATONnrw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTATONnrw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTATONnrw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTATONnrw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTATONnrw .mbr-text,
.cid-uWTATONnrw .mbr-section-btn {
  color: #000000;
}
.cid-uWTATPjsV2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTATPjsV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTATPjsV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTATPjsV2 .card {
  justify-content: flex-end;
}
.cid-uWTATPjsV2 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWTATPjsV2 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWTATPjsV2 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWTATPjsV2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWTATPjsV2 .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWTATPjsV2 .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTATPjsV2 .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWTATPjsV2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWTATPjsV2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWTATPjsV2 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWTATPjsV2 .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWTATPjsV2 .embla__button--next,
.cid-uWTATPjsV2 .embla__button--prev {
  display: flex;
}
.cid-uWTATPjsV2 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWTATPjsV2 .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWTATPjsV2 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWTATPjsV2 .embla__button.embla__button--next {
  right: 0;
}
.cid-uWTATPjsV2 .embla {
  position: relative;
  width: 100%;
}
.cid-uWTATPjsV2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWTATPjsV2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWTATPjsV2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWTATPjsV2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWTATPjsV2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWTATPjsV2 .mbr-label,
.cid-uWTATPjsV2 .label-wrapper {
  color: #000000;
}
.cid-uWTATPjsV2 .mbr-section-title,
.cid-uWTATPjsV2 .title-wrapper {
  color: #000000;
}
.cid-uWTATPjsV2 .card-label {
  color: #000000;
}
.cid-uWTATPjsV2 .card-date {
  color: #8a8a8a;
}
.cid-uWTATPjsV2 .card-title {
  color: #000000;
}
.cid-uWTATPjsV2 .card-desc {
  color: #8a8a8a;
}
.cid-uWTATQhRsg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTATQhRsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTATQhRsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTATQhRsg .mbr-section-title {
  color: #ffffff;
}
.cid-uWTATQTuUy table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWTATQTuUy body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWTATQTuUy th,
.cid-uWTATQTuUy td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWTATRBJ7i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTATRBJ7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTATRBJ7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTATRBJ7i .mbr-section-title {
  color: #ffffff;
}
.cid-uWTATSoBTv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTATSoBTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTATSoBTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTATSoBTv .mbr-section-title {
  color: #ffffff;
}
.cid-uWTATT4bpB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWTATT4bpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTATT4bpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTATT4bpB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWTATT4bpB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTATT4bpB .row {
    text-align: center;
  }
  .cid-uWTATT4bpB .row > div {
    margin: auto;
  }
  .cid-uWTATT4bpB .social-row {
    justify-content: center;
  }
}
.cid-uWTATT4bpB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWTATT4bpB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWTATT4bpB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWTATT4bpB .list {
    margin-bottom: 0rem;
  }
}
.cid-uWTATT4bpB .mbr-text {
  color: #bbbbbb;
}
.cid-uWTATT4bpB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWTATT4bpB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWTATT4bpB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWTATT4bpB .copyright {
  color: #ffffff;
}
.cid-uWTATT4bpB .carousel,
.cid-uWTATT4bpB .carousel-inner,
.cid-uWTATT4bpB .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWTATT4bpB .mbr-fullscreen,
.cid-uWTATT4bpB .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWTnq4Qr4w {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWTnq4Qr4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTnq4Qr4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTnq4Qr4w .mbr-section-subtitle {
  text-align: center;
}
.cid-uWTnq6q9D2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTnq6q9D2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTnq6q9D2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTnq7knzX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTnq7knzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTnq7knzX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTnq7knzX .mbr-section-title {
  text-align: left;
}
.cid-uWTnq85gJl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTnq85gJl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTnq85gJl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTnq85gJl .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTnq85gJl .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTnq85gJl .mbr-text,
.cid-uWTnq85gJl .mbr-section-btn {
  color: #000000;
}
.cid-uWTnq8IS1G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTnq8IS1G .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTnq8IS1G .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTnq8IS1G .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTnq8IS1G .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTnq8IS1G .mbr-text,
.cid-uWTnq8IS1G .mbr-section-btn {
  color: #000000;
}
.cid-uWTnqstZlY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTnqstZlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTnqstZlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTnqstZlY .card {
  justify-content: flex-end;
}
.cid-uWTnqstZlY .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWTnqstZlY .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWTnqstZlY .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWTnqstZlY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWTnqstZlY .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWTnqstZlY .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTnqstZlY .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWTnqstZlY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWTnqstZlY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWTnqstZlY .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWTnqstZlY .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWTnqstZlY .embla__button--next,
.cid-uWTnqstZlY .embla__button--prev {
  display: flex;
}
.cid-uWTnqstZlY .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWTnqstZlY .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWTnqstZlY .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWTnqstZlY .embla__button.embla__button--next {
  right: 0;
}
.cid-uWTnqstZlY .embla {
  position: relative;
  width: 100%;
}
.cid-uWTnqstZlY .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWTnqstZlY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWTnqstZlY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWTnqstZlY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWTnqstZlY .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWTnqstZlY .mbr-label,
.cid-uWTnqstZlY .label-wrapper {
  color: #000000;
}
.cid-uWTnqstZlY .mbr-section-title,
.cid-uWTnqstZlY .title-wrapper {
  color: #000000;
}
.cid-uWTnqstZlY .card-label {
  color: #000000;
}
.cid-uWTnqstZlY .card-date {
  color: #8a8a8a;
}
.cid-uWTnqstZlY .card-title {
  color: #000000;
}
.cid-uWTnqstZlY .card-desc {
  color: #8a8a8a;
}
.cid-uWTnq9jrN9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTnq9jrN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTnq9jrN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTnq9jrN9 .mbr-section-title {
  color: #ffffff;
}
.cid-uWTnqa4wp4 table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWTnqa4wp4 body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWTnqa4wp4 th,
.cid-uWTnqa4wp4 td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWTnqbc0Sl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTnqbc0Sl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTnqbc0Sl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTnqbc0Sl .mbr-section-title {
  color: #ffffff;
}
.cid-uWTnqu2qnQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTnqu2qnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTnqu2qnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTnqu2qnQ .mbr-section-title {
  color: #ffffff;
}
.cid-uWTnqvn32q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWTnqvn32q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTnqvn32q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTnqvn32q .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWTnqvn32q .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTnqvn32q .row {
    text-align: center;
  }
  .cid-uWTnqvn32q .row > div {
    margin: auto;
  }
  .cid-uWTnqvn32q .social-row {
    justify-content: center;
  }
}
.cid-uWTnqvn32q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWTnqvn32q .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWTnqvn32q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWTnqvn32q .list {
    margin-bottom: 0rem;
  }
}
.cid-uWTnqvn32q .mbr-text {
  color: #bbbbbb;
}
.cid-uWTnqvn32q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWTnqvn32q .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWTnqvn32q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWTnqvn32q .copyright {
  color: #ffffff;
}
.cid-uWTnqvn32q .carousel,
.cid-uWTnqvn32q .carousel-inner,
.cid-uWTnqvn32q .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWTnqvn32q .mbr-fullscreen,
.cid-uWTnqvn32q .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWTqyh5OjL {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWTqyh5OjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTqyh5OjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTqyh5OjL .mbr-section-subtitle {
  text-align: center;
}
.cid-uWTqyj5o2R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTqyj5o2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTqyj5o2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTqyjD7DR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTqyjD7DR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTqyjD7DR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTqyjD7DR .mbr-section-title {
  text-align: left;
}
.cid-uWTqyk8rYK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTqyk8rYK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTqyk8rYK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTqyk8rYK .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTqyk8rYK .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTqyk8rYK .mbr-text,
.cid-uWTqyk8rYK .mbr-section-btn {
  color: #000000;
}
.cid-uWTqykMKqs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTqykMKqs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTqykMKqs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTqykMKqs .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTqykMKqs .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTqykMKqs .mbr-text,
.cid-uWTqykMKqs .mbr-section-btn {
  color: #000000;
}
.cid-uWTqyliBQG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTqyliBQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTqyliBQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTqyliBQG .card {
  justify-content: flex-end;
}
.cid-uWTqyliBQG .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWTqyliBQG .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWTqyliBQG .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWTqyliBQG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWTqyliBQG .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWTqyliBQG .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTqyliBQG .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWTqyliBQG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWTqyliBQG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWTqyliBQG .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWTqyliBQG .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWTqyliBQG .embla__button--next,
.cid-uWTqyliBQG .embla__button--prev {
  display: flex;
}
.cid-uWTqyliBQG .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWTqyliBQG .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWTqyliBQG .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWTqyliBQG .embla__button.embla__button--next {
  right: 0;
}
.cid-uWTqyliBQG .embla {
  position: relative;
  width: 100%;
}
.cid-uWTqyliBQG .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWTqyliBQG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWTqyliBQG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWTqyliBQG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWTqyliBQG .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWTqyliBQG .mbr-label,
.cid-uWTqyliBQG .label-wrapper {
  color: #000000;
}
.cid-uWTqyliBQG .mbr-section-title,
.cid-uWTqyliBQG .title-wrapper {
  color: #000000;
}
.cid-uWTqyliBQG .card-label {
  color: #000000;
}
.cid-uWTqyliBQG .card-date {
  color: #8a8a8a;
}
.cid-uWTqyliBQG .card-title {
  color: #000000;
}
.cid-uWTqyliBQG .card-desc {
  color: #8a8a8a;
}
.cid-uWTqymgjoe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTqymgjoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTqymgjoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTqymgjoe .mbr-section-title {
  color: #ffffff;
}
.cid-uWTqymPhGw table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWTqymPhGw body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWTqymPhGw th,
.cid-uWTqymPhGw td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWTqyntBXm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTqyntBXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTqyntBXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTqyntBXm .mbr-section-title {
  color: #ffffff;
}
.cid-uWTqyoaHmR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTqyoaHmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTqyoaHmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTqyoaHmR .mbr-section-title {
  color: #ffffff;
}
.cid-uWTqyoOIzX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWTqyoOIzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTqyoOIzX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTqyoOIzX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWTqyoOIzX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTqyoOIzX .row {
    text-align: center;
  }
  .cid-uWTqyoOIzX .row > div {
    margin: auto;
  }
  .cid-uWTqyoOIzX .social-row {
    justify-content: center;
  }
}
.cid-uWTqyoOIzX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWTqyoOIzX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWTqyoOIzX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWTqyoOIzX .list {
    margin-bottom: 0rem;
  }
}
.cid-uWTqyoOIzX .mbr-text {
  color: #bbbbbb;
}
.cid-uWTqyoOIzX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWTqyoOIzX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWTqyoOIzX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWTqyoOIzX .copyright {
  color: #ffffff;
}
.cid-uWTqyoOIzX .carousel,
.cid-uWTqyoOIzX .carousel-inner,
.cid-uWTqyoOIzX .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWTqyoOIzX .mbr-fullscreen,
.cid-uWTqyoOIzX .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWTs6C4VaW {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWTs6C4VaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTs6C4VaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTs6C4VaW .mbr-section-subtitle {
  text-align: center;
}
.cid-uWTs6CHgUG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTs6CHgUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTs6CHgUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTs6Ddqyb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTs6Ddqyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTs6Ddqyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTs6Ddqyb .mbr-section-title {
  text-align: left;
}
.cid-uWTs6DM1fo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTs6DM1fo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTs6DM1fo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTs6DM1fo .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTs6DM1fo .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTs6DM1fo .mbr-text,
.cid-uWTs6DM1fo .mbr-section-btn {
  color: #000000;
}
.cid-uWTs6EiXtp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTs6EiXtp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTs6EiXtp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTs6EiXtp .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTs6EiXtp .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTs6EiXtp .mbr-text,
.cid-uWTs6EiXtp .mbr-section-btn {
  color: #000000;
}
.cid-uWTs6EN4tX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTs6EN4tX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTs6EN4tX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTs6EN4tX .card {
  justify-content: flex-end;
}
.cid-uWTs6EN4tX .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWTs6EN4tX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWTs6EN4tX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWTs6EN4tX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWTs6EN4tX .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWTs6EN4tX .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTs6EN4tX .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWTs6EN4tX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWTs6EN4tX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWTs6EN4tX .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWTs6EN4tX .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWTs6EN4tX .embla__button--next,
.cid-uWTs6EN4tX .embla__button--prev {
  display: flex;
}
.cid-uWTs6EN4tX .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWTs6EN4tX .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWTs6EN4tX .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWTs6EN4tX .embla__button.embla__button--next {
  right: 0;
}
.cid-uWTs6EN4tX .embla {
  position: relative;
  width: 100%;
}
.cid-uWTs6EN4tX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWTs6EN4tX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWTs6EN4tX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWTs6EN4tX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWTs6EN4tX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWTs6EN4tX .mbr-label,
.cid-uWTs6EN4tX .label-wrapper {
  color: #000000;
}
.cid-uWTs6EN4tX .mbr-section-title,
.cid-uWTs6EN4tX .title-wrapper {
  color: #000000;
}
.cid-uWTs6EN4tX .card-label {
  color: #000000;
}
.cid-uWTs6EN4tX .card-date {
  color: #8a8a8a;
}
.cid-uWTs6EN4tX .card-title {
  color: #000000;
}
.cid-uWTs6EN4tX .card-desc {
  color: #8a8a8a;
}
.cid-uWTs6FKWVh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTs6FKWVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTs6FKWVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTs6FKWVh .mbr-section-title {
  color: #ffffff;
}
.cid-uWTs6GoLaC table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWTs6GoLaC body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWTs6GoLaC th,
.cid-uWTs6GoLaC td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWTs6H6KTA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTs6H6KTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTs6H6KTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTs6H6KTA .mbr-section-title {
  color: #ffffff;
}
.cid-uWTs6HLndC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTs6HLndC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTs6HLndC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTs6HLndC .mbr-section-title {
  color: #ffffff;
}
.cid-uWTs6Iu58n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWTs6Iu58n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTs6Iu58n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTs6Iu58n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWTs6Iu58n .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTs6Iu58n .row {
    text-align: center;
  }
  .cid-uWTs6Iu58n .row > div {
    margin: auto;
  }
  .cid-uWTs6Iu58n .social-row {
    justify-content: center;
  }
}
.cid-uWTs6Iu58n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWTs6Iu58n .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWTs6Iu58n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWTs6Iu58n .list {
    margin-bottom: 0rem;
  }
}
.cid-uWTs6Iu58n .mbr-text {
  color: #bbbbbb;
}
.cid-uWTs6Iu58n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWTs6Iu58n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWTs6Iu58n div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWTs6Iu58n .copyright {
  color: #ffffff;
}
.cid-uWTs6Iu58n .carousel,
.cid-uWTs6Iu58n .carousel-inner,
.cid-uWTs6Iu58n .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWTs6Iu58n .mbr-fullscreen,
.cid-uWTs6Iu58n .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWTuDzrSTX {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWTuDzrSTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTuDzrSTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTuDzrSTX .mbr-section-subtitle {
  text-align: center;
}
.cid-uWTuDzYx8j {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTuDzYx8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTuDzYx8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTuDAuF85 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTuDAuF85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTuDAuF85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTuDAuF85 .mbr-section-title {
  text-align: left;
}
.cid-uWTuDB3VxC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTuDB3VxC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTuDB3VxC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTuDB3VxC .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTuDB3VxC .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTuDB3VxC .mbr-text,
.cid-uWTuDB3VxC .mbr-section-btn {
  color: #000000;
}
.cid-uWTuDBBMx7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTuDBBMx7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTuDBBMx7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTuDBBMx7 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTuDBBMx7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTuDBBMx7 .mbr-text,
.cid-uWTuDBBMx7 .mbr-section-btn {
  color: #000000;
}
.cid-uWTuDC80vD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTuDC80vD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTuDC80vD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTuDC80vD .card {
  justify-content: flex-end;
}
.cid-uWTuDC80vD .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWTuDC80vD .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWTuDC80vD .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWTuDC80vD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWTuDC80vD .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWTuDC80vD .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTuDC80vD .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWTuDC80vD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWTuDC80vD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWTuDC80vD .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWTuDC80vD .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWTuDC80vD .embla__button--next,
.cid-uWTuDC80vD .embla__button--prev {
  display: flex;
}
.cid-uWTuDC80vD .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWTuDC80vD .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWTuDC80vD .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWTuDC80vD .embla__button.embla__button--next {
  right: 0;
}
.cid-uWTuDC80vD .embla {
  position: relative;
  width: 100%;
}
.cid-uWTuDC80vD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWTuDC80vD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWTuDC80vD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWTuDC80vD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWTuDC80vD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWTuDC80vD .mbr-label,
.cid-uWTuDC80vD .label-wrapper {
  color: #000000;
}
.cid-uWTuDC80vD .mbr-section-title,
.cid-uWTuDC80vD .title-wrapper {
  color: #000000;
}
.cid-uWTuDC80vD .card-label {
  color: #000000;
}
.cid-uWTuDC80vD .card-date {
  color: #8a8a8a;
}
.cid-uWTuDC80vD .card-title {
  color: #000000;
}
.cid-uWTuDC80vD .card-desc {
  color: #8a8a8a;
}
.cid-uWTuDD6VdJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTuDD6VdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTuDD6VdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTuDD6VdJ .mbr-section-title {
  color: #ffffff;
}
.cid-uWTuDDKy10 table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWTuDDKy10 body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWTuDDKy10 th,
.cid-uWTuDDKy10 td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWTuDEppmO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTuDEppmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTuDEppmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTuDEppmO .mbr-section-title {
  color: #ffffff;
}
.cid-uWTuDF0akn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTuDF0akn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTuDF0akn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTuDF0akn .mbr-section-title {
  color: #ffffff;
}
.cid-uWTuDFGrwl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWTuDFGrwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTuDFGrwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTuDFGrwl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWTuDFGrwl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTuDFGrwl .row {
    text-align: center;
  }
  .cid-uWTuDFGrwl .row > div {
    margin: auto;
  }
  .cid-uWTuDFGrwl .social-row {
    justify-content: center;
  }
}
.cid-uWTuDFGrwl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWTuDFGrwl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWTuDFGrwl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWTuDFGrwl .list {
    margin-bottom: 0rem;
  }
}
.cid-uWTuDFGrwl .mbr-text {
  color: #bbbbbb;
}
.cid-uWTuDFGrwl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWTuDFGrwl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWTuDFGrwl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWTuDFGrwl .copyright {
  color: #ffffff;
}
.cid-uWTuDFGrwl .carousel,
.cid-uWTuDFGrwl .carousel-inner,
.cid-uWTuDFGrwl .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWTuDFGrwl .mbr-fullscreen,
.cid-uWTuDFGrwl .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWTvZqegEb {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWTvZqegEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTvZqegEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTvZqegEb .mbr-section-subtitle {
  text-align: center;
}
.cid-uWTvZqL80o {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTvZqL80o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTvZqL80o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTvZrg2xg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTvZrg2xg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTvZrg2xg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTvZrg2xg .mbr-section-title {
  text-align: left;
}
.cid-uWTvZrOF7y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTvZrOF7y .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTvZrOF7y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTvZrOF7y .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTvZrOF7y .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTvZrOF7y .mbr-text,
.cid-uWTvZrOF7y .mbr-section-btn {
  color: #000000;
}
.cid-uWTvZslTZh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTvZslTZh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTvZslTZh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTvZslTZh .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTvZslTZh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTvZslTZh .mbr-text,
.cid-uWTvZslTZh .mbr-section-btn {
  color: #000000;
}
.cid-uWTvZsSkQI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTvZsSkQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTvZsSkQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTvZsSkQI .card {
  justify-content: flex-end;
}
.cid-uWTvZsSkQI .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWTvZsSkQI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWTvZsSkQI .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWTvZsSkQI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWTvZsSkQI .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWTvZsSkQI .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTvZsSkQI .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWTvZsSkQI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWTvZsSkQI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWTvZsSkQI .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWTvZsSkQI .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWTvZsSkQI .embla__button--next,
.cid-uWTvZsSkQI .embla__button--prev {
  display: flex;
}
.cid-uWTvZsSkQI .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWTvZsSkQI .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWTvZsSkQI .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWTvZsSkQI .embla__button.embla__button--next {
  right: 0;
}
.cid-uWTvZsSkQI .embla {
  position: relative;
  width: 100%;
}
.cid-uWTvZsSkQI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWTvZsSkQI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWTvZsSkQI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWTvZsSkQI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWTvZsSkQI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWTvZsSkQI .mbr-label,
.cid-uWTvZsSkQI .label-wrapper {
  color: #000000;
}
.cid-uWTvZsSkQI .mbr-section-title,
.cid-uWTvZsSkQI .title-wrapper {
  color: #000000;
}
.cid-uWTvZsSkQI .card-label {
  color: #000000;
}
.cid-uWTvZsSkQI .card-date {
  color: #8a8a8a;
}
.cid-uWTvZsSkQI .card-title {
  color: #000000;
}
.cid-uWTvZsSkQI .card-desc {
  color: #8a8a8a;
}
.cid-uWTvZtNVhw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTvZtNVhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTvZtNVhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTvZtNVhw .mbr-section-title {
  color: #ffffff;
}
.cid-uWTvZulAMe table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWTvZulAMe body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWTvZulAMe th,
.cid-uWTvZulAMe td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWTvZuYXHP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTvZuYXHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTvZuYXHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTvZuYXHP .mbr-section-title {
  color: #ffffff;
}
.cid-uWTvZvA1vm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTvZvA1vm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTvZvA1vm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTvZvA1vm .mbr-section-title {
  color: #ffffff;
}
.cid-uWTvZwl1GV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWTvZwl1GV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTvZwl1GV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTvZwl1GV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWTvZwl1GV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTvZwl1GV .row {
    text-align: center;
  }
  .cid-uWTvZwl1GV .row > div {
    margin: auto;
  }
  .cid-uWTvZwl1GV .social-row {
    justify-content: center;
  }
}
.cid-uWTvZwl1GV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWTvZwl1GV .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWTvZwl1GV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWTvZwl1GV .list {
    margin-bottom: 0rem;
  }
}
.cid-uWTvZwl1GV .mbr-text {
  color: #bbbbbb;
}
.cid-uWTvZwl1GV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWTvZwl1GV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWTvZwl1GV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWTvZwl1GV .copyright {
  color: #ffffff;
}
.cid-uWTvZwl1GV .carousel,
.cid-uWTvZwl1GV .carousel-inner,
.cid-uWTvZwl1GV .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWTvZwl1GV .mbr-fullscreen,
.cid-uWTvZwl1GV .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWTxsL4Fzf {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWTxsL4Fzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTxsL4Fzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTxsL4Fzf .mbr-section-subtitle {
  text-align: center;
}
.cid-uWTxsLA8Gp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTxsLA8Gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTxsLA8Gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTxsM63WR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTxsM63WR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTxsM63WR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTxsM63WR .mbr-section-title {
  text-align: left;
}
.cid-uWTxsMDsDR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTxsMDsDR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTxsMDsDR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTxsMDsDR .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTxsMDsDR .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTxsMDsDR .mbr-text,
.cid-uWTxsMDsDR .mbr-section-btn {
  color: #000000;
}
.cid-uWTxsNbI6Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTxsNbI6Y .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTxsNbI6Y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTxsNbI6Y .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTxsNbI6Y .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTxsNbI6Y .mbr-text,
.cid-uWTxsNbI6Y .mbr-section-btn {
  color: #000000;
}
.cid-uWTxsNIvH4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTxsNIvH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTxsNIvH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTxsNIvH4 .card {
  justify-content: flex-end;
}
.cid-uWTxsNIvH4 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWTxsNIvH4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWTxsNIvH4 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWTxsNIvH4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWTxsNIvH4 .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWTxsNIvH4 .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTxsNIvH4 .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWTxsNIvH4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWTxsNIvH4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWTxsNIvH4 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWTxsNIvH4 .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWTxsNIvH4 .embla__button--next,
.cid-uWTxsNIvH4 .embla__button--prev {
  display: flex;
}
.cid-uWTxsNIvH4 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWTxsNIvH4 .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWTxsNIvH4 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWTxsNIvH4 .embla__button.embla__button--next {
  right: 0;
}
.cid-uWTxsNIvH4 .embla {
  position: relative;
  width: 100%;
}
.cid-uWTxsNIvH4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWTxsNIvH4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWTxsNIvH4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWTxsNIvH4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWTxsNIvH4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWTxsNIvH4 .mbr-label,
.cid-uWTxsNIvH4 .label-wrapper {
  color: #000000;
}
.cid-uWTxsNIvH4 .mbr-section-title,
.cid-uWTxsNIvH4 .title-wrapper {
  color: #000000;
}
.cid-uWTxsNIvH4 .card-label {
  color: #000000;
}
.cid-uWTxsNIvH4 .card-date {
  color: #8a8a8a;
}
.cid-uWTxsNIvH4 .card-title {
  color: #000000;
}
.cid-uWTxsNIvH4 .card-desc {
  color: #8a8a8a;
}
.cid-uWTxsOHkFv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTxsOHkFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTxsOHkFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTxsOHkFv .mbr-section-title {
  color: #ffffff;
}
.cid-uWTxsPjL3o table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWTxsPjL3o body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWTxsPjL3o th,
.cid-uWTxsPjL3o td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWTxsQ0FL0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTxsQ0FL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTxsQ0FL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTxsQ0FL0 .mbr-section-title {
  color: #ffffff;
}
.cid-uWTxsQDlWI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTxsQDlWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTxsQDlWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTxsQDlWI .mbr-section-title {
  color: #ffffff;
}
.cid-uWTxsRkV8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWTxsRkV8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTxsRkV8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTxsRkV8l .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWTxsRkV8l .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTxsRkV8l .row {
    text-align: center;
  }
  .cid-uWTxsRkV8l .row > div {
    margin: auto;
  }
  .cid-uWTxsRkV8l .social-row {
    justify-content: center;
  }
}
.cid-uWTxsRkV8l .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWTxsRkV8l .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWTxsRkV8l .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWTxsRkV8l .list {
    margin-bottom: 0rem;
  }
}
.cid-uWTxsRkV8l .mbr-text {
  color: #bbbbbb;
}
.cid-uWTxsRkV8l .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWTxsRkV8l .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWTxsRkV8l div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWTxsRkV8l .copyright {
  color: #ffffff;
}
.cid-uWTxsRkV8l .carousel,
.cid-uWTxsRkV8l .carousel-inner,
.cid-uWTxsRkV8l .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWTxsRkV8l .mbr-fullscreen,
.cid-uWTxsRkV8l .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWTyI6WA4O {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWTyI6WA4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTyI6WA4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTyI6WA4O .mbr-section-subtitle {
  text-align: center;
}
.cid-uWTyI7w9PA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTyI7w9PA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTyI7w9PA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTyI886k9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTyI886k9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTyI886k9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTyI886k9 .mbr-section-title {
  text-align: left;
}
.cid-uWTyI8EtmZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTyI8EtmZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTyI8EtmZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTyI8EtmZ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTyI8EtmZ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTyI8EtmZ .mbr-text,
.cid-uWTyI8EtmZ .mbr-section-btn {
  color: #000000;
}
.cid-uWTyI9c4cz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTyI9c4cz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTyI9c4cz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWTyI9c4cz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWTyI9c4cz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWTyI9c4cz .mbr-text,
.cid-uWTyI9c4cz .mbr-section-btn {
  color: #000000;
}
.cid-uWTyI9MF9t {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTyI9MF9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTyI9MF9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTyI9MF9t .card {
  justify-content: flex-end;
}
.cid-uWTyI9MF9t .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWTyI9MF9t .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWTyI9MF9t .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uWTyI9MF9t .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWTyI9MF9t .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWTyI9MF9t .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTyI9MF9t .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWTyI9MF9t .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uWTyI9MF9t .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWTyI9MF9t .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uWTyI9MF9t .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uWTyI9MF9t .embla__button--next,
.cid-uWTyI9MF9t .embla__button--prev {
  display: flex;
}
.cid-uWTyI9MF9t .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWTyI9MF9t .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWTyI9MF9t .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWTyI9MF9t .embla__button.embla__button--next {
  right: 0;
}
.cid-uWTyI9MF9t .embla {
  position: relative;
  width: 100%;
}
.cid-uWTyI9MF9t .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWTyI9MF9t .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWTyI9MF9t .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWTyI9MF9t .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWTyI9MF9t .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWTyI9MF9t .mbr-label,
.cid-uWTyI9MF9t .label-wrapper {
  color: #000000;
}
.cid-uWTyI9MF9t .mbr-section-title,
.cid-uWTyI9MF9t .title-wrapper {
  color: #000000;
}
.cid-uWTyI9MF9t .card-label {
  color: #000000;
}
.cid-uWTyI9MF9t .card-date {
  color: #8a8a8a;
}
.cid-uWTyI9MF9t .card-title {
  color: #000000;
}
.cid-uWTyI9MF9t .card-desc {
  color: #8a8a8a;
}
.cid-uWTyIaJhxv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTyIaJhxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTyIaJhxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTyIaJhxv .mbr-section-title {
  color: #ffffff;
}
.cid-uWTyIbhwhs table {
  width: 100%;
  border-collapse: collapse;
  1px-width: 20px;
}
.cid-uWTyIbhwhs body {
  font-family: Arial, sans-serif;
  margin: 1px;
  background-color: #f9f9f9;
  color: #333;
}
.cid-uWTyIbhwhs th,
.cid-uWTyIbhwhs td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
}
.cid-uWTyIbVHZg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTyIbVHZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTyIbVHZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTyIbVHZg .mbr-section-title {
  color: #ffffff;
}
.cid-uWTyIcBhOw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-uWTyIcBhOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTyIcBhOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTyIcBhOw .mbr-section-title {
  color: #ffffff;
}
.cid-uWTyIdgmoZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWTyIdgmoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTyIdgmoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTyIdgmoZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWTyIdgmoZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTyIdgmoZ .row {
    text-align: center;
  }
  .cid-uWTyIdgmoZ .row > div {
    margin: auto;
  }
  .cid-uWTyIdgmoZ .social-row {
    justify-content: center;
  }
}
.cid-uWTyIdgmoZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWTyIdgmoZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWTyIdgmoZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWTyIdgmoZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uWTyIdgmoZ .mbr-text {
  color: #bbbbbb;
}
.cid-uWTyIdgmoZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWTyIdgmoZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWTyIdgmoZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWTyIdgmoZ .copyright {
  color: #ffffff;
}
.cid-uWTyIdgmoZ .carousel,
.cid-uWTyIdgmoZ .carousel-inner,
.cid-uWTyIdgmoZ .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWTyIdgmoZ .mbr-fullscreen,
.cid-uWTyIdgmoZ .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWYyaNJKIc {
  background-image: url("../../../assets/images/mbr-1920x937.jpg");
}
.cid-uWYyaNJKIc .mbr-section-title {
  color: #ffffff;
}
.cid-uWYyaNJKIc .mbr-text,
.cid-uWYyaNJKIc .mbr-section-btn {
  color: #ffffff;
}
.cid-uWYyaOeUAF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-kapi-stok-5-1500x1125.jpg");
}
@media (max-width: 991px) {
  .cid-uWYyaOeUAF .mbr-section-title,
  .cid-uWYyaOeUAF .mbr-section-subtitle,
  .cid-uWYyaOeUAF .mbr-section-btn,
  .cid-uWYyaOeUAF .mbr-text {
    text-align: center;
  }
}
.cid-uWYyaPlnSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWYyaPlnSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYyaPlnSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYyaPlnSp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYyaPlnSp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYyaPlnSp .row {
    text-align: center;
  }
  .cid-uWYyaPlnSp .row > div {
    margin: auto;
  }
  .cid-uWYyaPlnSp .social-row {
    justify-content: center;
  }
}
.cid-uWYyaPlnSp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYyaPlnSp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYyaPlnSp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYyaPlnSp .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYyaPlnSp .mbr-text {
  color: #bbbbbb;
}
.cid-uWYyaPlnSp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYyaPlnSp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYyaPlnSp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYyaPlnSp .copyright {
  color: #ffffff;
}
.cid-uWYyaPlnSp .carousel,
.cid-uWYyaPlnSp .carousel-inner,
.cid-uWYyaPlnSp .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWYyaPlnSp .mbr-fullscreen,
.cid-uWYyaPlnSp .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWYzr8BXxC {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uWYzr8BXxC .mbr-section-title {
  color: #ffffff;
}
.cid-uWYzr8BXxC .mbr-text,
.cid-uWYzr8BXxC .mbr-section-btn {
  color: #ffffff;
}
.cid-uWYzr9adO3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-kapi-stok-5-1500x1125.jpg");
}
@media (max-width: 991px) {
  .cid-uWYzr9adO3 .mbr-section-title,
  .cid-uWYzr9adO3 .mbr-section-subtitle,
  .cid-uWYzr9adO3 .mbr-section-btn,
  .cid-uWYzr9adO3 .mbr-text {
    text-align: center;
  }
}
.cid-uWYzr9H0lz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWYzr9H0lz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYzr9H0lz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYzr9H0lz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYzr9H0lz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYzr9H0lz .row {
    text-align: center;
  }
  .cid-uWYzr9H0lz .row > div {
    margin: auto;
  }
  .cid-uWYzr9H0lz .social-row {
    justify-content: center;
  }
}
.cid-uWYzr9H0lz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYzr9H0lz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYzr9H0lz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYzr9H0lz .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYzr9H0lz .mbr-text {
  color: #bbbbbb;
}
.cid-uWYzr9H0lz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYzr9H0lz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYzr9H0lz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYzr9H0lz .copyright {
  color: #ffffff;
}
.cid-uWYzr9H0lz .carousel,
.cid-uWYzr9H0lz .carousel-inner,
.cid-uWYzr9H0lz .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWYzr9H0lz .mbr-fullscreen,
.cid-uWYzr9H0lz .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWYAGgRPUI {
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-uWYAGgRPUI .mbr-section-title {
  color: #ffffff;
}
.cid-uWYAGgRPUI .mbr-text,
.cid-uWYAGgRPUI .mbr-section-btn {
  color: #ffffff;
}
.cid-uWYAGhnz6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-kapi-stok-5-1500x1125.jpg");
}
@media (max-width: 991px) {
  .cid-uWYAGhnz6l .mbr-section-title,
  .cid-uWYAGhnz6l .mbr-section-subtitle,
  .cid-uWYAGhnz6l .mbr-section-btn,
  .cid-uWYAGhnz6l .mbr-text {
    text-align: center;
  }
}
.cid-uWYAGhTnJL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWYAGhTnJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYAGhTnJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYAGhTnJL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYAGhTnJL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYAGhTnJL .row {
    text-align: center;
  }
  .cid-uWYAGhTnJL .row > div {
    margin: auto;
  }
  .cid-uWYAGhTnJL .social-row {
    justify-content: center;
  }
}
.cid-uWYAGhTnJL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYAGhTnJL .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYAGhTnJL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYAGhTnJL .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYAGhTnJL .mbr-text {
  color: #bbbbbb;
}
.cid-uWYAGhTnJL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYAGhTnJL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYAGhTnJL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYAGhTnJL .copyright {
  color: #ffffff;
}
.cid-uWYAGhTnJL .carousel,
.cid-uWYAGhTnJL .carousel-inner,
.cid-uWYAGhTnJL .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWYAGhTnJL .mbr-fullscreen,
.cid-uWYAGhTnJL .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWYS2xLj8n {
  background-image: url("../../../assets/images/laboratuvar-2000x819.jpg");
}
.cid-uWYS2xLj8n .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWYS2xLj8n .mbr-text,
.cid-uWYS2xLj8n .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWYS2yjMJk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-kapi-stok-5-1500x1125.jpg");
}
@media (max-width: 991px) {
  .cid-uWYS2yjMJk .mbr-section-title,
  .cid-uWYS2yjMJk .mbr-section-subtitle,
  .cid-uWYS2yjMJk .mbr-section-btn,
  .cid-uWYS2yjMJk .mbr-text {
    text-align: center;
  }
}
.cid-uWYS2zskJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWYS2zskJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYS2zskJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYS2zskJq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYS2zskJq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYS2zskJq .row {
    text-align: center;
  }
  .cid-uWYS2zskJq .row > div {
    margin: auto;
  }
  .cid-uWYS2zskJq .social-row {
    justify-content: center;
  }
}
.cid-uWYS2zskJq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYS2zskJq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYS2zskJq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYS2zskJq .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYS2zskJq .mbr-text {
  color: #bbbbbb;
}
.cid-uWYS2zskJq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYS2zskJq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYS2zskJq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYS2zskJq .copyright {
  color: #ffffff;
}
.cid-uWYS2zskJq .carousel,
.cid-uWYS2zskJq .carousel-inner,
.cid-uWYS2zskJq .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWYS2zskJq .mbr-fullscreen,
.cid-uWYS2zskJq .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWYU5PmwUk {
  background-image: url("../../../assets/images/mbr-1920x951.jpg");
}
.cid-uWYU5PmwUk .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWYU5PmwUk .mbr-text,
.cid-uWYU5PmwUk .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWYU5PXNOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-kapi-stok-5-1500x1125.jpg");
}
@media (max-width: 991px) {
  .cid-uWYU5PXNOw .mbr-section-title,
  .cid-uWYU5PXNOw .mbr-section-subtitle,
  .cid-uWYU5PXNOw .mbr-section-btn,
  .cid-uWYU5PXNOw .mbr-text {
    text-align: center;
  }
}
.cid-uWYYs7047O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uWYYs7047O .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWYYs7047O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWYYs7047O .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWYYs7047O .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWYYs7047O .mbr-text,
.cid-uWYYs7047O .mbr-section-btn {
  color: #ffffff;
}
.cid-uWYYs7047O .mbr-section-title {
  color: #ffffff;
}
.cid-uWZ0kMXCoK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWZ0kMXCoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZ0kMXCoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZ0kMXCoK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWZ0kMXCoK .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uWYU5Qv4ne {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWYU5Qv4ne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYU5Qv4ne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYU5Qv4ne .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYU5Qv4ne .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYU5Qv4ne .row {
    text-align: center;
  }
  .cid-uWYU5Qv4ne .row > div {
    margin: auto;
  }
  .cid-uWYU5Qv4ne .social-row {
    justify-content: center;
  }
}
.cid-uWYU5Qv4ne .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYU5Qv4ne .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYU5Qv4ne .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYU5Qv4ne .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYU5Qv4ne .mbr-text {
  color: #bbbbbb;
}
.cid-uWYU5Qv4ne .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYU5Qv4ne .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYU5Qv4ne div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYU5Qv4ne .copyright {
  color: #ffffff;
}
.cid-uWYU5Qv4ne .carousel,
.cid-uWYU5Qv4ne .carousel-inner,
.cid-uWYU5Qv4ne .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWYU5Qv4ne .mbr-fullscreen,
.cid-uWYU5Qv4ne .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uWZ6yQB8Wa {
  background-image: url("../../../assets/images/mbr-1920x1311.png");
}
.cid-uWZ6yQB8Wa .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWZ6yQB8Wa .mbr-text,
.cid-uWZ6yQB8Wa .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWZ92ckTnv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWZ92ckTnv li {
  list-style: none;
}
.cid-uWZ92ckTnv .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-uWZ92ckTnv .col-title {
  margin-bottom: 2rem;
}
.cid-uWZ92ckTnv .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-uWZ92ckTnv .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-uWZ92ckTnv .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-uWZ92ckTnv .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-uWZ92ckTnv h4 {
  margin: 0;
}
.cid-uWZ92ckTnv ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uWZ92ckTnv .md-pb {
    padding-bottom: 1rem;
  }
  .cid-uWZ92ckTnv .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-uWZ92ckTnv .item-wrap {
    flex-direction: column;
  }
  .cid-uWZ92ckTnv .time-wrap {
    min-width: 80px;
    margin-top: 0.4rem;
  }
}
.cid-uWZ92ckTnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZ92ckTnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZ92ckTnv .item1 {
  color: #000000;
}
.cid-uWZeB4IbYO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWZeB4IbYO li {
  list-style: none;
}
.cid-uWZeB4IbYO .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-uWZeB4IbYO .col-title {
  margin-bottom: 2rem;
}
.cid-uWZeB4IbYO .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-uWZeB4IbYO .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-uWZeB4IbYO .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-uWZeB4IbYO .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-uWZeB4IbYO h4 {
  margin: 0;
}
.cid-uWZeB4IbYO ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uWZeB4IbYO .md-pb {
    padding-bottom: 1rem;
  }
  .cid-uWZeB4IbYO .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-uWZeB4IbYO .item-wrap {
    flex-direction: column;
  }
  .cid-uWZeB4IbYO .time-wrap {
    min-width: 80px;
    margin-top: 0.4rem;
  }
}
.cid-uWZeB4IbYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZeB4IbYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZeB4IbYO .item1 {
  color: #000000;
}
.cid-uWZgI3KIZJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWZgI3KIZJ li {
  list-style: none;
}
.cid-uWZgI3KIZJ .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-uWZgI3KIZJ .col-title {
  margin-bottom: 2rem;
}
.cid-uWZgI3KIZJ .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-uWZgI3KIZJ .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-uWZgI3KIZJ .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-uWZgI3KIZJ .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-uWZgI3KIZJ h4 {
  margin: 0;
}
.cid-uWZgI3KIZJ ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uWZgI3KIZJ .md-pb {
    padding-bottom: 1rem;
  }
  .cid-uWZgI3KIZJ .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-uWZgI3KIZJ .item-wrap {
    flex-direction: column;
  }
  .cid-uWZgI3KIZJ .time-wrap {
    min-width: 80px;
    margin-top: 0.4rem;
  }
}
.cid-uWZgI3KIZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZgI3KIZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZgI3KIZJ .item1 {
  color: #000000;
}
.cid-uWZi2FD51z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWZi2FD51z li {
  list-style: none;
}
.cid-uWZi2FD51z .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-uWZi2FD51z .col-title {
  margin-bottom: 2rem;
}
.cid-uWZi2FD51z .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-uWZi2FD51z .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-uWZi2FD51z .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-uWZi2FD51z .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-uWZi2FD51z h4 {
  margin: 0;
}
.cid-uWZi2FD51z ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uWZi2FD51z .md-pb {
    padding-bottom: 1rem;
  }
  .cid-uWZi2FD51z .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-uWZi2FD51z .item-wrap {
    flex-direction: column;
  }
  .cid-uWZi2FD51z .time-wrap {
    min-width: 80px;
    margin-top: 0.4rem;
  }
}
.cid-uWZi2FD51z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZi2FD51z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZi2FD51z .item1 {
  color: #000000;
}
.cid-uWZi3nt1ve {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWZi3nt1ve li {
  list-style: none;
}
.cid-uWZi3nt1ve .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-uWZi3nt1ve .col-title {
  margin-bottom: 2rem;
}
.cid-uWZi3nt1ve .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-uWZi3nt1ve .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-uWZi3nt1ve .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-uWZi3nt1ve .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-uWZi3nt1ve h4 {
  margin: 0;
}
.cid-uWZi3nt1ve ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uWZi3nt1ve .md-pb {
    padding-bottom: 1rem;
  }
  .cid-uWZi3nt1ve .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-uWZi3nt1ve .item-wrap {
    flex-direction: column;
  }
  .cid-uWZi3nt1ve .time-wrap {
    min-width: 80px;
    margin-top: 0.4rem;
  }
}
.cid-uWZi3nt1ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZi3nt1ve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZi3nt1ve .item1 {
  color: #000000;
}
.cid-uWZuPnFqea {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8fbee;
}
.cid-uWZuPnFqea li {
  list-style: none;
}
.cid-uWZuPnFqea .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-uWZuPnFqea .col-title {
  margin-bottom: 2rem;
}
.cid-uWZuPnFqea .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-uWZuPnFqea .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-uWZuPnFqea .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-uWZuPnFqea .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-uWZuPnFqea h4 {
  margin: 0;
}
.cid-uWZuPnFqea ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uWZuPnFqea .md-pb {
    padding-bottom: 1rem;
  }
  .cid-uWZuPnFqea .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-uWZuPnFqea .item-wrap {
    flex-direction: column;
  }
  .cid-uWZuPnFqea .time-wrap {
    min-width: 80px;
    margin-top: 0.4rem;
  }
}
.cid-uWZuPnFqea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZuPnFqea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZuPnFqea .item1 {
  color: #000000;
}
.cid-uWZuu6CaJn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWZuu6CaJn li {
  list-style: none;
}
.cid-uWZuu6CaJn .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-uWZuu6CaJn .col-title {
  margin-bottom: 2rem;
}
.cid-uWZuu6CaJn .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-uWZuu6CaJn .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-uWZuu6CaJn .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-uWZuu6CaJn .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-uWZuu6CaJn h4 {
  margin: 0;
}
.cid-uWZuu6CaJn ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uWZuu6CaJn .md-pb {
    padding-bottom: 1rem;
  }
  .cid-uWZuu6CaJn .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-uWZuu6CaJn .item-wrap {
    flex-direction: column;
  }
  .cid-uWZuu6CaJn .time-wrap {
    min-width: 80px;
    margin-top: 0.4rem;
  }
}
.cid-uWZuu6CaJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZuu6CaJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZuu6CaJn .item1 {
  color: #000000;
}
.cid-uWZndMsqC6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e9e9e9;
}
.cid-uWZndMsqC6 .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-uWZndMsqC6 .mbr-iconfont {
  font-size: 100px;
  color: #ff4433;
}
.cid-uWZndMsqC6 .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-uWZndMsqC6 .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.cid-uWZor5Bsza {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWZor5Bsza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZor5Bsza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZor5Bsza .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uWZor5Bsza .container {
    max-width: 1400px;
  }
}
.cid-uWZor5Bsza .card {
  margin: auto;
}
.cid-uWZor5Bsza .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uWZor5Bsza .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWZor5Bsza .row {
  justify-content: center;
}
.cid-uWZr6dvxO3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWZr6dvxO3 img,
.cid-uWZr6dvxO3 .item-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-uWZr6dvxO3 .item:focus,
.cid-uWZr6dvxO3 span:focus {
  outline: none;
}
.cid-uWZr6dvxO3 .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-uWZr6dvxO3 .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-uWZr6dvxO3 .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-uWZr6dvxO3 .item-wrapper {
  position: relative;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWZr6dvxO3 .row {
  margin-top: 5rem;
}
.cid-uWZr6dvxO3 .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-uWZr6dvxO3 .item-title {
  transition: 0.5s;
}
.cid-uWZr6dvxO3 .item-title:hover {
  color: #ff9966;
}
.cid-uWZ6ySmbTh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWZ6ySmbTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZ6ySmbTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZ6ySmbTh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWZ6ySmbTh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWZ6ySmbTh .row {
    text-align: center;
  }
  .cid-uWZ6ySmbTh .row > div {
    margin: auto;
  }
  .cid-uWZ6ySmbTh .social-row {
    justify-content: center;
  }
}
.cid-uWZ6ySmbTh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWZ6ySmbTh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWZ6ySmbTh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWZ6ySmbTh .list {
    margin-bottom: 0rem;
  }
}
.cid-uWZ6ySmbTh .mbr-text {
  color: #bbbbbb;
}
.cid-uWZ6ySmbTh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWZ6ySmbTh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWZ6ySmbTh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWZ6ySmbTh .copyright {
  color: #ffffff;
}
.cid-uWZ6ySmbTh .carousel,
.cid-uWZ6ySmbTh .carousel-inner,
.cid-uWZ6ySmbTh .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWZ6ySmbTh .mbr-fullscreen,
.cid-uWZ6ySmbTh .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uX38LX5reH {
  background-image: url("../../../assets/images/mbr-1920x1311.png");
}
.cid-uX38LX5reH .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uX38LX5reH .mbr-text,
.cid-uX38LX5reH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uX38LXPYwQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uX38LXPYwQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-uX38LXPYwQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uX38LXPYwQ .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uX38LXPYwQ .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uX38LXPYwQ .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #ff6666;
  border-radius: .5rem;
  transition: all .5s;
}
.cid-uX38LXPYwQ .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ff9966;
}
.cid-uX38LXPYwQ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uX38LXPYwQ .nav-tabs .nav-link.active:hover {
  background-color: #ff9966;
}
.cid-uX38LXPYwQ P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uX38LXPYwQ .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uX38LXPYwQ .mbr-text,
  .cid-uX38LXPYwQ .nav-link {
    text-align: center;
  }
}
.cid-uX38LXPYwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX38LXPYwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX38LXPYwQ H2 {
  text-align: center;
}
.cid-uX38LYJDv7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX38LYJDv7 img,
.cid-uX38LYJDv7 .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uX38LYJDv7 .item:focus,
.cid-uX38LYJDv7 span:focus {
  outline: none;
}
.cid-uX38LYJDv7 .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-uX38LYJDv7 .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-uX38LYJDv7 .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-uX38LYJDv7 .item-wrapper {
  position: relative;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX38LYJDv7 .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uX38LYJDv7 .row {
  margin-top: 5rem;
}
.cid-uX38LYJDv7 .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-uX38LYJDv7 .item-title {
  transition: 0.5s;
}
.cid-uX38LYJDv7 .item-title:hover {
  color: #ff9966;
}
.cid-uX38M15erE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uX38M15erE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX38M15erE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX38M15erE .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX38M15erE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX38M15erE .row {
    text-align: center;
  }
  .cid-uX38M15erE .row > div {
    margin: auto;
  }
  .cid-uX38M15erE .social-row {
    justify-content: center;
  }
}
.cid-uX38M15erE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX38M15erE .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX38M15erE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX38M15erE .list {
    margin-bottom: 0rem;
  }
}
.cid-uX38M15erE .mbr-text {
  color: #bbbbbb;
}
.cid-uX38M15erE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX38M15erE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX38M15erE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX38M15erE .copyright {
  color: #ffffff;
}
.cid-uX38M15erE .carousel,
.cid-uX38M15erE .carousel-inner,
.cid-uX38M15erE .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uX38M15erE .mbr-fullscreen,
.cid-uX38M15erE .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-sCKlrI3keY {
  background-image: url("../../../assets/images/uretim-17-1500x1125.jpg");
}
.cid-sCKlrI3keY .mbr-text,
.cid-sCKlrI3keY .typed-text,
.cid-sCKlrI3keY .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sCKlrI3keY .btn {
  margin-left: 4px !important;
}
.cid-sCKlrI3keY .animated-element {
  color: #ff9966;
}
.cid-sCKlrI3keY .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff9966;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sCKfkLWgPy {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sCKfkLWgPy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCKfkLWgPy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCKfkLWgPy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCKfkLWgPy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCKfkLWgPy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #fafafa);
}
.cid-sCKfkLWgPy .icon-focus {
  display: none;
}
.cid-sCKfkLWgPy .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sCKfkLWgPy ul {
  font-size: 0;
}
.cid-sCKfkLWgPy .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sCKfkLWgPy .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sCKfkLWgPy .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff9966, #ff6666);
}
.cid-sCKfkLWgPy .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sCKfkLWgPy .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sCKfkLWgPy .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sCKfkLWgPy .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sCKfkLWgPy .btn:hover {
  background: transparent !important;
}
.cid-sCKfkLWgPy .btn:hover:before {
  background: transparent !important;
}
.cid-sCKfkLWgPy .btn:before {
  background-color: transparent !important;
}
.cid-sCKfkLWgPy .btn:focus {
  box-shadow: none;
}
.cid-sCKfkLWgPy .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-uWffMI1lmm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uWffMI1lmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWffMI1lmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWffMI1lmm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWffMI1lmm .row {
    text-align: center;
  }
  .cid-uWffMI1lmm .row > div {
    margin: auto;
  }
  .cid-uWffMI1lmm .social-row {
    justify-content: center;
  }
}
.cid-uWffMI1lmm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWffMI1lmm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWffMI1lmm .list {
    margin-bottom: 0rem;
  }
}
.cid-uWffMI1lmm .mbr-text {
  color: #bbbbbb;
}
.cid-uWffMI1lmm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWffMI1lmm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWffMI1lmm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWffMI1lmm .copyright {
  color: #ffffff;
}
.cid-uWffMI1lmm .carousel,
.cid-uWffMI1lmm .carousel-inner,
.cid-uWffMI1lmm .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uWffMI1lmm .mbr-fullscreen,
.cid-uWffMI1lmm .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uX3Dguixbx {
  background-image: url("../../../assets/images/p0000222-2000x1500.jpg");
}
.cid-uX3Dguixbx .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uX3Dguixbx .mbr-text,
.cid-uX3Dguixbx .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uX3FXISriu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-uX3FXISriu .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uX3FXISriu .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uX3FXISriu .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uX3FXISriu .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uX3FXISriu .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uX3FXISriu .timelines-container {
  margin-top: 60px;
}
.cid-uX3FXISriu .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uX3FXISriu .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uX3FXISriu .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uX3FXISriu .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uX3FXISriu .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #ff9966;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uX3FXISriu .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uX3FXISriu .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uX3FXISriu .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uX3FXISriu .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uX3FXISriu .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uX3FXISriu .container-fluid {
  padding: 0 2rem;
}
.cid-uX3FXISriu .separline:before,
.cid-uX3FXISriu .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uX3FXISriu .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uX3FXISriu .container-fluid {
    padding: 0 1rem;
  }
  .cid-uX3FXISriu .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uX3FXISriu .separline:before,
  .cid-uX3FXISriu .first-separline:before {
    left: -10px !important;
  }
  .cid-uX3FXISriu .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uX3FXISriu .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uX3FXISriu .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uX3FXISriu .time-line-date-content p {
    float: left !important;
  }
  .cid-uX3FXISriu .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uX3FXISriu .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uX3FXISriu .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uX3FXISriu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3FXISriu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3HOsHQn0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-uX3HOsHQn0 .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uX3HOsHQn0 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uX3HOsHQn0 .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uX3HOsHQn0 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uX3HOsHQn0 .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uX3HOsHQn0 .timelines-container {
  margin-top: 60px;
}
.cid-uX3HOsHQn0 .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uX3HOsHQn0 .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uX3HOsHQn0 .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uX3HOsHQn0 .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uX3HOsHQn0 .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #ff9966;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uX3HOsHQn0 .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uX3HOsHQn0 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uX3HOsHQn0 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uX3HOsHQn0 .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uX3HOsHQn0 .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uX3HOsHQn0 .container-fluid {
  padding: 0 2rem;
}
.cid-uX3HOsHQn0 .separline:before,
.cid-uX3HOsHQn0 .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uX3HOsHQn0 .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uX3HOsHQn0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uX3HOsHQn0 .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uX3HOsHQn0 .separline:before,
  .cid-uX3HOsHQn0 .first-separline:before {
    left: -10px !important;
  }
  .cid-uX3HOsHQn0 .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uX3HOsHQn0 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uX3HOsHQn0 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uX3HOsHQn0 .time-line-date-content p {
    float: left !important;
  }
  .cid-uX3HOsHQn0 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uX3HOsHQn0 .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uX3HOsHQn0 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uX3HOsHQn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3HOsHQn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3IfZfTTE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-uX3IfZfTTE .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uX3IfZfTTE .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uX3IfZfTTE .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uX3IfZfTTE .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uX3IfZfTTE .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uX3IfZfTTE .timelines-container {
  margin-top: 60px;
}
.cid-uX3IfZfTTE .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uX3IfZfTTE .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uX3IfZfTTE .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uX3IfZfTTE .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uX3IfZfTTE .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #ff9966;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uX3IfZfTTE .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uX3IfZfTTE .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uX3IfZfTTE .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uX3IfZfTTE .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uX3IfZfTTE .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uX3IfZfTTE .container-fluid {
  padding: 0 2rem;
}
.cid-uX3IfZfTTE .separline:before,
.cid-uX3IfZfTTE .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uX3IfZfTTE .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uX3IfZfTTE .container-fluid {
    padding: 0 1rem;
  }
  .cid-uX3IfZfTTE .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uX3IfZfTTE .separline:before,
  .cid-uX3IfZfTTE .first-separline:before {
    left: -10px !important;
  }
  .cid-uX3IfZfTTE .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uX3IfZfTTE .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uX3IfZfTTE .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uX3IfZfTTE .time-line-date-content p {
    float: left !important;
  }
  .cid-uX3IfZfTTE .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uX3IfZfTTE .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uX3IfZfTTE .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uX3IfZfTTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3IfZfTTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3IH8fbdJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-uX3IH8fbdJ .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uX3IH8fbdJ .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uX3IH8fbdJ .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uX3IH8fbdJ .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uX3IH8fbdJ .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uX3IH8fbdJ .timelines-container {
  margin-top: 60px;
}
.cid-uX3IH8fbdJ .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uX3IH8fbdJ .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uX3IH8fbdJ .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uX3IH8fbdJ .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uX3IH8fbdJ .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #ff9966;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uX3IH8fbdJ .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uX3IH8fbdJ .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uX3IH8fbdJ .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uX3IH8fbdJ .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uX3IH8fbdJ .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uX3IH8fbdJ .container-fluid {
  padding: 0 2rem;
}
.cid-uX3IH8fbdJ .separline:before,
.cid-uX3IH8fbdJ .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uX3IH8fbdJ .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uX3IH8fbdJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uX3IH8fbdJ .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uX3IH8fbdJ .separline:before,
  .cid-uX3IH8fbdJ .first-separline:before {
    left: -10px !important;
  }
  .cid-uX3IH8fbdJ .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uX3IH8fbdJ .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uX3IH8fbdJ .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uX3IH8fbdJ .time-line-date-content p {
    float: left !important;
  }
  .cid-uX3IH8fbdJ .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uX3IH8fbdJ .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uX3IH8fbdJ .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uX3IH8fbdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3IH8fbdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3INTDACP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-uX3INTDACP .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uX3INTDACP .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uX3INTDACP .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uX3INTDACP .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uX3INTDACP .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uX3INTDACP .timelines-container {
  margin-top: 60px;
}
.cid-uX3INTDACP .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uX3INTDACP .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uX3INTDACP .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uX3INTDACP .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uX3INTDACP .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #ff9966;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uX3INTDACP .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uX3INTDACP .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uX3INTDACP .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uX3INTDACP .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uX3INTDACP .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uX3INTDACP .container-fluid {
  padding: 0 2rem;
}
.cid-uX3INTDACP .separline:before,
.cid-uX3INTDACP .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uX3INTDACP .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uX3INTDACP .container-fluid {
    padding: 0 1rem;
  }
  .cid-uX3INTDACP .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uX3INTDACP .separline:before,
  .cid-uX3INTDACP .first-separline:before {
    left: -10px !important;
  }
  .cid-uX3INTDACP .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uX3INTDACP .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uX3INTDACP .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uX3INTDACP .time-line-date-content p {
    float: left !important;
  }
  .cid-uX3INTDACP .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uX3INTDACP .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uX3INTDACP .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uX3INTDACP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3INTDACP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3Dgv9ayB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3Dgv9ayB img,
.cid-uX3Dgv9ayB .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uX3Dgv9ayB .item:focus,
.cid-uX3Dgv9ayB span:focus {
  outline: none;
}
.cid-uX3Dgv9ayB .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-uX3Dgv9ayB .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-uX3Dgv9ayB .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-uX3Dgv9ayB .item-wrapper {
  position: relative;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3Dgv9ayB .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uX3Dgv9ayB .row {
  margin-top: 5rem;
}
.cid-uX3Dgv9ayB .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-uX3Dgv9ayB .item-title {
  transition: 0.5s;
}
.cid-uX3Dgv9ayB .item-title:hover {
  color: #ff9966;
}
.cid-uX3DgwA2ja {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uX3DgwA2ja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3DgwA2ja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3DgwA2ja .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX3DgwA2ja .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX3DgwA2ja .row {
    text-align: center;
  }
  .cid-uX3DgwA2ja .row > div {
    margin: auto;
  }
  .cid-uX3DgwA2ja .social-row {
    justify-content: center;
  }
}
.cid-uX3DgwA2ja .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX3DgwA2ja .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX3DgwA2ja .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX3DgwA2ja .list {
    margin-bottom: 0rem;
  }
}
.cid-uX3DgwA2ja .mbr-text {
  color: #bbbbbb;
}
.cid-uX3DgwA2ja .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX3DgwA2ja .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX3DgwA2ja div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX3DgwA2ja .copyright {
  color: #ffffff;
}
.cid-uX3DgwA2ja .carousel,
.cid-uX3DgwA2ja .carousel-inner,
.cid-uX3DgwA2ja .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uX3DgwA2ja .mbr-fullscreen,
.cid-uX3DgwA2ja .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uX3KACm0iZ {
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-uX3KACm0iZ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uX3KACm0iZ .mbr-text,
.cid-uX3KACm0iZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uX3LHtb3Cr {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uX3LHtb3Cr .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uX3LHtb3Cr h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uX3LHtb3Cr h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uX3LHtb3Cr h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uX3LHtb3Cr .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ff9966;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uX3LHtb3Cr .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uX3LHtb3Cr .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-uX3LHtb3Cr .mbr-iconfont-social:hover:before {
  background: #ff9966;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uX3LHtb3Cr .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uX3LHtb3Cr .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uX3LHtb3Cr .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uX3LHtb3Cr .mbr-section-title,
.cid-uX3LHtb3Cr .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uX3LHtb3Cr h2:before,
  .cid-uX3LHtb3Cr h2:after {
    display: none;
  }
}
.cid-uX3LHtb3Cr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3LHtb3Cr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3KAIGjsy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3KAIGjsy img,
.cid-uX3KAIGjsy .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uX3KAIGjsy .item:focus,
.cid-uX3KAIGjsy span:focus {
  outline: none;
}
.cid-uX3KAIGjsy .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-uX3KAIGjsy .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-uX3KAIGjsy .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-uX3KAIGjsy .item-wrapper {
  position: relative;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3KAIGjsy .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uX3KAIGjsy .row {
  margin-top: 5rem;
}
.cid-uX3KAIGjsy .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-uX3KAIGjsy .item-title {
  transition: 0.5s;
}
.cid-uX3KAIGjsy .item-title:hover {
  color: #ff9966;
}
.cid-uX3KAKyWOM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uX3KAKyWOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3KAKyWOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3KAKyWOM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX3KAKyWOM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX3KAKyWOM .row {
    text-align: center;
  }
  .cid-uX3KAKyWOM .row > div {
    margin: auto;
  }
  .cid-uX3KAKyWOM .social-row {
    justify-content: center;
  }
}
.cid-uX3KAKyWOM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX3KAKyWOM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX3KAKyWOM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX3KAKyWOM .list {
    margin-bottom: 0rem;
  }
}
.cid-uX3KAKyWOM .mbr-text {
  color: #bbbbbb;
}
.cid-uX3KAKyWOM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX3KAKyWOM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX3KAKyWOM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX3KAKyWOM .copyright {
  color: #ffffff;
}
.cid-uX3KAKyWOM .carousel,
.cid-uX3KAKyWOM .carousel-inner,
.cid-uX3KAKyWOM .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uX3KAKyWOM .mbr-fullscreen,
.cid-uX3KAKyWOM .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uX42QFePFw {
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-uX42QFePFw .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uX42QFePFw .mbr-text,
.cid-uX42QFePFw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXfWVFyt27 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background.jpg");
}
.cid-uXfWVFyt27 .mbr-overlay {
  background-color: #353535;
  opacity: 0.9;
}
.cid-uXfWVFyt27 .form-control,
.cid-uXfWVFyt27 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ff9966;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXfWVFyt27 .form-control::-webkit-input-placeholder,
.cid-uXfWVFyt27 .field-input::-webkit-input-placeholder,
.cid-uXfWVFyt27 .form-control::-webkit-input-placeholder,
.cid-uXfWVFyt27 .field-input::-webkit-input-placeholder {
  color: #353535;
}
.cid-uXfWVFyt27 .form-control:-moz-placeholder,
.cid-uXfWVFyt27 .field-input:-moz-placeholder,
.cid-uXfWVFyt27 .form-control:-moz-placeholder,
.cid-uXfWVFyt27 .field-input:-moz-placeholder {
  color: #353535;
}
.cid-uXfWVFyt27 .form-control:hover,
.cid-uXfWVFyt27 .field-input:hover,
.cid-uXfWVFyt27 .form-control:focus,
.cid-uXfWVFyt27 .field-input:focus {
  background-color: #000000;
  border-color: #ff9966;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uXfWVFyt27 .form-control:hover::-webkit-input-placeholder,
.cid-uXfWVFyt27 .field-input:hover::-webkit-input-placeholder,
.cid-uXfWVFyt27 .form-control:focus::-webkit-input-placeholder,
.cid-uXfWVFyt27 .field-input:focus::-webkit-input-placeholder,
.cid-uXfWVFyt27 .form-control:hover::-webkit-input-placeholder,
.cid-uXfWVFyt27 .field-input:hover::-webkit-input-placeholder,
.cid-uXfWVFyt27 .form-control:focus::-webkit-input-placeholder,
.cid-uXfWVFyt27 .field-input:focus::-webkit-input-placeholder {
  color: #ff9966;
}
.cid-uXfWVFyt27 .form-control:hover:-moz-placeholder,
.cid-uXfWVFyt27 .field-input:hover:-moz-placeholder,
.cid-uXfWVFyt27 .form-control:focus:-moz-placeholder,
.cid-uXfWVFyt27 .field-input:focus:-moz-placeholder,
.cid-uXfWVFyt27 .form-control:hover:-moz-placeholder,
.cid-uXfWVFyt27 .field-input:hover:-moz-placeholder,
.cid-uXfWVFyt27 .form-control:focus:-moz-placeholder,
.cid-uXfWVFyt27 .field-input:focus:-moz-placeholder {
  color: #ff9966;
}
.cid-uXfWVFyt27 .jq-number__spin:hover,
.cid-uXfWVFyt27 .jq-number__spin:focus {
  background-color: #000000;
  border-color: #ff9966;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uXfWVFyt27 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ff9966;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXfWVFyt27 .jq-selectbox li,
.cid-uXfWVFyt27 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uXfWVFyt27 .jq-selectbox li:hover,
.cid-uXfWVFyt27 .jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.cid-uXfWVFyt27 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uXfWVFyt27 .jq-number__spin.minus:hover:after,
.cid-uXfWVFyt27 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uXfWVFyt27 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uXfWVFyt27 .jq-number__spin.minus:after,
.cid-uXfWVFyt27 .jq-number__spin.plus:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.cid-uXfWVFyt27 input::-webkit-clear-button {
  display: none;
}
.cid-uXfWVFyt27 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uXfWVFyt27 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uXfWVFyt27 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uXfWVFyt27 H4 {
  color: #ffffff;
}
.cid-uX42QK44nR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX42QK44nR img,
.cid-uX42QK44nR .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uX42QK44nR .item:focus,
.cid-uX42QK44nR span:focus {
  outline: none;
}
.cid-uX42QK44nR .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-uX42QK44nR .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-uX42QK44nR .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-uX42QK44nR .item-wrapper {
  position: relative;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX42QK44nR .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uX42QK44nR .row {
  margin-top: 5rem;
}
.cid-uX42QK44nR .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-uX42QK44nR .item-title {
  transition: 0.5s;
}
.cid-uX42QK44nR .item-title:hover {
  color: #ff9966;
}
.cid-uX42QM7JVR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uX42QM7JVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX42QM7JVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX42QM7JVR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX42QM7JVR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX42QM7JVR .row {
    text-align: center;
  }
  .cid-uX42QM7JVR .row > div {
    margin: auto;
  }
  .cid-uX42QM7JVR .social-row {
    justify-content: center;
  }
}
.cid-uX42QM7JVR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX42QM7JVR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX42QM7JVR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX42QM7JVR .list {
    margin-bottom: 0rem;
  }
}
.cid-uX42QM7JVR .mbr-text {
  color: #bbbbbb;
}
.cid-uX42QM7JVR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX42QM7JVR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX42QM7JVR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX42QM7JVR .copyright {
  color: #ffffff;
}
.cid-uX42QM7JVR .carousel,
.cid-uX42QM7JVR .carousel-inner,
.cid-uX42QM7JVR .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uX42QM7JVR .mbr-fullscreen,
.cid-uX42QM7JVR .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uX42TOPqwy {
  background-image: url("../../../assets/images/mbr-1920x1135.jpg");
}
.cid-uX42TOPqwy .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uX42TOPqwy .mbr-text,
.cid-uX42TOPqwy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXg0ht3CSw {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uXg0ht3CSw .mbr-overlay {
  background-color: #353535;
  opacity: 0.9;
}
.cid-uXg0ht3CSw .form-control,
.cid-uXg0ht3CSw .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ff9966;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXg0ht3CSw .form-control::-webkit-input-placeholder,
.cid-uXg0ht3CSw .field-input::-webkit-input-placeholder,
.cid-uXg0ht3CSw .form-control::-webkit-input-placeholder,
.cid-uXg0ht3CSw .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uXg0ht3CSw .form-control:-moz-placeholder,
.cid-uXg0ht3CSw .field-input:-moz-placeholder,
.cid-uXg0ht3CSw .form-control:-moz-placeholder,
.cid-uXg0ht3CSw .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uXg0ht3CSw .form-control:hover,
.cid-uXg0ht3CSw .field-input:hover,
.cid-uXg0ht3CSw .form-control:focus,
.cid-uXg0ht3CSw .field-input:focus {
  background-color: #bbbbbb;
  border-color: #ff9966;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uXg0ht3CSw .form-control:hover::-webkit-input-placeholder,
.cid-uXg0ht3CSw .field-input:hover::-webkit-input-placeholder,
.cid-uXg0ht3CSw .form-control:focus::-webkit-input-placeholder,
.cid-uXg0ht3CSw .field-input:focus::-webkit-input-placeholder,
.cid-uXg0ht3CSw .form-control:hover::-webkit-input-placeholder,
.cid-uXg0ht3CSw .field-input:hover::-webkit-input-placeholder,
.cid-uXg0ht3CSw .form-control:focus::-webkit-input-placeholder,
.cid-uXg0ht3CSw .field-input:focus::-webkit-input-placeholder {
  color: #ff9966;
}
.cid-uXg0ht3CSw .form-control:hover:-moz-placeholder,
.cid-uXg0ht3CSw .field-input:hover:-moz-placeholder,
.cid-uXg0ht3CSw .form-control:focus:-moz-placeholder,
.cid-uXg0ht3CSw .field-input:focus:-moz-placeholder,
.cid-uXg0ht3CSw .form-control:hover:-moz-placeholder,
.cid-uXg0ht3CSw .field-input:hover:-moz-placeholder,
.cid-uXg0ht3CSw .form-control:focus:-moz-placeholder,
.cid-uXg0ht3CSw .field-input:focus:-moz-placeholder {
  color: #ff9966;
}
.cid-uXg0ht3CSw .jq-number__spin:hover,
.cid-uXg0ht3CSw .jq-number__spin:focus {
  background-color: #bbbbbb;
  border-color: #ff9966;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uXg0ht3CSw .jq-number__spin {
  background-color: #ffffff;
  border-color: #ff9966;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXg0ht3CSw .jq-selectbox li,
.cid-uXg0ht3CSw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uXg0ht3CSw .jq-selectbox li:hover,
.cid-uXg0ht3CSw .jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #000000;
}
.cid-uXg0ht3CSw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uXg0ht3CSw .jq-number__spin.minus:hover:after,
.cid-uXg0ht3CSw .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uXg0ht3CSw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uXg0ht3CSw .jq-number__spin.minus:after,
.cid-uXg0ht3CSw .jq-number__spin.plus:after {
  border-top-color: #bbbbbb;
  border-bottom-color: #bbbbbb;
}
.cid-uXg0ht3CSw input::-webkit-clear-button {
  display: none;
}
.cid-uXg0ht3CSw input::-webkit-inner-spin-button {
  display: none;
}
.cid-uXg0ht3CSw input::-webkit-outer-spin-button {
  display: none;
}
.cid-uXg0ht3CSw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uXg0ht3CSw H4 {
  color: #ffffff;
}
.cid-uXg0ht3CSw LABEL {
  color: #ff9966;
}
.cid-uX42TTTH7y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX42TTTH7y img,
.cid-uX42TTTH7y .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uX42TTTH7y .item:focus,
.cid-uX42TTTH7y span:focus {
  outline: none;
}
.cid-uX42TTTH7y .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-uX42TTTH7y .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-uX42TTTH7y .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-uX42TTTH7y .item-wrapper {
  position: relative;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX42TTTH7y .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uX42TTTH7y .row {
  margin-top: 5rem;
}
.cid-uX42TTTH7y .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-uX42TTTH7y .item-title {
  transition: 0.5s;
}
.cid-uX42TTTH7y .item-title:hover {
  color: #ff9966;
}
.cid-uX42TVPM16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uX42TVPM16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX42TVPM16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX42TVPM16 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX42TVPM16 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX42TVPM16 .row {
    text-align: center;
  }
  .cid-uX42TVPM16 .row > div {
    margin: auto;
  }
  .cid-uX42TVPM16 .social-row {
    justify-content: center;
  }
}
.cid-uX42TVPM16 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX42TVPM16 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX42TVPM16 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX42TVPM16 .list {
    margin-bottom: 0rem;
  }
}
.cid-uX42TVPM16 .mbr-text {
  color: #bbbbbb;
}
.cid-uX42TVPM16 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX42TVPM16 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX42TVPM16 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX42TVPM16 .copyright {
  color: #ffffff;
}
.cid-uX42TVPM16 .carousel,
.cid-uX42TVPM16 .carousel-inner,
.cid-uX42TVPM16 .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uX42TVPM16 .mbr-fullscreen,
.cid-uX42TVPM16 .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uXgizHiQ6w {
  background-image: url("../../../assets/images/mbr-1920x1311.png");
}
.cid-uXgizHiQ6w .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uXgizHiQ6w .mbr-text,
.cid-uXgizHiQ6w .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXgizHP8A7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXgizHP8A7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uXgizHP8A7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uXgizHP8A7 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uXgizHP8A7 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uXgizHP8A7 .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #ff6666;
  border-radius: .5rem;
  transition: all .5s;
}
.cid-uXgizHP8A7 .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ff9966;
}
.cid-uXgizHP8A7 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uXgizHP8A7 .nav-tabs .nav-link.active:hover {
  background-color: #ff9966;
}
.cid-uXgizHP8A7 P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uXgizHP8A7 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uXgizHP8A7 .mbr-text,
  .cid-uXgizHP8A7 .nav-link {
    text-align: center;
  }
}
.cid-uXgizHP8A7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXgizHP8A7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXgizHP8A7 H2 {
  text-align: center;
}
.cid-uXgizIWwiA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXgizIWwiA img,
.cid-uXgizIWwiA .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uXgizIWwiA .item:focus,
.cid-uXgizIWwiA span:focus {
  outline: none;
}
.cid-uXgizIWwiA .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-uXgizIWwiA .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-uXgizIWwiA .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-uXgizIWwiA .item-wrapper {
  position: relative;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uXgizIWwiA .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uXgizIWwiA .row {
  margin-top: 5rem;
}
.cid-uXgizIWwiA .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-uXgizIWwiA .item-title {
  transition: 0.5s;
}
.cid-uXgizIWwiA .item-title:hover {
  color: #ff9966;
}
.cid-uXgizJNtuQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uXgizJNtuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXgizJNtuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXgizJNtuQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uXgizJNtuQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXgizJNtuQ .row {
    text-align: center;
  }
  .cid-uXgizJNtuQ .row > div {
    margin: auto;
  }
  .cid-uXgizJNtuQ .social-row {
    justify-content: center;
  }
}
.cid-uXgizJNtuQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXgizJNtuQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uXgizJNtuQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXgizJNtuQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uXgizJNtuQ .mbr-text {
  color: #bbbbbb;
}
.cid-uXgizJNtuQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uXgizJNtuQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uXgizJNtuQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXgizJNtuQ .copyright {
  color: #ffffff;
}
.cid-uXgizJNtuQ .carousel,
.cid-uXgizJNtuQ .carousel-inner,
.cid-uXgizJNtuQ .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uXgizJNtuQ .mbr-fullscreen,
.cid-uXgizJNtuQ .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uXjSo1CWRY .mbr-section-title {
  color: #ffffff;
}
.cid-uXjSo1CWRY .mbr-text,
.cid-uXjSo1CWRY .mbr-section-btn {
  color: #ffffff;
}
.cid-uXjSo2g4AN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-kapi-stok-5-1500x1125.jpg");
}
@media (max-width: 991px) {
  .cid-uXjSo2g4AN .mbr-section-title,
  .cid-uXjSo2g4AN .mbr-section-subtitle,
  .cid-uXjSo2g4AN .mbr-section-btn,
  .cid-uXjSo2g4AN .mbr-text {
    text-align: center;
  }
}
.cid-uXjSo2SQ1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uXjSo2SQ1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSo2SQ1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSo2SQ1Z .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uXjSo2SQ1Z .items-wrap .item {
  padding: 0 32px;
}
.cid-uXjSo2SQ1Z .item {
  margin-bottom: 32px;
}
.cid-uXjSo2SQ1Z .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-uXjSo2SQ1Z .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-uXjSo2SQ1Z .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-uXjSo2SQ1Z .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uXjSo2SQ1Z .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uXjSo2SQ1Z .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uXjSo2SQ1Z .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-uXjSo2SQ1Z .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-uXjSo2SQ1Z .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uXjSo2SQ1Z .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXjSo2SQ1Z .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXjSo2SQ1Z .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uXjSo2SQ1Z .item-name {
  color: #191c25;
  text-align: center;
}
.cid-uXjSo3AeRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uXjSo3AeRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSo3AeRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSo3AeRh .items-wrap {
  justify-content: space-between;
}
.cid-uXjSo3AeRh .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uXjSo3AeRh .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uXjSo3AeRh .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uXjSo3AeRh .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXjSo3AeRh .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXjSo3AeRh .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uXjSo3AeRh .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uXjSo3AeRh .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uXjSo3AeRh .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uXjSo3AeRh .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uXjSo3AeRh .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 68px;
}
.cid-uXjSo3AeRh .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .cid-uXjSo3AeRh .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uXjSo3AeRh .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uXjSo3AeRh .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXjSo3AeRh .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXjSo3AeRh .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uXjSo3AeRh .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uXjSo3AeRh .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uXjSo3AeRh .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-uXjSo3AeRh .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-uXjSo3AeRh .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uXjSo3AeRh .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uXjSo3AeRh .mbr-section-title {
  color: #191c25;
}
.cid-uXjSo3AeRh .item-title {
  color: #191c25;
}
.cid-uXjSo3AeRh .item-text {
  color: #191c25;
}
.cid-uXjSo3AeRh .tabs-wrapper {
  text-align: right;
}
.cid-uXjSo4lh6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXjSo4lh6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSo4lh6T .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-uXjSo4lh6T .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXjSo4lh6T .container {
    padding: 0 24px;
  }
}
.cid-uXjSo4lh6T .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uXjSo4lh6T .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uXjSo4lh6T .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uXjSo4lh6T .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXjSo4lh6T .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uXjSo4lh6T .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXjSo4lh6T .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uXjSo4lh6T .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uXjSo4lh6T .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uXjSo4lh6T .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXjSo4lh6T .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uXjSo4lh6T .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uXjSo4lh6T .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uXjSo4lh6T .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uXjSo4lh6T .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXjSo4lh6T .item-title {
  color: #18212d;
}
.cid-uXjSo4lh6T .item-text {
  color: #18212d;
}
.cid-uXjSo4lh6T .item-date {
  color: #ffffff;
}
.cid-uXjSo56NQC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXjSo56NQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSo56NQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSo56NQC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uXjSo56NQC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXjSo56NQC .container {
    padding: 0 25px;
  }
}
.cid-uXjSo56NQC .row {
  justify-content: center;
}
.cid-uXjSo56NQC .item {
  padding: 90px 25px;
  border-right: 2px solid #ff9966;
}
.cid-uXjSo56NQC .item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .cid-uXjSo56NQC .item {
    border-right: none;
    border-bottom: 2px solid #ff9966;
  }
  .cid-uXjSo56NQC .item:last-child {
    border-bottom: none;
  }
}
.cid-uXjSo56NQC .item .item-wrapper a {
  display: block;
}
.cid-uXjSo56NQC .item .item-wrapper a .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXjSo56NQC .item .item-wrapper a .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXjSo56NQC .item .item-wrapper a .card-box .icon-wrapper .mbr-iconfont {
  font-size: 104px;
  display: inline-flex;
  color: #ffffff;
}
.cid-uXjSo56NQC .item .item-wrapper a .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uXjSo56NQC .item .item-wrapper a .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uXjSo56NQC .item-title {
  color: #ffffff;
}
.cid-uXjSo56NQC .item-title,
.cid-uXjSo56NQC .icon-wrapper {
  text-align: center;
}
.cid-uXjSo5QOTP {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXjSo5QOTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSo5QOTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSo5QOTP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uXjSo5QOTP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXjSo5QOTP .container {
    padding: 0 16px;
  }
}
.cid-uXjSo5QOTP .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uXjSo5QOTP .row {
    margin: 0 10px;
  }
}
.cid-uXjSo5QOTP .row .item {
  padding: 0;
}
.cid-uXjSo5QOTP .row .item:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uXjSo5QOTP .row .item:first-child {
    padding: 0;
  }
}
.cid-uXjSo5QOTP .content-wrapper {
  height: 100%;
  border-radius: 20px;
  background-color: #192227;
}
@media (max-width: 992px) {
  .cid-uXjSo5QOTP .content-wrapper {
    margin-bottom: 20px;
    height: auto;
  }
}
.cid-uXjSo5QOTP .content-wrapper .title-wrapper {
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXjSo5QOTP .content-wrapper .title-wrapper {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.cid-uXjSo5QOTP .content-wrapper .title-wrapper .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uXjSo5QOTP .content-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #192227;
  background-color: #f9a600;
  border-radius: 50%;
}
.cid-uXjSo5QOTP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uXjSo5QOTP .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .panel-title span {
  color: #ade988;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #ade988;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .panel-title span {
  color: #2c8ac0;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #2c8ac0;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .panel-title span {
  color: #f06246;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #f06246;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .panel-title span {
  color: #b08ce1;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #b08ce1;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .card-header {
  padding: 10px 30px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uXjSo5QOTP .content-wrapper .panel-group .card .card-header {
    padding: 10px;
  }
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  opacity: 1;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .card-header .panel-title.collapsed .mbr-panel-title {
  color: #4a5357;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 30px;
  color: #fdfcfc;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-uXjSo5QOTP .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXjSo5QOTP .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
    margin-top: 20px;
  }
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title span {
  color: #f9a600;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXjSo5QOTP .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .panel-desc {
  margin-bottom: 0;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 24px;
  color: #f9a600;
  margin-left: 12px;
}
.cid-uXjSo5QOTP .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uXjSo5QOTP .image-wrapper {
  height: 100%;
}
.cid-uXjSo5QOTP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXjSo5QOTP .image-wrapper img {
    height: 350px;
  }
}
.cid-uXjSo5QOTP .mbr-section-title {
  color: #fdfcfc;
}
.cid-uXjSo5QOTP .mbr-text {
  color: #F9A600;
}
.cid-uXjSo5QOTP .panel-title-edit {
  color: #fdfcfc;
}
.cid-uXjSo5QOTP .panel-title {
  color: #fdfcfc;
}
.cid-uXjSo5QOTP .panel-desc {
  color: #4a5357;
}
.cid-uXjSo5QOTP .panel-text {
  color: #fdfcfc;
}
.cid-uXjSo6M5Uu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uXjSo6M5Uu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSo6M5Uu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSo6M5Uu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uXjSo6M5Uu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXjSo6M5Uu .container {
    padding: 0;
  }
}
.cid-uXjSo6M5Uu .row {
  justify-content: center;
  margin: 0;
}
.cid-uXjSo6M5Uu .card {
  border-radius: 0;
  padding: 0;
}
.cid-uXjSo6M5Uu .card a {
  display: block;
}
.cid-uXjSo6M5Uu .card a:hover .card-wrapper .card-wrap .mbr-card-title {
  color: #c09941;
}
.cid-uXjSo6M5Uu .card a .card-wrapper {
  background-color: #e6c16d;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uXjSo6M5Uu .card a .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uXjSo6M5Uu .card a .card-wrapper .card-wrap {
  display: inline-flex;
  align-content: center;
}
.cid-uXjSo6M5Uu .card a .card-wrapper .card-wrap .mbr-iconfont {
  font-size: 40px;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXjSo6M5Uu .card a .card-wrapper .card-wrap .mbr-iconfont {
    margin-right: 20px;
  }
}
.cid-uXjSo6M5Uu .card a .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXjSo6M5Uu .card:nth-child(2) a .card-wrapper {
  background-color: #235d81;
}
.cid-uXjSo6M5Uu .mbr-card-title,
.cid-uXjSo6M5Uu .mbr-iconfont {
  color: #ffffff;
}
.cid-uXjSo6M5Uu .card-wrapper {
  text-align: center;
}
.cid-uXjSo7woTm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-uXjSo7woTm .container-fluid {
  padding: 0 3rem;
}
.cid-uXjSo7woTm .mbr-section-subtitle {
  color: #767676;
}
.cid-uXjSo7woTm .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uXjSo7woTm .table-wrapper {
  margin: 0 auto;
}
.cid-uXjSo7woTm table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uXjSo7woTm table thead tr {
  border: none !important;
}
.cid-uXjSo7woTm table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-uXjSo7woTm table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-uXjSo7woTm table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uXjSo7woTm tr:hover {
  background-color: #fac769 !important;
}
.cid-uXjSo7woTm .head-item:after,
.cid-uXjSo7woTm .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uXjSo7woTm table th,
  .cid-uXjSo7woTm table td {
    padding: .75rem;
  }
}
.cid-uXjSo7woTm .body-item {
  text-align: center;
}
.cid-uXjSo7woTm .head-item {
  color: #000000;
}
.cid-uXjSo7woTm .mbr-text {
  color: #767676;
}
.cid-uXjSo7woTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSo7woTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSo8Jp0Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uXjSo8Jp0Z .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uXjSo8Jp0Z .panel-group {
  border: none;
}
.cid-uXjSo8Jp0Z .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uXjSo8Jp0Z .card-header {
    padding: 0rem;
  }
}
.cid-uXjSo8Jp0Z .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uXjSo8Jp0Z .img-col {
  padding: 0;
}
.cid-uXjSo8Jp0Z .img-item {
  height: 100%;
}
.cid-uXjSo8Jp0Z img {
  height: 100%;
  object-fit: cover;
}
.cid-uXjSo8Jp0Z .collapsed span {
  transform: rotate(0deg);
}
.cid-uXjSo8Jp0Z .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uXjSo8Jp0Z p {
  margin-bottom: 0.3rem;
}
.cid-uXjSo8Jp0Z .panel-title-edit {
  color: #000000;
}
.cid-uXjSo8Jp0Z .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uXjSo8Jp0Z .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uXjSo8Jp0Z .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXjSo8Jp0Z .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uXjSo8Jp0Z .panel-text {
  color: #000000;
}
.cid-uXjSo8Jp0Z .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uXjSo8Jp0Z .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXjSo8Jp0Z .panel-title-edit,
.cid-uXjSo8Jp0Z .mbr-iconfont {
  color: #000000;
}
.cid-uXjSo9E3jU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a073ec;
  background-image: linear-gradient(180deg, #a073ec 0, #ac65dc 100%);
}
.cid-uXjSo9E3jU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSo9E3jU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSo9E3jU .container-fluid {
  padding: 0;
}
.cid-uXjSo9E3jU .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-uXjSo9E3jU .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uXjSo9E3jU .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-uXjSo9E3jU .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uXjSo9E3jU .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uXjSo9E3jU .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-uXjSo9E3jU .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uXjSo9E3jU .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uXjSo9E3jU .mbr-text {
    margin-top: 40px;
  }
}
.cid-uXjSo9E3jU .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-uXjSo9E3jU .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-uXjSo9E3jU .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uXjSo9E3jU .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-uXjSo9E3jU .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-uXjSo9E3jU .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uXjSo9E3jU .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-uXjSo9E3jU .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uXjSo9E3jU .image-wrapper {
    display: none;
  }
}
.cid-uXjSo9E3jU .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXjSoat408 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXjSoat408 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSoat408 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSoat408 .row {
  justify-content: center;
}
.cid-uXjSoat408 .card .card-wrapper {
  display: flex;
  justify-content: center;
  margin: 128px 0;
}
@media (max-width: 992px) {
  .cid-uXjSoat408 .card .card-wrapper {
    margin: 64px 0;
  }
}
@media (max-width: 768px) {
  .cid-uXjSoat408 .card .card-wrapper {
    margin: 48px 0;
  }
}
@media (max-width: 425px) {
  .cid-uXjSoat408 .card .card-wrapper {
    margin: 16px 0;
  }
}
.cid-uXjSoat408 .card .card-wrapper a:hover .mbr-section-title {
  opacity: .5;
}
.cid-uXjSoat408 .card .card-wrapper a .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  padding-left: 32px;
  transition: all .3s ease;
}
.cid-uXjSoat408 .card .card-wrapper a .mbr-section-title .mbr-number {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 20%;
}
.cid-uXjSoat408 .mbr-section-title {
  color: #ffffff;
}
.cid-uXjSobfDWZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uXjSobfDWZ .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-uXjSobfDWZ img,
.cid-uXjSobfDWZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXjSobfDWZ .item:focus,
.cid-uXjSobfDWZ span:focus {
  outline: none;
}
.cid-uXjSobfDWZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uXjSobfDWZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uXjSobfDWZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uXjSobfDWZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXjSobfDWZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uXjSobfDWZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uXjSobfDWZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uXjSobfDWZ .mbr-section-title {
  color: #232323;
}
.cid-uXjSobfDWZ .mbr-text,
.cid-uXjSobfDWZ .mbr-section-btn {
  text-align: left;
}
.cid-uXjSobfDWZ .item-title {
  text-align: left;
}
.cid-uXjSobfDWZ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uXjSocbyZb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-uXjSocbyZb .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-uXjSocbyZb .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-uXjSocbyZb .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-uXjSocbyZb .mbr-section-title {
  color: #FFFFFF;
}
.cid-uXjSocbyZb .mbr-text {
  color: #FFFFFF;
}
.cid-uXjSocbyZb .container-fluid {
  padding: 0;
}
.cid-uXjSocbyZb .row {
  margin: 0;
}
.cid-uXjSocbyZb .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-uXjSocbyZb .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uXjSocbyZb .text-container {
    padding: 60px;
  }
}
.cid-uXjSocbyZb .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uXjSocbyZb .image-wrapper {
    height: 420px;
  }
}
.cid-uXjSocbyZb .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-uXjSocbyZb .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-uXjSocbyZb .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-uXjSocbyZb .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-uXjSocbyZb .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-uXjSocbyZb .item__buttons-container_round {
  align-items: flex-start;
}
.cid-uXjSocbyZb .btn {
  margin: 0;
}
.cid-uXjSocbyZb .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjSocbyZb .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-uXjSocbyZb .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-uXjSocbyZb .item__button {
  margin: 0;
}
.cid-uXjSocbyZb .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-uXjSocbyZb .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-uXjSocbyZb .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-uXjSocbyZb .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-uXjSod5Qo8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXjSod5Qo8 .item:focus,
.cid-uXjSod5Qo8 span:focus {
  outline: none;
}
.cid-uXjSod5Qo8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uXjSod5Qo8 .item {
  color: #0f0f0f;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uXjSod5Qo8 .item {
    min-height: 45px;
  }
}
.cid-uXjSodWkyj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2fa0e;
}
.cid-uXjSodWkyj .item:focus,
.cid-uXjSodWkyj span:focus {
  outline: none;
}
.cid-uXjSodWkyj .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uXjSodWkyj .item {
  padding: 10px 0;
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uXjSodWkyj .item {
    min-height: 45px;
  }
}
.cid-uXjSoeTWeS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background17.jpg");
}
.cid-uXjSoeTWeS .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-uXjSoeTWeS .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXjSoeTWeS .list-item {
  color: #fff;
  padding: 30px 0;
  border-bottom-color: #ffffff !important;
}
.cid-uXjSoeTWeS .mbr-section-subtitle {
  line-height: 139%;
}
@media (max-width: 992px) {
  .cid-uXjSoeTWeS .mbr-section-subtitle {
    margin-bottom: 14px;
  }
}
.cid-uXjSoeTWeS .mbr-text {
  font-weight: 300;
  line-height: 1.72;
}
.cid-uXjSoeTWeS .content {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uXjSoeTWeS .content {
    padding-left: 0;
  }
}
.cid-uXjSofQJx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXjSofQJx4 .left-side {
  text-align: center;
  padding: 30px;
}
.cid-uXjSofQJx4 .row {
  align-items: center;
  background: #000000;
  padding: 0px;
  margin: 0;
}
.cid-uXjSofQJx4 .container-fluid {
  padding: 0;
}
.cid-uXjSofQJx4 .right-side {
  padding: 0;
}
.cid-uXjSofQJx4 .iconfont-wrapper {
  margin-bottom: 18px;
}
.cid-uXjSofQJx4 .mbr-iconfont {
  font-size: 80px;
  color: #ffffff;
}
.cid-uXjSofQJx4 .mbr-section-subtitle {
  font-weight: 600;
  padding-bottom: 10px;
}
.cid-uXjSofQJx4 .mbr-section-title {
  padding-bottom: 36px;
}
.cid-uXjSofQJx4 .l1 {
  color: #ffffff;
}
.cid-uXjSofQJx4 .l2,
.cid-uXjSofQJx4 .lin {
  color: #ffffff;
}
.cid-uXjSofQJx4 a {
  transition: color .3s;
}
.cid-uXjSogPRhv {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uXjSogPRhv .card-wrapper {
  width: 80%;
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 1rem;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -100px;
}
.cid-uXjSogPRhv .bottom,
.cid-uXjSogPRhv .card-title {
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1150px) {
  .cid-uXjSogPRhv .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-uXjSogPRhv {
    padding-bottom: 0;
  }
  .cid-uXjSogPRhv .card-wrapper {
    position: initial;
  }
  .cid-uXjSogPRhv .card-box {
    padding: 10%;
  }
}
.cid-uXjSohJrB8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXjSohJrB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSohJrB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSohJrB8 .item {
  padding-bottom: 2rem;
}
.cid-uXjSohJrB8 .item-wrapper {
  position: relative;
}
.cid-uXjSohJrB8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uXjSohJrB8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uXjSohJrB8 .carousel-control,
.cid-uXjSohJrB8 .close {
  background: #1b1b1b;
}
.cid-uXjSohJrB8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uXjSohJrB8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uXjSohJrB8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uXjSohJrB8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uXjSohJrB8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uXjSohJrB8 .close::before {
  content: '\e91a';
}
.cid-uXjSohJrB8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uXjSohJrB8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uXjSohJrB8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXjSohJrB8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXjSohJrB8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uXjSohJrB8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uXjSohJrB8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uXjSohJrB8 .carousel-indicators li.active,
.cid-uXjSohJrB8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uXjSohJrB8 .carousel-indicators li::after,
.cid-uXjSohJrB8 .carousel-indicators li::before {
  content: none;
}
.cid-uXjSohJrB8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uXjSohJrB8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uXjSohJrB8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXjSohJrB8 .carousel-indicators {
    display: none;
  }
}
.cid-uXjSohJrB8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uXjSohJrB8 .carousel-inner > .active {
  display: block;
}
.cid-uXjSohJrB8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXjSohJrB8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXjSohJrB8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uXjSohJrB8 .carousel-control,
  .cid-uXjSohJrB8 .carousel-indicators,
  .cid-uXjSohJrB8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uXjSohJrB8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uXjSohJrB8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uXjSohJrB8 .carousel-indicators .active,
.cid-uXjSohJrB8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uXjSohJrB8 .carousel-indicators .active {
  background: #fff;
}
.cid-uXjSohJrB8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uXjSohJrB8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uXjSohJrB8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uXjSohJrB8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uXjSohJrB8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uXjSohJrB8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uXjSohJrB8 .carousel {
  width: 100%;
}
.cid-uXjSohJrB8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uXjSohJrB8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uXjSohJrB8 .modal.fade .modal-dialog,
.cid-uXjSohJrB8 .modal.in .modal-dialog {
  transform: none;
}
.cid-uXjSohJrB8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uXjSohJrB8 H6 {
  text-align: center;
}
.cid-uXjSoiW6iA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uXjSoiW6iA .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uXjSoiW6iA .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #000000;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-uXjSoiW6iA .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXjSoiW6iA .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-uXjSoiW6iA .mbr-timeline-title,
.cid-uXjSoiW6iA .mbr-timeline-text {
  color: #ffffff;
}
.cid-uXjSoiW6iA .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-uXjSoiW6iA .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-uXjSoiW6iA .timeline-element:hover .timeline-text-content h4,
.cid-uXjSoiW6iA .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #fc643f !important;
}
.cid-uXjSoiW6iA .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #fc643f !important;
}
.cid-uXjSoiW6iA .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #fc643f !important;
}
.cid-uXjSoiW6iA .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uXjSoiW6iA .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-uXjSoiW6iA .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #000000;
  top: 20px;
  margin-left: -30px;
}
.cid-uXjSoiW6iA .iconsBackground span {
  color: #ffffff;
}
.cid-uXjSoiW6iA .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-uXjSoiW6iA .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000000;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-uXjSoiW6iA .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-uXjSoiW6iA .iconsBackground {
    left: 1.5rem;
  }
  .cid-uXjSoiW6iA .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-uXjSoiW6iA .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-uXjSoiW6iA .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-uXjSoiW6iA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSoiW6iA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSokpobP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uXjSokpobP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSokpobP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSokpobP .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uXjSokpobP .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uXjSokpobP .container {
    padding: 0 25px;
  }
}
.cid-uXjSokpobP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXjSokpobP .row {
    padding-top: 45px;
  }
}
.cid-uXjSokpobP .item:hover .item-wrapper .item-img img,
.cid-uXjSokpobP .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uXjSokpobP .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXjSokpobP .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uXjSokpobP .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uXjSokpobP .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uXjSokpobP .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uXjSokpobP .border-wrap {
    margin-top: 45px;
  }
}
.cid-uXjSoly6fC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXjSoly6fC .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uXjSoly6fC .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uXjSoly6fC .container {
    padding: 0 6px;
  }
}
.cid-uXjSoly6fC .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uXjSoly6fC .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uXjSoly6fC .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uXjSoly6fC .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uXjSoly6fC .row {
    padding: 70px 16px;
  }
}
.cid-uXjSoly6fC .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uXjSoly6fC .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uXjSoly6fC .desc-wrapper {
    padding: 0;
  }
}
.cid-uXjSoly6fC .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uXjSoly6fC .title-wrapper {
  margin-bottom: 64px;
}
.cid-uXjSoly6fC .title-wrapper span {
  color: #009472;
}
.cid-uXjSoly6fC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXjSoly6fC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uXjSoly6fC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uXjSoly6fC .embla__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXjSoly6fC .embla__slide .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXjSoly6fC .embla__slide .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
@media (max-width: 992px) {
  .cid-uXjSoly6fC .embla__slide .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uXjSoly6fC .embla__slide:hover .item-wrapper .item-img img,
.cid-uXjSoly6fC .embla__slide:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uXjSoly6fC .embla__slide:hover::before,
.cid-uXjSoly6fC .embla__slide:focus::before {
  top: -10px;
}
.cid-uXjSoly6fC .embla__slide:hover .item-desc,
.cid-uXjSoly6fC .embla__slide:focus .item-desc {
  top: -57px;
}
.cid-uXjSoly6fC .embla__slide .slide-content {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXjSoly6fC .embla__slide .slide-content {
    padding: 22px;
  }
}
.cid-uXjSoly6fC .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uXjSoly6fC .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uXjSoly6fC .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uXjSoly6fC .embla__slide .slide-content .item-img .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
}
@media (max-width: 992px) {
  .cid-uXjSoly6fC .embla__slide .slide-content .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-uXjSoly6fC .embla__slide .slide-content .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-uXjSoly6fC .embla__slide .slide-content .item-img .image-wrap img {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uXjSoly6fC .embla__button--next,
.cid-uXjSoly6fC .embla__button--prev {
  display: flex;
}
.cid-uXjSoly6fC .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #40b0bf;
  color: #ff9966 !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uXjSoly6fC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uXjSoly6fC .embla__button:hover {
  color: #ff6666 !important;
}
.cid-uXjSoly6fC .embla__button.embla__button--prev {
  left: 40%;
}
@media (max-width: 768px) {
  .cid-uXjSoly6fC .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-uXjSoly6fC .embla__button.embla__button--next {
  right: 40%;
}
@media (max-width: 768px) {
  .cid-uXjSoly6fC .embla__button.embla__button--next {
    right: 10%;
  }
}
.cid-uXjSoly6fC .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-uXjSoly6fC .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  padding-top: 57px;
}
.cid-uXjSoly6fC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uXjSoly6fC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uXjSoly6fC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uXjSoly6fC .mbr-desc {
  color: #ffffff;
}
.cid-uXjSoly6fC .mbr-section-title {
  color: #ffffff;
}
.cid-uXjSoly6fC .card-desc {
  color: #ffffff;
}
.cid-uXjSoly6fC .item-title {
  color: #131313;
}
.cid-uXjSoly6fC .mbr-text {
  color: #131313;
}
.cid-uXjSonmk7T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXjSonmk7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSonmk7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSonmk7T .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXjSonmk7T .container-fluid {
    padding: 0 16px;
  }
}
.cid-uXjSonmk7T .container-fluid .row {
  padding: 0;
}
.cid-uXjSonmk7T .container {
  overflow: hidden;
}
.cid-uXjSonmk7T .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-uXjSonmk7T .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-uXjSonmk7T .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-uXjSonmk7T .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-uXjSonmk7T .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-uXjSonmk7T .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-uXjSonmk7T .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-uXjSonmk7T .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uXjSonmk7T .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-uXjSonmk7T .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-uXjSooAjxD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f7ff;
}
.cid-uXjSooAjxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSooAjxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjSooAjxD .row {
    padding: 0 24px;
  }
}
.cid-uXjSooAjxD .items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uXjSooAjxD .items {
    flex-direction: column;
  }
}
.cid-uXjSooAjxD .items img {
  max-width: 330px;
  min-width: 100px;
  height: 405px;
  object-fit: cover;
  border-radius: 20px;
  margin-right: -3rem;
}
@media (max-width: 768px) {
  .cid-uXjSooAjxD .items img {
    margin: 0 !important;
  }
}
.cid-uXjSooAjxD .items img:nth-child(2) {
  height: 330px;
  margin-top: -12rem;
}
.cid-uXjSooAjxD .items img:nth-child(3) {
  height: 290px;
}
.cid-uXjSooAjxD .items img:nth-child(4) {
  height: 440px;
  margin-left: -6rem;
}
.cid-uXjSooAjxD .items img:nth-child(5) {
  height: 430px;
  margin-top: -9rem;
}
.cid-uXjSopGDRs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXjSopGDRs .container {
  max-width: 1400px;
}
.cid-uXjSopGDRs .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 2rem;
}
.cid-uXjSopGDRs .row {
  justify-content: center;
}
.cid-uXjSopGDRs .card-text {
  color: #818181;
}
.cid-uXjSopGDRs .card-title {
  margin-bottom: 0.5rem;
}
.cid-uXjSopGDRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSopGDRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSoqX3Pt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  z-index: 1;
}
.cid-uXjSoqX3Pt .card-box {
  padding: 0rem;
  height: 110px;
}
.cid-uXjSoqX3Pt .card {
  max-width: 100%;
}
.cid-uXjSoqX3Pt .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.cid-uXjSoqX3Pt .wrapper {
  width: 100%;
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uXjSoqX3Pt .row {
  background: #ffffff;
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-uXjSoqX3Pt .row {
    margin: 0rem;
  }
}
.cid-uXjSoqX3Pt .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-uXjSoqX3Pt .card-wrapper:before {
  content: '';
  width: 2rem;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: -1;
}
.cid-uXjSoqX3Pt .card-wrapper:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.cid-uXjSoqX3Pt .container-fluid {
  overflow: hidden;
}
.cid-uXjSoqX3Pt .order {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-uXjSoqX3Pt .order {
    flex-direction: column;
  }
}
.cid-uXjSoqX3Pt .card-title {
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uXjSoqX3Pt .col-lg-x {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1600px) {
  .cid-uXjSoqX3Pt .col-lg-x {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uXjSoqX3Pt .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uXjSoqX3Pt .number-wrapper {
  position: relative;
  margin: 3rem auto;
  width: fit-content;
}
.cid-uXjSoqX3Pt .number-wrapper:before {
  content: '';
  width: 9999px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: -1;
}
.cid-uXjSoqX3Pt .number-wrapper:after {
  content: '';
  width: 9999px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: -1;
}
.cid-uXjSoqX3Pt .number-wrapper .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
}
.cid-uXjSoqX3Pt .mbr-iconfont {
  font-size: 6rem;
  height: 50px;
}
.cid-uXjSoqX3Pt .icon1 {
  color: #ff9966;
}
.cid-uXjSoqX3Pt .icon2 {
  color: #ff9966;
}
.cid-uXjSoqX3Pt .icon3 {
  color: #ff9966;
}
.cid-uXjSoqX3Pt .icon4 {
  color: #ff9966;
}
.cid-uXjSoqX3Pt .icon5 {
  color: #ff9966;
}
.cid-uXjSoqX3Pt .number1 {
  background: #ff9966;
}
.cid-uXjSoqX3Pt .number2 {
  background: #ff9966;
}
.cid-uXjSoqX3Pt .number3 {
  background: #ff9966;
}
.cid-uXjSoqX3Pt .number4 {
  background: #ff9966;
}
.cid-uXjSoqX3Pt .number5 {
  background: #ff9966;
}
.cid-uXjSoqX3Pt .number {
  color: #000000;
  font-size: 0.8rem;
  font-weight: 300;
}
.cid-uXjSoqX3Pt .card-text {
  color: #616161;
}
.cid-uXjSoqX3Pt .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uXjSoqX3Pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSoqX3Pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSosik8U {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uXjSosik8U .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uXjSosik8U .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXjSosik8U .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXjSosik8U .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uXjSosik8U .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f23801;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f23801, #f7e4d6);
}
.cid-uXjSosik8U .icon-focus,
.cid-uXjSosik8U .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uXjSosik8U .icon-focus:before,
.cid-uXjSosik8U .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXjSosik8U .icon-video {
  font-size: 1.5rem !important;
}
.cid-uXjSosik8U .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uXjSosik8U ul {
  font-size: 0;
}
.cid-uXjSosik8U .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uXjSosik8U .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uXjSosik8U .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-uXjSosik8U .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uXjSosik8U .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uXjSosik8U .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-uXjSosik8U .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uXjSosik8U .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uXjSosik8U .mbr-gallery-filter ul li:first-child,
.cid-uXjSosik8U .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uXjSosik8U .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uXjSosik8U .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uXjSosik8U .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uXjSosik8U .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uXjSosik8U .mbr-section-title b:last-child,
.cid-uXjSosik8U .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uXjSosik8U .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-uXjSosik8U .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-uXjSotDNvb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXjSotDNvb .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uXjSotDNvb .wrap_left {
  padding-left: 0;
}
.cid-uXjSotDNvb .wrap_right {
  padding-right: 0;
}
.cid-uXjSotDNvb .block__left,
.cid-uXjSotDNvb .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-uXjSotDNvb .block__left,
  .cid-uXjSotDNvb .block__right {
    padding: 30px;
  }
}
.cid-uXjSotDNvb .title__block {
  position: relative;
  z-index: 2;
}
.cid-uXjSotDNvb .left__image {
  background-image: url("../../../assets/images/conference21.jpg");
}
.cid-uXjSotDNvb .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-uXjSotDNvb .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-uXjSotDNvb .right__image {
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-uXjSotDNvb .left__image,
.cid-uXjSotDNvb .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-uXjSotDNvb .container,
  .cid-uXjSotDNvb .container-fluid,
  .cid-uXjSotDNvb .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-uXjSotDNvb .wrap_left,
  .cid-uXjSotDNvb .wrap_right {
    padding: 0;
  }
}
.cid-uXjSotDNvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSotDNvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSouWIdn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-uXjSouWIdn img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-uXjSouWIdn H2 {
  color: #e7272d;
}
.cid-uXjSouWIdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSouWIdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSowecdJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #191f23;
}
.cid-uXjSowecdJ .item__text {
  border-radius: 4px;
  padding: 0 10px;
  background: #d90a2c;
  max-height: 30px;
}
.cid-uXjSowecdJ .content__block {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uXjSowecdJ .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.cid-uXjSowecdJ .bot {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.cid-uXjSowecdJ .border__radius {
  margin-right: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjSowecdJ .bot__content {
  margin: 10px 0;
  width: 100%;
}
.cid-uXjSowecdJ .bot__descr {
  color: #888888;
}
@media (max-width: 767px) {
  .cid-uXjSowecdJ .content__block {
    margin-bottom: 50px;
  }
}
.cid-uXjSowecdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSowecdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSoxDrDd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uXjSoxDrDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSoxDrDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSoxDrDd .video-wrapper iframe {
  width: 100%;
}
.cid-uXjSoxDrDd .mbr-section-title,
.cid-uXjSoxDrDd .mbr-section-subtitle,
.cid-uXjSoxDrDd .mbr-text {
  text-align: center;
}
.cid-uXjSoxDrDd .mbr-section-title {
  color: #ffffff;
}
.cid-uXjSoxDrDd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXjSoxDrDd .mbr-text {
  color: #ffffff;
}
.cid-uXjSoyWVho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uXjSoyWVho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSoyWVho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSoyWVho .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uXjSoyWVho .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXjSoyWVho .row {
    text-align: center;
  }
  .cid-uXjSoyWVho .row > div {
    margin: auto;
  }
  .cid-uXjSoyWVho .social-row {
    justify-content: center;
  }
}
.cid-uXjSoyWVho .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXjSoyWVho .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uXjSoyWVho .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXjSoyWVho .list {
    margin-bottom: 0rem;
  }
}
.cid-uXjSoyWVho .mbr-text {
  color: #bbbbbb;
}
.cid-uXjSoyWVho .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uXjSoyWVho .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uXjSoyWVho div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXjSoyWVho .copyright {
  color: #ffffff;
}
.cid-uXjSoyWVho .carousel,
.cid-uXjSoyWVho .carousel-inner,
.cid-uXjSoyWVho .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uXjSoyWVho .mbr-fullscreen,
.cid-uXjSoyWVho .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uXjSsIgof1 {
  background-image: url("../../../assets/images/p0000221-2000x1500.jpeg");
}
.cid-uXjSsIgof1 .mbr-section-title {
  color: #ffffff;
}
.cid-uXjSsIgof1 .mbr-text,
.cid-uXjSsIgof1 .mbr-section-btn {
  color: #ffffff;
}
.cid-v8KkxQYtLo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/p0000222-2000x1500.jpg");
}
.cid-v8KkxQYtLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KkxQYtLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KkxQYtLo .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8KkxQYtLo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8KkxQYtLo .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8KkxQYtLo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8KkxQYtLo .panel-group .card {
  position: relative;
  background-color: #121212;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-v8KkxQYtLo .panel-group .card:hover {
  background-color: #353535;
}
.cid-v8KkxQYtLo .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v8KkxQYtLo .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v8KkxQYtLo .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v8KkxQYtLo .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-v8KkxQYtLo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8KkxQYtLo .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ff9966;
}
.cid-v8KkxQYtLo .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #1a1a1a;
}
.cid-v8KkxQYtLo .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #353535;
  padding-bottom: 8px;
}
.cid-v8KkxQYtLo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v8KkxQYtLo .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8KkxQYtLo .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-v8KkxQYtLo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v8KkxQYtLo .panel-group .card .collapse.show .panel-body {
  background-color: #353535;
}
.cid-v8KkxQYtLo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8KkxQYtLo .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-v8KkxQYtLo .panel-title-edit {
  color: #ffffff;
}
.cid-v8KkxQYtLo .panel-text {
  color: #ffffff;
}
.cid-uXjSsQgaiv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(180deg, #000000 0, #353535 100%);
}
.cid-uXjSsQgaiv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSsQgaiv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSsQgaiv .container-fluid {
  padding: 0;
}
.cid-uXjSsQgaiv .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-uXjSsQgaiv .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uXjSsQgaiv .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-uXjSsQgaiv .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uXjSsQgaiv .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uXjSsQgaiv .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-uXjSsQgaiv .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uXjSsQgaiv .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uXjSsQgaiv .mbr-text {
    margin-top: 40px;
  }
}
.cid-uXjSsQgaiv .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-uXjSsQgaiv .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-uXjSsQgaiv .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uXjSsQgaiv .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-uXjSsQgaiv .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-uXjSsQgaiv .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uXjSsQgaiv .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-uXjSsQgaiv .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uXjSsQgaiv .image-wrapper {
    display: none;
  }
}
.cid-uXjSsQgaiv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXjSteXcrz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uXjSteXcrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSteXcrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSteXcrz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uXjSteXcrz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXjSteXcrz .row {
    text-align: center;
  }
  .cid-uXjSteXcrz .row > div {
    margin: auto;
  }
  .cid-uXjSteXcrz .social-row {
    justify-content: center;
  }
}
.cid-uXjSteXcrz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXjSteXcrz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uXjSteXcrz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXjSteXcrz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXjSteXcrz .mbr-text {
  color: #bbbbbb;
}
.cid-uXjSteXcrz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uXjSteXcrz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uXjSteXcrz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXjSteXcrz .copyright {
  color: #ffffff;
}
.cid-uXjSteXcrz .carousel,
.cid-uXjSteXcrz .carousel-inner,
.cid-uXjSteXcrz .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uXjSteXcrz .mbr-fullscreen,
.cid-uXjSteXcrz .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uXk4ylNrYI {
  background-image: url("../../../assets/images/p3130014-2000x1500.jpg");
}
.cid-uXk4ylNrYI .mbr-section-title {
  color: #ffffff;
}
.cid-uXk4ylNrYI .mbr-text,
.cid-uXk4ylNrYI .mbr-section-btn {
  color: #ffffff;
}
.cid-uXk4yn4zYF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-uXk4yn4zYF .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uXk4yn4zYF .panel-group {
  border: none;
}
.cid-uXk4yn4zYF .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uXk4yn4zYF .card-header {
    padding: 0rem;
  }
}
.cid-uXk4yn4zYF .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uXk4yn4zYF .img-col {
  padding: 0;
}
.cid-uXk4yn4zYF .img-item {
  height: 100%;
}
.cid-uXk4yn4zYF img {
  height: 100%;
  object-fit: cover;
}
.cid-uXk4yn4zYF .collapsed span {
  transform: rotate(0deg);
}
.cid-uXk4yn4zYF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uXk4yn4zYF p {
  margin-bottom: 0.3rem;
}
.cid-uXk4yn4zYF .panel-title-edit {
  color: #000000;
}
.cid-uXk4yn4zYF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uXk4yn4zYF .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uXk4yn4zYF .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXk4yn4zYF .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uXk4yn4zYF .panel-text {
  color: #000000;
}
.cid-uXk4yn4zYF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXk4yn4zYF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXk4yn4zYF .panel-title-edit,
.cid-uXk4yn4zYF .mbr-iconfont {
  color: #000000;
}
.cid-uXk4ynGXnI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(180deg, #000000 0, #353535 100%);
}
.cid-uXk4ynGXnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXk4ynGXnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXk4ynGXnI .container-fluid {
  padding: 0;
}
.cid-uXk4ynGXnI .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-uXk4ynGXnI .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uXk4ynGXnI .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-uXk4ynGXnI .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uXk4ynGXnI .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uXk4ynGXnI .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-uXk4ynGXnI .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uXk4ynGXnI .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uXk4ynGXnI .mbr-text {
    margin-top: 40px;
  }
}
.cid-uXk4ynGXnI .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-uXk4ynGXnI .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-uXk4ynGXnI .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uXk4ynGXnI .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-uXk4ynGXnI .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-uXk4ynGXnI .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uXk4ynGXnI .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-uXk4ynGXnI .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uXk4ynGXnI .image-wrapper {
    display: none;
  }
}
.cid-uXk4ynGXnI .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXk4yoZUUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uXk4yoZUUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXk4yoZUUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXk4yoZUUC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uXk4yoZUUC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXk4yoZUUC .row {
    text-align: center;
  }
  .cid-uXk4yoZUUC .row > div {
    margin: auto;
  }
  .cid-uXk4yoZUUC .social-row {
    justify-content: center;
  }
}
.cid-uXk4yoZUUC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXk4yoZUUC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uXk4yoZUUC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXk4yoZUUC .list {
    margin-bottom: 0rem;
  }
}
.cid-uXk4yoZUUC .mbr-text {
  color: #bbbbbb;
}
.cid-uXk4yoZUUC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uXk4yoZUUC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uXk4yoZUUC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXk4yoZUUC .copyright {
  color: #ffffff;
}
.cid-uXk4yoZUUC .carousel,
.cid-uXk4yoZUUC .carousel-inner,
.cid-uXk4yoZUUC .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uXk4yoZUUC .mbr-fullscreen,
.cid-uXk4yoZUUC .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-uXk94OgnF3 {
  background-image: url("../../../assets/images/p0000192-2000x1500.jpg");
}
.cid-uXk94OgnF3 .mbr-section-title {
  color: #ffffff;
}
.cid-uXk94OgnF3 .mbr-text,
.cid-uXk94OgnF3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXk9cadAlv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-uXk9cadAlv .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uXk9cadAlv .panel-group {
  border: none;
}
.cid-uXk9cadAlv .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uXk9cadAlv .card-header {
    padding: 0rem;
  }
}
.cid-uXk9cadAlv .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uXk9cadAlv .img-col {
  padding: 0;
}
.cid-uXk9cadAlv .img-item {
  height: 100%;
}
.cid-uXk9cadAlv img {
  height: 100%;
  object-fit: cover;
}
.cid-uXk9cadAlv .collapsed span {
  transform: rotate(0deg);
}
.cid-uXk9cadAlv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uXk9cadAlv p {
  margin-bottom: 0.3rem;
}
.cid-uXk9cadAlv .panel-title-edit {
  color: #000000;
}
.cid-uXk9cadAlv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uXk9cadAlv .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uXk9cadAlv .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXk9cadAlv .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uXk9cadAlv .panel-text {
  color: #000000;
}
.cid-uXk9cadAlv .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXk9cadAlv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXk9cadAlv .panel-title-edit,
.cid-uXk9cadAlv .mbr-iconfont {
  color: #000000;
}
.cid-uXk94P9meB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(180deg, #000000 0, #353535 100%);
}
.cid-uXk94P9meB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXk94P9meB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXk94P9meB .container-fluid {
  padding: 0;
}
.cid-uXk94P9meB .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-uXk94P9meB .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uXk94P9meB .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-uXk94P9meB .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uXk94P9meB .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uXk94P9meB .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-uXk94P9meB .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uXk94P9meB .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uXk94P9meB .mbr-text {
    margin-top: 40px;
  }
}
.cid-uXk94P9meB .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-uXk94P9meB .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-uXk94P9meB .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uXk94P9meB .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-uXk94P9meB .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-uXk94P9meB .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uXk94P9meB .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-uXk94P9meB .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uXk94P9meB .image-wrapper {
    display: none;
  }
}
.cid-uXk94P9meB .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXk94Q3nsW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uXk94Q3nsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXk94Q3nsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXk94Q3nsW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uXk94Q3nsW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXk94Q3nsW .row {
    text-align: center;
  }
  .cid-uXk94Q3nsW .row > div {
    margin: auto;
  }
  .cid-uXk94Q3nsW .social-row {
    justify-content: center;
  }
}
.cid-uXk94Q3nsW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXk94Q3nsW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uXk94Q3nsW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXk94Q3nsW .list {
    margin-bottom: 0rem;
  }
}
.cid-uXk94Q3nsW .mbr-text {
  color: #bbbbbb;
}
.cid-uXk94Q3nsW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uXk94Q3nsW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uXk94Q3nsW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXk94Q3nsW .copyright {
  color: #ffffff;
}
.cid-uXk94Q3nsW .carousel,
.cid-uXk94Q3nsW .carousel-inner,
.cid-uXk94Q3nsW .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uXk94Q3nsW .mbr-fullscreen,
.cid-uXk94Q3nsW .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-v8KoJW0vUB {
  background-image: url("../../../assets/images/p2030226-2000x1500.jpeg");
}
.cid-v8KoJW0vUB .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v8KoJW0vUB .mbr-text,
.cid-v8KoJW0vUB .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v8KoPMu2k4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8KoPMu2k4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KoPMu2k4 .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-v8KoPMu2k4 .container {
    padding: 0 20px;
  }
}
.cid-v8KoPMu2k4 .row {
  justify-content: center;
}
.cid-v8KoPMu2k4 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v8KoPMu2k4 .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v8KoPMu2k4 .item {
    margin-bottom: 40px;
  }
}
.cid-v8KoPMu2k4 .item:hover .item-wrapper,
.cid-v8KoPMu2k4 .item:focus .item-wrapper {
  border: 3px solid #ffffff;
}
.cid-v8KoPMu2k4 .item:hover .item-wrapper .item-img img,
.cid-v8KoPMu2k4 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-v8KoPMu2k4 .item .item-wrapper {
  height: 100%;
  border: 1px solid #ff9966;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-v8KoPMu2k4 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v8KoPMu2k4 .item .item-wrapper .item-img img {
  height: 350px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8KoPMu2k4 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v8KoPMu2k4 .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-v8KoPMu2k4 .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-v8KoPMu2k4 .item .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-v8KoPMu2k4 .item a {
  display: block;
  height: 100%;
}
.cid-v8KoPMu2k4 .mbr-desc {
  color: #ff9966;
  text-align: center;
}
.cid-v8KoPMu2k4 .card-title {
  color: #ff9966;
}
.cid-v8KoPMu2k4 .card-date {
  color: #9a9a9a;
}
.cid-uX2yKfuqw1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-uX2yKfuqw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2yKfuqw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2yKfuqw1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX2yKfuqw1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2yKfuqw1 .row {
    text-align: center;
  }
  .cid-uX2yKfuqw1 .row > div {
    margin: auto;
  }
  .cid-uX2yKfuqw1 .social-row {
    justify-content: center;
  }
}
.cid-uX2yKfuqw1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX2yKfuqw1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX2yKfuqw1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2yKfuqw1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uX2yKfuqw1 .mbr-text {
  color: #bbbbbb;
}
.cid-uX2yKfuqw1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX2yKfuqw1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX2yKfuqw1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX2yKfuqw1 .copyright {
  color: #ffffff;
}
.cid-uX2yKfuqw1 .carousel,
.cid-uX2yKfuqw1 .carousel-inner,
.cid-uX2yKfuqw1 .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-uX2yKfuqw1 .mbr-fullscreen,
.cid-uX2yKfuqw1 .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-v8Ko5OhW0b {
  background-image: url("../../../assets/images/p0000045-2000x1500.jpeg");
}
.cid-v8Ko5OhW0b .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v8Ko5OhW0b .mbr-text,
.cid-v8Ko5OhW0b .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v8KozjftDI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8KozjftDI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KozjftDI .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-v8KozjftDI .container {
    padding: 0 20px;
  }
}
.cid-v8KozjftDI .row {
  justify-content: center;
}
.cid-v8KozjftDI .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v8KozjftDI .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v8KozjftDI .item {
    margin-bottom: 40px;
  }
}
.cid-v8KozjftDI .item:hover .item-wrapper,
.cid-v8KozjftDI .item:focus .item-wrapper {
  border: 3px solid #ffffff;
}
.cid-v8KozjftDI .item:hover .item-wrapper .item-img img,
.cid-v8KozjftDI .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-v8KozjftDI .item .item-wrapper {
  height: 100%;
  border: 1px solid #ff9966;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-v8KozjftDI .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v8KozjftDI .item .item-wrapper .item-img img {
  height: 350px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8KozjftDI .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v8KozjftDI .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-v8KozjftDI .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-v8KozjftDI .item .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-v8KozjftDI .item a {
  display: block;
  height: 100%;
}
.cid-v8KozjftDI .mbr-desc {
  color: #ff9966;
  text-align: center;
}
.cid-v8KozjftDI .card-title {
  color: #ff9966;
}
.cid-v8KozjftDI .card-date {
  color: #9a9a9a;
}
.cid-v8KnZwte6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-v8KnZwte6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KnZwte6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KnZwte6x .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8KnZwte6x .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8KnZwte6x .row {
    text-align: center;
  }
  .cid-v8KnZwte6x .row > div {
    margin: auto;
  }
  .cid-v8KnZwte6x .social-row {
    justify-content: center;
  }
}
.cid-v8KnZwte6x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8KnZwte6x .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v8KnZwte6x .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8KnZwte6x .list {
    margin-bottom: 0rem;
  }
}
.cid-v8KnZwte6x .mbr-text {
  color: #bbbbbb;
}
.cid-v8KnZwte6x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8KnZwte6x .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8KnZwte6x div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8KnZwte6x .copyright {
  color: #ffffff;
}
.cid-v8KnZwte6x .carousel,
.cid-v8KnZwte6x .carousel-inner,
.cid-v8KnZwte6x .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-v8KnZwte6x .mbr-fullscreen,
.cid-v8KnZwte6x .mbr-parallax-background {
  width: 100% !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: relative !important;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  position: absolute !important;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KpBqmx4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KpBqmx4s .dropdown-item:hover,
.cid-v8KpBqmx4s .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-v8KpBqmx4s .dropdown-item:hover span {
  color: white;
}
.cid-v8KpBqmx4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KpBqmx4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KpBqmx4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KpBqmx4s .nav-link {
  position: relative;
}
.cid-v8KpBqmx4s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .container {
    flex-wrap: nowrap;
  }
}
.cid-v8KpBqmx4s .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown-menu,
.cid-v8KpBqmx4s .navbar.opened {
  background: #ffffff !important;
}
.cid-v8KpBqmx4s .nav-item:focus,
.cid-v8KpBqmx4s .nav-link:focus {
  outline: none;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KpBqmx4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KpBqmx4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KpBqmx4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KpBqmx4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v8KpBqmx4s .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KpBqmx4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KpBqmx4s .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KpBqmx4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KpBqmx4s .navbar.collapsed {
  justify-content: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KpBqmx4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KpBqmx4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KpBqmx4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KpBqmx4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KpBqmx4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KpBqmx4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KpBqmx4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KpBqmx4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KpBqmx4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KpBqmx4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KpBqmx4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KpBqmx4s .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-v8KpBqmx4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KpBqmx4s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v8KpBqmx4s .dropdown-item.active,
.cid-v8KpBqmx4s .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KpBqmx4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KpBqmx4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8KpBqmx4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KpBqmx4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KpBqmx4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KpBqmx4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KpBqmx4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KpBqmx4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KpBqmx4s .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-v8KpBqmx4s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8KpBqmx4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KpBqmx4s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KpBqmx4s .navbar {
    height: 70px;
  }
  .cid-v8KpBqmx4s .navbar.opened {
    height: auto;
  }
  .cid-v8KpBqmx4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KpBqmx4s .container,
.cid-v8KpBqmx4s .container-fluid {
  flex-wrap: wrap;
}
.cid-v8KpBqmx4s .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v8KpBqmx4s .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v8KpBqmx4s .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-v8KpBqmx4s .contacts-menu {
    display: none;
  }
}
.cid-v8KpBqmx4s .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v8KpBqmx4s .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ff9966;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v8KpBqmx4s .icon-box:hover {
  transform: scale(1.1);
}
.cid-v8KpBqmx4s .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v8KpBqmx4s .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v8KpBqmx4s .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn-black {
  color: #ff9966 !important;
}
@media (max-width: 577px) {
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v8KpBqmx4s .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v8KpBqmx4s .navbar-collapse .nav-link:hover {
  color: #ff9966 !important;
}
.cid-v8KofctCZp {
  background-image: url("../../../assets/images/3d-rendering-modern-steel-elevator-lift-lobby-in-b-2021-08-28-09-23-24-utc-2000x1667.jpeg");
}
.cid-v8KofctCZp .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v8KofctCZp .mbr-text,
.cid-v8KofctCZp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v8Koh6efbW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8Koh6efbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Koh6efbW .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-v8Koh6efbW .container {
    padding: 0 20px;
  }
}
.cid-v8Koh6efbW .row {
  justify-content: center;
}
.cid-v8Koh6efbW .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v8Koh6efbW .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v8Koh6efbW .item {
    margin-bottom: 40px;
  }
}
.cid-v8Koh6efbW .item:hover .item-wrapper,
.cid-v8Koh6efbW .item:focus .item-wrapper {
  border: 3px solid #ffffff;
}
.cid-v8Koh6efbW .item:hover .item-wrapper .item-img img,
.cid-v8Koh6efbW .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-v8Koh6efbW .item .item-wrapper {
  height: 100%;
  border: 1px solid #ff9966;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-v8Koh6efbW .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v8Koh6efbW .item .item-wrapper .item-img img {
  height: 350px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8Koh6efbW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v8Koh6efbW .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-v8Koh6efbW .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-v8Koh6efbW .item .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-v8Koh6efbW .item a {
  display: block;
  height: 100%;
}
.cid-v8Koh6efbW .mbr-desc {
  color: #ff9966;
  text-align: center;
}
.cid-v8Koh6efbW .card-title {
  color: #ff9966;
}
.cid-v8Koh6efbW .card-date {
  color: #9a9a9a;
}
.cid-v8Ko9d0xyr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uretim-19-1125x1500.jpeg");
}
.cid-v8Ko9d0xyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Ko9d0xyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Ko9d0xyr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8Ko9d0xyr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Ko9d0xyr .row {
    text-align: center;
  }
  .cid-v8Ko9d0xyr .row > div {
    margin: auto;
  }
  .cid-v8Ko9d0xyr .social-row {
    justify-content: center;
  }
}
.cid-v8Ko9d0xyr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8Ko9d0xyr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v8Ko9d0xyr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Ko9d0xyr .list {
    margin-bottom: 0rem;
  }
}
.cid-v8Ko9d0xyr .mbr-text {
  color: #bbbbbb;
}
.cid-v8Ko9d0xyr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8Ko9d0xyr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8Ko9d0xyr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8Ko9d0xyr .copyright {
  color: #ffffff;
}
.cid-v8Ko9d0xyr .carousel,
.cid-v8Ko9d0xyr .carousel-inner,
.cid-v8Ko9d0xyr .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.cid-v8Ko9d0xyr .mbr-fullscreen,
.cid-v8Ko9d0xyr .mbr-parallax-background {
  width: 100% !important;
}
