body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: 0.004rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 120%;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.77em;
  letter-spacing: 0.016rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 140%;
  letter-spacing: 0.001rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 3.125rem;
}
.bg-primary {
  background-color: #1d1d1d !important;
}
.bg-success {
  background-color: #d7d7d7 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f7e8d2 !important;
}
.bg-danger {
  background-color: #688d81 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fcfbf5 !important;
  border-color: #fcfbf5 !important;
  color: #baa838 !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: #776c24 !important;
  background-color: #e8e0b2 !important;
  border-color: #e8e0b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #baa838 !important;
  background-color: #e8e0b2 !important;
  border-color: #e8e0b2 !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
  color: #585858 !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: #acacac !important;
  border-color: #acacac !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #585858 !important;
  background-color: #acacac !important;
  border-color: #acacac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7e8d2 !important;
  border-color: #f7e8d2 !important;
  color: #ac721e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #eac288 !important;
  border-color: #eac288 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ac721e !important;
  background-color: #eac288 !important;
  border-color: #eac288 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #688d81 !important;
  border-color: #688d81 !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: #435b53 !important;
  border-color: #435b53 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #435b53 !important;
  border-color: #435b53 !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: transparent;
  color: #1d1d1d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcfbf5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e8e0b2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #baa838 !important;
  background-color: #fcfbf5 !important;
  border-color: #fcfbf5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d7d7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #acacac !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #585858 !important;
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7e8d2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #eac288 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ac721e !important;
  background-color: #f7e8d2 !important;
  border-color: #f7e8d2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #688d81;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #435b53 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #688d81 !important;
  border-color: #688d81 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #1d1d1d !important;
}
.text-secondary {
  color: #fcfbf5 !important;
}
.text-success {
  color: #d7d7d7 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f7e8d2 !important;
}
.text-danger {
  color: #688d81 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e4dca7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a4a4a4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e8bc7b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3d524b !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: #1d1d1d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f7e8d2;
}
.alert-danger {
  background-color: #688d81;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1d1d1d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d0d0d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b0c5be;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #1d1d1d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #1d1d1d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d1d1d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d1d1d;
}
.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: #1d1d1d;
  border-bottom-color: #1d1d1d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1d1d1d !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: #fcfbf5 !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='%231d1d1d' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border: none;
  box-shadow: none;
  padding: 16px 40px;
  font-weight: 400;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translate(0.5rem, 0);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  font-size: 16px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  border: none;
  box-shadow: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #1d1d1d !important;
}
.cid-tX55tdKPLR .navbar-dropdown {
  position: relative !important;
}
.cid-tX55tdKPLR .navbar-dropdown {
  position: absolute !important;
}
.cid-tX55tdKPLR nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tX55tdKPLR nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-tX55tdKPLR .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #353535;
}
.cid-tX55tdKPLR .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-tX55tdKPLR .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-tX55tdKPLR .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tX55tdKPLR .contacts_menu {
    top: 25px;
  }
}
.cid-tX55tdKPLR .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-tX55tdKPLR .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-tX55tdKPLR .nav-item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tX55tdKPLR .nav-item {
    margin: 0 !important;
  }
}
.cid-tX55tdKPLR .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-tX55tdKPLR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tX55tdKPLR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tX55tdKPLR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-tX55tdKPLR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tX55tdKPLR .nav-link {
  position: relative;
}
.cid-tX55tdKPLR .container {
  display: flex;
  margin: auto;
}
.cid-tX55tdKPLR .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tX55tdKPLR .dropdown-menu,
.cid-tX55tdKPLR .navbar.opened {
  background: #ffffff !important;
}
.cid-tX55tdKPLR .nav-item:focus,
.cid-tX55tdKPLR .nav-link:focus {
  outline: none;
}
.cid-tX55tdKPLR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tX55tdKPLR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tX55tdKPLR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tX55tdKPLR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tX55tdKPLR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tX55tdKPLR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tX55tdKPLR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0);
}
.cid-tX55tdKPLR .navbar.opened {
  transition: all 0.3s;
}
.cid-tX55tdKPLR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tX55tdKPLR .navbar .navbar-logo img {
  width: auto;
}
.cid-tX55tdKPLR .navbar .navbar-collapse {
  z-index: 1;
}
.cid-tX55tdKPLR .navbar.collapsed {
  justify-content: center;
}
.cid-tX55tdKPLR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tX55tdKPLR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tX55tdKPLR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tX55tdKPLR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tX55tdKPLR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tX55tdKPLR .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-tX55tdKPLR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tX55tdKPLR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tX55tdKPLR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tX55tdKPLR .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .cid-tX55tdKPLR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tX55tdKPLR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tX55tdKPLR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tX55tdKPLR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tX55tdKPLR .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-tX55tdKPLR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tX55tdKPLR .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tX55tdKPLR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tX55tdKPLR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tX55tdKPLR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tX55tdKPLR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tX55tdKPLR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tX55tdKPLR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tX55tdKPLR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tX55tdKPLR .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-tX55tdKPLR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tX55tdKPLR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tX55tdKPLR .dropdown-item.active,
.cid-tX55tdKPLR .dropdown-item:active {
  background-color: transparent;
}
.cid-tX55tdKPLR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tX55tdKPLR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tX55tdKPLR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tX55tdKPLR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tX55tdKPLR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tX55tdKPLR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tX55tdKPLR ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-tX55tdKPLR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tX55tdKPLR button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #353535;
  padding: 0;
  color: #ffffff;
}
.cid-tX55tdKPLR button.navbar-toggler:hover {
  background-color: rgba(53, 53, 53, 0.86);
}
.cid-tX55tdKPLR button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-tX55tdKPLR button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-tX55tdKPLR button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-tX55tdKPLR button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-tX55tdKPLR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tX55tdKPLR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tX55tdKPLR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tX55tdKPLR .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-tX55tdKPLR .navbar {
    height: 70px;
  }
  .cid-tX55tdKPLR .navbar.opened {
    height: auto;
  }
  .cid-tX55tdKPLR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tX4TnPht8C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tX4TnPht8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX4TnPht8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX4TnPht8C .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tX4TnPht8C .container-fluid {
    padding: 0 12px;
  }
}
.cid-tX4TnPht8C .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tX4TnPht8C .container {
    padding: 0 20px;
  }
}
.cid-tX4TnPht8C .row {
  margin-top: -2px;
}
.cid-tX4TnPht8C .card {
  padding: 0;
}
.cid-tX4TnPht8C .image-wrapper {
  border: 2px solid #d3d2c9;
}
.cid-tX4TnPht8C .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tX4TnPht8C .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tX4TnPht8C .title-wrapper {
  border: 2px solid #d3d2c9;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tX4TnPht8C .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tX4TnPht8C .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tX4TnPht8C .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tX4TnPht8C .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tX4TnPht8C .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tX4TnPht8C .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tX4TnPht8C .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tX4TnPht8C .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tX4TnPht8C .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tX4TnPht8C .mbr-section-title {
  color: #ffffff;
}
.cid-tX4TnPht8C .mbr-text {
  color: #ffffff;
}
.cid-tX4TnPht8C .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tX4TnPht8C .mbr-section-btn {
    text-align: left;
  }
}
.cid-tX4TnPht8C .mbr-section-title,
.cid-tX4TnPht8C .mbr-section-btn {
  color: #ffffff;
}
.cid-tX4XGPufNZ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #d5d4cf;
}
.cid-tX4XGPufNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX4XGPufNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX4XGPufNZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tX4XGPufNZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tX4XGPufNZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tX4XGPufNZ .container {
    padding: 0 20px;
  }
}
.cid-tX4XGPufNZ .row {
  justify-content: center;
}
.cid-tX4XGPufNZ .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tX4XGPufNZ .item {
    margin-bottom: 50px;
  }
}
.cid-tX4XGPufNZ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tX4XGPufNZ .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #353535;
}
.cid-tX4XGPufNZ .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #353535;
}
.cid-tX4XGPufNZ .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tX4XGPufNZ .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tX4XGPufNZ .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tX4XGPufNZ .mbr-card-title {
  color: #1d1d1d;
}
.cid-tX4XGPufNZ .mbr-card-title,
.cid-tX4XGPufNZ .item-img {
  text-align: center;
}
.cid-tX4XGPufNZ .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tXR4gNk4lh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-top: -2px;
}
.cid-tXR4gNk4lh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXR4gNk4lh .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-tXR4gNk4lh .container {
    padding: 0 20px;
  }
}
.cid-tXR4gNk4lh .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXR4gNk4lh .card {
    margin-bottom: 50px;
  }
}
.cid-tXR4gNk4lh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tXR4gNk4lh .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tXR4gNk4lh .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tXR4gNk4lh .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tXR4gNk4lh .contacts-wrap a {
  display: block;
}
.cid-tXR4gNk4lh .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tXR4gNk4lh .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tXR4gNk4lh .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXR4gNk4lh .contacts-address {
  border-top: 1px solid #000000;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tXR4gNk4lh .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tXR4gNk4lh .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tXR4gNk4lh .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-tXR4gNk4lh .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tXR4gNk4lh .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tXR4gNk4lh .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tXR4gNk4lh .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tXR4gNk4lh .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tXR4gNk4lh .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tXR4gNk4lh .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tXR4gNk4lh .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tXR4gNk4lh .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tXR4gNk4lh .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-tXR4gNk4lh .dragArea.row .form-group .form-control:hover,
.cid-tXR4gNk4lh .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tXR4gNk4lh .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tXR4gNk4lh .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tXR4gNk4lh .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-tXR4gNk4lh .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tXR4gNk4lh .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tXR4gNk4lh .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tXR4gNk4lh .mbr-section-title {
  color: #1d1d1d;
}
.cid-tXR4gNk4lh .mbr-desc {
  color: #706f6d;
}
.cid-tXR4gNk4lh .mbr-text {
  color: #1d1d1d;
}
.cid-tXR4gNk4lh label {
  color: #1d1d1d;
}
.cid-tXR4gNk4lh P {
  color: #688d81;
}
.cid-tX4VAlzq8G {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #d5d4cf;
}
.cid-tX4VAlzq8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX4VAlzq8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX4VAlzq8G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tX4VAlzq8G .container-fluid {
    padding: 0 20px;
  }
}
.cid-tX4VAlzq8G .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tX4VAlzq8G .container {
    padding: 0 20px;
  }
}
.cid-tX4VAlzq8G .list-wrapper .list,
.cid-tX4VAlzq8G .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tX4VAlzq8G .list-wrapper .list .item-wrap,
.cid-tX4VAlzq8G .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-tX4VAlzq8G .list-wrapper .list .item-wrap:hover,
.cid-tX4VAlzq8G .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-tX4VAlzq8G .list-wrapper .list .item-wrap,
  .cid-tX4VAlzq8G .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-tX4VAlzq8G .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-tX4VAlzq8G .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-tX4VAlzq8G .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tX4VAlzq8G .text-wrapper {
  margin: 40px 0 22px;
}
.cid-tX4VAlzq8G .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX4VAlzq8G .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tX4VAlzq8G .mbr-section-title,
.cid-tX4VAlzq8G .logo-wrap {
  text-align: left;
}
.cid-tX4VAlzq8G .list {
  color: #1d1d1d;
}
.cid-tX4VAlzq8G .list_2 {
  color: #989898;
}
.cid-tX4VAlzq8G .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-tX4VAlzq8G .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-tX4VAlzq8G .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tX4VAlzq8G .list-wrapper,
  .cid-tX4VAlzq8G .list-wrapper_2 {
    text-align: center;
  }
}
.cid-tXbxjjmRnP .navbar-dropdown {
  position: relative !important;
}
.cid-tXbxjjmRnP .navbar-dropdown {
  position: absolute !important;
}
.cid-tXbxjjmRnP nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tXbxjjmRnP nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-tXbxjjmRnP .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #353535;
}
.cid-tXbxjjmRnP .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXbxjjmRnP .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-tXbxjjmRnP .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tXbxjjmRnP .contacts_menu {
    top: 25px;
  }
}
.cid-tXbxjjmRnP .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-tXbxjjmRnP .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-tXbxjjmRnP .nav-item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tXbxjjmRnP .nav-item {
    margin: 0 !important;
  }
}
.cid-tXbxjjmRnP .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-tXbxjjmRnP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tXbxjjmRnP .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXbxjjmRnP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-tXbxjjmRnP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXbxjjmRnP .nav-link {
  position: relative;
}
.cid-tXbxjjmRnP .container {
  display: flex;
  margin: auto;
}
.cid-tXbxjjmRnP .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXbxjjmRnP .dropdown-menu,
.cid-tXbxjjmRnP .navbar.opened {
  background: #ffffff !important;
}
.cid-tXbxjjmRnP .nav-item:focus,
.cid-tXbxjjmRnP .nav-link:focus {
  outline: none;
}
.cid-tXbxjjmRnP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXbxjjmRnP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXbxjjmRnP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXbxjjmRnP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXbxjjmRnP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXbxjjmRnP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXbxjjmRnP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0);
}
.cid-tXbxjjmRnP .navbar.opened {
  transition: all 0.3s;
}
.cid-tXbxjjmRnP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXbxjjmRnP .navbar .navbar-logo img {
  width: auto;
}
.cid-tXbxjjmRnP .navbar .navbar-collapse {
  z-index: 1;
}
.cid-tXbxjjmRnP .navbar.collapsed {
  justify-content: center;
}
.cid-tXbxjjmRnP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXbxjjmRnP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXbxjjmRnP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tXbxjjmRnP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXbxjjmRnP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXbxjjmRnP .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-tXbxjjmRnP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXbxjjmRnP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXbxjjmRnP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXbxjjmRnP .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .cid-tXbxjjmRnP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXbxjjmRnP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXbxjjmRnP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXbxjjmRnP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXbxjjmRnP .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-tXbxjjmRnP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXbxjjmRnP .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tXbxjjmRnP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXbxjjmRnP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXbxjjmRnP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXbxjjmRnP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXbxjjmRnP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXbxjjmRnP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tXbxjjmRnP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXbxjjmRnP .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-tXbxjjmRnP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXbxjjmRnP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXbxjjmRnP .dropdown-item.active,
.cid-tXbxjjmRnP .dropdown-item:active {
  background-color: transparent;
}
.cid-tXbxjjmRnP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXbxjjmRnP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXbxjjmRnP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXbxjjmRnP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXbxjjmRnP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXbxjjmRnP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXbxjjmRnP ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-tXbxjjmRnP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXbxjjmRnP button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #353535;
  padding: 0;
  color: #ffffff;
}
.cid-tXbxjjmRnP button.navbar-toggler:hover {
  background-color: rgba(53, 53, 53, 0.86);
}
.cid-tXbxjjmRnP button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-tXbxjjmRnP button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-tXbxjjmRnP button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-tXbxjjmRnP button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-tXbxjjmRnP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXbxjjmRnP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbxjjmRnP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbxjjmRnP button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbxjjmRnP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbxjjmRnP nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbxjjmRnP nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbxjjmRnP nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbxjjmRnP nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbxjjmRnP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tXbxjjmRnP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXbxjjmRnP .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-tXbxjjmRnP .navbar {
    height: 70px;
  }
  .cid-tXbxjjmRnP .navbar.opened {
    height: auto;
  }
  .cid-tXbxjjmRnP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXbyegi8tg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5d4cf;
}
.cid-tXbyegi8tg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXbyegi8tg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXbyegi8tg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tXbyegi8tg .container-fluid {
    padding: 0 20px;
  }
}
.cid-tXbyegi8tg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXbyegi8tg .container {
    padding: 0 20px;
  }
}
.cid-tXbyegi8tg .nav {
  display: block;
}
.cid-tXbyegi8tg .tabs-wrap,
.cid-tXbyegi8tg .tab-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tXbyegi8tg .nav.nav-tabs {
  display: block;
  border: none;
}
.cid-tXbyegi8tg .nav.nav-tabs .nav-item .nav-link {
  border-radius: 0;
  padding: 32px 0;
  border: none;
  transition: all 0.3s ease-out;
  border-bottom: 2px solid #353535;
}
@media (max-width: 992px) {
  .cid-tXbyegi8tg .nav.nav-tabs .nav-item .nav-link {
    padding: 16px 0;
  }
}
.cid-tXbyegi8tg .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #688d81;
}
.cid-tXbyegi8tg .nav.nav-tabs .nav-item:hover {
  border: none;
  color: #688d81;
}
.cid-tXbyegi8tg .tab-content {
  padding: 64px 100px;
}
@media (max-width: 1200px) {
  .cid-tXbyegi8tg .tab-content {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-tXbyegi8tg .tab-content {
    padding: 50px 0;
  }
}
.cid-tXbyegi8tg .tab-content .tab-pane img {
  height: 650px;
  object-fit: cover;
  margin-bottom: 32px;
  border-bottom-right-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tXbyegi8tg .tab-content .tab-pane img {
    height: 500px;
  }
}
.cid-tXbyegi8tg .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-tXbyegi8tg .mbr-text {
  color: #1d1d1d;
}
.cid-tXt9I51DMd {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #000000;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin-top: -2px;
}
.cid-tXt9I51DMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXt9I51DMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXt9I51DMd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tXt9I51DMd .container-fluid {
    padding: 0 20px;
  }
}
.cid-tXt9I51DMd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXt9I51DMd .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tXt9I51DMd .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tXt9I51DMd .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tXt9I51DMd .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-tXt9I51DMd .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tXt9I51DMd .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-tXt9I51DMd .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tXt9I51DMd .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #353535;
  border-radius: 100%;
}
.cid-tXt9I51DMd .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tXt9I51DMd .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-tXt9I51DMd .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-tXt9I51DMd .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tXt9I51DMd .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-tXt9I51DMd .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-tXt9I51DMd .mbr-section-title {
  color: #1d1d1d;
}
.cid-tXt9I51DMd .mbr-card-title {
  color: #1d1d1d;
}
.cid-tXt9I51DMd .mbr-desc {
  color: #989898;
}
.cid-tXt9I51DMd .mbr-text {
  color: #d3d2c9;
}
.cid-tXt9I51DMd .mbr-loc {
  color: #989898;
}
.cid-tXt9I51DMd .mbr-section-title,
.cid-tXt9I51DMd .mbr-section-btn {
  color: #ffffff;
}
.cid-tXt9I51DMd .mbr-card-title,
.cid-tXt9I51DMd .item-title {
  color: #d3d2c9;
}
.cid-tXt9I51DMd .mbr-desc,
.cid-tXt9I51DMd .item-title {
  color: #ffffff;
}
.cid-tXbCZay15T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tXbCZay15T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXbCZay15T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXbCZay15T .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tXbCZay15T .container-fluid {
    padding: 0 12px;
  }
}
.cid-tXbCZay15T .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXbCZay15T .container {
    padding: 0 20px;
  }
}
.cid-tXbCZay15T .row {
  border-top: 2px solid #353535;
  border-bottom: 2px solid #353535;
  margin-top: -2px;
}
.cid-tXbCZay15T .card {
  padding: 0;
}
.cid-tXbCZay15T .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXbCZay15T .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-tXbCZay15T .image-wrap {
  border-right: 2px solid #353535;
  border-bottom: 2px solid #353535;
}
.cid-tXbCZay15T .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-tXbCZay15T .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #353535;
}
.cid-tXbCZay15T .image-wrap:nth-child(2n) {
  border-bottom: 2px solid #353535;
}
.cid-tXbCZay15T .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-right: 2px solid #353535;
}
.cid-tXbCZay15T .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-tXbCZay15T .image-wrap:last-child {
    border-bottom: 2px solid #353535;
  }
}
.cid-tXbCZay15T .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
  border: 2px solid #353535;
  border-top: 0;
}
.cid-tXbCZay15T .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tXbCZay15T .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-tXbCZay15T .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #353535;
}
@media (max-width: 992px) {
  .cid-tXbCZay15T .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tXbCZay15T .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tXbCZay15T .mbr-section-title {
  color: #1d1d1d;
}
.cid-tXbCZay15T .mbr-text {
  color: #1d1d1d;
}
.cid-tXbxjkVY8m {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d5d4cf;
}
.cid-tXbxjkVY8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXbxjkVY8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXbxjkVY8m .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tXbxjkVY8m .container-fluid {
    padding: 0 20px;
  }
}
.cid-tXbxjkVY8m .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXbxjkVY8m .container {
    padding: 0 20px;
  }
}
.cid-tXbxjkVY8m .list-wrapper .list,
.cid-tXbxjkVY8m .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tXbxjkVY8m .list-wrapper .list .item-wrap,
.cid-tXbxjkVY8m .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-tXbxjkVY8m .list-wrapper .list .item-wrap:hover,
.cid-tXbxjkVY8m .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-tXbxjkVY8m .list-wrapper .list .item-wrap,
  .cid-tXbxjkVY8m .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-tXbxjkVY8m .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-tXbxjkVY8m .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-tXbxjkVY8m .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tXbxjkVY8m .text-wrapper {
  margin: 40px 0 22px;
}
.cid-tXbxjkVY8m .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tXbxjkVY8m .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tXbxjkVY8m .mbr-section-title,
.cid-tXbxjkVY8m .logo-wrap {
  text-align: left;
}
.cid-tXbxjkVY8m .list {
  color: #1d1d1d;
}
.cid-tXbxjkVY8m .list_2 {
  color: #989898;
}
.cid-tXbxjkVY8m .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-tXbxjkVY8m .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-tXbxjkVY8m .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tXbxjkVY8m .list-wrapper,
  .cid-tXbxjkVY8m .list-wrapper_2 {
    text-align: center;
  }
}
.cid-tXbWJVZ9gp .navbar-dropdown {
  position: relative !important;
}
.cid-tXbWJVZ9gp .navbar-dropdown {
  position: absolute !important;
}
.cid-tXbWJVZ9gp nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tXbWJVZ9gp nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-tXbWJVZ9gp .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #353535;
}
.cid-tXbWJVZ9gp .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXbWJVZ9gp .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-tXbWJVZ9gp .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tXbWJVZ9gp .contacts_menu {
    top: 25px;
  }
}
.cid-tXbWJVZ9gp .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-tXbWJVZ9gp .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-tXbWJVZ9gp .nav-item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tXbWJVZ9gp .nav-item {
    margin: 0 !important;
  }
}
.cid-tXbWJVZ9gp .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-tXbWJVZ9gp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tXbWJVZ9gp .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXbWJVZ9gp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-tXbWJVZ9gp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXbWJVZ9gp .nav-link {
  position: relative;
}
.cid-tXbWJVZ9gp .container {
  display: flex;
  margin: auto;
}
.cid-tXbWJVZ9gp .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXbWJVZ9gp .dropdown-menu,
.cid-tXbWJVZ9gp .navbar.opened {
  background: #ffffff !important;
}
.cid-tXbWJVZ9gp .nav-item:focus,
.cid-tXbWJVZ9gp .nav-link:focus {
  outline: none;
}
.cid-tXbWJVZ9gp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXbWJVZ9gp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXbWJVZ9gp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXbWJVZ9gp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXbWJVZ9gp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXbWJVZ9gp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXbWJVZ9gp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0);
}
.cid-tXbWJVZ9gp .navbar.opened {
  transition: all 0.3s;
}
.cid-tXbWJVZ9gp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXbWJVZ9gp .navbar .navbar-logo img {
  width: auto;
}
.cid-tXbWJVZ9gp .navbar .navbar-collapse {
  z-index: 1;
}
.cid-tXbWJVZ9gp .navbar.collapsed {
  justify-content: center;
}
.cid-tXbWJVZ9gp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXbWJVZ9gp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXbWJVZ9gp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tXbWJVZ9gp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXbWJVZ9gp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXbWJVZ9gp .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-tXbWJVZ9gp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXbWJVZ9gp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXbWJVZ9gp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXbWJVZ9gp .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .cid-tXbWJVZ9gp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXbWJVZ9gp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXbWJVZ9gp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXbWJVZ9gp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXbWJVZ9gp .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-tXbWJVZ9gp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXbWJVZ9gp .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tXbWJVZ9gp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXbWJVZ9gp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXbWJVZ9gp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXbWJVZ9gp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXbWJVZ9gp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXbWJVZ9gp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tXbWJVZ9gp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXbWJVZ9gp .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-tXbWJVZ9gp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXbWJVZ9gp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXbWJVZ9gp .dropdown-item.active,
.cid-tXbWJVZ9gp .dropdown-item:active {
  background-color: transparent;
}
.cid-tXbWJVZ9gp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXbWJVZ9gp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXbWJVZ9gp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXbWJVZ9gp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXbWJVZ9gp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXbWJVZ9gp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXbWJVZ9gp ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-tXbWJVZ9gp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXbWJVZ9gp button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #353535;
  padding: 0;
  color: #ffffff;
}
.cid-tXbWJVZ9gp button.navbar-toggler:hover {
  background-color: rgba(53, 53, 53, 0.86);
}
.cid-tXbWJVZ9gp button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-tXbWJVZ9gp button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-tXbWJVZ9gp button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-tXbWJVZ9gp button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-tXbWJVZ9gp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXbWJVZ9gp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbWJVZ9gp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbWJVZ9gp button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbWJVZ9gp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbWJVZ9gp nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbWJVZ9gp nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbWJVZ9gp nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbWJVZ9gp nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXbWJVZ9gp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tXbWJVZ9gp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXbWJVZ9gp .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-tXbWJVZ9gp .navbar {
    height: 70px;
  }
  .cid-tXbWJVZ9gp .navbar.opened {
    height: auto;
  }
  .cid-tXbWJVZ9gp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXbXme2lqA {
  background-color: #ffffff;
}
.cid-tXbXme2lqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXbXme2lqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXbXme2lqA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tXbXme2lqA .container-fluid {
    padding: 0 20px;
  }
}
.cid-tXbXme2lqA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXbXme2lqA .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tXbXme2lqA .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 50px;
  }
}
.cid-tXbXme2lqA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXbXme2lqA .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tXbXme2lqA .title-wrapper .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tXbXme2lqA .mbr-section-title {
  color: #1d1d1d;
}
.cid-tXbXme2lqA .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tYeB4cLpwr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYeB4cLpwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYeB4cLpwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYeB4cLpwr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYeB4cLpwr .container-fluid {
    padding: 0 20px;
  }
}
.cid-tYeB4cLpwr .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYeB4cLpwr .container {
    padding: 0 20px;
  }
}
.cid-tYeB4cLpwr .row {
  justify-content: center;
}
.cid-tYeB4cLpwr .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tYeB4cLpwr .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tYeB4cLpwr .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tYeB4cLpwr .item {
    margin-bottom: 50px;
  }
}
.cid-tYeB4cLpwr .item a {
  display: block;
  height: 100%;
}
.cid-tYeB4cLpwr .item a:hover .item-wrapper {
  border-color: #688d81;
}
.cid-tYeB4cLpwr .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-tYeB4cLpwr .item a .item-wrapper {
  padding: 32px;
  border: 2px solid #353535;
  height: 100%;
  transition: all 0.3s ease-out;
}
.cid-tYeB4cLpwr .item a .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
.cid-tYeB4cLpwr .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tYeB4cLpwr .item a .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-tYeB4cLpwr .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tYeB4cLpwr .item a .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tYeB4cLpwr .mbr-section-title {
  color: #1d1d1d;
}
.cid-tYeB4cLpwr .mbr-card-title {
  color: #1d1d1d;
}
.cid-tYeB4cLpwr .mbr-text {
  color: #1d1d1d;
}
.cid-tXbWJWGytg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d5d4cf;
}
.cid-tXbWJWGytg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXbWJWGytg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXbWJWGytg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tXbWJWGytg .container-fluid {
    padding: 0 20px;
  }
}
.cid-tXbWJWGytg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXbWJWGytg .container {
    padding: 0 20px;
  }
}
.cid-tXbWJWGytg .list-wrapper .list,
.cid-tXbWJWGytg .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tXbWJWGytg .list-wrapper .list .item-wrap,
.cid-tXbWJWGytg .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-tXbWJWGytg .list-wrapper .list .item-wrap:hover,
.cid-tXbWJWGytg .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-tXbWJWGytg .list-wrapper .list .item-wrap,
  .cid-tXbWJWGytg .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-tXbWJWGytg .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-tXbWJWGytg .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-tXbWJWGytg .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tXbWJWGytg .text-wrapper {
  margin: 40px 0 22px;
}
.cid-tXbWJWGytg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tXbWJWGytg .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tXbWJWGytg .mbr-section-title,
.cid-tXbWJWGytg .logo-wrap {
  text-align: left;
}
.cid-tXbWJWGytg .list {
  color: #1d1d1d;
}
.cid-tXbWJWGytg .list_2 {
  color: #989898;
}
.cid-tXbWJWGytg .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-tXbWJWGytg .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-tXbWJWGytg .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tXbWJWGytg .list-wrapper,
  .cid-tXbWJWGytg .list-wrapper_2 {
    text-align: center;
  }
}
.cid-tXcQhh9RMG .navbar-dropdown {
  position: relative !important;
}
.cid-tXcQhh9RMG .navbar-dropdown {
  position: absolute !important;
}
.cid-tXcQhh9RMG nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tXcQhh9RMG nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-tXcQhh9RMG .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #353535;
}
.cid-tXcQhh9RMG .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXcQhh9RMG .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-tXcQhh9RMG .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tXcQhh9RMG .contacts_menu {
    top: 25px;
  }
}
.cid-tXcQhh9RMG .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-tXcQhh9RMG .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-tXcQhh9RMG .nav-item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tXcQhh9RMG .nav-item {
    margin: 0 !important;
  }
}
.cid-tXcQhh9RMG .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-tXcQhh9RMG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tXcQhh9RMG .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXcQhh9RMG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-tXcQhh9RMG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXcQhh9RMG .nav-link {
  position: relative;
}
.cid-tXcQhh9RMG .container {
  display: flex;
  margin: auto;
}
.cid-tXcQhh9RMG .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXcQhh9RMG .dropdown-menu,
.cid-tXcQhh9RMG .navbar.opened {
  background: #ffffff !important;
}
.cid-tXcQhh9RMG .nav-item:focus,
.cid-tXcQhh9RMG .nav-link:focus {
  outline: none;
}
.cid-tXcQhh9RMG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXcQhh9RMG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXcQhh9RMG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXcQhh9RMG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXcQhh9RMG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXcQhh9RMG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXcQhh9RMG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0);
}
.cid-tXcQhh9RMG .navbar.opened {
  transition: all 0.3s;
}
.cid-tXcQhh9RMG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXcQhh9RMG .navbar .navbar-logo img {
  width: auto;
}
.cid-tXcQhh9RMG .navbar .navbar-collapse {
  z-index: 1;
}
.cid-tXcQhh9RMG .navbar.collapsed {
  justify-content: center;
}
.cid-tXcQhh9RMG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXcQhh9RMG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXcQhh9RMG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tXcQhh9RMG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXcQhh9RMG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXcQhh9RMG .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-tXcQhh9RMG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXcQhh9RMG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXcQhh9RMG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXcQhh9RMG .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .cid-tXcQhh9RMG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXcQhh9RMG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXcQhh9RMG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXcQhh9RMG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXcQhh9RMG .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-tXcQhh9RMG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXcQhh9RMG .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tXcQhh9RMG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXcQhh9RMG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXcQhh9RMG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXcQhh9RMG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXcQhh9RMG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXcQhh9RMG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tXcQhh9RMG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXcQhh9RMG .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-tXcQhh9RMG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXcQhh9RMG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXcQhh9RMG .dropdown-item.active,
.cid-tXcQhh9RMG .dropdown-item:active {
  background-color: transparent;
}
.cid-tXcQhh9RMG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXcQhh9RMG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXcQhh9RMG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXcQhh9RMG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXcQhh9RMG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXcQhh9RMG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXcQhh9RMG ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-tXcQhh9RMG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXcQhh9RMG button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #353535;
  padding: 0;
  color: #ffffff;
}
.cid-tXcQhh9RMG button.navbar-toggler:hover {
  background-color: rgba(53, 53, 53, 0.86);
}
.cid-tXcQhh9RMG button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-tXcQhh9RMG button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-tXcQhh9RMG button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-tXcQhh9RMG button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-tXcQhh9RMG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXcQhh9RMG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXcQhh9RMG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXcQhh9RMG button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXcQhh9RMG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXcQhh9RMG nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXcQhh9RMG nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXcQhh9RMG nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXcQhh9RMG nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXcQhh9RMG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tXcQhh9RMG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXcQhh9RMG .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-tXcQhh9RMG .navbar {
    height: 70px;
  }
  .cid-tXcQhh9RMG .navbar.opened {
    height: auto;
  }
  .cid-tXcQhh9RMG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXcRShJ7t2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXcRShJ7t2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcRShJ7t2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tXcRShJ7t2 .container {
    padding: 0 20px;
  }
}
.cid-tXcRShJ7t2 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tXcRShJ7t2 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tXcRShJ7t2 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tXcRShJ7t2 .mbr-text {
  color: #706f6d;
}
.cid-tXcRShJ7t2 .mbr-section-title,
.cid-tXcRShJ7t2 .mbr-section-btn {
  color: #353535;
}
.cid-tXcR3nlrxg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tXcR3nlrxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcR3nlrxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXcR3nlrxg .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tXcR3nlrxg .container-fluid {
    padding: 0 12px;
  }
}
.cid-tXcR3nlrxg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXcR3nlrxg .container {
    padding: 0 20px;
  }
}
.cid-tXcR3nlrxg .row {
  border-top: 2px solid #353535;
  border-bottom: 2px solid #353535;
  margin-top: -2px;
}
.cid-tXcR3nlrxg .card {
  padding: 0;
}
.cid-tXcR3nlrxg .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #353535;
}
@media (max-width: 992px) {
  .cid-tXcR3nlrxg .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tXcR3nlrxg .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tXcR3nlrxg .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXcR3nlrxg .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tXcR3nlrxg .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tXcR3nlrxg .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tXcR3nlrxg .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tXcR3nlrxg .mbr-section-title {
  color: #1d1d1d;
}
.cid-tXcR3nlrxg .mbr-text {
  color: #1d1d1d;
}
.cid-tXcROCkQBz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d3d2c9;
}
.cid-tXcROCkQBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcROCkQBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXcROCkQBz .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tXcROCkQBz .container-fluid {
    padding: 0 12px;
  }
}
.cid-tXcROCkQBz .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXcROCkQBz .container {
    padding: 0 20px;
  }
}
.cid-tXcROCkQBz .row {
  border-top: 2px solid #353535;
  border-bottom: 2px solid #353535;
  margin-top: -2px;
}
.cid-tXcROCkQBz .card {
  padding: 0;
  border-radius: 0;
}
.cid-tXcROCkQBz .card:first-child {
  border-right: 2px solid #353535;
}
.cid-tXcROCkQBz .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #353535;
}
@media (max-width: 992px) {
  .cid-tXcROCkQBz .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tXcROCkQBz .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXcROCkQBz .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tXcROCkQBz .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tXcROCkQBz .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tXcROCkQBz .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXcROCkQBz .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tXcROCkQBz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tXcROCkQBz .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tXcROCkQBz .mbr-text {
  color: #1d1d1d;
}
.cid-tXcRqQiVAC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tXcRqQiVAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcRqQiVAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXcRqQiVAC .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tXcRqQiVAC .container-fluid {
    padding: 0 12px;
  }
}
.cid-tXcRqQiVAC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXcRqQiVAC .container {
    padding: 0 20px;
  }
}
.cid-tXcRqQiVAC .row {
  border-top: 2px solid #353535;
  border-bottom: 2px solid #353535;
  margin-top: -2px;
}
.cid-tXcRqQiVAC .card {
  padding: 0;
}
.cid-tXcRqQiVAC .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  border-right: 2px solid #353535;
  border-right: 0;
  border-left: 2px solid #353535;
}
@media (max-width: 992px) {
  .cid-tXcRqQiVAC .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.cid-tXcRqQiVAC .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
  border: 2px solid #353535;
  border-bottom: 0;
  border-right: 0;
  border-left: 2px solid #353535;
}
.cid-tXcRqQiVAC .card:nth-child(2) .image-wrap {
  height: 100%;
  border-right: 2px solid #353535;
  border-right: 0;
  border-left: 2px solid #353535;
}
.cid-tXcRqQiVAC .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-bottom: 2px solid #353535;
}
.cid-tXcRqQiVAC .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXcRqQiVAC .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tXcRqQiVAC .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tXcRqQiVAC .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tXcRqQiVAC .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tXcRqQiVAC .mbr-section-title {
  color: #1d1d1d;
}
.cid-tXcRqQiVAC .mbr-text {
  color: #1d1d1d;
}
.cid-tXcUsfjPNa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d3d2c9;
}
.cid-tXcUsfjPNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcUsfjPNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXcUsfjPNa .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tXcUsfjPNa .container-fluid {
    padding: 0 12px;
  }
}
.cid-tXcUsfjPNa .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXcUsfjPNa .container {
    padding: 0 20px;
  }
}
.cid-tXcUsfjPNa .row {
  border-top: 2px solid #353535;
  border-bottom: 2px solid #353535;
  margin-top: -2px;
}
.cid-tXcUsfjPNa .card {
  padding: 0;
  border-radius: 0;
}
.cid-tXcUsfjPNa .card:first-child {
  border-right: 2px solid #353535;
}
.cid-tXcUsfjPNa .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #353535;
}
@media (max-width: 992px) {
  .cid-tXcUsfjPNa .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tXcUsfjPNa .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXcUsfjPNa .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tXcUsfjPNa .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tXcUsfjPNa .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tXcUsfjPNa .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXcUsfjPNa .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tXcUsfjPNa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tXcUsfjPNa .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tXcUsfjPNa .mbr-text {
  color: #1d1d1d;
}
.cid-tXcUKZowmD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tXcUKZowmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcUKZowmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXcUKZowmD .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tXcUKZowmD .container-fluid {
    padding: 0 12px;
  }
}
.cid-tXcUKZowmD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXcUKZowmD .container {
    padding: 0 20px;
  }
}
.cid-tXcUKZowmD .row {
  border-top: 2px solid #353535;
  border-bottom: 2px solid #353535;
  margin-top: -2px;
}
.cid-tXcUKZowmD .card {
  padding: 0;
}
.cid-tXcUKZowmD .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #353535;
}
@media (max-width: 992px) {
  .cid-tXcUKZowmD .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tXcUKZowmD .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tXcUKZowmD .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXcUKZowmD .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tXcUKZowmD .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tXcUKZowmD .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tXcUKZowmD .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tXcUKZowmD .mbr-section-title {
  color: #1d1d1d;
}
.cid-tXcUKZowmD .mbr-text {
  color: #1d1d1d;
}
.cid-tXcQhixdNE {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d5d4cf;
}
.cid-tXcQhixdNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcQhixdNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXcQhixdNE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tXcQhixdNE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tXcQhixdNE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXcQhixdNE .container {
    padding: 0 20px;
  }
}
.cid-tXcQhixdNE .list-wrapper .list,
.cid-tXcQhixdNE .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tXcQhixdNE .list-wrapper .list .item-wrap,
.cid-tXcQhixdNE .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-tXcQhixdNE .list-wrapper .list .item-wrap:hover,
.cid-tXcQhixdNE .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-tXcQhixdNE .list-wrapper .list .item-wrap,
  .cid-tXcQhixdNE .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-tXcQhixdNE .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-tXcQhixdNE .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-tXcQhixdNE .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tXcQhixdNE .text-wrapper {
  margin: 40px 0 22px;
}
.cid-tXcQhixdNE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tXcQhixdNE .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tXcQhixdNE .mbr-section-title,
.cid-tXcQhixdNE .logo-wrap {
  text-align: left;
}
.cid-tXcQhixdNE .list {
  color: #1d1d1d;
}
.cid-tXcQhixdNE .list_2 {
  color: #989898;
}
.cid-tXcQhixdNE .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-tXcQhixdNE .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-tXcQhixdNE .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tXcQhixdNE .list-wrapper,
  .cid-tXcQhixdNE .list-wrapper_2 {
    text-align: center;
  }
}
.cid-tX55tdKPLR .navbar-dropdown {
  position: relative !important;
}
.cid-tX55tdKPLR .navbar-dropdown {
  position: absolute !important;
}
.cid-tX55tdKPLR nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tX55tdKPLR nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-tX55tdKPLR .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #353535;
}
.cid-tX55tdKPLR .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-tX55tdKPLR .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-tX55tdKPLR .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tX55tdKPLR .contacts_menu {
    top: 25px;
  }
}
.cid-tX55tdKPLR .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-tX55tdKPLR .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-tX55tdKPLR .nav-item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tX55tdKPLR .nav-item {
    margin: 0 !important;
  }
}
.cid-tX55tdKPLR .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-tX55tdKPLR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tX55tdKPLR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tX55tdKPLR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-tX55tdKPLR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tX55tdKPLR .nav-link {
  position: relative;
}
.cid-tX55tdKPLR .container {
  display: flex;
  margin: auto;
}
.cid-tX55tdKPLR .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tX55tdKPLR .dropdown-menu,
.cid-tX55tdKPLR .navbar.opened {
  background: #ffffff !important;
}
.cid-tX55tdKPLR .nav-item:focus,
.cid-tX55tdKPLR .nav-link:focus {
  outline: none;
}
.cid-tX55tdKPLR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tX55tdKPLR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tX55tdKPLR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tX55tdKPLR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tX55tdKPLR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tX55tdKPLR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tX55tdKPLR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0);
}
.cid-tX55tdKPLR .navbar.opened {
  transition: all 0.3s;
}
.cid-tX55tdKPLR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tX55tdKPLR .navbar .navbar-logo img {
  width: auto;
}
.cid-tX55tdKPLR .navbar .navbar-collapse {
  z-index: 1;
}
.cid-tX55tdKPLR .navbar.collapsed {
  justify-content: center;
}
.cid-tX55tdKPLR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tX55tdKPLR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tX55tdKPLR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tX55tdKPLR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tX55tdKPLR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tX55tdKPLR .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-tX55tdKPLR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tX55tdKPLR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tX55tdKPLR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tX55tdKPLR .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .cid-tX55tdKPLR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tX55tdKPLR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tX55tdKPLR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tX55tdKPLR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tX55tdKPLR .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-tX55tdKPLR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tX55tdKPLR .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tX55tdKPLR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tX55tdKPLR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tX55tdKPLR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tX55tdKPLR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tX55tdKPLR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tX55tdKPLR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tX55tdKPLR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tX55tdKPLR .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-tX55tdKPLR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tX55tdKPLR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tX55tdKPLR .dropdown-item.active,
.cid-tX55tdKPLR .dropdown-item:active {
  background-color: transparent;
}
.cid-tX55tdKPLR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tX55tdKPLR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tX55tdKPLR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tX55tdKPLR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tX55tdKPLR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tX55tdKPLR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tX55tdKPLR ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-tX55tdKPLR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tX55tdKPLR button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #353535;
  padding: 0;
  color: #ffffff;
}
.cid-tX55tdKPLR button.navbar-toggler:hover {
  background-color: rgba(53, 53, 53, 0.86);
}
.cid-tX55tdKPLR button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-tX55tdKPLR button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-tX55tdKPLR button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-tX55tdKPLR button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-tX55tdKPLR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tX55tdKPLR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tX55tdKPLR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tX55tdKPLR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tX55tdKPLR .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-tX55tdKPLR .navbar {
    height: 70px;
  }
  .cid-tX55tdKPLR .navbar.opened {
    height: auto;
  }
  .cid-tX55tdKPLR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXzqzBO4ab {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tXzqzBO4ab .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXzqzBO4ab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXzqzBO4ab .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tXzqzBO4ab .container-fluid {
    padding: 0 12px;
  }
}
.cid-tXzqzBO4ab .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXzqzBO4ab .container {
    padding: 0 20px;
  }
}
.cid-tXzqzBO4ab .row {
  border-top: 2px solid #353535;
  border-bottom: 2px solid #353535;
  margin-top: -2px;
}
.cid-tXzqzBO4ab .card {
  padding: 0;
  border-radius: 0;
}
.cid-tXzqzBO4ab .card:first-child {
  border-right: 2px solid #353535;
}
.cid-tXzqzBO4ab .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #353535;
}
@media (max-width: 992px) {
  .cid-tXzqzBO4ab .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tXzqzBO4ab .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXzqzBO4ab .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tXzqzBO4ab .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tXzqzBO4ab .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tXzqzBO4ab .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXzqzBO4ab .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tXzqzBO4ab .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tXzqzBO4ab .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tXzqzBO4ab .mbr-text {
  color: #1d1d1d;
}
.cid-tX4VAlzq8G {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d5d4cf;
}
.cid-tX4VAlzq8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX4VAlzq8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX4VAlzq8G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tX4VAlzq8G .container-fluid {
    padding: 0 20px;
  }
}
.cid-tX4VAlzq8G .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tX4VAlzq8G .container {
    padding: 0 20px;
  }
}
.cid-tX4VAlzq8G .list-wrapper .list,
.cid-tX4VAlzq8G .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tX4VAlzq8G .list-wrapper .list .item-wrap,
.cid-tX4VAlzq8G .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-tX4VAlzq8G .list-wrapper .list .item-wrap:hover,
.cid-tX4VAlzq8G .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-tX4VAlzq8G .list-wrapper .list .item-wrap,
  .cid-tX4VAlzq8G .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-tX4VAlzq8G .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-tX4VAlzq8G .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-tX4VAlzq8G .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tX4VAlzq8G .text-wrapper {
  margin: 40px 0 22px;
}
.cid-tX4VAlzq8G .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX4VAlzq8G .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tX4VAlzq8G .mbr-section-title,
.cid-tX4VAlzq8G .logo-wrap {
  text-align: left;
}
.cid-tX4VAlzq8G .list {
  color: #1d1d1d;
}
.cid-tX4VAlzq8G .list_2 {
  color: #989898;
}
.cid-tX4VAlzq8G .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-tX4VAlzq8G .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-tX4VAlzq8G .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tX4VAlzq8G .list-wrapper,
  .cid-tX4VAlzq8G .list-wrapper_2 {
    text-align: center;
  }
}
.cid-tXzuRtr8kA .navbar-dropdown {
  position: relative !important;
}
.cid-tXzuRtr8kA .navbar-dropdown {
  position: absolute !important;
}
.cid-tXzuRtr8kA nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tXzuRtr8kA nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-tXzuRtr8kA .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #353535;
}
.cid-tXzuRtr8kA .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXzuRtr8kA .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-tXzuRtr8kA .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tXzuRtr8kA .contacts_menu {
    top: 25px;
  }
}
.cid-tXzuRtr8kA .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-tXzuRtr8kA .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-tXzuRtr8kA .nav-item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tXzuRtr8kA .nav-item {
    margin: 0 !important;
  }
}
.cid-tXzuRtr8kA .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-tXzuRtr8kA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tXzuRtr8kA .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXzuRtr8kA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-tXzuRtr8kA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXzuRtr8kA .nav-link {
  position: relative;
}
.cid-tXzuRtr8kA .container {
  display: flex;
  margin: auto;
}
.cid-tXzuRtr8kA .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXzuRtr8kA .dropdown-menu,
.cid-tXzuRtr8kA .navbar.opened {
  background: #ffffff !important;
}
.cid-tXzuRtr8kA .nav-item:focus,
.cid-tXzuRtr8kA .nav-link:focus {
  outline: none;
}
.cid-tXzuRtr8kA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXzuRtr8kA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXzuRtr8kA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXzuRtr8kA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXzuRtr8kA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXzuRtr8kA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXzuRtr8kA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0);
}
.cid-tXzuRtr8kA .navbar.opened {
  transition: all 0.3s;
}
.cid-tXzuRtr8kA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXzuRtr8kA .navbar .navbar-logo img {
  width: auto;
}
.cid-tXzuRtr8kA .navbar .navbar-collapse {
  z-index: 1;
}
.cid-tXzuRtr8kA .navbar.collapsed {
  justify-content: center;
}
.cid-tXzuRtr8kA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXzuRtr8kA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXzuRtr8kA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tXzuRtr8kA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXzuRtr8kA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXzuRtr8kA .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-tXzuRtr8kA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXzuRtr8kA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXzuRtr8kA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXzuRtr8kA .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .cid-tXzuRtr8kA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXzuRtr8kA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXzuRtr8kA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXzuRtr8kA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXzuRtr8kA .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-tXzuRtr8kA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXzuRtr8kA .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tXzuRtr8kA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXzuRtr8kA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXzuRtr8kA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXzuRtr8kA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXzuRtr8kA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXzuRtr8kA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tXzuRtr8kA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXzuRtr8kA .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-tXzuRtr8kA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXzuRtr8kA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXzuRtr8kA .dropdown-item.active,
.cid-tXzuRtr8kA .dropdown-item:active {
  background-color: transparent;
}
.cid-tXzuRtr8kA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXzuRtr8kA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXzuRtr8kA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXzuRtr8kA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXzuRtr8kA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXzuRtr8kA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXzuRtr8kA ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-tXzuRtr8kA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXzuRtr8kA button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #353535;
  padding: 0;
  color: #ffffff;
}
.cid-tXzuRtr8kA button.navbar-toggler:hover {
  background-color: rgba(53, 53, 53, 0.86);
}
.cid-tXzuRtr8kA button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-tXzuRtr8kA button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-tXzuRtr8kA button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-tXzuRtr8kA button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-tXzuRtr8kA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXzuRtr8kA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXzuRtr8kA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXzuRtr8kA button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXzuRtr8kA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXzuRtr8kA nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXzuRtr8kA nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXzuRtr8kA nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXzuRtr8kA nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tXzuRtr8kA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tXzuRtr8kA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXzuRtr8kA .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-tXzuRtr8kA .navbar {
    height: 70px;
  }
  .cid-tXzuRtr8kA .navbar.opened {
    height: auto;
  }
  .cid-tXzuRtr8kA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXzuRu4FBI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tXzuRu4FBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXzuRu4FBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXzuRu4FBI .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tXzuRu4FBI .container-fluid {
    padding: 0 12px;
  }
}
.cid-tXzuRu4FBI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXzuRu4FBI .container {
    padding: 0 20px;
  }
}
.cid-tXzuRu4FBI .row {
  border-top: 2px solid #353535;
  border-bottom: 2px solid #353535;
  margin-top: -2px;
}
.cid-tXzuRu4FBI .card {
  padding: 0;
  border-radius: 0;
}
.cid-tXzuRu4FBI .card:first-child {
  border-right: 2px solid #353535;
}
.cid-tXzuRu4FBI .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #353535;
}
@media (max-width: 992px) {
  .cid-tXzuRu4FBI .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tXzuRu4FBI .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXzuRu4FBI .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tXzuRu4FBI .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tXzuRu4FBI .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tXzuRu4FBI .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXzuRu4FBI .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tXzuRu4FBI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tXzuRu4FBI .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tXzuRu4FBI .mbr-text {
  color: #1d1d1d;
}
.cid-tXRfZZrq9E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5d4cf;
}
.cid-tXRfZZrq9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXRfZZrq9E .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-tXRfZZrq9E .container {
    padding: 0 20px;
  }
}
.cid-tXRfZZrq9E .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tXRfZZrq9E .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tXRfZZrq9E .map-wrapper iframe {
  min-height: 640px;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-tXRfZZrq9E .map-wrapper iframe {
    min-height: 350px;
  }
}
.cid-tXRfZZrq9E .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tXRfZZrq9E .desc-wrapper {
    margin-top: 50px;
  }
}
.cid-tXRfZZrq9E .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tXRfZZrq9E .mbr-section-title {
  color: #1d1d1d;
}
.cid-tXRfZZrq9E .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tXzuRuAlRU {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d5d4cf;
}
.cid-tXzuRuAlRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXzuRuAlRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXzuRuAlRU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tXzuRuAlRU .container-fluid {
    padding: 0 20px;
  }
}
.cid-tXzuRuAlRU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXzuRuAlRU .container {
    padding: 0 20px;
  }
}
.cid-tXzuRuAlRU .list-wrapper .list,
.cid-tXzuRuAlRU .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tXzuRuAlRU .list-wrapper .list .item-wrap,
.cid-tXzuRuAlRU .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-tXzuRuAlRU .list-wrapper .list .item-wrap:hover,
.cid-tXzuRuAlRU .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-tXzuRuAlRU .list-wrapper .list .item-wrap,
  .cid-tXzuRuAlRU .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-tXzuRuAlRU .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-tXzuRuAlRU .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-tXzuRuAlRU .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tXzuRuAlRU .text-wrapper {
  margin: 40px 0 22px;
}
.cid-tXzuRuAlRU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tXzuRuAlRU .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tXzuRuAlRU .mbr-section-title,
.cid-tXzuRuAlRU .logo-wrap {
  text-align: left;
}
.cid-tXzuRuAlRU .list {
  color: #1d1d1d;
}
.cid-tXzuRuAlRU .list_2 {
  color: #989898;
}
.cid-tXzuRuAlRU .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-tXzuRuAlRU .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-tXzuRuAlRU .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tXzuRuAlRU .list-wrapper,
  .cid-tXzuRuAlRU .list-wrapper_2 {
    text-align: center;
  }
}
.cid-tYeySdluzE .navbar-dropdown {
  position: relative !important;
}
.cid-tYeySdluzE .navbar-dropdown {
  position: absolute !important;
}
.cid-tYeySdluzE nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tYeySdluzE nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-tYeySdluzE .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #353535;
}
.cid-tYeySdluzE .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-tYeySdluzE .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-tYeySdluzE .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tYeySdluzE .contacts_menu {
    top: 25px;
  }
}
.cid-tYeySdluzE .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-tYeySdluzE .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-tYeySdluzE .nav-item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tYeySdluzE .nav-item {
    margin: 0 !important;
  }
}
.cid-tYeySdluzE .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-tYeySdluzE .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tYeySdluzE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tYeySdluzE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-tYeySdluzE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYeySdluzE .nav-link {
  position: relative;
}
.cid-tYeySdluzE .container {
  display: flex;
  margin: auto;
}
.cid-tYeySdluzE .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYeySdluzE .dropdown-menu,
.cid-tYeySdluzE .navbar.opened {
  background: #ffffff !important;
}
.cid-tYeySdluzE .nav-item:focus,
.cid-tYeySdluzE .nav-link:focus {
  outline: none;
}
.cid-tYeySdluzE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYeySdluzE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYeySdluzE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYeySdluzE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYeySdluzE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYeySdluzE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYeySdluzE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0);
}
.cid-tYeySdluzE .navbar.opened {
  transition: all 0.3s;
}
.cid-tYeySdluzE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYeySdluzE .navbar .navbar-logo img {
  width: auto;
}
.cid-tYeySdluzE .navbar .navbar-collapse {
  z-index: 1;
}
.cid-tYeySdluzE .navbar.collapsed {
  justify-content: center;
}
.cid-tYeySdluzE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYeySdluzE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYeySdluzE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tYeySdluzE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYeySdluzE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYeySdluzE .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-tYeySdluzE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYeySdluzE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYeySdluzE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYeySdluzE .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .cid-tYeySdluzE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYeySdluzE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYeySdluzE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYeySdluzE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYeySdluzE .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-tYeySdluzE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYeySdluzE .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tYeySdluzE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYeySdluzE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYeySdluzE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYeySdluzE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYeySdluzE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYeySdluzE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tYeySdluzE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYeySdluzE .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-tYeySdluzE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYeySdluzE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYeySdluzE .dropdown-item.active,
.cid-tYeySdluzE .dropdown-item:active {
  background-color: transparent;
}
.cid-tYeySdluzE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYeySdluzE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYeySdluzE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYeySdluzE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYeySdluzE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYeySdluzE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYeySdluzE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-tYeySdluzE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYeySdluzE button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #353535;
  padding: 0;
  color: #ffffff;
}
.cid-tYeySdluzE button.navbar-toggler:hover {
  background-color: rgba(53, 53, 53, 0.86);
}
.cid-tYeySdluzE button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-tYeySdluzE button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-tYeySdluzE button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-tYeySdluzE button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-tYeySdluzE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYeySdluzE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeySdluzE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeySdluzE button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeySdluzE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeySdluzE nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeySdluzE nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeySdluzE nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeySdluzE nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeySdluzE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tYeySdluzE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYeySdluzE .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-tYeySdluzE .navbar {
    height: 70px;
  }
  .cid-tYeySdluzE .navbar.opened {
    height: auto;
  }
  .cid-tYeySdluzE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYeySeMIlY {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-tYeySeMIlY .carousel {
  width: 100%;
}
.cid-tYeySeMIlY .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tYeySeMIlY .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tYeySeMIlY .carousel-caption {
  bottom: 40px;
}
.cid-tYeySeMIlY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYeySeMIlY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYeySeMIlY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYeySeMIlY .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tYeySeMIlY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYeySeMIlY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYeySeMIlY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYeySeMIlY .carousel-control {
  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-tYeySeMIlY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYeySeMIlY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYeySeMIlY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYeySeMIlY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYeySeMIlY .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-tYeySeMIlY .carousel-indicators li.active,
.cid-tYeySeMIlY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYeySeMIlY .carousel-indicators li::after,
.cid-tYeySeMIlY .carousel-indicators li::before {
  content: none;
}
.cid-tYeySeMIlY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYeySeMIlY .carousel-indicators {
    display: none !important;
  }
}
.cid-tYeySfiwbK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d5d4cf;
}
.cid-tYeySfiwbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYeySfiwbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYeySfiwbK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYeySfiwbK .container-fluid {
    padding: 0 20px;
  }
}
.cid-tYeySfiwbK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYeySfiwbK .container {
    padding: 0 20px;
  }
}
.cid-tYeySfiwbK .list-wrapper .list,
.cid-tYeySfiwbK .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tYeySfiwbK .list-wrapper .list .item-wrap,
.cid-tYeySfiwbK .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-tYeySfiwbK .list-wrapper .list .item-wrap:hover,
.cid-tYeySfiwbK .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-tYeySfiwbK .list-wrapper .list .item-wrap,
  .cid-tYeySfiwbK .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-tYeySfiwbK .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-tYeySfiwbK .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-tYeySfiwbK .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tYeySfiwbK .text-wrapper {
  margin: 40px 0 22px;
}
.cid-tYeySfiwbK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYeySfiwbK .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tYeySfiwbK .mbr-section-title,
.cid-tYeySfiwbK .logo-wrap {
  text-align: left;
}
.cid-tYeySfiwbK .list {
  color: #1d1d1d;
}
.cid-tYeySfiwbK .list_2 {
  color: #989898;
}
.cid-tYeySfiwbK .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-tYeySfiwbK .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-tYeySfiwbK .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tYeySfiwbK .list-wrapper,
  .cid-tYeySfiwbK .list-wrapper_2 {
    text-align: center;
  }
}
.cid-tYezHWZeaC .navbar-dropdown {
  position: relative !important;
}
.cid-tYezHWZeaC .navbar-dropdown {
  position: absolute !important;
}
.cid-tYezHWZeaC nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tYezHWZeaC nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-tYezHWZeaC .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #353535;
}
.cid-tYezHWZeaC .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-tYezHWZeaC .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-tYezHWZeaC .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tYezHWZeaC .contacts_menu {
    top: 25px;
  }
}
.cid-tYezHWZeaC .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-tYezHWZeaC .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-tYezHWZeaC .nav-item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tYezHWZeaC .nav-item {
    margin: 0 !important;
  }
}
.cid-tYezHWZeaC .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-tYezHWZeaC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tYezHWZeaC .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tYezHWZeaC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-tYezHWZeaC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYezHWZeaC .nav-link {
  position: relative;
}
.cid-tYezHWZeaC .container {
  display: flex;
  margin: auto;
}
.cid-tYezHWZeaC .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYezHWZeaC .dropdown-menu,
.cid-tYezHWZeaC .navbar.opened {
  background: #ffffff !important;
}
.cid-tYezHWZeaC .nav-item:focus,
.cid-tYezHWZeaC .nav-link:focus {
  outline: none;
}
.cid-tYezHWZeaC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYezHWZeaC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYezHWZeaC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYezHWZeaC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYezHWZeaC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYezHWZeaC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYezHWZeaC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0);
}
.cid-tYezHWZeaC .navbar.opened {
  transition: all 0.3s;
}
.cid-tYezHWZeaC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYezHWZeaC .navbar .navbar-logo img {
  width: auto;
}
.cid-tYezHWZeaC .navbar .navbar-collapse {
  z-index: 1;
}
.cid-tYezHWZeaC .navbar.collapsed {
  justify-content: center;
}
.cid-tYezHWZeaC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYezHWZeaC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYezHWZeaC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tYezHWZeaC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYezHWZeaC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYezHWZeaC .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-tYezHWZeaC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYezHWZeaC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYezHWZeaC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYezHWZeaC .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .cid-tYezHWZeaC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYezHWZeaC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYezHWZeaC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYezHWZeaC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYezHWZeaC .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-tYezHWZeaC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYezHWZeaC .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tYezHWZeaC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYezHWZeaC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYezHWZeaC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYezHWZeaC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYezHWZeaC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYezHWZeaC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tYezHWZeaC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYezHWZeaC .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-tYezHWZeaC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYezHWZeaC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYezHWZeaC .dropdown-item.active,
.cid-tYezHWZeaC .dropdown-item:active {
  background-color: transparent;
}
.cid-tYezHWZeaC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYezHWZeaC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYezHWZeaC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYezHWZeaC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYezHWZeaC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYezHWZeaC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYezHWZeaC ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-tYezHWZeaC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYezHWZeaC button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #353535;
  padding: 0;
  color: #ffffff;
}
.cid-tYezHWZeaC button.navbar-toggler:hover {
  background-color: rgba(53, 53, 53, 0.86);
}
.cid-tYezHWZeaC button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-tYezHWZeaC button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-tYezHWZeaC button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-tYezHWZeaC button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-tYezHWZeaC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYezHWZeaC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYezHWZeaC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYezHWZeaC button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYezHWZeaC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYezHWZeaC nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYezHWZeaC nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYezHWZeaC nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYezHWZeaC nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYezHWZeaC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tYezHWZeaC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYezHWZeaC .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-tYezHWZeaC .navbar {
    height: 70px;
  }
  .cid-tYezHWZeaC .navbar.opened {
    height: auto;
  }
  .cid-tYezHWZeaC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYezHY4jmq {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-tYezHY4jmq .carousel {
  width: 100%;
}
.cid-tYezHY4jmq .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tYezHY4jmq .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tYezHY4jmq .carousel-caption {
  bottom: 40px;
}
.cid-tYezHY4jmq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYezHY4jmq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYezHY4jmq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYezHY4jmq .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tYezHY4jmq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYezHY4jmq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYezHY4jmq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYezHY4jmq .carousel-control {
  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-tYezHY4jmq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYezHY4jmq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYezHY4jmq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYezHY4jmq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYezHY4jmq .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-tYezHY4jmq .carousel-indicators li.active,
.cid-tYezHY4jmq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYezHY4jmq .carousel-indicators li::after,
.cid-tYezHY4jmq .carousel-indicators li::before {
  content: none;
}
.cid-tYezHY4jmq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYezHY4jmq .carousel-indicators {
    display: none !important;
  }
}
.cid-tYezHYyki1 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d5d4cf;
}
.cid-tYezHYyki1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYezHYyki1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYezHYyki1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYezHYyki1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tYezHYyki1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYezHYyki1 .container {
    padding: 0 20px;
  }
}
.cid-tYezHYyki1 .list-wrapper .list,
.cid-tYezHYyki1 .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tYezHYyki1 .list-wrapper .list .item-wrap,
.cid-tYezHYyki1 .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-tYezHYyki1 .list-wrapper .list .item-wrap:hover,
.cid-tYezHYyki1 .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-tYezHYyki1 .list-wrapper .list .item-wrap,
  .cid-tYezHYyki1 .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-tYezHYyki1 .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-tYezHYyki1 .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-tYezHYyki1 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tYezHYyki1 .text-wrapper {
  margin: 40px 0 22px;
}
.cid-tYezHYyki1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYezHYyki1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tYezHYyki1 .mbr-section-title,
.cid-tYezHYyki1 .logo-wrap {
  text-align: left;
}
.cid-tYezHYyki1 .list {
  color: #1d1d1d;
}
.cid-tYezHYyki1 .list_2 {
  color: #989898;
}
.cid-tYezHYyki1 .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-tYezHYyki1 .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-tYezHYyki1 .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tYezHYyki1 .list-wrapper,
  .cid-tYezHYyki1 .list-wrapper_2 {
    text-align: center;
  }
}
.cid-tYeA1ao9EB .navbar-dropdown {
  position: relative !important;
}
.cid-tYeA1ao9EB .navbar-dropdown {
  position: absolute !important;
}
.cid-tYeA1ao9EB nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tYeA1ao9EB nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-tYeA1ao9EB .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #353535;
}
.cid-tYeA1ao9EB .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-tYeA1ao9EB .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-tYeA1ao9EB .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tYeA1ao9EB .contacts_menu {
    top: 25px;
  }
}
.cid-tYeA1ao9EB .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-tYeA1ao9EB .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-tYeA1ao9EB .nav-item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tYeA1ao9EB .nav-item {
    margin: 0 !important;
  }
}
.cid-tYeA1ao9EB .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-tYeA1ao9EB .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tYeA1ao9EB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tYeA1ao9EB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-tYeA1ao9EB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYeA1ao9EB .nav-link {
  position: relative;
}
.cid-tYeA1ao9EB .container {
  display: flex;
  margin: auto;
}
.cid-tYeA1ao9EB .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYeA1ao9EB .dropdown-menu,
.cid-tYeA1ao9EB .navbar.opened {
  background: #ffffff !important;
}
.cid-tYeA1ao9EB .nav-item:focus,
.cid-tYeA1ao9EB .nav-link:focus {
  outline: none;
}
.cid-tYeA1ao9EB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYeA1ao9EB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYeA1ao9EB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYeA1ao9EB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYeA1ao9EB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYeA1ao9EB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYeA1ao9EB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0);
}
.cid-tYeA1ao9EB .navbar.opened {
  transition: all 0.3s;
}
.cid-tYeA1ao9EB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYeA1ao9EB .navbar .navbar-logo img {
  width: auto;
}
.cid-tYeA1ao9EB .navbar .navbar-collapse {
  z-index: 1;
}
.cid-tYeA1ao9EB .navbar.collapsed {
  justify-content: center;
}
.cid-tYeA1ao9EB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYeA1ao9EB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYeA1ao9EB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tYeA1ao9EB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYeA1ao9EB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYeA1ao9EB .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-tYeA1ao9EB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYeA1ao9EB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYeA1ao9EB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYeA1ao9EB .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .cid-tYeA1ao9EB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYeA1ao9EB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYeA1ao9EB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYeA1ao9EB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYeA1ao9EB .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-tYeA1ao9EB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYeA1ao9EB .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tYeA1ao9EB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYeA1ao9EB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYeA1ao9EB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYeA1ao9EB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYeA1ao9EB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYeA1ao9EB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tYeA1ao9EB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYeA1ao9EB .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-tYeA1ao9EB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYeA1ao9EB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYeA1ao9EB .dropdown-item.active,
.cid-tYeA1ao9EB .dropdown-item:active {
  background-color: transparent;
}
.cid-tYeA1ao9EB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYeA1ao9EB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYeA1ao9EB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYeA1ao9EB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYeA1ao9EB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYeA1ao9EB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYeA1ao9EB ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-tYeA1ao9EB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYeA1ao9EB button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #353535;
  padding: 0;
  color: #ffffff;
}
.cid-tYeA1ao9EB button.navbar-toggler:hover {
  background-color: rgba(53, 53, 53, 0.86);
}
.cid-tYeA1ao9EB button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-tYeA1ao9EB button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-tYeA1ao9EB button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-tYeA1ao9EB button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-tYeA1ao9EB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYeA1ao9EB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeA1ao9EB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeA1ao9EB button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeA1ao9EB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeA1ao9EB nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeA1ao9EB nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeA1ao9EB nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeA1ao9EB nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tYeA1ao9EB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tYeA1ao9EB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYeA1ao9EB .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-tYeA1ao9EB .navbar {
    height: 70px;
  }
  .cid-tYeA1ao9EB .navbar.opened {
    height: auto;
  }
  .cid-tYeA1ao9EB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYeA1bryFO {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-tYeA1bryFO .carousel {
  width: 100%;
}
.cid-tYeA1bryFO .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tYeA1bryFO .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tYeA1bryFO .carousel-caption {
  bottom: 40px;
}
.cid-tYeA1bryFO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYeA1bryFO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYeA1bryFO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYeA1bryFO .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tYeA1bryFO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYeA1bryFO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYeA1bryFO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYeA1bryFO .carousel-control {
  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-tYeA1bryFO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYeA1bryFO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYeA1bryFO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYeA1bryFO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYeA1bryFO .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-tYeA1bryFO .carousel-indicators li.active,
.cid-tYeA1bryFO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYeA1bryFO .carousel-indicators li::after,
.cid-tYeA1bryFO .carousel-indicators li::before {
  content: none;
}
.cid-tYeA1bryFO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYeA1bryFO .carousel-indicators {
    display: none !important;
  }
}
.cid-tYeA1ceJZa {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d5d4cf;
}
.cid-tYeA1ceJZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYeA1ceJZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYeA1ceJZa .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYeA1ceJZa .container-fluid {
    padding: 0 20px;
  }
}
.cid-tYeA1ceJZa .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYeA1ceJZa .container {
    padding: 0 20px;
  }
}
.cid-tYeA1ceJZa .list-wrapper .list,
.cid-tYeA1ceJZa .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tYeA1ceJZa .list-wrapper .list .item-wrap,
.cid-tYeA1ceJZa .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-tYeA1ceJZa .list-wrapper .list .item-wrap:hover,
.cid-tYeA1ceJZa .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-tYeA1ceJZa .list-wrapper .list .item-wrap,
  .cid-tYeA1ceJZa .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-tYeA1ceJZa .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-tYeA1ceJZa .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-tYeA1ceJZa .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tYeA1ceJZa .text-wrapper {
  margin: 40px 0 22px;
}
.cid-tYeA1ceJZa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYeA1ceJZa .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tYeA1ceJZa .mbr-section-title,
.cid-tYeA1ceJZa .logo-wrap {
  text-align: left;
}
.cid-tYeA1ceJZa .list {
  color: #1d1d1d;
}
.cid-tYeA1ceJZa .list_2 {
  color: #989898;
}
.cid-tYeA1ceJZa .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-tYeA1ceJZa .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-tYeA1ceJZa .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tYeA1ceJZa .list-wrapper,
  .cid-tYeA1ceJZa .list-wrapper_2 {
    text-align: center;
  }
}
