body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f2bc8d !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #796eff !important;
}
.bg-warning {
  background-color: #fd612c !important;
}
.bg-danger {
  background-color: #e8384f !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(242, 188, 141, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #f2bc8d !important;
  border-color: #f2bc8d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #eda15f !important;
  border-color: #eda15f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #eda15f !important;
  border-color: #eda15f !important;
}
.btn-primary:before {
  background: #f2bc8d;
}
.btn-primary:hover {
  color: #000000 !important;
  border-color: #f2bc8d !important;
  box-shadow: 0 15px 30px 0 rgba(242, 188, 141, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(255, 222, 89, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffde59 !important;
  border-color: #ffde59 !important;
  color: #594700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #261e00 !important;
  background-color: #ffd426 !important;
  border-color: #ffd426 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #594700 !important;
  background-color: #ffd426 !important;
  border-color: #ffd426 !important;
}
.btn-secondary:before {
  background: #ffde59;
}
.btn-secondary:hover {
  color: #000000 !important;
  border-color: #ffde59 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 222, 89, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(121, 110, 255, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #796eff !important;
  border-color: #796eff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4a3bff !important;
  border-color: #4a3bff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a3bff !important;
  border-color: #4a3bff !important;
}
.btn-info:before {
  background: #796eff;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #796eff !important;
  box-shadow: 0 15px 30px 0 rgba(121, 110, 255, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success:before {
  background: #000000;
}
.btn-success:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(253, 97, 44, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #fd612c !important;
  border-color: #fd612c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f44002 !important;
  border-color: #f44002 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f44002 !important;
  border-color: #f44002 !important;
}
.btn-warning:before {
  background: #fd612c;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #fd612c !important;
  box-shadow: 0 15px 30px 0 rgba(253, 97, 44, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(232, 56, 79, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #e8384f !important;
  border-color: #e8384f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d41931 !important;
  border-color: #d41931 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d41931 !important;
  border-color: #d41931 !important;
}
.btn-danger:before {
  background: #e8384f;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #e8384f !important;
  box-shadow: 0 15px 30px 0 rgba(232, 56, 79, 0.15);
}
.btn-white {
  color: #f2bc8d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(242, 188, 141, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #f2bc8d;
}
.btn-white:hover {
  color: #000000 !important;
  border-color: #f2bc8d !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f2bc8d;
  color: #f2bc8d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #f2bc8d !important;
  border-color: #f2bc8d !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2bc8d !important;
  border-color: #f2bc8d !important;
}
.btn-primary-outline:before {
  background: #f2bc8d;
}
.btn-primary-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(242, 188, 141, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffde59;
  color: #ffde59;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #594700 !important;
  background-color: #ffde59 !important;
  border-color: #ffde59 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #594700 !important;
  background-color: #ffde59 !important;
  border-color: #ffde59 !important;
}
.btn-secondary-outline:before {
  background: #ffde59;
}
.btn-secondary-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 222, 89, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #796eff;
  color: #796eff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #796eff !important;
  border-color: #796eff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #796eff !important;
  border-color: #796eff !important;
}
.btn-info-outline:before {
  background: #796eff;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(121, 110, 255, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline:before {
  background: #000000;
}
.btn-success-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fd612c;
  color: #fd612c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #fd612c !important;
  border-color: #fd612c !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fd612c !important;
  border-color: #fd612c !important;
}
.btn-warning-outline:before {
  background: #fd612c;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(253, 97, 44, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e8384f;
  color: #e8384f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #e8384f !important;
  border-color: #e8384f !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e8384f !important;
  border-color: #e8384f !important;
}
.btn-danger-outline:before {
  background: #e8384f;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(232, 56, 79, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #f2bc8d !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #f2bc8d !important;
}
.text-secondary {
  color: #ffde59 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #796eff !important;
}
.text-warning {
  color: #fd612c !important;
}
.text-danger {
  color: #e8384f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e88631 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f2c200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b08ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c13202 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a71327 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #f2bc8d;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #796eff;
}
.alert-warning {
  background-color: #fd612c;
}
.alert-danger {
  background-color: #e8384f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 45px;
}
.mbr-gallery-filter li a {
  border-radius: 45px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2bc8d;
  border-color: #f2bc8d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #f2bc8d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #fff8f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdeff1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f2bc8d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 45px !important;
}
.mbr-form .mbr-section-btn button[type="submit"] {
  border-radius: 45px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2bc8d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2bc8d;
}
.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: #f2bc8d;
  border-bottom-color: #f2bc8d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f2bc8d !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: #ffde59 !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='%23f2bc8d' %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.btn-white {
  color: #f2bc8d !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(242, 188, 141, 0.6);
}
.mbr-arrow-up a:hover {
  background: #f2bc8d;
}
.cid-sjZa41BRTc {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-sjZa41BRTc .mbr-overlay {
  background: #ffffff;
}
.cid-sjZa41BRTc .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffde59;
}
.cid-sjZa41BRTc .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sjZa41BRTc .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-sjZa41BRTc .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-sjZa41BRTc .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sjZa41BRTc .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-sjZa41BRTc .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-sjZa41BRTc .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-sjZa41BRTc .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-sjZa41BRTc .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sjZa41BRTc .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sjZa41BRTc .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sjZa41BRTc .image__block {
    margin-bottom: -100px;
  }
}
.cid-sjZafo50UU {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sjZafo50UU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sjZafo50UU .mbr-section-title {
  margin-bottom: 20px;
  color: #f6fbff;
}
.cid-sjZafo50UU .mbr-text {
  margin-bottom: 50px;
}
.cid-sjZafo50UU .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-sjZafo50UU .item:nth-child(1) .iconfont-wrapper {
  background-color: #f4f3ff;
}
.cid-sjZafo50UU .item:nth-child(1) .mbr-iconfont {
  color: #796eff;
}
.cid-sjZafo50UU .item:nth-child(2) .iconfont-wrapper {
  background-color: #fff1ec;
}
.cid-sjZafo50UU .item:nth-child(2) .mbr-iconfont {
  color: #fd612c;
}
.cid-sjZafo50UU .item:nth-child(3) .iconfont-wrapper {
  background-color: #fce6e9;
}
.cid-sjZafo50UU .item:nth-child(3) .mbr-iconfont {
  color: #e8384f;
}
.cid-sjZafo50UU .item:nth-child(4) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sjZafo50UU .item:nth-child(4) .mbr-iconfont {
  color: #f2bc8d;
}
.cid-sjZafo50UU .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-sjZafo50UU .card_info {
  display: inline-block;
}
.cid-sjZafo50UU .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-sjZafo50UU .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sjZafo50UU .card_title {
  margin-bottom: 15px;
  color: #f9f9f9;
}
.cid-sjZafo50UU .card_text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sjZafo50UU .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-sjZafo50UU .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjZafo50UU .card_wrap {
    margin-bottom: 25px;
  }
  .cid-sjZafo50UU .card_title {
    margin-bottom: 10px;
  }
  .cid-sjZafo50UU .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sjZafo50UU .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-sjZafo50UU .mbr-text,
.cid-sjZafo50UU .mbr-section-btn {
  color: #f9f9f9;
}
.cid-sjZaki2L0b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sjZaki2L0b nav.navbar {
  position: fixed;
}
.cid-sjZaki2L0b .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sjZaki2L0b .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sjZaki2L0b .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sjZaki2L0b .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sjZaki2L0b .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sjZaki2L0b .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sjZaki2L0b .dropdown-item:hover,
.cid-sjZaki2L0b .dropdown-item:focus {
  background: rgba(242, 188, 141, 0.1) !important;
  color: #f2bc8d !important;
}
.cid-sjZaki2L0b .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sjZaki2L0b .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sjZaki2L0b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sjZaki2L0b .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sjZaki2L0b .nav-link:hover {
  color: #f2bc8d !important;
}
.cid-sjZaki2L0b .container {
  display: flex;
  margin: auto;
}
.cid-sjZaki2L0b .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sjZaki2L0b .dropdown-menu,
.cid-sjZaki2L0b .navbar.opened {
  background: #000000 !important;
}
.cid-sjZaki2L0b .nav-item:focus,
.cid-sjZaki2L0b .nav-link:focus {
  outline: none;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjZaki2L0b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjZaki2L0b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjZaki2L0b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #000000;
}
.cid-sjZaki2L0b .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sjZaki2L0b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sjZaki2L0b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sjZaki2L0b .navbar.opened {
  transition: all 0.3s;
}
.cid-sjZaki2L0b .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sjZaki2L0b .navbar .navbar-logo img {
  width: auto;
}
.cid-sjZaki2L0b .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sjZaki2L0b .navbar.collapsed {
  justify-content: center;
}
.cid-sjZaki2L0b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjZaki2L0b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjZaki2L0b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-sjZaki2L0b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sjZaki2L0b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu {
    display: none;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sjZaki2L0b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sjZaki2L0b .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sjZaki2L0b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sjZaki2L0b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjZaki2L0b .navbar .navbar-buttons,
  .cid-sjZaki2L0b .navbar .icons-menu {
    display: none;
  }
  .cid-sjZaki2L0b .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sjZaki2L0b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjZaki2L0b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjZaki2L0b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjZaki2L0b .dropdown-item.active,
.cid-sjZaki2L0b .dropdown-item:active {
  background-color: transparent;
}
.cid-sjZaki2L0b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjZaki2L0b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sjZaki2L0b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjZaki2L0b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjZaki2L0b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjZaki2L0b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2bc8d;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjZaki2L0b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sjZaki2L0b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sjZaki2L0b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjZaki2L0b .navbar {
    height: 70px;
  }
  .cid-sjZaki2L0b .navbar.opened {
    height: auto;
  }
  .cid-sjZaki2L0b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjZtiNyzQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-sjZtiNyzQ6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sjZtiNyzQ6 .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-sjZtiNyzQ6 .mbr-text {
  margin-bottom: 30px;
}
.cid-sjZtiNyzQ6 .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 222, 89, 0.4);
  background-image: linear-gradient(40deg, #ffde59 0%, #fff2bf 100%);
}
.cid-sjZtiNyzQ6 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sjZtiNyzQ6 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sjZtiNyzQ6 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZtiNyzQ6 .btn_link:hover {
  cursor: pointer;
}
.cid-sjZtiNyzQ6 .btn_link:hover a {
  color: #f2bc8d !important;
}
.cid-sjZtiNyzQ6 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sjZtiNyzQ6 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjZtiNyzQ6 .text-wrapper {
    text-align: center;
  }
  .cid-sjZtiNyzQ6 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sjZtiNyzQ6 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sjZtiNyzQ6 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sjZtiNyzQ6 .card-title,
.cid-sjZtiNyzQ6 .icon_block {
  color: #000000;
}
.cid-sjZtiNyzQ6 .mbr-text,
.cid-sjZtiNyzQ6 .btn_link {
  color: #000000;
}
.cid-u2VQmiR6LW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u2VQmiR6LW .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffde59;
}
.cid-u2VQmiR6LW .mbr-section-title {
  margin-bottom: 0;
  color: #ffde59;
}
.cid-u2VQmiR6LW .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #000000;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-u2VQmiR6LW .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-u2VQmiR6LW .card_wrapper:hover .card_title a {
  color: #f2bc8d !important;
}
.cid-u2VQmiR6LW .card_wrapper:hover .card_link .mbr-iconfont {
  color: #f2bc8d !important;
}
.cid-u2VQmiR6LW .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-u2VQmiR6LW .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-u2VQmiR6LW .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-u2VQmiR6LW .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-u2VQmiR6LW .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-u2VQmiR6LW .icon_block {
  margin-bottom: 40px;
}
.cid-u2VQmiR6LW .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f2c200 0%, rgba(255, 222, 89, 0.8) 100%);
}
.cid-u2VQmiR6LW .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u2VQmiR6LW .card_title {
  margin-bottom: 20px;
  color: #ffde59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2VQmiR6LW .card_text {
  margin-bottom: 50px;
}
.cid-u2VQmiR6LW .card_link {
  display: block;
}
.cid-u2VQmiR6LW .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-u2VQmiR6LW .card_link a:hover {
  transform: translateX(6px);
}
.cid-u2VQmiR6LW .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2VQmiR6LW .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-u2VQmiR6LW .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
}
.cid-u2VQmiR6LW .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #796eff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-u2VQmiR6LW .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #fd612c;
}
.cid-u2VQmiR6LW .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #e8384f;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-u2VQmiR6LW .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-u2VQmiR6LW .card_title {
    margin-bottom: 15px;
  }
  .cid-u2VQmiR6LW .card_text {
    margin-bottom: 20px;
  }
  .cid-u2VQmiR6LW .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-u2VQmiR6LW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2VQmiR6LW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2VQmiR6LW .card_text,
.cid-u2VQmiR6LW .card_link {
  color: #ffffff;
}
.cid-u2VRydcLoe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-u2VRydcLoe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2VRydcLoe .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u2VRydcLoe .mbr-text {
  margin-bottom: 30px;
}
.cid-u2VRydcLoe .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 222, 89, 0.4);
  background-image: linear-gradient(40deg, #ffde59 0%, #fff2bf 100%);
}
.cid-u2VRydcLoe .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u2VRydcLoe .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u2VRydcLoe .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2VRydcLoe .btn_link:hover {
  cursor: pointer;
}
.cid-u2VRydcLoe .btn_link:hover a {
  color: #f2bc8d !important;
}
.cid-u2VRydcLoe .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u2VRydcLoe .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2VRydcLoe .text-wrapper {
    text-align: center;
  }
  .cid-u2VRydcLoe .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u2VRydcLoe .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u2VRydcLoe .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2VRydcLoe .card-title,
.cid-u2VRydcLoe .icon_block {
  color: #000000;
}
.cid-u2VRydcLoe .mbr-text,
.cid-u2VRydcLoe .btn_link {
  color: #000000;
}
.cid-u2VRQtFNv5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u2VRQtFNv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2VRQtFNv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2VRQtFNv5 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u2VRQtFNv5 .container {
    padding: 10px 8px;
  }
}
.cid-u2VRQtFNv5 .row {
  border-radius: 25px;
  background-color: #000000;
  box-shadow: inset 0 0 5rem #000000;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u2VRQtFNv5 .row {
    padding: 50px 10px;
  }
}
.cid-u2VRQtFNv5 .row .card {
  padding: 0;
}
.cid-u2VRQtFNv5 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 110px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u2VRQtFNv5 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-u2VRQtFNv5 .logo-wrapper {
  text-align: center;
}
.cid-u2VRQtFNv5 .logo-wrapper .logo-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}
@media (max-width: 992px) {
  .cid-u2VRQtFNv5 .logo-wrapper .logo-wrap {
    display: block;
  }
}
.cid-u2VRQtFNv5 .logo-wrapper .logo-wrap img {
  display: inline-flex;
  position: relative;
  height: 150px;
  width: 150px;
  object-fit: contain;
  border-radius: 33px !important;
}
@media (max-width: 992px) {
  .cid-u2VRQtFNv5 .logo-wrapper .logo-wrap img {
    margin-bottom: 30px;
  }
}
.cid-u2VRQtFNv5 .logo-wrapper .logo-wrap .mbr-section-title {
  position: absolute;
  left: 15rem;
  width: 280px;
}
@media (max-width: 992px) {
  .cid-u2VRQtFNv5 .logo-wrapper .logo-wrap .mbr-section-title {
    position: static;
    width: auto;
    text-align: center;
  }
}
.cid-u2VRQtFNv5 .mbr-number {
  margin: 30px 0 0 0;
  color: #ffde59;
  text-align: center;
}
.cid-u2VRQtFNv5 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2VRyLT3TS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-u2VRyLT3TS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2VRyLT3TS .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u2VRyLT3TS .mbr-text {
  margin-bottom: 30px;
}
.cid-u2VRyLT3TS .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 222, 89, 0.4);
  background-image: linear-gradient(40deg, #ffde59 0%, #fff2bf 100%);
}
.cid-u2VRyLT3TS .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u2VRyLT3TS .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u2VRyLT3TS .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2VRyLT3TS .btn_link:hover {
  cursor: pointer;
}
.cid-u2VRyLT3TS .btn_link:hover a {
  color: #f2bc8d !important;
}
.cid-u2VRyLT3TS .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u2VRyLT3TS .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2VRyLT3TS .text-wrapper {
    text-align: center;
  }
  .cid-u2VRyLT3TS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u2VRyLT3TS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u2VRyLT3TS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2VRyLT3TS .card-title,
.cid-u2VRyLT3TS .icon_block {
  color: #000000;
}
.cid-u2VRyLT3TS .mbr-text,
.cid-u2VRyLT3TS .btn_link {
  color: #000000;
}
.cid-u2XBRotr5R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u2XBRotr5R .container {
  max-width: 1312px;
}
.cid-u2XBRotr5R .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-u2XBRotr5R .row {
    padding: 0 16px;
  }
}
.cid-u2XBRotr5R .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u2XBRotr5R .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-u2XBRotr5R .content-wrap {
    padding: 32px 20px;
  }
}
.cid-u2XBRotr5R .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2XBRotr5R .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u2XBRotr5R .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2XBRotr5R .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2XBRotr5R .col-text {
    padding-right: 1rem;
  }
}
.cid-u2XBRotr5R .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u2XBRotr5R .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-u2XBRotr5R .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2XBRotr5R .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-u2XBRotr5R .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-u2XBRotr5R .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u2XBRotr5R .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2XBRotr5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XBRotr5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2XBRotr5R .mbr-text,
.cid-u2XBRotr5R .mbr-section-btn {
  color: #ffde59;
  text-align: center;
}
.cid-u2VYSAA0bB {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u2VYSAA0bB h2,
.cid-u2VYSAA0bB h3,
.cid-u2VYSAA0bB p,
.cid-u2VYSAA0bB h4 {
  color: #0a0a0a;
}
.cid-u2VYSAA0bB .img-block img {
  height: 100%;
  max-height: 400px;
}
.cid-u2VYSAA0bB .mbr-iconfont {
  color: #f2bc8d;
  font-size: 2rem;
}
.cid-u2VYSAA0bB .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #000000;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-u2VYSAA0bB .form-control:focus,
.cid-u2VYSAA0bB .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u2VYSAA0bB .form-group {
  margin-bottom: 1rem;
}
.cid-u2VYSAA0bB input::-webkit-input-placeholder,
.cid-u2VYSAA0bB textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-u2VYSAA0bB input:-moz-placeholder,
.cid-u2VYSAA0bB textarea:-moz-placeholder {
  color: #000000;
}
.cid-u2VYSAA0bB .jq-selectbox li,
.cid-u2VYSAA0bB .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2VYSAA0bB .jq-selectbox li:hover,
.cid-u2VYSAA0bB .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2VYSAA0bB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2VYSAA0bB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2VYSAA0bB .mbr-text {
  color: #767676;
}
.cid-u2VYSAA0bB a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-u2VYSAA0bB .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u2VYSAA0bB .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-u2VYSAA0bB textarea.form-control {
  resize: none;
}
.cid-u2VYSAA0bB .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u2VYSAA0bB .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-u2VYSAA0bB h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-u2VYSAA0bB .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u2VYSAA0bB .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-u2VYSAA0bB .img-block-wrap {
    position: relative;
  }
  .cid-u2VYSAA0bB .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-u2VYSAA0bB .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-u2VYSAA0bB .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2VYSAA0bB .google-map {
    padding-bottom: 2rem;
  }
  .cid-u2VYSAA0bB .img-block {
    overflow: hidden;
  }
}
.cid-u2VYSAA0bB .list-item-text {
  color: #0a0a0a;
}
.cid-u2VYSAA0bB .content-title {
  color: #ffffff;
}
.cid-sjZasylfky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sjZasylfky .footer_col_logo {
  width: 40%;
}
.cid-sjZasylfky .footer_col {
  width: 20%;
}
.cid-sjZasylfky .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-sjZasylfky .logo_wrap {
  max-width: 70%;
}
.cid-sjZasylfky .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sjZasylfky .brand_name {
  color: #ffffff;
}
.cid-sjZasylfky .contacts {
  margin-top: 46px;
}
.cid-sjZasylfky .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-sjZasylfky .contacts b {
  color: #ffffff;
}
.cid-sjZasylfky .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-sjZasylfky .item-wrap {
  line-height: 44px;
}
.cid-sjZasylfky .text-white {
  color: #a99fc5 !important;
}
.cid-sjZasylfky .text-white:hover {
  color: #ffffff !important;
}
.cid-sjZasylfky .item-wrap a,
.cid-sjZasylfky .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZasylfky .item-wrap a:before,
.cid-sjZasylfky .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sjZasylfky .item-wrap a:hover::before,
.cid-sjZasylfky .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sjZasylfky .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-sjZasylfky .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-sjZasylfky .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjZasylfky .footer_col_logo {
    width: 100%;
  }
  .cid-sjZasylfky .footer_col {
    width: 33.3%;
  }
  .cid-sjZasylfky .image {
    margin-bottom: 40px;
  }
  .cid-sjZasylfky .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sjZasylfky .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sjZasylfky .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sjZasylfky .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sjZasylfky .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sjZasylfky .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-sjZasylfky .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-sjZasylfky .contacts_phone {
  color: #ffffff;
}
.cid-sjZasylfky .contacts_mail {
  color: #ffffff;
}
.cid-u2W6NPKZ6c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2W6NPKZ6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2W6NPKZ6c .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-u2W6NPKZ6c .container {
    padding: 0 16px;
  }
}
.cid-u2W6NPKZ6c .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u2W6NPKZ6c .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2W6NPKZ6c .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-u2W6NPKZ6c .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2W6NPKZ6c .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2W6NPKZ6c .mbr-text {
  color: #ffffff;
}
.cid-u2W6NPKZ6c .mbr-text,
.cid-u2W6NPKZ6c .mbr-section-btn {
  text-align: center;
}
.cid-u2W4rLNsOD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2W4rLNsOD nav.navbar {
  position: fixed;
}
.cid-u2W4rLNsOD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u2W4rLNsOD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u2W4rLNsOD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u2W4rLNsOD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u2W4rLNsOD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u2W4rLNsOD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u2W4rLNsOD .dropdown-item:hover,
.cid-u2W4rLNsOD .dropdown-item:focus {
  background: rgba(242, 188, 141, 0.1) !important;
  color: #f2bc8d !important;
}
.cid-u2W4rLNsOD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u2W4rLNsOD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u2W4rLNsOD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u2W4rLNsOD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u2W4rLNsOD .nav-link:hover {
  color: #f2bc8d !important;
}
.cid-u2W4rLNsOD .container {
  display: flex;
  margin: auto;
}
.cid-u2W4rLNsOD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u2W4rLNsOD .dropdown-menu,
.cid-u2W4rLNsOD .navbar.opened {
  background: #000000 !important;
}
.cid-u2W4rLNsOD .nav-item:focus,
.cid-u2W4rLNsOD .nav-link:focus {
  outline: none;
}
.cid-u2W4rLNsOD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u2W4rLNsOD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2W4rLNsOD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2W4rLNsOD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2W4rLNsOD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2W4rLNsOD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2W4rLNsOD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #000000;
}
.cid-u2W4rLNsOD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u2W4rLNsOD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2W4rLNsOD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2W4rLNsOD .navbar.opened {
  transition: all 0.3s;
}
.cid-u2W4rLNsOD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u2W4rLNsOD .navbar .navbar-logo img {
  width: auto;
}
.cid-u2W4rLNsOD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u2W4rLNsOD .navbar.collapsed {
  justify-content: center;
}
.cid-u2W4rLNsOD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2W4rLNsOD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2W4rLNsOD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2W4rLNsOD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2W4rLNsOD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2W4rLNsOD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u2W4rLNsOD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2W4rLNsOD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2W4rLNsOD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2W4rLNsOD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u2W4rLNsOD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2W4rLNsOD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2W4rLNsOD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u2W4rLNsOD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2W4rLNsOD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u2W4rLNsOD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u2W4rLNsOD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2W4rLNsOD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2W4rLNsOD .navbar .navbar-buttons,
  .cid-u2W4rLNsOD .navbar .icons-menu {
    display: none;
  }
  .cid-u2W4rLNsOD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u2W4rLNsOD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2W4rLNsOD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2W4rLNsOD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2W4rLNsOD .dropdown-item.active,
.cid-u2W4rLNsOD .dropdown-item:active {
  background-color: transparent;
}
.cid-u2W4rLNsOD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2W4rLNsOD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2W4rLNsOD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2W4rLNsOD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2W4rLNsOD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2W4rLNsOD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2W4rLNsOD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2bc8d;
}
.cid-u2W4rLNsOD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2W4rLNsOD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2W4rLNsOD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2W4rLNsOD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2W4rLNsOD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2W4rLNsOD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2W4rLNsOD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2W4rLNsOD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2W4rLNsOD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2W4rLNsOD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2W4rLNsOD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2W4rLNsOD .navbar {
    height: 70px;
  }
  .cid-u2W4rLNsOD .navbar.opened {
    height: auto;
  }
  .cid-u2W4rLNsOD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2W4rMu2Ln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-u2W4rMu2Ln .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2W4rMu2Ln .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u2W4rMu2Ln .mbr-text {
  margin-bottom: 30px;
}
.cid-u2W4rMu2Ln .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 222, 89, 0.4);
  background-image: linear-gradient(40deg, #ffde59 0%, #fff2bf 100%);
}
.cid-u2W4rMu2Ln .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u2W4rMu2Ln .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u2W4rMu2Ln .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2W4rMu2Ln .btn_link:hover {
  cursor: pointer;
}
.cid-u2W4rMu2Ln .btn_link:hover a {
  color: #f2bc8d !important;
}
.cid-u2W4rMu2Ln .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u2W4rMu2Ln .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2W4rMu2Ln .text-wrapper {
    text-align: center;
  }
  .cid-u2W4rMu2Ln .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u2W4rMu2Ln .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u2W4rMu2Ln .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2W4rMu2Ln .card-title,
.cid-u2W4rMu2Ln .icon_block {
  color: #000000;
}
.cid-u2W4rMu2Ln .mbr-text,
.cid-u2W4rMu2Ln .btn_link {
  color: #000000;
}
.cid-u2W4rO0bSg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-u2W4rO0bSg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2W4rO0bSg .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u2W4rO0bSg .mbr-text {
  margin-bottom: 30px;
}
.cid-u2W4rO0bSg .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 222, 89, 0.4);
  background-image: linear-gradient(40deg, #ffde59 0%, #fff2bf 100%);
}
.cid-u2W4rO0bSg .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u2W4rO0bSg .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u2W4rO0bSg .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2W4rO0bSg .btn_link:hover {
  cursor: pointer;
}
.cid-u2W4rO0bSg .btn_link:hover a {
  color: #f2bc8d !important;
}
.cid-u2W4rO0bSg .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u2W4rO0bSg .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2W4rO0bSg .text-wrapper {
    text-align: center;
  }
  .cid-u2W4rO0bSg .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u2W4rO0bSg .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u2W4rO0bSg .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2W4rO0bSg .card-title,
.cid-u2W4rO0bSg .icon_block {
  color: #000000;
}
.cid-u2W4rO0bSg .mbr-text,
.cid-u2W4rO0bSg .btn_link {
  color: #000000;
}
.cid-u2XBNxqIkh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u2XBNxqIkh .container {
  max-width: 1312px;
}
.cid-u2XBNxqIkh .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-u2XBNxqIkh .row {
    padding: 0 16px;
  }
}
.cid-u2XBNxqIkh .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u2XBNxqIkh .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-u2XBNxqIkh .content-wrap {
    padding: 32px 20px;
  }
}
.cid-u2XBNxqIkh .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2XBNxqIkh .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u2XBNxqIkh .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2XBNxqIkh .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2XBNxqIkh .col-text {
    padding-right: 1rem;
  }
}
.cid-u2XBNxqIkh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u2XBNxqIkh .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-u2XBNxqIkh .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2XBNxqIkh .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-u2XBNxqIkh .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-u2XBNxqIkh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u2XBNxqIkh .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2XBNxqIkh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XBNxqIkh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2XBNxqIkh .mbr-text,
.cid-u2XBNxqIkh .mbr-section-btn {
  color: #ffde59;
  text-align: center;
}
.cid-u2WUUUGiLi {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u2WUUUGiLi h2,
.cid-u2WUUUGiLi h3,
.cid-u2WUUUGiLi p,
.cid-u2WUUUGiLi h4 {
  color: #0a0a0a;
}
.cid-u2WUUUGiLi .img-block img {
  height: 100%;
  max-height: 400px;
}
.cid-u2WUUUGiLi .mbr-iconfont {
  color: #f2bc8d;
  font-size: 2rem;
}
.cid-u2WUUUGiLi .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #000000;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-u2WUUUGiLi .form-control:focus,
.cid-u2WUUUGiLi .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u2WUUUGiLi .form-group {
  margin-bottom: 1rem;
}
.cid-u2WUUUGiLi input::-webkit-input-placeholder,
.cid-u2WUUUGiLi textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-u2WUUUGiLi input:-moz-placeholder,
.cid-u2WUUUGiLi textarea:-moz-placeholder {
  color: #000000;
}
.cid-u2WUUUGiLi .jq-selectbox li,
.cid-u2WUUUGiLi .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2WUUUGiLi .jq-selectbox li:hover,
.cid-u2WUUUGiLi .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2WUUUGiLi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2WUUUGiLi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2WUUUGiLi .mbr-text {
  color: #767676;
}
.cid-u2WUUUGiLi a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-u2WUUUGiLi .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u2WUUUGiLi .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-u2WUUUGiLi textarea.form-control {
  resize: none;
}
.cid-u2WUUUGiLi .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u2WUUUGiLi .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-u2WUUUGiLi h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-u2WUUUGiLi .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u2WUUUGiLi .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-u2WUUUGiLi .img-block-wrap {
    position: relative;
  }
  .cid-u2WUUUGiLi .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-u2WUUUGiLi .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-u2WUUUGiLi .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2WUUUGiLi .google-map {
    padding-bottom: 2rem;
  }
  .cid-u2WUUUGiLi .img-block {
    overflow: hidden;
  }
}
.cid-u2WUUUGiLi .list-item-text {
  color: #0a0a0a;
}
.cid-u2WUUUGiLi .content-title {
  color: #ffffff;
}
.cid-u2W4rScXuz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2W4rScXuz .footer_col_logo {
  width: 40%;
}
.cid-u2W4rScXuz .footer_col {
  width: 20%;
}
.cid-u2W4rScXuz .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-u2W4rScXuz .logo_wrap {
  max-width: 70%;
}
.cid-u2W4rScXuz .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u2W4rScXuz .brand_name {
  color: #ffffff;
}
.cid-u2W4rScXuz .contacts {
  margin-top: 46px;
}
.cid-u2W4rScXuz .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u2W4rScXuz .contacts b {
  color: #ffffff;
}
.cid-u2W4rScXuz .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u2W4rScXuz .item-wrap {
  line-height: 44px;
}
.cid-u2W4rScXuz .text-white {
  color: #a99fc5 !important;
}
.cid-u2W4rScXuz .text-white:hover {
  color: #ffffff !important;
}
.cid-u2W4rScXuz .item-wrap a,
.cid-u2W4rScXuz .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2W4rScXuz .item-wrap a:before,
.cid-u2W4rScXuz .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u2W4rScXuz .item-wrap a:hover::before,
.cid-u2W4rScXuz .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u2W4rScXuz .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-u2W4rScXuz .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2W4rScXuz .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u2W4rScXuz .footer_col_logo {
    width: 100%;
  }
  .cid-u2W4rScXuz .footer_col {
    width: 33.3%;
  }
  .cid-u2W4rScXuz .image {
    margin-bottom: 40px;
  }
  .cid-u2W4rScXuz .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u2W4rScXuz .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u2W4rScXuz .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u2W4rScXuz .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u2W4rScXuz .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u2W4rScXuz .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-u2W4rScXuz .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-u2W4rScXuz .contacts_phone {
  color: #ffffff;
}
.cid-u2W4rScXuz .contacts_mail {
  color: #ffffff;
}
.cid-u2XjflzYBI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2XjflzYBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XjflzYBI .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-u2XjflzYBI .container {
    padding: 0 16px;
  }
}
.cid-u2XjflzYBI .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u2XjflzYBI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2XjflzYBI .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-u2XjflzYBI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2XjflzYBI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2XjflzYBI .mbr-text {
  color: #ffffff;
}
.cid-u2XjflzYBI .mbr-text,
.cid-u2XjflzYBI .mbr-section-btn {
  text-align: center;
}
.cid-u2XjfmfgYb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2XjfmfgYb nav.navbar {
  position: fixed;
}
.cid-u2XjfmfgYb .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u2XjfmfgYb .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u2XjfmfgYb .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u2XjfmfgYb .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u2XjfmfgYb .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u2XjfmfgYb .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u2XjfmfgYb .dropdown-item:hover,
.cid-u2XjfmfgYb .dropdown-item:focus {
  background: rgba(242, 188, 141, 0.1) !important;
  color: #f2bc8d !important;
}
.cid-u2XjfmfgYb .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u2XjfmfgYb .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u2XjfmfgYb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u2XjfmfgYb .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u2XjfmfgYb .nav-link:hover {
  color: #f2bc8d !important;
}
.cid-u2XjfmfgYb .container {
  display: flex;
  margin: auto;
}
.cid-u2XjfmfgYb .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u2XjfmfgYb .dropdown-menu,
.cid-u2XjfmfgYb .navbar.opened {
  background: #000000 !important;
}
.cid-u2XjfmfgYb .nav-item:focus,
.cid-u2XjfmfgYb .nav-link:focus {
  outline: none;
}
.cid-u2XjfmfgYb .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u2XjfmfgYb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2XjfmfgYb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2XjfmfgYb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2XjfmfgYb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2XjfmfgYb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2XjfmfgYb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #000000;
}
.cid-u2XjfmfgYb .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u2XjfmfgYb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2XjfmfgYb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2XjfmfgYb .navbar.opened {
  transition: all 0.3s;
}
.cid-u2XjfmfgYb .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u2XjfmfgYb .navbar .navbar-logo img {
  width: auto;
}
.cid-u2XjfmfgYb .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u2XjfmfgYb .navbar.collapsed {
  justify-content: center;
}
.cid-u2XjfmfgYb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2XjfmfgYb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2XjfmfgYb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2XjfmfgYb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2XjfmfgYb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2XjfmfgYb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u2XjfmfgYb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2XjfmfgYb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2XjfmfgYb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2XjfmfgYb .navbar .dropdown-menu {
    display: none;
  }
  .cid-u2XjfmfgYb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2XjfmfgYb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2XjfmfgYb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u2XjfmfgYb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2XjfmfgYb .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u2XjfmfgYb .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u2XjfmfgYb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2XjfmfgYb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2XjfmfgYb .navbar .navbar-buttons,
  .cid-u2XjfmfgYb .navbar .icons-menu {
    display: none;
  }
  .cid-u2XjfmfgYb .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u2XjfmfgYb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2XjfmfgYb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2XjfmfgYb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2XjfmfgYb .dropdown-item.active,
.cid-u2XjfmfgYb .dropdown-item:active {
  background-color: transparent;
}
.cid-u2XjfmfgYb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2XjfmfgYb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2XjfmfgYb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2XjfmfgYb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2XjfmfgYb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2XjfmfgYb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2XjfmfgYb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2bc8d;
}
.cid-u2XjfmfgYb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2XjfmfgYb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2XjfmfgYb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2XjfmfgYb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2XjfmfgYb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2XjfmfgYb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2XjfmfgYb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2XjfmfgYb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2XjfmfgYb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2XjfmfgYb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2XjfmfgYb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2XjfmfgYb .navbar {
    height: 70px;
  }
  .cid-u2XjfmfgYb .navbar.opened {
    height: auto;
  }
  .cid-u2XjfmfgYb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2XjfmZzid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-u2XjfmZzid .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2XjfmZzid .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u2XjfmZzid .mbr-text {
  margin-bottom: 30px;
}
.cid-u2XjfmZzid .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 222, 89, 0.4);
  background-image: linear-gradient(40deg, #ffde59 0%, #fff2bf 100%);
}
.cid-u2XjfmZzid .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u2XjfmZzid .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u2XjfmZzid .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2XjfmZzid .btn_link:hover {
  cursor: pointer;
}
.cid-u2XjfmZzid .btn_link:hover a {
  color: #f2bc8d !important;
}
.cid-u2XjfmZzid .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u2XjfmZzid .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2XjfmZzid .text-wrapper {
    text-align: center;
  }
  .cid-u2XjfmZzid .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u2XjfmZzid .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u2XjfmZzid .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2XjfmZzid .card-title,
.cid-u2XjfmZzid .icon_block {
  color: #000000;
}
.cid-u2XjfmZzid .mbr-text,
.cid-u2XjfmZzid .btn_link {
  color: #000000;
}
.cid-u2Xjfnuq5C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-u2Xjfnuq5C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2Xjfnuq5C .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u2Xjfnuq5C .mbr-text {
  margin-bottom: 30px;
}
.cid-u2Xjfnuq5C .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 222, 89, 0.4);
  background-image: linear-gradient(40deg, #ffde59 0%, #fff2bf 100%);
}
.cid-u2Xjfnuq5C .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u2Xjfnuq5C .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u2Xjfnuq5C .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2Xjfnuq5C .btn_link:hover {
  cursor: pointer;
}
.cid-u2Xjfnuq5C .btn_link:hover a {
  color: #f2bc8d !important;
}
.cid-u2Xjfnuq5C .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u2Xjfnuq5C .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2Xjfnuq5C .text-wrapper {
    text-align: center;
  }
  .cid-u2Xjfnuq5C .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u2Xjfnuq5C .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u2Xjfnuq5C .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2Xjfnuq5C .card-title,
.cid-u2Xjfnuq5C .icon_block {
  color: #000000;
}
.cid-u2Xjfnuq5C .mbr-text,
.cid-u2Xjfnuq5C .btn_link {
  color: #000000;
}
.cid-u2XByhah7X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u2XByhah7X .container {
  max-width: 1312px;
}
.cid-u2XByhah7X .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-u2XByhah7X .row {
    padding: 0 16px;
  }
}
.cid-u2XByhah7X .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u2XByhah7X .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-u2XByhah7X .content-wrap {
    padding: 32px 20px;
  }
}
.cid-u2XByhah7X .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2XByhah7X .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u2XByhah7X .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2XByhah7X .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2XByhah7X .col-text {
    padding-right: 1rem;
  }
}
.cid-u2XByhah7X .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u2XByhah7X .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-u2XByhah7X .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2XByhah7X .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-u2XByhah7X .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-u2XByhah7X .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u2XByhah7X .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2XByhah7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XByhah7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2XByhah7X .mbr-text,
.cid-u2XByhah7X .mbr-section-btn {
  color: #ffde59;
}
.cid-u2Xjfojy6H {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u2Xjfojy6H h2,
.cid-u2Xjfojy6H h3,
.cid-u2Xjfojy6H p,
.cid-u2Xjfojy6H h4 {
  color: #0a0a0a;
}
.cid-u2Xjfojy6H .img-block img {
  height: 100%;
  max-height: 400px;
}
.cid-u2Xjfojy6H .mbr-iconfont {
  color: #f2bc8d;
  font-size: 2rem;
}
.cid-u2Xjfojy6H .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #000000;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-u2Xjfojy6H .form-control:focus,
.cid-u2Xjfojy6H .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u2Xjfojy6H .form-group {
  margin-bottom: 1rem;
}
.cid-u2Xjfojy6H input::-webkit-input-placeholder,
.cid-u2Xjfojy6H textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-u2Xjfojy6H input:-moz-placeholder,
.cid-u2Xjfojy6H textarea:-moz-placeholder {
  color: #000000;
}
.cid-u2Xjfojy6H .jq-selectbox li,
.cid-u2Xjfojy6H .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2Xjfojy6H .jq-selectbox li:hover,
.cid-u2Xjfojy6H .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2Xjfojy6H .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2Xjfojy6H .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2Xjfojy6H .mbr-text {
  color: #767676;
}
.cid-u2Xjfojy6H a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-u2Xjfojy6H .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u2Xjfojy6H .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-u2Xjfojy6H textarea.form-control {
  resize: none;
}
.cid-u2Xjfojy6H .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u2Xjfojy6H .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-u2Xjfojy6H h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-u2Xjfojy6H .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u2Xjfojy6H .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-u2Xjfojy6H .img-block-wrap {
    position: relative;
  }
  .cid-u2Xjfojy6H .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-u2Xjfojy6H .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-u2Xjfojy6H .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2Xjfojy6H .google-map {
    padding-bottom: 2rem;
  }
  .cid-u2Xjfojy6H .img-block {
    overflow: hidden;
  }
}
.cid-u2Xjfojy6H .list-item-text {
  color: #0a0a0a;
}
.cid-u2Xjfojy6H .content-title {
  color: #ffffff;
}
.cid-u2XjfpdeyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2XjfpdeyD .footer_col_logo {
  width: 40%;
}
.cid-u2XjfpdeyD .footer_col {
  width: 20%;
}
.cid-u2XjfpdeyD .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-u2XjfpdeyD .logo_wrap {
  max-width: 70%;
}
.cid-u2XjfpdeyD .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u2XjfpdeyD .brand_name {
  color: #ffffff;
}
.cid-u2XjfpdeyD .contacts {
  margin-top: 46px;
}
.cid-u2XjfpdeyD .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u2XjfpdeyD .contacts b {
  color: #ffffff;
}
.cid-u2XjfpdeyD .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u2XjfpdeyD .item-wrap {
  line-height: 44px;
}
.cid-u2XjfpdeyD .text-white {
  color: #a99fc5 !important;
}
.cid-u2XjfpdeyD .text-white:hover {
  color: #ffffff !important;
}
.cid-u2XjfpdeyD .item-wrap a,
.cid-u2XjfpdeyD .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2XjfpdeyD .item-wrap a:before,
.cid-u2XjfpdeyD .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u2XjfpdeyD .item-wrap a:hover::before,
.cid-u2XjfpdeyD .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u2XjfpdeyD .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-u2XjfpdeyD .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2XjfpdeyD .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u2XjfpdeyD .footer_col_logo {
    width: 100%;
  }
  .cid-u2XjfpdeyD .footer_col {
    width: 33.3%;
  }
  .cid-u2XjfpdeyD .image {
    margin-bottom: 40px;
  }
  .cid-u2XjfpdeyD .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u2XjfpdeyD .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u2XjfpdeyD .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u2XjfpdeyD .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u2XjfpdeyD .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u2XjfpdeyD .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-u2XjfpdeyD .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-u2XjfpdeyD .contacts_phone {
  color: #ffffff;
}
.cid-u2XjfpdeyD .contacts_mail {
  color: #ffffff;
}
.cid-u2XBXN320M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2XBXN320M .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XBXN320M .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-u2XBXN320M .container {
    padding: 0 16px;
  }
}
.cid-u2XBXN320M .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u2XBXN320M .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2XBXN320M .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-u2XBXN320M .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2XBXN320M .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2XBXN320M .mbr-text {
  color: #ffffff;
}
.cid-u2XBXN320M .mbr-text,
.cid-u2XBXN320M .mbr-section-btn {
  text-align: center;
}
.cid-u2XBXNvAaO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2XBXNvAaO nav.navbar {
  position: fixed;
}
.cid-u2XBXNvAaO .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u2XBXNvAaO .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u2XBXNvAaO .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u2XBXNvAaO .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u2XBXNvAaO .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u2XBXNvAaO .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u2XBXNvAaO .dropdown-item:hover,
.cid-u2XBXNvAaO .dropdown-item:focus {
  background: rgba(242, 188, 141, 0.1) !important;
  color: #f2bc8d !important;
}
.cid-u2XBXNvAaO .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u2XBXNvAaO .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u2XBXNvAaO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u2XBXNvAaO .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u2XBXNvAaO .nav-link:hover {
  color: #f2bc8d !important;
}
.cid-u2XBXNvAaO .container {
  display: flex;
  margin: auto;
}
.cid-u2XBXNvAaO .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u2XBXNvAaO .dropdown-menu,
.cid-u2XBXNvAaO .navbar.opened {
  background: #000000 !important;
}
.cid-u2XBXNvAaO .nav-item:focus,
.cid-u2XBXNvAaO .nav-link:focus {
  outline: none;
}
.cid-u2XBXNvAaO .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u2XBXNvAaO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2XBXNvAaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2XBXNvAaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2XBXNvAaO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2XBXNvAaO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2XBXNvAaO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #000000;
}
.cid-u2XBXNvAaO .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u2XBXNvAaO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2XBXNvAaO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2XBXNvAaO .navbar.opened {
  transition: all 0.3s;
}
.cid-u2XBXNvAaO .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u2XBXNvAaO .navbar .navbar-logo img {
  width: auto;
}
.cid-u2XBXNvAaO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u2XBXNvAaO .navbar.collapsed {
  justify-content: center;
}
.cid-u2XBXNvAaO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2XBXNvAaO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2XBXNvAaO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2XBXNvAaO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2XBXNvAaO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2XBXNvAaO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u2XBXNvAaO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2XBXNvAaO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2XBXNvAaO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2XBXNvAaO .navbar .dropdown-menu {
    display: none;
  }
  .cid-u2XBXNvAaO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2XBXNvAaO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2XBXNvAaO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u2XBXNvAaO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2XBXNvAaO .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u2XBXNvAaO .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u2XBXNvAaO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2XBXNvAaO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2XBXNvAaO .navbar .navbar-buttons,
  .cid-u2XBXNvAaO .navbar .icons-menu {
    display: none;
  }
  .cid-u2XBXNvAaO .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u2XBXNvAaO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2XBXNvAaO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2XBXNvAaO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2XBXNvAaO .dropdown-item.active,
.cid-u2XBXNvAaO .dropdown-item:active {
  background-color: transparent;
}
.cid-u2XBXNvAaO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2XBXNvAaO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2XBXNvAaO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2XBXNvAaO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2XBXNvAaO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2XBXNvAaO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2XBXNvAaO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2bc8d;
}
.cid-u2XBXNvAaO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2XBXNvAaO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2XBXNvAaO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2XBXNvAaO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2XBXNvAaO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2XBXNvAaO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2XBXNvAaO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2XBXNvAaO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2XBXNvAaO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2XBXNvAaO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2XBXNvAaO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2XBXNvAaO .navbar {
    height: 70px;
  }
  .cid-u2XBXNvAaO .navbar.opened {
    height: auto;
  }
  .cid-u2XBXNvAaO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2XBXOqcNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-u2XBXOqcNX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2XBXOqcNX .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u2XBXOqcNX .mbr-text {
  margin-bottom: 30px;
}
.cid-u2XBXOqcNX .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 222, 89, 0.4);
  background-image: linear-gradient(40deg, #ffde59 0%, #fff2bf 100%);
}
.cid-u2XBXOqcNX .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u2XBXOqcNX .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u2XBXOqcNX .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2XBXOqcNX .btn_link:hover {
  cursor: pointer;
}
.cid-u2XBXOqcNX .btn_link:hover a {
  color: #f2bc8d !important;
}
.cid-u2XBXOqcNX .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u2XBXOqcNX .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2XBXOqcNX .text-wrapper {
    text-align: center;
  }
  .cid-u2XBXOqcNX .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u2XBXOqcNX .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u2XBXOqcNX .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2XBXOqcNX .card-title,
.cid-u2XBXOqcNX .icon_block {
  color: #000000;
}
.cid-u2XBXOqcNX .mbr-text,
.cid-u2XBXOqcNX .btn_link {
  color: #000000;
}
.cid-u2XBXOQ7q9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-u2XBXOQ7q9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2XBXOQ7q9 .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u2XBXOQ7q9 .mbr-text {
  margin-bottom: 30px;
}
.cid-u2XBXOQ7q9 .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 222, 89, 0.4);
  background-image: linear-gradient(40deg, #ffde59 0%, #fff2bf 100%);
}
.cid-u2XBXOQ7q9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u2XBXOQ7q9 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u2XBXOQ7q9 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2XBXOQ7q9 .btn_link:hover {
  cursor: pointer;
}
.cid-u2XBXOQ7q9 .btn_link:hover a {
  color: #f2bc8d !important;
}
.cid-u2XBXOQ7q9 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u2XBXOQ7q9 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2XBXOQ7q9 .text-wrapper {
    text-align: center;
  }
  .cid-u2XBXOQ7q9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u2XBXOQ7q9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u2XBXOQ7q9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2XBXOQ7q9 .card-title,
.cid-u2XBXOQ7q9 .icon_block {
  color: #000000;
}
.cid-u2XBXOQ7q9 .mbr-text,
.cid-u2XBXOQ7q9 .btn_link {
  color: #000000;
}
.cid-u2XCthnFet {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-u2XCthnFet .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2XCthnFet .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u2XCthnFet .mbr-text {
  margin-bottom: 30px;
}
.cid-u2XCthnFet .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 222, 89, 0.4);
  background-image: linear-gradient(40deg, #ffde59 0%, #fff2bf 100%);
}
.cid-u2XCthnFet .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u2XCthnFet .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u2XCthnFet .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2XCthnFet .btn_link:hover {
  cursor: pointer;
}
.cid-u2XCthnFet .btn_link:hover a {
  color: #f2bc8d !important;
}
.cid-u2XCthnFet .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u2XCthnFet .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2XCthnFet .text-wrapper {
    text-align: center;
  }
  .cid-u2XCthnFet .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u2XCthnFet .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u2XCthnFet .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2XCthnFet .card-title,
.cid-u2XCthnFet .icon_block {
  color: #000000;
}
.cid-u2XCthnFet .mbr-text,
.cid-u2XCthnFet .btn_link {
  color: #000000;
}
.cid-u2XBXPhm0L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u2XBXPhm0L .container {
  max-width: 1312px;
}
.cid-u2XBXPhm0L .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-u2XBXPhm0L .row {
    padding: 0 16px;
  }
}
.cid-u2XBXPhm0L .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u2XBXPhm0L .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-u2XBXPhm0L .content-wrap {
    padding: 32px 20px;
  }
}
.cid-u2XBXPhm0L .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2XBXPhm0L .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u2XBXPhm0L .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2XBXPhm0L .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2XBXPhm0L .col-text {
    padding-right: 1rem;
  }
}
.cid-u2XBXPhm0L .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u2XBXPhm0L .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-u2XBXPhm0L .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2XBXPhm0L .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-u2XBXPhm0L .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-u2XBXPhm0L .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u2XBXPhm0L .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2XBXPhm0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XBXPhm0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2XBXPhm0L .mbr-text,
.cid-u2XBXPhm0L .mbr-section-btn {
  color: #ffde59;
}
.cid-u2XBXPGiOI {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u2XBXPGiOI h2,
.cid-u2XBXPGiOI h3,
.cid-u2XBXPGiOI p,
.cid-u2XBXPGiOI h4 {
  color: #0a0a0a;
}
.cid-u2XBXPGiOI .img-block img {
  height: 100%;
  max-height: 400px;
}
.cid-u2XBXPGiOI .mbr-iconfont {
  color: #f2bc8d;
  font-size: 2rem;
}
.cid-u2XBXPGiOI .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #000000;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-u2XBXPGiOI .form-control:focus,
.cid-u2XBXPGiOI .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u2XBXPGiOI .form-group {
  margin-bottom: 1rem;
}
.cid-u2XBXPGiOI input::-webkit-input-placeholder,
.cid-u2XBXPGiOI textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-u2XBXPGiOI input:-moz-placeholder,
.cid-u2XBXPGiOI textarea:-moz-placeholder {
  color: #000000;
}
.cid-u2XBXPGiOI .jq-selectbox li,
.cid-u2XBXPGiOI .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2XBXPGiOI .jq-selectbox li:hover,
.cid-u2XBXPGiOI .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2XBXPGiOI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2XBXPGiOI .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2XBXPGiOI .mbr-text {
  color: #767676;
}
.cid-u2XBXPGiOI a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-u2XBXPGiOI .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u2XBXPGiOI .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-u2XBXPGiOI textarea.form-control {
  resize: none;
}
.cid-u2XBXPGiOI .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u2XBXPGiOI .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-u2XBXPGiOI h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-u2XBXPGiOI .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u2XBXPGiOI .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-u2XBXPGiOI .img-block-wrap {
    position: relative;
  }
  .cid-u2XBXPGiOI .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-u2XBXPGiOI .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-u2XBXPGiOI .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2XBXPGiOI .google-map {
    padding-bottom: 2rem;
  }
  .cid-u2XBXPGiOI .img-block {
    overflow: hidden;
  }
}
.cid-u2XBXPGiOI .list-item-text {
  color: #0a0a0a;
}
.cid-u2XBXPGiOI .content-title {
  color: #ffffff;
}
.cid-u2XBXQRqYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2XBXQRqYH .footer_col_logo {
  width: 40%;
}
.cid-u2XBXQRqYH .footer_col {
  width: 20%;
}
.cid-u2XBXQRqYH .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-u2XBXQRqYH .logo_wrap {
  max-width: 70%;
}
.cid-u2XBXQRqYH .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u2XBXQRqYH .brand_name {
  color: #ffffff;
}
.cid-u2XBXQRqYH .contacts {
  margin-top: 46px;
}
.cid-u2XBXQRqYH .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u2XBXQRqYH .contacts b {
  color: #ffffff;
}
.cid-u2XBXQRqYH .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u2XBXQRqYH .item-wrap {
  line-height: 44px;
}
.cid-u2XBXQRqYH .text-white {
  color: #a99fc5 !important;
}
.cid-u2XBXQRqYH .text-white:hover {
  color: #ffffff !important;
}
.cid-u2XBXQRqYH .item-wrap a,
.cid-u2XBXQRqYH .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2XBXQRqYH .item-wrap a:before,
.cid-u2XBXQRqYH .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u2XBXQRqYH .item-wrap a:hover::before,
.cid-u2XBXQRqYH .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u2XBXQRqYH .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-u2XBXQRqYH .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2XBXQRqYH .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u2XBXQRqYH .footer_col_logo {
    width: 100%;
  }
  .cid-u2XBXQRqYH .footer_col {
    width: 33.3%;
  }
  .cid-u2XBXQRqYH .image {
    margin-bottom: 40px;
  }
  .cid-u2XBXQRqYH .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u2XBXQRqYH .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u2XBXQRqYH .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u2XBXQRqYH .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u2XBXQRqYH .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u2XBXQRqYH .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-u2XBXQRqYH .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-u2XBXQRqYH .contacts_phone {
  color: #ffffff;
}
.cid-u2XBXQRqYH .contacts_mail {
  color: #ffffff;
}
.cid-u2YxbUVq0N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2YxbUVq0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YxbUVq0N .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-u2YxbUVq0N .container {
    padding: 0 16px;
  }
}
.cid-u2YxbUVq0N .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u2YxbUVq0N .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2YxbUVq0N .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-u2YxbUVq0N .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2YxbUVq0N .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2YxbUVq0N .mbr-text {
  color: #ffffff;
}
.cid-u2YxbUVq0N .mbr-text,
.cid-u2YxbUVq0N .mbr-section-btn {
  text-align: center;
}
.cid-u2YxbVKIct {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2YxbVKIct nav.navbar {
  position: fixed;
}
.cid-u2YxbVKIct .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u2YxbVKIct .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u2YxbVKIct .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u2YxbVKIct .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u2YxbVKIct .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u2YxbVKIct .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u2YxbVKIct .dropdown-item:hover,
.cid-u2YxbVKIct .dropdown-item:focus {
  background: rgba(242, 188, 141, 0.1) !important;
  color: #f2bc8d !important;
}
.cid-u2YxbVKIct .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u2YxbVKIct .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u2YxbVKIct .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u2YxbVKIct .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u2YxbVKIct .nav-link:hover {
  color: #f2bc8d !important;
}
.cid-u2YxbVKIct .container {
  display: flex;
  margin: auto;
}
.cid-u2YxbVKIct .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u2YxbVKIct .dropdown-menu,
.cid-u2YxbVKIct .navbar.opened {
  background: #000000 !important;
}
.cid-u2YxbVKIct .nav-item:focus,
.cid-u2YxbVKIct .nav-link:focus {
  outline: none;
}
.cid-u2YxbVKIct .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u2YxbVKIct .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2YxbVKIct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2YxbVKIct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2YxbVKIct .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2YxbVKIct .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2YxbVKIct .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #000000;
}
.cid-u2YxbVKIct .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u2YxbVKIct .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2YxbVKIct .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2YxbVKIct .navbar.opened {
  transition: all 0.3s;
}
.cid-u2YxbVKIct .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u2YxbVKIct .navbar .navbar-logo img {
  width: auto;
}
.cid-u2YxbVKIct .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u2YxbVKIct .navbar.collapsed {
  justify-content: center;
}
.cid-u2YxbVKIct .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2YxbVKIct .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2YxbVKIct .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2YxbVKIct .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2YxbVKIct .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2YxbVKIct .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u2YxbVKIct .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2YxbVKIct .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2YxbVKIct .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2YxbVKIct .navbar .dropdown-menu {
    display: none;
  }
  .cid-u2YxbVKIct .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2YxbVKIct .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2YxbVKIct .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u2YxbVKIct .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2YxbVKIct .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u2YxbVKIct .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u2YxbVKIct .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2YxbVKIct .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2YxbVKIct .navbar .navbar-buttons,
  .cid-u2YxbVKIct .navbar .icons-menu {
    display: none;
  }
  .cid-u2YxbVKIct .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u2YxbVKIct .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2YxbVKIct .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2YxbVKIct .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2YxbVKIct .dropdown-item.active,
.cid-u2YxbVKIct .dropdown-item:active {
  background-color: transparent;
}
.cid-u2YxbVKIct .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2YxbVKIct .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2YxbVKIct .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2YxbVKIct ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2YxbVKIct .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2YxbVKIct button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2YxbVKIct button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2bc8d;
}
.cid-u2YxbVKIct button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2YxbVKIct button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2YxbVKIct button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2YxbVKIct button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2YxbVKIct nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2YxbVKIct nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2YxbVKIct nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2YxbVKIct nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2YxbVKIct .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2YxbVKIct a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2YxbVKIct .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2YxbVKIct .navbar {
    height: 70px;
  }
  .cid-u2YxbVKIct .navbar.opened {
    height: auto;
  }
  .cid-u2YxbVKIct .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2YxbWwlrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-u2YxbWwlrW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2YxbWwlrW .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u2YxbWwlrW .mbr-text {
  margin-bottom: 30px;
}
.cid-u2YxbWwlrW .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 222, 89, 0.4);
  background-image: linear-gradient(40deg, #ffde59 0%, #fff2bf 100%);
}
.cid-u2YxbWwlrW .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u2YxbWwlrW .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u2YxbWwlrW .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2YxbWwlrW .btn_link:hover {
  cursor: pointer;
}
.cid-u2YxbWwlrW .btn_link:hover a {
  color: #f2bc8d !important;
}
.cid-u2YxbWwlrW .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u2YxbWwlrW .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2YxbWwlrW .text-wrapper {
    text-align: center;
  }
  .cid-u2YxbWwlrW .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u2YxbWwlrW .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u2YxbWwlrW .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2YxbWwlrW .card-title,
.cid-u2YxbWwlrW .icon_block {
  color: #000000;
}
.cid-u2YxbWwlrW .mbr-text,
.cid-u2YxbWwlrW .btn_link {
  color: #000000;
}
.cid-u2YxbX1PmJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-u2YxbX1PmJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2YxbX1PmJ .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u2YxbX1PmJ .mbr-text {
  margin-bottom: 30px;
}
.cid-u2YxbX1PmJ .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 222, 89, 0.4);
  background-image: linear-gradient(40deg, #ffde59 0%, #fff2bf 100%);
}
.cid-u2YxbX1PmJ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u2YxbX1PmJ .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u2YxbX1PmJ .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2YxbX1PmJ .btn_link:hover {
  cursor: pointer;
}
.cid-u2YxbX1PmJ .btn_link:hover a {
  color: #f2bc8d !important;
}
.cid-u2YxbX1PmJ .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u2YxbX1PmJ .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2YxbX1PmJ .text-wrapper {
    text-align: center;
  }
  .cid-u2YxbX1PmJ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u2YxbX1PmJ .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u2YxbX1PmJ .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2YxbX1PmJ .card-title,
.cid-u2YxbX1PmJ .icon_block {
  color: #000000;
}
.cid-u2YxbX1PmJ .mbr-text,
.cid-u2YxbX1PmJ .btn_link {
  color: #000000;
}
.cid-u2YxbYaO2r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u2YxbYaO2r .container {
  max-width: 1312px;
}
.cid-u2YxbYaO2r .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-u2YxbYaO2r .row {
    padding: 0 16px;
  }
}
.cid-u2YxbYaO2r .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u2YxbYaO2r .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-u2YxbYaO2r .content-wrap {
    padding: 32px 20px;
  }
}
.cid-u2YxbYaO2r .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2YxbYaO2r .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u2YxbYaO2r .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2YxbYaO2r .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2YxbYaO2r .col-text {
    padding-right: 1rem;
  }
}
.cid-u2YxbYaO2r .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u2YxbYaO2r .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-u2YxbYaO2r .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2YxbYaO2r .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-u2YxbYaO2r .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-u2YxbYaO2r .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u2YxbYaO2r .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2YxbYaO2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YxbYaO2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YxbYaO2r .mbr-text,
.cid-u2YxbYaO2r .mbr-section-btn {
  color: #ffde59;
}
.cid-u2YxbYxlT5 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u2YxbYxlT5 h2,
.cid-u2YxbYxlT5 h3,
.cid-u2YxbYxlT5 p,
.cid-u2YxbYxlT5 h4 {
  color: #0a0a0a;
}
.cid-u2YxbYxlT5 .img-block img {
  height: 100%;
  max-height: 400px;
}
.cid-u2YxbYxlT5 .mbr-iconfont {
  color: #f2bc8d;
  font-size: 2rem;
}
.cid-u2YxbYxlT5 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #000000;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-u2YxbYxlT5 .form-control:focus,
.cid-u2YxbYxlT5 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u2YxbYxlT5 .form-group {
  margin-bottom: 1rem;
}
.cid-u2YxbYxlT5 input::-webkit-input-placeholder,
.cid-u2YxbYxlT5 textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-u2YxbYxlT5 input:-moz-placeholder,
.cid-u2YxbYxlT5 textarea:-moz-placeholder {
  color: #000000;
}
.cid-u2YxbYxlT5 .jq-selectbox li,
.cid-u2YxbYxlT5 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2YxbYxlT5 .jq-selectbox li:hover,
.cid-u2YxbYxlT5 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2YxbYxlT5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2YxbYxlT5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2YxbYxlT5 .mbr-text {
  color: #767676;
}
.cid-u2YxbYxlT5 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-u2YxbYxlT5 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u2YxbYxlT5 .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-u2YxbYxlT5 textarea.form-control {
  resize: none;
}
.cid-u2YxbYxlT5 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u2YxbYxlT5 .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-u2YxbYxlT5 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-u2YxbYxlT5 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u2YxbYxlT5 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-u2YxbYxlT5 .img-block-wrap {
    position: relative;
  }
  .cid-u2YxbYxlT5 .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-u2YxbYxlT5 .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-u2YxbYxlT5 .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2YxbYxlT5 .google-map {
    padding-bottom: 2rem;
  }
  .cid-u2YxbYxlT5 .img-block {
    overflow: hidden;
  }
}
.cid-u2YxbYxlT5 .list-item-text {
  color: #0a0a0a;
}
.cid-u2YxbYxlT5 .content-title {
  color: #ffffff;
}
.cid-u2YxbZ8WSF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2YxbZ8WSF .footer_col_logo {
  width: 40%;
}
.cid-u2YxbZ8WSF .footer_col {
  width: 20%;
}
.cid-u2YxbZ8WSF .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-u2YxbZ8WSF .logo_wrap {
  max-width: 70%;
}
.cid-u2YxbZ8WSF .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u2YxbZ8WSF .brand_name {
  color: #ffffff;
}
.cid-u2YxbZ8WSF .contacts {
  margin-top: 46px;
}
.cid-u2YxbZ8WSF .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u2YxbZ8WSF .contacts b {
  color: #ffffff;
}
.cid-u2YxbZ8WSF .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u2YxbZ8WSF .item-wrap {
  line-height: 44px;
}
.cid-u2YxbZ8WSF .text-white {
  color: #a99fc5 !important;
}
.cid-u2YxbZ8WSF .text-white:hover {
  color: #ffffff !important;
}
.cid-u2YxbZ8WSF .item-wrap a,
.cid-u2YxbZ8WSF .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2YxbZ8WSF .item-wrap a:before,
.cid-u2YxbZ8WSF .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u2YxbZ8WSF .item-wrap a:hover::before,
.cid-u2YxbZ8WSF .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u2YxbZ8WSF .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-u2YxbZ8WSF .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2YxbZ8WSF .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u2YxbZ8WSF .footer_col_logo {
    width: 100%;
  }
  .cid-u2YxbZ8WSF .footer_col {
    width: 33.3%;
  }
  .cid-u2YxbZ8WSF .image {
    margin-bottom: 40px;
  }
  .cid-u2YxbZ8WSF .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u2YxbZ8WSF .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u2YxbZ8WSF .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u2YxbZ8WSF .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u2YxbZ8WSF .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u2YxbZ8WSF .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-u2YxbZ8WSF .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-u2YxbZ8WSF .contacts_phone {
  color: #ffffff;
}
.cid-u2YxbZ8WSF .contacts_mail {
  color: #ffffff;
}
.cid-u2YIGehl2y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2YIGehl2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YIGehl2y .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-u2YIGehl2y .container {
    padding: 0 16px;
  }
}
.cid-u2YIGehl2y .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u2YIGehl2y .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2YIGehl2y .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-u2YIGehl2y .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2YIGehl2y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2YIGehl2y .mbr-text {
  color: #ffffff;
}
.cid-u2YIGehl2y .mbr-text,
.cid-u2YIGehl2y .mbr-section-btn {
  text-align: center;
}
.cid-u2YMcKvcBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2bc8d;
}
.cid-u2YMcKvcBY .card-title {
  color: #000000;
}
.cid-u2YMcKvcBY .map-wrapper {
  margin-bottom: 70px;
}
.cid-u2YMcKvcBY .google-map {
  height: 540px;
  position: relative;
}
.cid-u2YMcKvcBY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u2YMcKvcBY .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u2YMcKvcBY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u2YMcKvcBY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u2YMcKvcBY .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-u2YMcKvcBY .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-u2YMcKvcBY .card_text {
  width: 100%;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u2YMcKvcBY .card_box {
    padding: 0 2rem;
  }
}
.cid-u2YMcKvcBY .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #000000;
}
.cid-u2YIGeVk8l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2YIGeVk8l nav.navbar {
  position: fixed;
}
.cid-u2YIGeVk8l .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u2YIGeVk8l .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u2YIGeVk8l .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u2YIGeVk8l .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u2YIGeVk8l .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u2YIGeVk8l .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u2YIGeVk8l .dropdown-item:hover,
.cid-u2YIGeVk8l .dropdown-item:focus {
  background: rgba(242, 188, 141, 0.1) !important;
  color: #f2bc8d !important;
}
.cid-u2YIGeVk8l .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u2YIGeVk8l .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u2YIGeVk8l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u2YIGeVk8l .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u2YIGeVk8l .nav-link:hover {
  color: #f2bc8d !important;
}
.cid-u2YIGeVk8l .container {
  display: flex;
  margin: auto;
}
.cid-u2YIGeVk8l .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u2YIGeVk8l .dropdown-menu,
.cid-u2YIGeVk8l .navbar.opened {
  background: #000000 !important;
}
.cid-u2YIGeVk8l .nav-item:focus,
.cid-u2YIGeVk8l .nav-link:focus {
  outline: none;
}
.cid-u2YIGeVk8l .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u2YIGeVk8l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2YIGeVk8l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2YIGeVk8l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2YIGeVk8l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2YIGeVk8l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2YIGeVk8l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #000000;
}
.cid-u2YIGeVk8l .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u2YIGeVk8l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2YIGeVk8l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2YIGeVk8l .navbar.opened {
  transition: all 0.3s;
}
.cid-u2YIGeVk8l .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u2YIGeVk8l .navbar .navbar-logo img {
  width: auto;
}
.cid-u2YIGeVk8l .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u2YIGeVk8l .navbar.collapsed {
  justify-content: center;
}
.cid-u2YIGeVk8l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2YIGeVk8l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2YIGeVk8l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2YIGeVk8l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2YIGeVk8l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2YIGeVk8l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u2YIGeVk8l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2YIGeVk8l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2YIGeVk8l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2YIGeVk8l .navbar .dropdown-menu {
    display: none;
  }
  .cid-u2YIGeVk8l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2YIGeVk8l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2YIGeVk8l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u2YIGeVk8l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2YIGeVk8l .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u2YIGeVk8l .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u2YIGeVk8l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2YIGeVk8l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2YIGeVk8l .navbar .navbar-buttons,
  .cid-u2YIGeVk8l .navbar .icons-menu {
    display: none;
  }
  .cid-u2YIGeVk8l .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u2YIGeVk8l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2YIGeVk8l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2YIGeVk8l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2YIGeVk8l .dropdown-item.active,
.cid-u2YIGeVk8l .dropdown-item:active {
  background-color: transparent;
}
.cid-u2YIGeVk8l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2YIGeVk8l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2YIGeVk8l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2YIGeVk8l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2YIGeVk8l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2YIGeVk8l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2YIGeVk8l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2bc8d;
}
.cid-u2YIGeVk8l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2YIGeVk8l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2YIGeVk8l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2YIGeVk8l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2YIGeVk8l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2YIGeVk8l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2YIGeVk8l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2YIGeVk8l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2YIGeVk8l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2YIGeVk8l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2YIGeVk8l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2YIGeVk8l .navbar {
    height: 70px;
  }
  .cid-u2YIGeVk8l .navbar.opened {
    height: auto;
  }
  .cid-u2YIGeVk8l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2YIGgQgCY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u2YIGgQgCY .container {
  max-width: 1312px;
}
.cid-u2YIGgQgCY .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-u2YIGgQgCY .row {
    padding: 0 16px;
  }
}
.cid-u2YIGgQgCY .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u2YIGgQgCY .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-u2YIGgQgCY .content-wrap {
    padding: 32px 20px;
  }
}
.cid-u2YIGgQgCY .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2YIGgQgCY .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u2YIGgQgCY .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2YIGgQgCY .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2YIGgQgCY .col-text {
    padding-right: 1rem;
  }
}
.cid-u2YIGgQgCY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u2YIGgQgCY .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-u2YIGgQgCY .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2YIGgQgCY .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-u2YIGgQgCY .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-u2YIGgQgCY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u2YIGgQgCY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2YIGgQgCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YIGgQgCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YIGgQgCY .mbr-text,
.cid-u2YIGgQgCY .mbr-section-btn {
  color: #ffde59;
}
.cid-u2YIGhe5oo {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u2YIGhe5oo h2,
.cid-u2YIGhe5oo h3,
.cid-u2YIGhe5oo p,
.cid-u2YIGhe5oo h4 {
  color: #0a0a0a;
}
.cid-u2YIGhe5oo .img-block img {
  height: 100%;
  max-height: 400px;
}
.cid-u2YIGhe5oo .mbr-iconfont {
  color: #f2bc8d;
  font-size: 2rem;
}
.cid-u2YIGhe5oo .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #000000;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-u2YIGhe5oo .form-control:focus,
.cid-u2YIGhe5oo .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u2YIGhe5oo .form-group {
  margin-bottom: 1rem;
}
.cid-u2YIGhe5oo input::-webkit-input-placeholder,
.cid-u2YIGhe5oo textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-u2YIGhe5oo input:-moz-placeholder,
.cid-u2YIGhe5oo textarea:-moz-placeholder {
  color: #000000;
}
.cid-u2YIGhe5oo .jq-selectbox li,
.cid-u2YIGhe5oo .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2YIGhe5oo .jq-selectbox li:hover,
.cid-u2YIGhe5oo .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2YIGhe5oo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2YIGhe5oo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2YIGhe5oo .mbr-text {
  color: #767676;
}
.cid-u2YIGhe5oo a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-u2YIGhe5oo .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u2YIGhe5oo .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-u2YIGhe5oo textarea.form-control {
  resize: none;
}
.cid-u2YIGhe5oo .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u2YIGhe5oo .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-u2YIGhe5oo h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-u2YIGhe5oo .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u2YIGhe5oo .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-u2YIGhe5oo .img-block-wrap {
    position: relative;
  }
  .cid-u2YIGhe5oo .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-u2YIGhe5oo .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-u2YIGhe5oo .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2YIGhe5oo .google-map {
    padding-bottom: 2rem;
  }
  .cid-u2YIGhe5oo .img-block {
    overflow: hidden;
  }
}
.cid-u2YIGhe5oo .list-item-text {
  color: #0a0a0a;
}
.cid-u2YIGhe5oo .content-title {
  color: #ffffff;
}
.cid-u2YIGixUYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2YIGixUYl .footer_col_logo {
  width: 40%;
}
.cid-u2YIGixUYl .footer_col {
  width: 20%;
}
.cid-u2YIGixUYl .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-u2YIGixUYl .logo_wrap {
  max-width: 70%;
}
.cid-u2YIGixUYl .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u2YIGixUYl .brand_name {
  color: #ffffff;
}
.cid-u2YIGixUYl .contacts {
  margin-top: 46px;
}
.cid-u2YIGixUYl .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u2YIGixUYl .contacts b {
  color: #ffffff;
}
.cid-u2YIGixUYl .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u2YIGixUYl .item-wrap {
  line-height: 44px;
}
.cid-u2YIGixUYl .text-white {
  color: #a99fc5 !important;
}
.cid-u2YIGixUYl .text-white:hover {
  color: #ffffff !important;
}
.cid-u2YIGixUYl .item-wrap a,
.cid-u2YIGixUYl .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2YIGixUYl .item-wrap a:before,
.cid-u2YIGixUYl .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u2YIGixUYl .item-wrap a:hover::before,
.cid-u2YIGixUYl .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u2YIGixUYl .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-u2YIGixUYl .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2YIGixUYl .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u2YIGixUYl .footer_col_logo {
    width: 100%;
  }
  .cid-u2YIGixUYl .footer_col {
    width: 33.3%;
  }
  .cid-u2YIGixUYl .image {
    margin-bottom: 40px;
  }
  .cid-u2YIGixUYl .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u2YIGixUYl .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u2YIGixUYl .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u2YIGixUYl .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u2YIGixUYl .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u2YIGixUYl .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-u2YIGixUYl .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-u2YIGixUYl .contacts_phone {
  color: #ffffff;
}
.cid-u2YIGixUYl .contacts_mail {
  color: #ffffff;
}
.cid-u2YSAe4Zo4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2YSAe4Zo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YSAe4Zo4 .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-u2YSAe4Zo4 .container {
    padding: 0 16px;
  }
}
.cid-u2YSAe4Zo4 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u2YSAe4Zo4 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2YSAe4Zo4 .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-u2YSAe4Zo4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2YSAe4Zo4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2YSAe4Zo4 .mbr-text {
  color: #ffffff;
}
.cid-u2YSAe4Zo4 .mbr-text,
.cid-u2YSAe4Zo4 .mbr-section-btn {
  text-align: center;
}
.cid-u2YSAeAitR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2YSAeAitR nav.navbar {
  position: fixed;
}
.cid-u2YSAeAitR .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u2YSAeAitR .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u2YSAeAitR .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u2YSAeAitR .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u2YSAeAitR .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u2YSAeAitR .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u2YSAeAitR .dropdown-item:hover,
.cid-u2YSAeAitR .dropdown-item:focus {
  background: rgba(242, 188, 141, 0.1) !important;
  color: #f2bc8d !important;
}
.cid-u2YSAeAitR .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u2YSAeAitR .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u2YSAeAitR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u2YSAeAitR .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u2YSAeAitR .nav-link:hover {
  color: #f2bc8d !important;
}
.cid-u2YSAeAitR .container {
  display: flex;
  margin: auto;
}
.cid-u2YSAeAitR .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u2YSAeAitR .dropdown-menu,
.cid-u2YSAeAitR .navbar.opened {
  background: #000000 !important;
}
.cid-u2YSAeAitR .nav-item:focus,
.cid-u2YSAeAitR .nav-link:focus {
  outline: none;
}
.cid-u2YSAeAitR .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u2YSAeAitR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2YSAeAitR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2YSAeAitR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2YSAeAitR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2YSAeAitR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2YSAeAitR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #000000;
}
.cid-u2YSAeAitR .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u2YSAeAitR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2YSAeAitR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2YSAeAitR .navbar.opened {
  transition: all 0.3s;
}
.cid-u2YSAeAitR .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u2YSAeAitR .navbar .navbar-logo img {
  width: auto;
}
.cid-u2YSAeAitR .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u2YSAeAitR .navbar.collapsed {
  justify-content: center;
}
.cid-u2YSAeAitR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2YSAeAitR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2YSAeAitR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2YSAeAitR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2YSAeAitR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2YSAeAitR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u2YSAeAitR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2YSAeAitR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2YSAeAitR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2YSAeAitR .navbar .dropdown-menu {
    display: none;
  }
  .cid-u2YSAeAitR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2YSAeAitR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2YSAeAitR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u2YSAeAitR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2YSAeAitR .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u2YSAeAitR .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u2YSAeAitR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2YSAeAitR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2YSAeAitR .navbar .navbar-buttons,
  .cid-u2YSAeAitR .navbar .icons-menu {
    display: none;
  }
  .cid-u2YSAeAitR .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u2YSAeAitR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2YSAeAitR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2YSAeAitR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2YSAeAitR .dropdown-item.active,
.cid-u2YSAeAitR .dropdown-item:active {
  background-color: transparent;
}
.cid-u2YSAeAitR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2YSAeAitR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2YSAeAitR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2YSAeAitR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2YSAeAitR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2YSAeAitR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2YSAeAitR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2bc8d;
}
.cid-u2YSAeAitR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2YSAeAitR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2YSAeAitR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2YSAeAitR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2YSAeAitR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2YSAeAitR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2YSAeAitR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2YSAeAitR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2YSAeAitR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2YSAeAitR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2YSAeAitR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2YSAeAitR .navbar {
    height: 70px;
  }
  .cid-u2YSAeAitR .navbar.opened {
    height: auto;
  }
  .cid-u2YSAeAitR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2YT8cyhf0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2bc8d;
}
.cid-u2YT8cyhf0 .mbr-text {
  color: #ffffff;
}
.cid-u2YT8cyhf0 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-u2YT8cyhf0 .mbr-section-title {
  color: #000000;
}
.cid-u2YT8cyhf0 .mbr-text2 {
  color: #000000;
}
.cid-u2YT8cyhf0 a {
  text-decoration: underline;
}
.cid-u2YT8cyhf0 p {
  line-height: 1.2;
}
.cid-u2YSAhH9qb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2YSAhH9qb .footer_col_logo {
  width: 40%;
}
.cid-u2YSAhH9qb .footer_col {
  width: 20%;
}
.cid-u2YSAhH9qb .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-u2YSAhH9qb .logo_wrap {
  max-width: 70%;
}
.cid-u2YSAhH9qb .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u2YSAhH9qb .brand_name {
  color: #ffffff;
}
.cid-u2YSAhH9qb .contacts {
  margin-top: 46px;
}
.cid-u2YSAhH9qb .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u2YSAhH9qb .contacts b {
  color: #ffffff;
}
.cid-u2YSAhH9qb .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u2YSAhH9qb .item-wrap {
  line-height: 44px;
}
.cid-u2YSAhH9qb .text-white {
  color: #a99fc5 !important;
}
.cid-u2YSAhH9qb .text-white:hover {
  color: #ffffff !important;
}
.cid-u2YSAhH9qb .item-wrap a,
.cid-u2YSAhH9qb .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2YSAhH9qb .item-wrap a:before,
.cid-u2YSAhH9qb .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u2YSAhH9qb .item-wrap a:hover::before,
.cid-u2YSAhH9qb .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u2YSAhH9qb .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-u2YSAhH9qb .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2YSAhH9qb .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u2YSAhH9qb .footer_col_logo {
    width: 100%;
  }
  .cid-u2YSAhH9qb .footer_col {
    width: 33.3%;
  }
  .cid-u2YSAhH9qb .image {
    margin-bottom: 40px;
  }
  .cid-u2YSAhH9qb .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u2YSAhH9qb .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u2YSAhH9qb .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u2YSAhH9qb .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u2YSAhH9qb .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u2YSAhH9qb .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-u2YSAhH9qb .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-u2YSAhH9qb .contacts_phone {
  color: #ffffff;
}
.cid-u2YSAhH9qb .contacts_mail {
  color: #ffffff;
}
.cid-u2YUQS9q53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2YUQS9q53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YUQS9q53 .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-u2YUQS9q53 .container {
    padding: 0 16px;
  }
}
.cid-u2YUQS9q53 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u2YUQS9q53 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2YUQS9q53 .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-u2YUQS9q53 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2YUQS9q53 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2YUQS9q53 .mbr-text {
  color: #ffffff;
}
.cid-u2YUQS9q53 .mbr-text,
.cid-u2YUQS9q53 .mbr-section-btn {
  text-align: center;
}
.cid-u2YUQSGyMm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2YUQSGyMm nav.navbar {
  position: fixed;
}
.cid-u2YUQSGyMm .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u2YUQSGyMm .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u2YUQSGyMm .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u2YUQSGyMm .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u2YUQSGyMm .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u2YUQSGyMm .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u2YUQSGyMm .dropdown-item:hover,
.cid-u2YUQSGyMm .dropdown-item:focus {
  background: rgba(242, 188, 141, 0.1) !important;
  color: #f2bc8d !important;
}
.cid-u2YUQSGyMm .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u2YUQSGyMm .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u2YUQSGyMm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u2YUQSGyMm .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u2YUQSGyMm .nav-link:hover {
  color: #f2bc8d !important;
}
.cid-u2YUQSGyMm .container {
  display: flex;
  margin: auto;
}
.cid-u2YUQSGyMm .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u2YUQSGyMm .dropdown-menu,
.cid-u2YUQSGyMm .navbar.opened {
  background: #000000 !important;
}
.cid-u2YUQSGyMm .nav-item:focus,
.cid-u2YUQSGyMm .nav-link:focus {
  outline: none;
}
.cid-u2YUQSGyMm .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u2YUQSGyMm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2YUQSGyMm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2YUQSGyMm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2YUQSGyMm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2YUQSGyMm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2YUQSGyMm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #000000;
}
.cid-u2YUQSGyMm .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u2YUQSGyMm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2YUQSGyMm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2YUQSGyMm .navbar.opened {
  transition: all 0.3s;
}
.cid-u2YUQSGyMm .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u2YUQSGyMm .navbar .navbar-logo img {
  width: auto;
}
.cid-u2YUQSGyMm .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u2YUQSGyMm .navbar.collapsed {
  justify-content: center;
}
.cid-u2YUQSGyMm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2YUQSGyMm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2YUQSGyMm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2YUQSGyMm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2YUQSGyMm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2YUQSGyMm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u2YUQSGyMm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2YUQSGyMm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2YUQSGyMm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2YUQSGyMm .navbar .dropdown-menu {
    display: none;
  }
  .cid-u2YUQSGyMm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2YUQSGyMm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2YUQSGyMm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u2YUQSGyMm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2YUQSGyMm .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u2YUQSGyMm .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u2YUQSGyMm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2YUQSGyMm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2YUQSGyMm .navbar .navbar-buttons,
  .cid-u2YUQSGyMm .navbar .icons-menu {
    display: none;
  }
  .cid-u2YUQSGyMm .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u2YUQSGyMm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2YUQSGyMm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2YUQSGyMm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2YUQSGyMm .dropdown-item.active,
.cid-u2YUQSGyMm .dropdown-item:active {
  background-color: transparent;
}
.cid-u2YUQSGyMm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2YUQSGyMm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2YUQSGyMm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2YUQSGyMm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2YUQSGyMm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2YUQSGyMm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2YUQSGyMm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2bc8d;
}
.cid-u2YUQSGyMm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2YUQSGyMm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2YUQSGyMm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2YUQSGyMm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2YUQSGyMm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2YUQSGyMm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2YUQSGyMm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2YUQSGyMm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2YUQSGyMm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2YUQSGyMm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2YUQSGyMm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2YUQSGyMm .navbar {
    height: 70px;
  }
  .cid-u2YUQSGyMm .navbar.opened {
    height: auto;
  }
  .cid-u2YUQSGyMm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2YUQTthdz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2bc8d;
}
.cid-u2YUQTthdz .mbr-text {
  color: #ffffff;
}
.cid-u2YUQTthdz .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-u2YUQTthdz .mbr-section-title {
  color: #000000;
}
.cid-u2YUQTthdz .mbr-text2 {
  color: #000000;
}
.cid-u2YUQTthdz a {
  text-decoration: underline;
}
.cid-u2YUQTthdz p {
  line-height: 1.2;
}
.cid-u2YUQVw100 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2YUQVw100 .footer_col_logo {
  width: 40%;
}
.cid-u2YUQVw100 .footer_col {
  width: 20%;
}
.cid-u2YUQVw100 .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-u2YUQVw100 .logo_wrap {
  max-width: 70%;
}
.cid-u2YUQVw100 .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u2YUQVw100 .brand_name {
  color: #ffffff;
}
.cid-u2YUQVw100 .contacts {
  margin-top: 46px;
}
.cid-u2YUQVw100 .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u2YUQVw100 .contacts b {
  color: #ffffff;
}
.cid-u2YUQVw100 .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u2YUQVw100 .item-wrap {
  line-height: 44px;
}
.cid-u2YUQVw100 .text-white {
  color: #a99fc5 !important;
}
.cid-u2YUQVw100 .text-white:hover {
  color: #ffffff !important;
}
.cid-u2YUQVw100 .item-wrap a,
.cid-u2YUQVw100 .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2YUQVw100 .item-wrap a:before,
.cid-u2YUQVw100 .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u2YUQVw100 .item-wrap a:hover::before,
.cid-u2YUQVw100 .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u2YUQVw100 .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-u2YUQVw100 .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2YUQVw100 .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u2YUQVw100 .footer_col_logo {
    width: 100%;
  }
  .cid-u2YUQVw100 .footer_col {
    width: 33.3%;
  }
  .cid-u2YUQVw100 .image {
    margin-bottom: 40px;
  }
  .cid-u2YUQVw100 .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u2YUQVw100 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u2YUQVw100 .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u2YUQVw100 .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u2YUQVw100 .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u2YUQVw100 .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-u2YUQVw100 .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-u2YUQVw100 .contacts_phone {
  color: #ffffff;
}
.cid-u2YUQVw100 .contacts_mail {
  color: #ffffff;
}
.cid-u2YUq1KEtq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2YUq1KEtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YUq1KEtq .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-u2YUq1KEtq .container {
    padding: 0 16px;
  }
}
.cid-u2YUq1KEtq .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u2YUq1KEtq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2YUq1KEtq .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-u2YUq1KEtq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2YUq1KEtq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2YUq1KEtq .mbr-text {
  color: #ffffff;
}
.cid-u2YUq1KEtq .mbr-text,
.cid-u2YUq1KEtq .mbr-section-btn {
  text-align: center;
}
.cid-u2YUq2ioHN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2YUq2ioHN nav.navbar {
  position: fixed;
}
.cid-u2YUq2ioHN .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u2YUq2ioHN .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u2YUq2ioHN .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u2YUq2ioHN .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u2YUq2ioHN .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u2YUq2ioHN .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u2YUq2ioHN .dropdown-item:hover,
.cid-u2YUq2ioHN .dropdown-item:focus {
  background: rgba(242, 188, 141, 0.1) !important;
  color: #f2bc8d !important;
}
.cid-u2YUq2ioHN .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u2YUq2ioHN .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u2YUq2ioHN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u2YUq2ioHN .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u2YUq2ioHN .nav-link:hover {
  color: #f2bc8d !important;
}
.cid-u2YUq2ioHN .container {
  display: flex;
  margin: auto;
}
.cid-u2YUq2ioHN .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u2YUq2ioHN .dropdown-menu,
.cid-u2YUq2ioHN .navbar.opened {
  background: #000000 !important;
}
.cid-u2YUq2ioHN .nav-item:focus,
.cid-u2YUq2ioHN .nav-link:focus {
  outline: none;
}
.cid-u2YUq2ioHN .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u2YUq2ioHN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2YUq2ioHN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2YUq2ioHN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2YUq2ioHN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2YUq2ioHN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2YUq2ioHN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #000000;
}
.cid-u2YUq2ioHN .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u2YUq2ioHN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2YUq2ioHN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2YUq2ioHN .navbar.opened {
  transition: all 0.3s;
}
.cid-u2YUq2ioHN .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u2YUq2ioHN .navbar .navbar-logo img {
  width: auto;
}
.cid-u2YUq2ioHN .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u2YUq2ioHN .navbar.collapsed {
  justify-content: center;
}
.cid-u2YUq2ioHN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2YUq2ioHN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2YUq2ioHN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2YUq2ioHN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2YUq2ioHN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2YUq2ioHN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u2YUq2ioHN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2YUq2ioHN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2YUq2ioHN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2YUq2ioHN .navbar .dropdown-menu {
    display: none;
  }
  .cid-u2YUq2ioHN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2YUq2ioHN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2YUq2ioHN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u2YUq2ioHN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2YUq2ioHN .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u2YUq2ioHN .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u2YUq2ioHN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2YUq2ioHN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2YUq2ioHN .navbar .navbar-buttons,
  .cid-u2YUq2ioHN .navbar .icons-menu {
    display: none;
  }
  .cid-u2YUq2ioHN .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u2YUq2ioHN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2YUq2ioHN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2YUq2ioHN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2YUq2ioHN .dropdown-item.active,
.cid-u2YUq2ioHN .dropdown-item:active {
  background-color: transparent;
}
.cid-u2YUq2ioHN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2YUq2ioHN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2YUq2ioHN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2YUq2ioHN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2YUq2ioHN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2YUq2ioHN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2YUq2ioHN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2bc8d;
}
.cid-u2YUq2ioHN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2YUq2ioHN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2YUq2ioHN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2YUq2ioHN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2YUq2ioHN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2YUq2ioHN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2YUq2ioHN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2YUq2ioHN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2YUq2ioHN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2YUq2ioHN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2YUq2ioHN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2YUq2ioHN .navbar {
    height: 70px;
  }
  .cid-u2YUq2ioHN .navbar.opened {
    height: auto;
  }
  .cid-u2YUq2ioHN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2YUq3s47X {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2bc8d;
}
.cid-u2YUq3s47X .mbr-text {
  color: #ffffff;
}
.cid-u2YUq3s47X .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-u2YUq3s47X .mbr-section-title {
  color: #000000;
}
.cid-u2YUq3s47X .mbr-text2 {
  color: #000000;
}
.cid-u2YUq3s47X a {
  text-decoration: underline;
}
.cid-u2YUq3s47X p {
  line-height: 1.2;
}
.cid-u2YUq5V3Qp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2YUq5V3Qp .footer_col_logo {
  width: 40%;
}
.cid-u2YUq5V3Qp .footer_col {
  width: 20%;
}
.cid-u2YUq5V3Qp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-u2YUq5V3Qp .logo_wrap {
  max-width: 70%;
}
.cid-u2YUq5V3Qp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u2YUq5V3Qp .brand_name {
  color: #ffffff;
}
.cid-u2YUq5V3Qp .contacts {
  margin-top: 46px;
}
.cid-u2YUq5V3Qp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u2YUq5V3Qp .contacts b {
  color: #ffffff;
}
.cid-u2YUq5V3Qp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u2YUq5V3Qp .item-wrap {
  line-height: 44px;
}
.cid-u2YUq5V3Qp .text-white {
  color: #a99fc5 !important;
}
.cid-u2YUq5V3Qp .text-white:hover {
  color: #ffffff !important;
}
.cid-u2YUq5V3Qp .item-wrap a,
.cid-u2YUq5V3Qp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2YUq5V3Qp .item-wrap a:before,
.cid-u2YUq5V3Qp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u2YUq5V3Qp .item-wrap a:hover::before,
.cid-u2YUq5V3Qp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u2YUq5V3Qp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-u2YUq5V3Qp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2YUq5V3Qp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u2YUq5V3Qp .footer_col_logo {
    width: 100%;
  }
  .cid-u2YUq5V3Qp .footer_col {
    width: 33.3%;
  }
  .cid-u2YUq5V3Qp .image {
    margin-bottom: 40px;
  }
  .cid-u2YUq5V3Qp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u2YUq5V3Qp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u2YUq5V3Qp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u2YUq5V3Qp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u2YUq5V3Qp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u2YUq5V3Qp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-u2YUq5V3Qp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-u2YUq5V3Qp .contacts_phone {
  color: #ffffff;
}
.cid-u2YUq5V3Qp .contacts_mail {
  color: #ffffff;
}
.cid-u2Z0lDaNcN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2Z0lDaNcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Z0lDaNcN .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-u2Z0lDaNcN .container {
    padding: 0 16px;
  }
}
.cid-u2Z0lDaNcN .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u2Z0lDaNcN .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2Z0lDaNcN .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-u2Z0lDaNcN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2Z0lDaNcN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2Z0lDaNcN .mbr-text {
  color: #ffffff;
}
.cid-u2Z0lDaNcN .mbr-text,
.cid-u2Z0lDaNcN .mbr-section-btn {
  text-align: center;
}
.cid-u2Z0lDBBlp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2Z0lDBBlp nav.navbar {
  position: fixed;
}
.cid-u2Z0lDBBlp .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u2Z0lDBBlp .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u2Z0lDBBlp .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u2Z0lDBBlp .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u2Z0lDBBlp .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u2Z0lDBBlp .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u2Z0lDBBlp .dropdown-item:hover,
.cid-u2Z0lDBBlp .dropdown-item:focus {
  background: rgba(242, 188, 141, 0.1) !important;
  color: #f2bc8d !important;
}
.cid-u2Z0lDBBlp .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u2Z0lDBBlp .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u2Z0lDBBlp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u2Z0lDBBlp .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u2Z0lDBBlp .nav-link:hover {
  color: #f2bc8d !important;
}
.cid-u2Z0lDBBlp .container {
  display: flex;
  margin: auto;
}
.cid-u2Z0lDBBlp .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u2Z0lDBBlp .dropdown-menu,
.cid-u2Z0lDBBlp .navbar.opened {
  background: #000000 !important;
}
.cid-u2Z0lDBBlp .nav-item:focus,
.cid-u2Z0lDBBlp .nav-link:focus {
  outline: none;
}
.cid-u2Z0lDBBlp .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u2Z0lDBBlp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2Z0lDBBlp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2Z0lDBBlp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2Z0lDBBlp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2Z0lDBBlp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2Z0lDBBlp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #000000;
}
.cid-u2Z0lDBBlp .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u2Z0lDBBlp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2Z0lDBBlp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2Z0lDBBlp .navbar.opened {
  transition: all 0.3s;
}
.cid-u2Z0lDBBlp .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u2Z0lDBBlp .navbar .navbar-logo img {
  width: auto;
}
.cid-u2Z0lDBBlp .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u2Z0lDBBlp .navbar.collapsed {
  justify-content: center;
}
.cid-u2Z0lDBBlp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2Z0lDBBlp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2Z0lDBBlp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2Z0lDBBlp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2Z0lDBBlp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2Z0lDBBlp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u2Z0lDBBlp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2Z0lDBBlp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2Z0lDBBlp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2Z0lDBBlp .navbar .dropdown-menu {
    display: none;
  }
  .cid-u2Z0lDBBlp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2Z0lDBBlp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2Z0lDBBlp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u2Z0lDBBlp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2Z0lDBBlp .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u2Z0lDBBlp .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u2Z0lDBBlp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2Z0lDBBlp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2Z0lDBBlp .navbar .navbar-buttons,
  .cid-u2Z0lDBBlp .navbar .icons-menu {
    display: none;
  }
  .cid-u2Z0lDBBlp .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u2Z0lDBBlp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2Z0lDBBlp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2Z0lDBBlp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2Z0lDBBlp .dropdown-item.active,
.cid-u2Z0lDBBlp .dropdown-item:active {
  background-color: transparent;
}
.cid-u2Z0lDBBlp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2Z0lDBBlp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2Z0lDBBlp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2Z0lDBBlp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2Z0lDBBlp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2Z0lDBBlp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2Z0lDBBlp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2bc8d;
}
.cid-u2Z0lDBBlp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2Z0lDBBlp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2Z0lDBBlp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2Z0lDBBlp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2Z0lDBBlp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2Z0lDBBlp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2Z0lDBBlp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2Z0lDBBlp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2Z0lDBBlp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2Z0lDBBlp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2Z0lDBBlp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2Z0lDBBlp .navbar {
    height: 70px;
  }
  .cid-u2Z0lDBBlp .navbar.opened {
    height: auto;
  }
  .cid-u2Z0lDBBlp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2Z0V34Sl5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2bc8d;
}
.cid-u2Z0V34Sl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Z0V34Sl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Z0V34Sl5 .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-u2Z0V34Sl5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u2Z0V34Sl5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u2Z0V34Sl5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2Z0V34Sl5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u2Z0V34Sl5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u2Z0V34Sl5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2Z0V34Sl5 .card-title {
  color: #ffffff;
}
.cid-u2Z0V34Sl5 .mbr-text,
.cid-u2Z0V34Sl5 .mbr-section-btn {
  color: #ffffff;
}
.cid-u2Z0lEMrfn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2Z0lEMrfn .footer_col_logo {
  width: 40%;
}
.cid-u2Z0lEMrfn .footer_col {
  width: 20%;
}
.cid-u2Z0lEMrfn .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-u2Z0lEMrfn .logo_wrap {
  max-width: 70%;
}
.cid-u2Z0lEMrfn .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u2Z0lEMrfn .brand_name {
  color: #ffffff;
}
.cid-u2Z0lEMrfn .contacts {
  margin-top: 46px;
}
.cid-u2Z0lEMrfn .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u2Z0lEMrfn .contacts b {
  color: #ffffff;
}
.cid-u2Z0lEMrfn .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u2Z0lEMrfn .item-wrap {
  line-height: 44px;
}
.cid-u2Z0lEMrfn .text-white {
  color: #a99fc5 !important;
}
.cid-u2Z0lEMrfn .text-white:hover {
  color: #ffffff !important;
}
.cid-u2Z0lEMrfn .item-wrap a,
.cid-u2Z0lEMrfn .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u2Z0lEMrfn .item-wrap a:before,
.cid-u2Z0lEMrfn .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u2Z0lEMrfn .item-wrap a:hover::before,
.cid-u2Z0lEMrfn .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u2Z0lEMrfn .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-u2Z0lEMrfn .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2Z0lEMrfn .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u2Z0lEMrfn .footer_col_logo {
    width: 100%;
  }
  .cid-u2Z0lEMrfn .footer_col {
    width: 33.3%;
  }
  .cid-u2Z0lEMrfn .image {
    margin-bottom: 40px;
  }
  .cid-u2Z0lEMrfn .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u2Z0lEMrfn .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u2Z0lEMrfn .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u2Z0lEMrfn .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u2Z0lEMrfn .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u2Z0lEMrfn .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-u2Z0lEMrfn .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-u2Z0lEMrfn .contacts_phone {
  color: #ffffff;
}
.cid-u2Z0lEMrfn .contacts_mail {
  color: #ffffff;
}
