body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffb18a !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb18a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ff7733 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffb18a !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ff6d24 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a61717 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffb18a;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #e43f3f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.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: #e43f3f;
  border-bottom-color: #e43f3f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e43f3f !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='%23e43f3f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uRAIXxb6ZX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRAIXxb6ZX nav.navbar {
  position: fixed;
}
.cid-uRAIXxb6ZX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRAIXxb6ZX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRAIXxb6ZX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRAIXxb6ZX .dropdown-item:hover,
.cid-uRAIXxb6ZX .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uRAIXxb6ZX .dropdown-item:hover span {
  color: white;
}
.cid-uRAIXxb6ZX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRAIXxb6ZX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRAIXxb6ZX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRAIXxb6ZX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRAIXxb6ZX .nav-link {
  position: relative;
}
.cid-uRAIXxb6ZX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRAIXxb6ZX .container {
    flex-wrap: nowrap;
  }
}
.cid-uRAIXxb6ZX .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uRAIXxb6ZX .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uRAIXxb6ZX .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uRAIXxb6ZX .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uRAIXxb6ZX .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uRAIXxb6ZX .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uRAIXxb6ZX .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uRAIXxb6ZX .dropdown-menu,
.cid-uRAIXxb6ZX .navbar.opened {
  background: #ffffff !important;
}
.cid-uRAIXxb6ZX .nav-item:focus,
.cid-uRAIXxb6ZX .nav-link:focus {
  outline: none;
}
.cid-uRAIXxb6ZX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRAIXxb6ZX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRAIXxb6ZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRAIXxb6ZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRAIXxb6ZX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRAIXxb6ZX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRAIXxb6ZX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uRAIXxb6ZX .navbar.opened {
  transition: all 0.3s;
}
.cid-uRAIXxb6ZX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRAIXxb6ZX .navbar .navbar-logo img {
  width: auto;
}
.cid-uRAIXxb6ZX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRAIXxb6ZX .navbar.collapsed {
  justify-content: center;
}
.cid-uRAIXxb6ZX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRAIXxb6ZX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRAIXxb6ZX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uRAIXxb6ZX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRAIXxb6ZX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRAIXxb6ZX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRAIXxb6ZX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRAIXxb6ZX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRAIXxb6ZX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRAIXxb6ZX .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uRAIXxb6ZX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRAIXxb6ZX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRAIXxb6ZX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRAIXxb6ZX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRAIXxb6ZX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRAIXxb6ZX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRAIXxb6ZX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRAIXxb6ZX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRAIXxb6ZX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRAIXxb6ZX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRAIXxb6ZX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRAIXxb6ZX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRAIXxb6ZX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRAIXxb6ZX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRAIXxb6ZX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uRAIXxb6ZX .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uRAIXxb6ZX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRAIXxb6ZX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRAIXxb6ZX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRAIXxb6ZX .dropdown-item.active,
.cid-uRAIXxb6ZX .dropdown-item:active {
  background-color: transparent;
}
.cid-uRAIXxb6ZX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRAIXxb6ZX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRAIXxb6ZX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRAIXxb6ZX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRAIXxb6ZX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRAIXxb6ZX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRAIXxb6ZX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRAIXxb6ZX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRAIXxb6ZX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRAIXxb6ZX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-uRAIXxb6ZX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRAIXxb6ZX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAIXxb6ZX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAIXxb6ZX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRAIXxb6ZX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAIXxb6ZX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRAIXxb6ZX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRAIXxb6ZX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAIXxb6ZX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRAIXxb6ZX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRAIXxb6ZX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uRAIXxb6ZX .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRAIXxb6ZX .navbar {
    height: 70px;
  }
  .cid-uRAIXxb6ZX .navbar.opened {
    height: auto;
  }
  .cid-uRAIXxb6ZX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uRAIXxb6ZX .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uRAIXxb6ZX .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uRAIXxb6ZX .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uRAIXxb6ZX .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRAIXxb6ZX .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uRAIXxb6ZX .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRAIXxb6ZX .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRAIXxb6ZX .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uRAIXxb6ZX .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRAIXxb6ZX .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2POmz0qUa {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/devanture-2-2000x774.jpeg");
}
.cid-v2POmz0qUa .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-v2POmz0qUa .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v2POmz0qUa {
    align-items: flex-end;
  }
  .cid-v2POmz0qUa .row {
    justify-content: flex-start;
  }
  .cid-v2POmz0qUa .content-wrap {
    width: 49%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2POmz0qUa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2POmz0qUa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2POmz0qUa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2POmz0qUa .content-wrap {
    width: 100%;
  }
}
.cid-uRB6ROI2Wf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1480x1920.jpg");
}
.cid-uRB6ROI2Wf .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uRB6ROI2Wf img,
.cid-uRB6ROI2Wf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uRB6ROI2Wf .item:focus,
.cid-uRB6ROI2Wf span:focus {
  outline: none;
}
.cid-uRB6ROI2Wf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRB6ROI2Wf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff1e2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRB6ROI2Wf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRB6ROI2Wf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRB6ROI2Wf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRB6ROI2Wf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRB6ROI2Wf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRB6ROI2Wf .mbr-section-title {
  color: #232323;
}
.cid-uRB6ROI2Wf .mbr-text,
.cid-uRB6ROI2Wf .mbr-section-btn {
  text-align: left;
}
.cid-uRB6ROI2Wf .item-title {
  text-align: left;
}
.cid-uRB6ROI2Wf .item-subtitle {
  text-align: left;
}
.cid-v2fIigrsso {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fIigrsso .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fIigrsso .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fIigrsso .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fIigrsso .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fIigrsso .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fIigrsso .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fIigrsso .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fIigrsso .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fIigrsso .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fIigrsso .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fIigrsso .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fIigrsso .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fIigrsso .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fIigrsso .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fIigrsso [class^="socicon-"]:before,
.cid-v2fIigrsso [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fIigrsso .mbr-section-title,
.cid-v2fIigrsso .mbr-social-likes {
  color: #ffffff;
}
.cid-uSqd2jBPwW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSqd2jBPwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqd2jBPwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSqd2jBPwW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSqd2jBPwW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSqd2jBPwW .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2fIjMaz8L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fIjMaz8L .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fIjMaz8L .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fIjMaz8L .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fIjMaz8L .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fIjMaz8L .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fIjMaz8L .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fIjMaz8L .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fIjMaz8L .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fIjMaz8L .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fIjMaz8L .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fIjMaz8L .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fIjMaz8L .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fIjMaz8L .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fIjMaz8L .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fIjMaz8L [class^="socicon-"]:before,
.cid-v2fIjMaz8L [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fIjMaz8L .mbr-section-title,
.cid-v2fIjMaz8L .mbr-social-likes {
  color: #ffffff;
}
.cid-uRG5wjnFHi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5c9ad;
}
.cid-uRG5wjnFHi .row {
  flex-direction: row-reverse;
}
.cid-uRG5wjnFHi .image-wrapper {
  padding: 0 2rem;
}
.cid-uRG5wjnFHi .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uRG5wjnFHi .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uRG5wjnFHi .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uRG5wjnFHi .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-uRG5wjnFHi .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uRG5wjnFHi .text-wrapper,
  .cid-uRG5wjnFHi .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uRG5wjnFHi .text-wrapper,
  .cid-uRG5wjnFHi .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uRG5wjnFHi .text-wrapper,
  .cid-uRG5wjnFHi .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uRG5wjnFHi .text-wrapper,
  .cid-uRG5wjnFHi .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uRG5wjnFHi .text-wrapper,
  .cid-uRG5wjnFHi .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uRG5wjnFHi .content {
    text-align: center;
  }
}
.cid-uRG5wjnFHi .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uRG5wjnFHi .mbr-card-title {
    text-align: start;
  }
}
.cid-uRG5wjnFHi .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uRG5wjnFHi .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uRG5wjnFHi .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uRG5wjnFHi .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uRG5wjnFHi .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uRG5wjnFHi .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uRG5wjnFHi .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uRG5wjnFHi .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uRG5wjnFHi .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uRG5wjnFHi .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uRG5wjnFHi .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uRG5wjnFHi .nutrition-wrap {
    width: 100%;
  }
}
.cid-uRG5wjnFHi .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uRG5wjnFHi .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uRG5wjnFHi .tile-text-wrap {
  display: flex;
}
.cid-uRG5wjnFHi svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uRG5wjnFHi svg path {
  fill: #cd8ad1;
}
.cid-uRG5wjnFHi .numbers {
  display: flex;
  align-self: center;
}
.cid-uRG5wjnFHi .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uRG5wjnFHi .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uRG5wjnFHi .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uRG5wjnFHi .mbr-tile-text {
    text-align: start;
  }
}
.cid-uRG5wjnFHi .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRG5wjnFHi .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uRG5wjnFHi .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uRG5wjnFHi .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uRG5wjnFHi .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uRG5wjnFHi .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uRG5wjnFHi .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uRG5wjnFHi .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uRG5wjnFHi .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uRG5wjnFHi div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uRG9SzUgdy {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRG9SzUgdy .item-img,
.cid-uRG9SzUgdy .img-wrap,
.cid-uRG9SzUgdy img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uRG9SzUgdy img,
.cid-uRG9SzUgdy .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uRG9SzUgdy img,
  .cid-uRG9SzUgdy .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uRG9SzUgdy .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uRG9SzUgdy .item:focus,
.cid-uRG9SzUgdy span:focus {
  outline: none;
}
.cid-uRG9SzUgdy .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uRG9SzUgdy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRG9SzUgdy .item {
    margin-bottom: 1rem;
  }
}
.cid-uRG9SzUgdy h5 {
  margin: 0;
}
.cid-uRG9SzUgdy .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRG9SzUgdy .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uRG9SzUgdy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uRG9SzUgdy .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uRG9SzUgdy .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uRG9SzUgdy .item-wrapper {
    height: auto;
  }
}
.cid-uRG9SzUgdy .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uRG9SzUgdy .item-title {
  text-align: center;
}
.cid-uRG9SzUgdy .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uRG9SzUgdy .mbr-text,
.cid-uRG9SzUgdy .item .mbr-section-btn {
  text-align: center;
}
.cid-uRG9SzUgdy .mbr-section-subtitle,
.cid-uRG9SzUgdy .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uRGbGONyON {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRGbGONyON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGbGONyON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGbGONyON .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRGbGONyON .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRGbGONyON .row {
    text-align: center;
  }
  .cid-uRGbGONyON .row > div {
    margin: auto;
  }
  .cid-uRGbGONyON .social-row {
    justify-content: center;
  }
}
.cid-uRGbGONyON .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRGbGONyON .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRGbGONyON .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRGbGONyON .list {
    margin-bottom: 0rem;
  }
}
.cid-uRGbGONyON .mbr-text {
  color: #bbbbbb;
}
.cid-uRGbGONyON .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uRGbGONyON .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRGbGONyON div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRAIXxb6ZX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRAIXxb6ZX nav.navbar {
  position: fixed;
}
.cid-uRAIXxb6ZX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRAIXxb6ZX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRAIXxb6ZX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRAIXxb6ZX .dropdown-item:hover,
.cid-uRAIXxb6ZX .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uRAIXxb6ZX .dropdown-item:hover span {
  color: white;
}
.cid-uRAIXxb6ZX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRAIXxb6ZX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRAIXxb6ZX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRAIXxb6ZX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRAIXxb6ZX .nav-link {
  position: relative;
}
.cid-uRAIXxb6ZX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRAIXxb6ZX .container {
    flex-wrap: nowrap;
  }
}
.cid-uRAIXxb6ZX .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uRAIXxb6ZX .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uRAIXxb6ZX .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uRAIXxb6ZX .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uRAIXxb6ZX .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uRAIXxb6ZX .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uRAIXxb6ZX .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uRAIXxb6ZX .dropdown-menu,
.cid-uRAIXxb6ZX .navbar.opened {
  background: #ffffff !important;
}
.cid-uRAIXxb6ZX .nav-item:focus,
.cid-uRAIXxb6ZX .nav-link:focus {
  outline: none;
}
.cid-uRAIXxb6ZX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRAIXxb6ZX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRAIXxb6ZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRAIXxb6ZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRAIXxb6ZX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRAIXxb6ZX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRAIXxb6ZX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uRAIXxb6ZX .navbar.opened {
  transition: all 0.3s;
}
.cid-uRAIXxb6ZX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRAIXxb6ZX .navbar .navbar-logo img {
  width: auto;
}
.cid-uRAIXxb6ZX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRAIXxb6ZX .navbar.collapsed {
  justify-content: center;
}
.cid-uRAIXxb6ZX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRAIXxb6ZX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRAIXxb6ZX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uRAIXxb6ZX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRAIXxb6ZX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRAIXxb6ZX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRAIXxb6ZX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRAIXxb6ZX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRAIXxb6ZX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRAIXxb6ZX .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uRAIXxb6ZX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRAIXxb6ZX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRAIXxb6ZX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRAIXxb6ZX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRAIXxb6ZX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRAIXxb6ZX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRAIXxb6ZX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRAIXxb6ZX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRAIXxb6ZX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRAIXxb6ZX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRAIXxb6ZX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRAIXxb6ZX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRAIXxb6ZX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRAIXxb6ZX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRAIXxb6ZX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uRAIXxb6ZX .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uRAIXxb6ZX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRAIXxb6ZX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRAIXxb6ZX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRAIXxb6ZX .dropdown-item.active,
.cid-uRAIXxb6ZX .dropdown-item:active {
  background-color: transparent;
}
.cid-uRAIXxb6ZX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRAIXxb6ZX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRAIXxb6ZX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRAIXxb6ZX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRAIXxb6ZX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRAIXxb6ZX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRAIXxb6ZX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRAIXxb6ZX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRAIXxb6ZX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRAIXxb6ZX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-uRAIXxb6ZX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRAIXxb6ZX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAIXxb6ZX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAIXxb6ZX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRAIXxb6ZX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAIXxb6ZX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRAIXxb6ZX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRAIXxb6ZX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAIXxb6ZX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRAIXxb6ZX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRAIXxb6ZX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uRAIXxb6ZX .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRAIXxb6ZX .navbar {
    height: 70px;
  }
  .cid-uRAIXxb6ZX .navbar.opened {
    height: auto;
  }
  .cid-uRAIXxb6ZX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uRAIXxb6ZX .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uRAIXxb6ZX .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uRAIXxb6ZX .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uRAIXxb6ZX .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRAIXxb6ZX .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uRAIXxb6ZX .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRAIXxb6ZX .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRAIXxb6ZX .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uRAIXxb6ZX .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRAIXxb6ZX .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRH2pWIbmU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRH2pWIbmU .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRH2pWIbmU .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRH2pWIbmU .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRH2pWIbmU .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRH2pWIbmU .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRH2pWIbmU .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRH2pWIbmU .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRH2pWIbmU .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRH2pWIbmU .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRH2pWIbmU .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRH2pWIbmU .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRH2pWIbmU .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRH2pWIbmU .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRH2pWIbmU .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRH2pWIbmU [class^="socicon-"]:before,
.cid-uRH2pWIbmU [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRH2pWIbmU .mbr-section-title,
.cid-uRH2pWIbmU .mbr-social-likes {
  color: #ffffff;
}
.cid-uRKLn2Edaq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRKLn2Edaq .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRKLn2Edaq .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRKLn2Edaq .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRKLn2Edaq .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRKLn2Edaq .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRKLn2Edaq .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRKLn2Edaq .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRKLn2Edaq .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRKLn2Edaq .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRKLn2Edaq .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRKLn2Edaq .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRKLn2Edaq .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRKLn2Edaq .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRKLn2Edaq .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRKLn2Edaq [class^="socicon-"]:before,
.cid-uRKLn2Edaq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRKLn2Edaq .mbr-section-title,
.cid-uRKLn2Edaq .mbr-social-likes {
  color: #ffffff;
}
.cid-uRH27cIMl3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/macaroons-7277955-1920-1920x1277.jpg");
}
.cid-uRH27cIMl3 .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uRH27cIMl3 .container {
    padding: 0 24px;
  }
}
.cid-uRH27cIMl3 .card {
  justify-content: center;
}
.cid-uRH27cIMl3 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uRH27cIMl3 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uRH27cIMl3 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRH27cIMl3 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRH27cIMl3 .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uRH27cIMl3 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uRH27cIMl3 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uRH27cIMl3 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRH27cIMl3 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uRH27cIMl3 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uRH27cIMl3 .mbr-desc {
  color: #F9F6E0;
}
.cid-uRH27cIMl3 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRH27cIMl3 .mbr-section-btn {
  text-align: right;
}
.cid-uRH27cIMl3 .mbr-section-title,
.cid-uRH27cIMl3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uRHas8lBjn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRHas8lBjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHas8lBjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHas8lBjn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRHas8lBjn .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRHas8lBjn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRHas8lBjn .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRHas8lBjn .container {
    padding: 0 24px;
  }
}
.cid-uRHas8lBjn .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #bbbbbb;
  background-color: #faebe7;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRHas8lBjn .content-wrapper {
    display: block;
  }
}
.cid-uRHas8lBjn .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uRHas8lBjn .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRHas8lBjn .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uRHas8lBjn .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #bbbbbb;
}
.cid-uRHas8lBjn .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRHas8lBjn .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uRHas8lBjn .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRHas8lBjn .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uRHas8lBjn .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRHas8lBjn .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uRHas8lBjn .mbr-section-title {
  color: #18212d;
}
.cid-uRHas8lBjn .mbr-desc {
  color: #18212d;
}
.cid-uRHas8lBjn .mbr-text {
  color: #000000;
}
.cid-uRGbGONyON {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRGbGONyON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGbGONyON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGbGONyON .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRGbGONyON .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRGbGONyON .row {
    text-align: center;
  }
  .cid-uRGbGONyON .row > div {
    margin: auto;
  }
  .cid-uRGbGONyON .social-row {
    justify-content: center;
  }
}
.cid-uRGbGONyON .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRGbGONyON .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRGbGONyON .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRGbGONyON .list {
    margin-bottom: 0rem;
  }
}
.cid-uRGbGONyON .mbr-text {
  color: #bbbbbb;
}
.cid-uRGbGONyON .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uRGbGONyON .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRGbGONyON div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRHk3ElJkG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRHk3ElJkG nav.navbar {
  position: fixed;
}
.cid-uRHk3ElJkG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHk3ElJkG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRHk3ElJkG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRHk3ElJkG .dropdown-item:hover,
.cid-uRHk3ElJkG .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uRHk3ElJkG .dropdown-item:hover span {
  color: white;
}
.cid-uRHk3ElJkG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRHk3ElJkG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRHk3ElJkG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRHk3ElJkG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRHk3ElJkG .nav-link {
  position: relative;
}
.cid-uRHk3ElJkG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRHk3ElJkG .container {
    flex-wrap: nowrap;
  }
}
.cid-uRHk3ElJkG .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uRHk3ElJkG .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uRHk3ElJkG .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uRHk3ElJkG .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uRHk3ElJkG .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uRHk3ElJkG .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uRHk3ElJkG .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uRHk3ElJkG .dropdown-menu,
.cid-uRHk3ElJkG .navbar.opened {
  background: #ffffff !important;
}
.cid-uRHk3ElJkG .nav-item:focus,
.cid-uRHk3ElJkG .nav-link:focus {
  outline: none;
}
.cid-uRHk3ElJkG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRHk3ElJkG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRHk3ElJkG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRHk3ElJkG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHk3ElJkG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRHk3ElJkG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRHk3ElJkG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uRHk3ElJkG .navbar.opened {
  transition: all 0.3s;
}
.cid-uRHk3ElJkG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRHk3ElJkG .navbar .navbar-logo img {
  width: auto;
}
.cid-uRHk3ElJkG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRHk3ElJkG .navbar.collapsed {
  justify-content: center;
}
.cid-uRHk3ElJkG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRHk3ElJkG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRHk3ElJkG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uRHk3ElJkG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRHk3ElJkG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRHk3ElJkG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRHk3ElJkG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRHk3ElJkG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRHk3ElJkG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRHk3ElJkG .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uRHk3ElJkG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRHk3ElJkG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRHk3ElJkG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRHk3ElJkG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRHk3ElJkG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRHk3ElJkG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRHk3ElJkG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRHk3ElJkG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRHk3ElJkG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRHk3ElJkG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRHk3ElJkG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRHk3ElJkG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRHk3ElJkG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRHk3ElJkG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRHk3ElJkG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uRHk3ElJkG .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uRHk3ElJkG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRHk3ElJkG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRHk3ElJkG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRHk3ElJkG .dropdown-item.active,
.cid-uRHk3ElJkG .dropdown-item:active {
  background-color: transparent;
}
.cid-uRHk3ElJkG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRHk3ElJkG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRHk3ElJkG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRHk3ElJkG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRHk3ElJkG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRHk3ElJkG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRHk3ElJkG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRHk3ElJkG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRHk3ElJkG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRHk3ElJkG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-uRHk3ElJkG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRHk3ElJkG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRHk3ElJkG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRHk3ElJkG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRHk3ElJkG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHk3ElJkG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRHk3ElJkG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRHk3ElJkG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHk3ElJkG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRHk3ElJkG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRHk3ElJkG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uRHk3ElJkG .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRHk3ElJkG .navbar {
    height: 70px;
  }
  .cid-uRHk3ElJkG .navbar.opened {
    height: auto;
  }
  .cid-uRHk3ElJkG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uRHk3ElJkG .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uRHk3ElJkG .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uRHk3ElJkG .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uRHk3ElJkG .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRHk3ElJkG .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uRHk3ElJkG .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRHk3ElJkG .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRHk3ElJkG .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uRHk3ElJkG .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRHk3ElJkG .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRHk3F1iIq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRHk3F1iIq .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRHk3F1iIq .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRHk3F1iIq .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRHk3F1iIq .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRHk3F1iIq .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRHk3F1iIq .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRHk3F1iIq .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRHk3F1iIq .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRHk3F1iIq .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRHk3F1iIq .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRHk3F1iIq .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRHk3F1iIq .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRHk3F1iIq .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRHk3F1iIq .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRHk3F1iIq [class^="socicon-"]:before,
.cid-uRHk3F1iIq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRHk3F1iIq .mbr-section-title,
.cid-uRHk3F1iIq .mbr-social-likes {
  color: #ffffff;
}
.cid-uRHkBJ2tqC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRHkBJ2tqC .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRHkBJ2tqC .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRHkBJ2tqC .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRHkBJ2tqC .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRHkBJ2tqC .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRHkBJ2tqC .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRHkBJ2tqC .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRHkBJ2tqC .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRHkBJ2tqC .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRHkBJ2tqC .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRHkBJ2tqC .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRHkBJ2tqC .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRHkBJ2tqC .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRHkBJ2tqC .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRHkBJ2tqC [class^="socicon-"]:before,
.cid-uRHkBJ2tqC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRHkBJ2tqC .mbr-section-title,
.cid-uRHkBJ2tqC .mbr-social-likes {
  color: #e6c63b;
}
.cid-uRHn3jfWFt {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uRHn3jfWFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHn3jfWFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHn3jfWFt .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRHn3jfWFt .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uRHn3jfWFt .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRHn3jfWFt .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uRHn3jfWFt .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e43f3f;
}
.cid-uRHn3jfWFt .mbr-section-title {
  color: #ffffff;
}
.cid-uRHniuUKhG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRHniuUKhG .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRHniuUKhG .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRHniuUKhG .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRHniuUKhG .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRHniuUKhG .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRHniuUKhG .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRHniuUKhG .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRHniuUKhG .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRHniuUKhG .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRHniuUKhG .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRHniuUKhG .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRHniuUKhG .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRHniuUKhG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRHniuUKhG .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRHniuUKhG [class^="socicon-"]:before,
.cid-uRHniuUKhG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRHniuUKhG .mbr-section-title,
.cid-uRHniuUKhG .mbr-social-likes {
  color: #e6c63b;
}
.cid-uRHn4lrvEc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRHn4lrvEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHn4lrvEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHn4lrvEc .google-map {
  height: 30rem;
  position: relative;
}
.cid-uRHn4lrvEc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRHn4lrvEc .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-uRHn4lrvEc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRHn4lrvEc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRHk3G5fkr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRHk3G5fkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHk3G5fkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHk3G5fkr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRHk3G5fkr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRHk3G5fkr .row {
    text-align: center;
  }
  .cid-uRHk3G5fkr .row > div {
    margin: auto;
  }
  .cid-uRHk3G5fkr .social-row {
    justify-content: center;
  }
}
.cid-uRHk3G5fkr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRHk3G5fkr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRHk3G5fkr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRHk3G5fkr .list {
    margin-bottom: 0rem;
  }
}
.cid-uRHk3G5fkr .mbr-text {
  color: #bbbbbb;
}
.cid-uRHk3G5fkr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uRHk3G5fkr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRHk3G5fkr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRKAUxx4Et {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRKAUxx4Et nav.navbar {
  position: fixed;
}
.cid-uRKAUxx4Et .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKAUxx4Et .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRKAUxx4Et .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRKAUxx4Et .dropdown-item:hover,
.cid-uRKAUxx4Et .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uRKAUxx4Et .dropdown-item:hover span {
  color: white;
}
.cid-uRKAUxx4Et .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRKAUxx4Et .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRKAUxx4Et .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRKAUxx4Et .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRKAUxx4Et .nav-link {
  position: relative;
}
.cid-uRKAUxx4Et .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRKAUxx4Et .container {
    flex-wrap: nowrap;
  }
}
.cid-uRKAUxx4Et .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uRKAUxx4Et .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uRKAUxx4Et .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uRKAUxx4Et .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uRKAUxx4Et .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uRKAUxx4Et .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uRKAUxx4Et .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uRKAUxx4Et .dropdown-menu,
.cid-uRKAUxx4Et .navbar.opened {
  background: #ffffff !important;
}
.cid-uRKAUxx4Et .nav-item:focus,
.cid-uRKAUxx4Et .nav-link:focus {
  outline: none;
}
.cid-uRKAUxx4Et .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKAUxx4Et .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKAUxx4Et .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKAUxx4Et .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKAUxx4Et .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKAUxx4Et .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKAUxx4Et .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uRKAUxx4Et .navbar.opened {
  transition: all 0.3s;
}
.cid-uRKAUxx4Et .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKAUxx4Et .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKAUxx4Et .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRKAUxx4Et .navbar.collapsed {
  justify-content: center;
}
.cid-uRKAUxx4Et .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKAUxx4Et .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKAUxx4Et .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uRKAUxx4Et .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKAUxx4Et .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKAUxx4Et .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRKAUxx4Et .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKAUxx4Et .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKAUxx4Et .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRKAUxx4Et .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uRKAUxx4Et .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKAUxx4Et .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKAUxx4Et .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKAUxx4Et .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKAUxx4Et .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRKAUxx4Et .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRKAUxx4Et .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRKAUxx4Et .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKAUxx4Et .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRKAUxx4Et .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKAUxx4Et .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKAUxx4Et .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRKAUxx4Et .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRKAUxx4Et .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRKAUxx4Et .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uRKAUxx4Et .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uRKAUxx4Et .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKAUxx4Et .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKAUxx4Et .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKAUxx4Et .dropdown-item.active,
.cid-uRKAUxx4Et .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKAUxx4Et .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKAUxx4Et .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKAUxx4Et .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKAUxx4Et .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRKAUxx4Et .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRKAUxx4Et .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRKAUxx4Et ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKAUxx4Et .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRKAUxx4Et button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKAUxx4Et button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-uRKAUxx4Et button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKAUxx4Et button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKAUxx4Et button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKAUxx4Et button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKAUxx4Et nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKAUxx4Et nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKAUxx4Et nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKAUxx4Et nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKAUxx4Et .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRKAUxx4Et a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKAUxx4Et .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uRKAUxx4Et .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKAUxx4Et .navbar {
    height: 70px;
  }
  .cid-uRKAUxx4Et .navbar.opened {
    height: auto;
  }
  .cid-uRKAUxx4Et .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uRKAUxx4Et .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uRKAUxx4Et .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uRKAUxx4Et .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKAUxx4Et .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRKAUxx4Et .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uRKAUxx4Et .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRKAUxx4Et .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRKAUxx4Et .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uRKAUxx4Et .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRKAUxx4Et .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRKAUxUYgb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRKAUxUYgb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRKAUxUYgb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRKAUxUYgb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRKAUxUYgb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRKAUxUYgb .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRKAUxUYgb .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRKAUxUYgb .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRKAUxUYgb .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRKAUxUYgb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRKAUxUYgb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRKAUxUYgb .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRKAUxUYgb .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRKAUxUYgb .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRKAUxUYgb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRKAUxUYgb [class^="socicon-"]:before,
.cid-uRKAUxUYgb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRKAUxUYgb .mbr-section-title,
.cid-uRKAUxUYgb .mbr-social-likes {
  color: #ffffff;
}
.cid-uRKMb8RBti {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRKMb8RBti .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRKMb8RBti .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRKMb8RBti .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRKMb8RBti .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRKMb8RBti .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRKMb8RBti .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRKMb8RBti .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRKMb8RBti .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRKMb8RBti .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRKMb8RBti .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRKMb8RBti .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRKMb8RBti .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRKMb8RBti .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRKMb8RBti .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRKMb8RBti [class^="socicon-"]:before,
.cid-uRKMb8RBti [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRKMb8RBti .mbr-section-title,
.cid-uRKMb8RBti .mbr-social-likes {
  color: #ffffff;
}
.cid-v2I4fCbCvL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2I4fCbCvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2I4fCbCvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2I3apT9VC {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/road-4730553-1280-1280x853.jpg");
}
.cid-v2I3apT9VC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2I3apT9VC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2I3apT9VC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2I3apT9VC .row {
  flex-direction: row-reverse;
}
.cid-v2I3apT9VC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2I3apT9VC .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRKAUyXOMN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRKAUyXOMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRKAUyXOMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRKAUyXOMN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRKAUyXOMN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKAUyXOMN .row {
    text-align: center;
  }
  .cid-uRKAUyXOMN .row > div {
    margin: auto;
  }
  .cid-uRKAUyXOMN .social-row {
    justify-content: center;
  }
}
.cid-uRKAUyXOMN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRKAUyXOMN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRKAUyXOMN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRKAUyXOMN .list {
    margin-bottom: 0rem;
  }
}
.cid-uRKAUyXOMN .mbr-text {
  color: #bbbbbb;
}
.cid-uRKAUyXOMN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uRKAUyXOMN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRKAUyXOMN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRMdwAUwr3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRMdwAUwr3 nav.navbar {
  position: fixed;
}
.cid-uRMdwAUwr3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRMdwAUwr3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRMdwAUwr3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRMdwAUwr3 .dropdown-item:hover,
.cid-uRMdwAUwr3 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uRMdwAUwr3 .dropdown-item:hover span {
  color: white;
}
.cid-uRMdwAUwr3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRMdwAUwr3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRMdwAUwr3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRMdwAUwr3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRMdwAUwr3 .nav-link {
  position: relative;
}
.cid-uRMdwAUwr3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRMdwAUwr3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uRMdwAUwr3 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uRMdwAUwr3 .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uRMdwAUwr3 .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uRMdwAUwr3 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uRMdwAUwr3 .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uRMdwAUwr3 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uRMdwAUwr3 .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uRMdwAUwr3 .dropdown-menu,
.cid-uRMdwAUwr3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRMdwAUwr3 .nav-item:focus,
.cid-uRMdwAUwr3 .nav-link:focus {
  outline: none;
}
.cid-uRMdwAUwr3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRMdwAUwr3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRMdwAUwr3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRMdwAUwr3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRMdwAUwr3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRMdwAUwr3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRMdwAUwr3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uRMdwAUwr3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRMdwAUwr3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRMdwAUwr3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRMdwAUwr3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRMdwAUwr3 .navbar.collapsed {
  justify-content: center;
}
.cid-uRMdwAUwr3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRMdwAUwr3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRMdwAUwr3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uRMdwAUwr3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRMdwAUwr3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRMdwAUwr3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRMdwAUwr3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRMdwAUwr3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRMdwAUwr3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRMdwAUwr3 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uRMdwAUwr3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRMdwAUwr3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRMdwAUwr3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRMdwAUwr3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRMdwAUwr3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRMdwAUwr3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRMdwAUwr3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRMdwAUwr3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRMdwAUwr3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRMdwAUwr3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRMdwAUwr3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRMdwAUwr3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRMdwAUwr3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRMdwAUwr3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRMdwAUwr3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uRMdwAUwr3 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uRMdwAUwr3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRMdwAUwr3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRMdwAUwr3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRMdwAUwr3 .dropdown-item.active,
.cid-uRMdwAUwr3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRMdwAUwr3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRMdwAUwr3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRMdwAUwr3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRMdwAUwr3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRMdwAUwr3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRMdwAUwr3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRMdwAUwr3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRMdwAUwr3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRMdwAUwr3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRMdwAUwr3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-uRMdwAUwr3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRMdwAUwr3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMdwAUwr3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMdwAUwr3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRMdwAUwr3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMdwAUwr3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRMdwAUwr3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRMdwAUwr3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMdwAUwr3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRMdwAUwr3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRMdwAUwr3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uRMdwAUwr3 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRMdwAUwr3 .navbar {
    height: 70px;
  }
  .cid-uRMdwAUwr3 .navbar.opened {
    height: auto;
  }
  .cid-uRMdwAUwr3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uRMdwAUwr3 .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uRMdwAUwr3 .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uRMdwAUwr3 .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uRMdwAUwr3 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRMdwAUwr3 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uRMdwAUwr3 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRMdwAUwr3 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRMdwAUwr3 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uRMdwAUwr3 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRMdwAUwr3 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRMdwBx5Yi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRMdwBx5Yi .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRMdwBx5Yi .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRMdwBx5Yi .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRMdwBx5Yi .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRMdwBx5Yi .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRMdwBx5Yi .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRMdwBx5Yi .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRMdwBx5Yi .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRMdwBx5Yi .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRMdwBx5Yi .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRMdwBx5Yi .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRMdwBx5Yi .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRMdwBx5Yi .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRMdwBx5Yi .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRMdwBx5Yi [class^="socicon-"]:before,
.cid-uRMdwBx5Yi [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRMdwBx5Yi .mbr-section-title,
.cid-uRMdwBx5Yi .mbr-social-likes {
  color: #ffffff;
}
.cid-uRMdwBKjq7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRMdwBKjq7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRMdwBKjq7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRMdwBKjq7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRMdwBKjq7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRMdwBKjq7 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRMdwBKjq7 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRMdwBKjq7 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRMdwBKjq7 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRMdwBKjq7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRMdwBKjq7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRMdwBKjq7 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRMdwBKjq7 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRMdwBKjq7 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRMdwBKjq7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRMdwBKjq7 [class^="socicon-"]:before,
.cid-uRMdwBKjq7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRMdwBKjq7 .mbr-section-title,
.cid-uRMdwBKjq7 .mbr-social-likes {
  color: #ffffff;
}
.cid-uRMdwBXw0K {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRMdwBXw0K img,
.cid-uRMdwBXw0K .item-img {
  width: 100%;
}
.cid-uRMdwBXw0K .item:focus,
.cid-uRMdwBXw0K span:focus {
  outline: none;
}
.cid-uRMdwBXw0K .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRMdwBXw0K .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRMdwBXw0K .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRMdwBXw0K .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uRMdwBXw0K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRMdwBXw0K .mbr-section-title {
  color: #232323;
}
.cid-uRMdwBXw0K .mbr-text,
.cid-uRMdwBXw0K .mbr-section-btn {
  text-align: center;
}
.cid-uRMdwBXw0K .item-title {
  text-align: center;
}
.cid-uRMdwBXw0K .item-subtitle {
  text-align: center;
}
.cid-v2IEJ6znd6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-v2IEJ6znd6 img,
.cid-v2IEJ6znd6 .item-img {
  width: 100%;
}
.cid-v2IEJ6znd6 .item:focus,
.cid-v2IEJ6znd6 span:focus {
  outline: none;
}
.cid-v2IEJ6znd6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2IEJ6znd6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f8e7d2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2IEJ6znd6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2IEJ6znd6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2IEJ6znd6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2IEJ6znd6 .mbr-section-title {
  color: #232323;
}
.cid-v2IEJ6znd6 .mbr-text,
.cid-v2IEJ6znd6 .mbr-section-btn {
  text-align: center;
}
.cid-v2IEJ6znd6 .item-title {
  text-align: center;
}
.cid-v2IEJ6znd6 .item-subtitle {
  text-align: center;
}
.cid-uRMdwCGMjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRMdwCGMjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMdwCGMjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRMdwCGMjP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRMdwCGMjP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRMdwCGMjP .row {
    text-align: center;
  }
  .cid-uRMdwCGMjP .row > div {
    margin: auto;
  }
  .cid-uRMdwCGMjP .social-row {
    justify-content: center;
  }
}
.cid-uRMdwCGMjP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRMdwCGMjP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRMdwCGMjP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRMdwCGMjP .list {
    margin-bottom: 0rem;
  }
}
.cid-uRMdwCGMjP .mbr-text {
  color: #bbbbbb;
}
.cid-uRMdwCGMjP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uRMdwCGMjP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRMdwCGMjP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRNfeH6tLO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRNfeH6tLO nav.navbar {
  position: fixed;
}
.cid-uRNfeH6tLO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRNfeH6tLO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRNfeH6tLO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRNfeH6tLO .dropdown-item:hover,
.cid-uRNfeH6tLO .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uRNfeH6tLO .dropdown-item:hover span {
  color: white;
}
.cid-uRNfeH6tLO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRNfeH6tLO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRNfeH6tLO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRNfeH6tLO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRNfeH6tLO .nav-link {
  position: relative;
}
.cid-uRNfeH6tLO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRNfeH6tLO .container {
    flex-wrap: nowrap;
  }
}
.cid-uRNfeH6tLO .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uRNfeH6tLO .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uRNfeH6tLO .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uRNfeH6tLO .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uRNfeH6tLO .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uRNfeH6tLO .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uRNfeH6tLO .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uRNfeH6tLO .dropdown-menu,
.cid-uRNfeH6tLO .navbar.opened {
  background: #ffffff !important;
}
.cid-uRNfeH6tLO .nav-item:focus,
.cid-uRNfeH6tLO .nav-link:focus {
  outline: none;
}
.cid-uRNfeH6tLO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRNfeH6tLO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRNfeH6tLO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRNfeH6tLO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRNfeH6tLO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRNfeH6tLO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRNfeH6tLO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uRNfeH6tLO .navbar.opened {
  transition: all 0.3s;
}
.cid-uRNfeH6tLO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRNfeH6tLO .navbar .navbar-logo img {
  width: auto;
}
.cid-uRNfeH6tLO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRNfeH6tLO .navbar.collapsed {
  justify-content: center;
}
.cid-uRNfeH6tLO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRNfeH6tLO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRNfeH6tLO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uRNfeH6tLO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRNfeH6tLO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRNfeH6tLO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRNfeH6tLO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRNfeH6tLO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRNfeH6tLO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRNfeH6tLO .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uRNfeH6tLO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRNfeH6tLO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRNfeH6tLO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRNfeH6tLO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRNfeH6tLO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRNfeH6tLO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRNfeH6tLO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRNfeH6tLO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRNfeH6tLO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRNfeH6tLO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRNfeH6tLO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRNfeH6tLO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRNfeH6tLO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRNfeH6tLO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRNfeH6tLO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uRNfeH6tLO .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uRNfeH6tLO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRNfeH6tLO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRNfeH6tLO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRNfeH6tLO .dropdown-item.active,
.cid-uRNfeH6tLO .dropdown-item:active {
  background-color: transparent;
}
.cid-uRNfeH6tLO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRNfeH6tLO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRNfeH6tLO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRNfeH6tLO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRNfeH6tLO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRNfeH6tLO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRNfeH6tLO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRNfeH6tLO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRNfeH6tLO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRNfeH6tLO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-uRNfeH6tLO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRNfeH6tLO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRNfeH6tLO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRNfeH6tLO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRNfeH6tLO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRNfeH6tLO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRNfeH6tLO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRNfeH6tLO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRNfeH6tLO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRNfeH6tLO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRNfeH6tLO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uRNfeH6tLO .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRNfeH6tLO .navbar {
    height: 70px;
  }
  .cid-uRNfeH6tLO .navbar.opened {
    height: auto;
  }
  .cid-uRNfeH6tLO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uRNfeH6tLO .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uRNfeH6tLO .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uRNfeH6tLO .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uRNfeH6tLO .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRNfeH6tLO .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uRNfeH6tLO .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRNfeH6tLO .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRNfeH6tLO .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uRNfeH6tLO .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRNfeH6tLO .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRNfeHTYrl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRNfeHTYrl .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRNfeHTYrl .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRNfeHTYrl .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRNfeHTYrl .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRNfeHTYrl .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRNfeHTYrl .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRNfeHTYrl .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRNfeHTYrl .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRNfeHTYrl .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRNfeHTYrl .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRNfeHTYrl .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRNfeHTYrl .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRNfeHTYrl .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRNfeHTYrl .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRNfeHTYrl [class^="socicon-"]:before,
.cid-uRNfeHTYrl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRNfeHTYrl .mbr-section-title,
.cid-uRNfeHTYrl .mbr-social-likes {
  color: #ffffff;
}
.cid-uRNfeIcDeW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRNfeIcDeW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRNfeIcDeW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRNfeIcDeW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRNfeIcDeW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRNfeIcDeW .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRNfeIcDeW .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRNfeIcDeW .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRNfeIcDeW .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRNfeIcDeW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRNfeIcDeW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRNfeIcDeW .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRNfeIcDeW .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRNfeIcDeW .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRNfeIcDeW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRNfeIcDeW [class^="socicon-"]:before,
.cid-uRNfeIcDeW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRNfeIcDeW .mbr-section-title,
.cid-uRNfeIcDeW .mbr-social-likes {
  color: #ffffff;
}
.cid-uRNfFoFL2V {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-uRNfFoFL2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRNfFoFL2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRNfFoFL2V .mbr-section-title {
  color: #ff9966;
}
.cid-uRNfFoFL2V .mbr-section-subtitle {
  color: #ffb18a;
}
.cid-uRNfyAhJjj {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f5c9ad;
}
.cid-uRNfyAhJjj .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-uRNfyAhJjj .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-uRNfyAhJjj .card {
  height: fit-content;
}
.cid-uRNfyAhJjj h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uRNfyAhJjj .card1 {
  background: #ff9966;
}
.cid-uRNfyAhJjj .card2 {
  background: #232323;
}
.cid-uRNfyAhJjj .card3 {
  background: #bbbbbb;
}
.cid-uRNfyAhJjj .card4 {
  background: #232323;
}
.cid-uRNfyAhJjj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRNfyAhJjj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uRNfyAhJjj .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-uRNfyAhJjj .card-subtitle1 {
  text-align: center;
}
.cid-uRNfyAhJjj .card-title1 {
  text-align: center;
}
.cid-uRNfyAhJjj .mbr-text1 {
  text-align: center;
}
.cid-uRNfyAhJjj .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-uRNfyAhJjj .mbr-text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uRNfyAhJjj .card-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-uRNfyAhJjj .card-title3 {
  text-align: center;
}
.cid-uRNfyAhJjj .mbr-text3 {
  text-align: center;
}
.cid-uRNfyAhJjj .card-subtitle3 {
  text-align: center;
  color: #232323;
}
.cid-uRNfyAhJjj .card-title4 {
  text-align: center;
}
.cid-uRNfyAhJjj .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-uRNfyAhJjj .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-uRNfyAhJjj .card-title2,
.cid-uRNfyAhJjj .title-wrap2 {
  text-align: center;
  color: #ffffff;
}
.cid-uRNfyAhJjj .card-title3,
.cid-uRNfyAhJjj .title-wrap3 {
  text-align: center;
}
.cid-uRNfyAhJjj .card-title4,
.cid-uRNfyAhJjj .title-wrap4 {
  text-align: center;
  color: #ffffff;
}
.cid-uRNfyAhJjj .card-title1,
.cid-uRNfyAhJjj .title-wrap1 {
  text-align: center;
}
.cid-uRNfyAhJjj .title {
  text-align: center;
}
.cid-uRR1vKCR8O {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-uRR1vKCR8O .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRR1vKCR8O .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRR1vKCR8O .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRR1vKCR8O .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRR1vKCR8O .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRR1vKCR8O .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRR1vKCR8O .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRR1vKCR8O .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRR1vKCR8O .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRR1vKCR8O .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRR1vKCR8O .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRR1vKCR8O .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRR1vKCR8O .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRR1vKCR8O .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRR1vKCR8O [class^="socicon-"]:before,
.cid-uRR1vKCR8O [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRR1vKCR8O .mbr-section-title,
.cid-uRR1vKCR8O .mbr-social-likes {
  color: #ffffff;
}
.cid-uRNhwZd8jK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uRNhwZd8jK .nav-tabs .nav-item.open .nav-link:focus,
.cid-uRNhwZd8jK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uRNhwZd8jK p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-uRNhwZd8jK .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-uRNhwZd8jK .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #fff;
}
.cid-uRNhwZd8jK .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-uRNhwZd8jK .nav-link.active {
  border-color: transparent;
}
.cid-uRNhwZd8jK .nav-tabs .nav-link {
  color: #1c1c1c;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-uRNhwZd8jK .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #ffffff;
  border-bottom: 1px solid #1c1c1c;
}
.cid-uRNhwZd8jK .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #1c1c1c;
  font-style: normal;
  background-color: #ffffff;
}
.cid-uRNhwZd8jK .nav-tabs .nav-link.active:hover {
  background-color: #ffffff;
}
.cid-uRNhwZd8jK .mbr-text {
  text-align: center;
}
.cid-uRNhwZd8jK P {
  color: #767676;
  text-align: right;
}
.cid-uRNhwZd8jK H2 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uRNhwZd8jK .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-uRNhwZd8jK .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-uRNhwZd8jK .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-uRNhwZd8jK .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-uRNfeIXI7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRNfeIXI7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRNfeIXI7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRNfeIXI7s .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRNfeIXI7s .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRNfeIXI7s .row {
    text-align: center;
  }
  .cid-uRNfeIXI7s .row > div {
    margin: auto;
  }
  .cid-uRNfeIXI7s .social-row {
    justify-content: center;
  }
}
.cid-uRNfeIXI7s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRNfeIXI7s .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRNfeIXI7s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRNfeIXI7s .list {
    margin-bottom: 0rem;
  }
}
.cid-uRNfeIXI7s .mbr-text {
  color: #bbbbbb;
}
.cid-uRNfeIXI7s .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uRNfeIXI7s .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRNfeIXI7s div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRQzcTXAoA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRQzcTXAoA nav.navbar {
  position: fixed;
}
.cid-uRQzcTXAoA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRQzcTXAoA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRQzcTXAoA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRQzcTXAoA .dropdown-item:hover,
.cid-uRQzcTXAoA .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uRQzcTXAoA .dropdown-item:hover span {
  color: white;
}
.cid-uRQzcTXAoA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRQzcTXAoA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRQzcTXAoA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRQzcTXAoA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRQzcTXAoA .nav-link {
  position: relative;
}
.cid-uRQzcTXAoA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRQzcTXAoA .container {
    flex-wrap: nowrap;
  }
}
.cid-uRQzcTXAoA .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uRQzcTXAoA .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uRQzcTXAoA .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uRQzcTXAoA .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uRQzcTXAoA .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uRQzcTXAoA .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uRQzcTXAoA .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uRQzcTXAoA .dropdown-menu,
.cid-uRQzcTXAoA .navbar.opened {
  background: #ffffff !important;
}
.cid-uRQzcTXAoA .nav-item:focus,
.cid-uRQzcTXAoA .nav-link:focus {
  outline: none;
}
.cid-uRQzcTXAoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRQzcTXAoA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRQzcTXAoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRQzcTXAoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRQzcTXAoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRQzcTXAoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRQzcTXAoA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uRQzcTXAoA .navbar.opened {
  transition: all 0.3s;
}
.cid-uRQzcTXAoA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRQzcTXAoA .navbar .navbar-logo img {
  width: auto;
}
.cid-uRQzcTXAoA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRQzcTXAoA .navbar.collapsed {
  justify-content: center;
}
.cid-uRQzcTXAoA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRQzcTXAoA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRQzcTXAoA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uRQzcTXAoA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRQzcTXAoA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRQzcTXAoA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRQzcTXAoA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRQzcTXAoA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRQzcTXAoA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRQzcTXAoA .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uRQzcTXAoA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRQzcTXAoA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRQzcTXAoA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRQzcTXAoA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRQzcTXAoA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRQzcTXAoA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRQzcTXAoA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRQzcTXAoA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRQzcTXAoA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRQzcTXAoA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRQzcTXAoA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRQzcTXAoA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRQzcTXAoA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRQzcTXAoA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRQzcTXAoA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uRQzcTXAoA .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uRQzcTXAoA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRQzcTXAoA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRQzcTXAoA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRQzcTXAoA .dropdown-item.active,
.cid-uRQzcTXAoA .dropdown-item:active {
  background-color: transparent;
}
.cid-uRQzcTXAoA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRQzcTXAoA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRQzcTXAoA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRQzcTXAoA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRQzcTXAoA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRQzcTXAoA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRQzcTXAoA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRQzcTXAoA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRQzcTXAoA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRQzcTXAoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-uRQzcTXAoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRQzcTXAoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRQzcTXAoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRQzcTXAoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRQzcTXAoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRQzcTXAoA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRQzcTXAoA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRQzcTXAoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRQzcTXAoA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRQzcTXAoA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRQzcTXAoA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uRQzcTXAoA .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRQzcTXAoA .navbar {
    height: 70px;
  }
  .cid-uRQzcTXAoA .navbar.opened {
    height: auto;
  }
  .cid-uRQzcTXAoA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uRQzcTXAoA .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uRQzcTXAoA .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uRQzcTXAoA .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uRQzcTXAoA .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRQzcTXAoA .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uRQzcTXAoA .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRQzcTXAoA .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRQzcTXAoA .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uRQzcTXAoA .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRQzcTXAoA .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRQzcUV8L4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRQzcUV8L4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRQzcUV8L4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRQzcUV8L4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRQzcUV8L4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRQzcUV8L4 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRQzcUV8L4 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRQzcUV8L4 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRQzcUV8L4 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRQzcUV8L4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRQzcUV8L4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRQzcUV8L4 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRQzcUV8L4 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRQzcUV8L4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRQzcUV8L4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRQzcUV8L4 [class^="socicon-"]:before,
.cid-uRQzcUV8L4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRQzcUV8L4 .mbr-section-title,
.cid-uRQzcUV8L4 .mbr-social-likes {
  color: #ffffff;
}
.cid-uRQzcVn1C5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRQzcVn1C5 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRQzcVn1C5 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRQzcVn1C5 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRQzcVn1C5 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRQzcVn1C5 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRQzcVn1C5 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRQzcVn1C5 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRQzcVn1C5 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRQzcVn1C5 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRQzcVn1C5 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRQzcVn1C5 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRQzcVn1C5 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRQzcVn1C5 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRQzcVn1C5 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRQzcVn1C5 [class^="socicon-"]:before,
.cid-uRQzcVn1C5 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRQzcVn1C5 .mbr-section-title,
.cid-uRQzcVn1C5 .mbr-social-likes {
  color: #ffffff;
}
.cid-uRQzcVXW1R {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-uRQzcVXW1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQzcVXW1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQzAI6FYw {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f8e7d2;
}
.cid-uRQzAI6FYw .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uRQzAI6FYw .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uRQzAI6FYw .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uRQzAI6FYw P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uRQzAI6FYw img {
  margin-top: 32px;
}
.cid-uRQzAI6FYw img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-uRQzAI6FYw .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uRQzAI6FYw .top,
  .cid-uRQzAI6FYw .top-2 {
    margin-top: 0;
  }
}
.cid-uRQzcYR4UO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRQzcYR4UO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQzcYR4UO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQzcYR4UO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRQzcYR4UO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRQzcYR4UO .row {
    text-align: center;
  }
  .cid-uRQzcYR4UO .row > div {
    margin: auto;
  }
  .cid-uRQzcYR4UO .social-row {
    justify-content: center;
  }
}
.cid-uRQzcYR4UO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRQzcYR4UO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRQzcYR4UO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRQzcYR4UO .list {
    margin-bottom: 0rem;
  }
}
.cid-uRQzcYR4UO .mbr-text {
  color: #bbbbbb;
}
.cid-uRQzcYR4UO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uRQzcYR4UO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRQzcYR4UO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRQCIx1vBR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRQCIx1vBR nav.navbar {
  position: fixed;
}
.cid-uRQCIx1vBR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRQCIx1vBR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRQCIx1vBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRQCIx1vBR .dropdown-item:hover,
.cid-uRQCIx1vBR .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uRQCIx1vBR .dropdown-item:hover span {
  color: white;
}
.cid-uRQCIx1vBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRQCIx1vBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRQCIx1vBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRQCIx1vBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRQCIx1vBR .nav-link {
  position: relative;
}
.cid-uRQCIx1vBR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRQCIx1vBR .container {
    flex-wrap: nowrap;
  }
}
.cid-uRQCIx1vBR .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uRQCIx1vBR .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uRQCIx1vBR .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uRQCIx1vBR .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uRQCIx1vBR .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uRQCIx1vBR .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uRQCIx1vBR .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uRQCIx1vBR .dropdown-menu,
.cid-uRQCIx1vBR .navbar.opened {
  background: #ffffff !important;
}
.cid-uRQCIx1vBR .nav-item:focus,
.cid-uRQCIx1vBR .nav-link:focus {
  outline: none;
}
.cid-uRQCIx1vBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRQCIx1vBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRQCIx1vBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRQCIx1vBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRQCIx1vBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRQCIx1vBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRQCIx1vBR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uRQCIx1vBR .navbar.opened {
  transition: all 0.3s;
}
.cid-uRQCIx1vBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRQCIx1vBR .navbar .navbar-logo img {
  width: auto;
}
.cid-uRQCIx1vBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRQCIx1vBR .navbar.collapsed {
  justify-content: center;
}
.cid-uRQCIx1vBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRQCIx1vBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRQCIx1vBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uRQCIx1vBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRQCIx1vBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRQCIx1vBR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRQCIx1vBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRQCIx1vBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRQCIx1vBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRQCIx1vBR .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uRQCIx1vBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRQCIx1vBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRQCIx1vBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRQCIx1vBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRQCIx1vBR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRQCIx1vBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRQCIx1vBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRQCIx1vBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRQCIx1vBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRQCIx1vBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRQCIx1vBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRQCIx1vBR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRQCIx1vBR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRQCIx1vBR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRQCIx1vBR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uRQCIx1vBR .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uRQCIx1vBR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRQCIx1vBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRQCIx1vBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRQCIx1vBR .dropdown-item.active,
.cid-uRQCIx1vBR .dropdown-item:active {
  background-color: transparent;
}
.cid-uRQCIx1vBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRQCIx1vBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRQCIx1vBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRQCIx1vBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRQCIx1vBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRQCIx1vBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRQCIx1vBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRQCIx1vBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRQCIx1vBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRQCIx1vBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-uRQCIx1vBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRQCIx1vBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRQCIx1vBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRQCIx1vBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRQCIx1vBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRQCIx1vBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRQCIx1vBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRQCIx1vBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRQCIx1vBR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRQCIx1vBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRQCIx1vBR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uRQCIx1vBR .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRQCIx1vBR .navbar {
    height: 70px;
  }
  .cid-uRQCIx1vBR .navbar.opened {
    height: auto;
  }
  .cid-uRQCIx1vBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uRQCIx1vBR .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uRQCIx1vBR .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uRQCIx1vBR .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uRQCIx1vBR .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRQCIx1vBR .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uRQCIx1vBR .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRQCIx1vBR .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRQCIx1vBR .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uRQCIx1vBR .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uRQCIx1vBR .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uRQCIxVReJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRQCIxVReJ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRQCIxVReJ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRQCIxVReJ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRQCIxVReJ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRQCIxVReJ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRQCIxVReJ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRQCIxVReJ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRQCIxVReJ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRQCIxVReJ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRQCIxVReJ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRQCIxVReJ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRQCIxVReJ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRQCIxVReJ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRQCIxVReJ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRQCIxVReJ [class^="socicon-"]:before,
.cid-uRQCIxVReJ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRQCIxVReJ .mbr-section-title,
.cid-uRQCIxVReJ .mbr-social-likes {
  color: #ffffff;
}
.cid-uRQCIyeI0B {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRQCIyeI0B .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRQCIyeI0B .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRQCIyeI0B .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRQCIyeI0B .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRQCIyeI0B .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRQCIyeI0B .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRQCIyeI0B .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRQCIyeI0B .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRQCIyeI0B .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRQCIyeI0B .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRQCIyeI0B .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRQCIyeI0B .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRQCIyeI0B .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRQCIyeI0B .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRQCIyeI0B [class^="socicon-"]:before,
.cid-uRQCIyeI0B [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRQCIyeI0B .mbr-section-title,
.cid-uRQCIyeI0B .mbr-social-likes {
  color: #ffffff;
}
.cid-uRQCIywvuI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uRQCIywvuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQCIywvuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQCIywvuI .mbr-section-title {
  color: #ffffff;
}
.cid-uRQCIywvuI .mbr-section-subtitle {
  color: #ffe161;
}
.cid-v2fEv6RQpq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fEv6RQpq .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fEv6RQpq .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fEv6RQpq .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fEv6RQpq .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fEv6RQpq .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fEv6RQpq .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fEv6RQpq .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fEv6RQpq .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fEv6RQpq .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fEv6RQpq .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fEv6RQpq .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fEv6RQpq .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fEv6RQpq .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fEv6RQpq .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fEv6RQpq [class^="socicon-"]:before,
.cid-v2fEv6RQpq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fEv6RQpq .mbr-section-title,
.cid-v2fEv6RQpq .mbr-social-likes {
  color: #ffffff;
}
.cid-uRQEmhRrWV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe2b7;
}
.cid-uRQEmhRrWV .row {
  flex-direction: row-reverse;
}
.cid-uRQEmhRrWV .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uRQEmhRrWV .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uRQEmhRrWV .card {
    margin-bottom: 2rem !important;
  }
  .cid-uRQEmhRrWV .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uRQEmhRrWV .link-wrap {
    align-items: center;
  }
}
.cid-uRQEmhRrWV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRQEmhRrWV .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRQEmhRrWV .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uRQEmhRrWV .btn:hover,
.cid-uRQEmhRrWV .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-uRQEmhRrWV .card-title {
  color: #000000;
}
.cid-uRQEmhRrWV .mbr-subtile {
  color: #000000;
}
.cid-uRQEmhRrWV .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRQEmhRrWV .padding {
    padding-right: 110px;
  }
}
.cid-uRQKY9KX1b {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8e7d2;
}
.cid-uRQKY9KX1b .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uRQKY9KX1b .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uRQKY9KX1b .card {
    margin-bottom: 2rem !important;
  }
  .cid-uRQKY9KX1b .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uRQKY9KX1b .link-wrap {
    align-items: center;
  }
}
.cid-uRQKY9KX1b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRQKY9KX1b .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRQKY9KX1b .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uRQKY9KX1b .btn:hover,
.cid-uRQKY9KX1b .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-uRQKY9KX1b .card-title {
  color: #000000;
}
.cid-uRQKY9KX1b .mbr-subtile {
  color: #000000;
}
.cid-uRQKY9KX1b .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRQKY9KX1b .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-uRQN9dwij1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe2b7;
}
.cid-uRQN9dwij1 .row {
  flex-direction: row-reverse;
}
.cid-uRQN9dwij1 .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uRQN9dwij1 .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uRQN9dwij1 .card {
    margin-bottom: 2rem !important;
  }
  .cid-uRQN9dwij1 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uRQN9dwij1 .link-wrap {
    align-items: center;
  }
}
.cid-uRQN9dwij1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRQN9dwij1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRQN9dwij1 .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uRQN9dwij1 .btn:hover,
.cid-uRQN9dwij1 .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-uRQN9dwij1 .card-title {
  color: #000000;
}
.cid-uRQN9dwij1 .mbr-subtile {
  color: #000000;
}
.cid-uRQN9dwij1 .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRQN9dwij1 .padding {
    padding-right: 110px;
  }
}
.cid-uRQPMQ25Yz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8e7d2;
}
.cid-uRQPMQ25Yz .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uRQPMQ25Yz .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uRQPMQ25Yz .card {
    margin-bottom: 2rem !important;
  }
  .cid-uRQPMQ25Yz .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uRQPMQ25Yz .link-wrap {
    align-items: center;
  }
}
.cid-uRQPMQ25Yz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRQPMQ25Yz .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRQPMQ25Yz .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uRQPMQ25Yz .btn:hover,
.cid-uRQPMQ25Yz .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-uRQPMQ25Yz .card-title {
  color: #000000;
}
.cid-uRQPMQ25Yz .mbr-subtile {
  color: #000000;
}
.cid-uRQPMQ25Yz .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRQPMQ25Yz .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-v2gGwDHOc6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe2b7;
}
.cid-v2gGwDHOc6 .row {
  flex-direction: row-reverse;
}
.cid-v2gGwDHOc6 .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2gGwDHOc6 .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2gGwDHOc6 .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2gGwDHOc6 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gGwDHOc6 .link-wrap {
    align-items: center;
  }
}
.cid-v2gGwDHOc6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2gGwDHOc6 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2gGwDHOc6 .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2gGwDHOc6 .btn:hover,
.cid-v2gGwDHOc6 .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2gGwDHOc6 .card-title {
  color: #000000;
}
.cid-v2gGwDHOc6 .mbr-subtile {
  color: #000000;
}
.cid-v2gGwDHOc6 .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2gGwDHOc6 .padding {
    padding-right: 110px;
  }
}
.cid-v2jKoyyHbM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8e7d2;
}
.cid-v2jKoyyHbM .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2jKoyyHbM .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2jKoyyHbM .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2jKoyyHbM .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2jKoyyHbM .link-wrap {
    align-items: center;
  }
}
.cid-v2jKoyyHbM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2jKoyyHbM .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2jKoyyHbM .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2jKoyyHbM .btn:hover,
.cid-v2jKoyyHbM .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2jKoyyHbM .card-title {
  color: #000000;
}
.cid-v2jKoyyHbM .mbr-subtile {
  color: #000000;
}
.cid-v2jKoyyHbM .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2jKoyyHbM .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-uRQCIz3qZ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRQCIz3qZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQCIz3qZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQCIz3qZ8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRQCIz3qZ8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRQCIz3qZ8 .row {
    text-align: center;
  }
  .cid-uRQCIz3qZ8 .row > div {
    margin: auto;
  }
  .cid-uRQCIz3qZ8 .social-row {
    justify-content: center;
  }
}
.cid-uRQCIz3qZ8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRQCIz3qZ8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRQCIz3qZ8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRQCIz3qZ8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uRQCIz3qZ8 .mbr-text {
  color: #bbbbbb;
}
.cid-uRQCIz3qZ8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uRQCIz3qZ8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRQCIz3qZ8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSpVOfmO8o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSpVOfmO8o nav.navbar {
  position: fixed;
}
.cid-uSpVOfmO8o .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpVOfmO8o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSpVOfmO8o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSpVOfmO8o .dropdown-item:hover,
.cid-uSpVOfmO8o .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uSpVOfmO8o .dropdown-item:hover span {
  color: white;
}
.cid-uSpVOfmO8o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSpVOfmO8o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSpVOfmO8o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSpVOfmO8o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSpVOfmO8o .nav-link {
  position: relative;
}
.cid-uSpVOfmO8o .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSpVOfmO8o .container {
    flex-wrap: nowrap;
  }
}
.cid-uSpVOfmO8o .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uSpVOfmO8o .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uSpVOfmO8o .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uSpVOfmO8o .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uSpVOfmO8o .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uSpVOfmO8o .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uSpVOfmO8o .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uSpVOfmO8o .dropdown-menu,
.cid-uSpVOfmO8o .navbar.opened {
  background: #ffffff !important;
}
.cid-uSpVOfmO8o .nav-item:focus,
.cid-uSpVOfmO8o .nav-link:focus {
  outline: none;
}
.cid-uSpVOfmO8o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpVOfmO8o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpVOfmO8o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpVOfmO8o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpVOfmO8o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpVOfmO8o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpVOfmO8o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uSpVOfmO8o .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpVOfmO8o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSpVOfmO8o .navbar .navbar-logo img {
  width: auto;
}
.cid-uSpVOfmO8o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSpVOfmO8o .navbar.collapsed {
  justify-content: center;
}
.cid-uSpVOfmO8o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpVOfmO8o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSpVOfmO8o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uSpVOfmO8o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpVOfmO8o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpVOfmO8o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSpVOfmO8o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpVOfmO8o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSpVOfmO8o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSpVOfmO8o .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uSpVOfmO8o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpVOfmO8o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpVOfmO8o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpVOfmO8o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSpVOfmO8o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSpVOfmO8o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpVOfmO8o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSpVOfmO8o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSpVOfmO8o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSpVOfmO8o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpVOfmO8o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSpVOfmO8o .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSpVOfmO8o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSpVOfmO8o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSpVOfmO8o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uSpVOfmO8o .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uSpVOfmO8o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSpVOfmO8o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSpVOfmO8o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSpVOfmO8o .dropdown-item.active,
.cid-uSpVOfmO8o .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpVOfmO8o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSpVOfmO8o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpVOfmO8o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpVOfmO8o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSpVOfmO8o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpVOfmO8o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpVOfmO8o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSpVOfmO8o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSpVOfmO8o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSpVOfmO8o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-uSpVOfmO8o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSpVOfmO8o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpVOfmO8o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpVOfmO8o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSpVOfmO8o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpVOfmO8o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpVOfmO8o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpVOfmO8o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpVOfmO8o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSpVOfmO8o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSpVOfmO8o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uSpVOfmO8o .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSpVOfmO8o .navbar {
    height: 70px;
  }
  .cid-uSpVOfmO8o .navbar.opened {
    height: auto;
  }
  .cid-uSpVOfmO8o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uSpVOfmO8o .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uSpVOfmO8o .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uSpVOfmO8o .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uSpVOfmO8o .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uSpVOfmO8o .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uSpVOfmO8o .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uSpVOfmO8o .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uSpVOfmO8o .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uSpVOfmO8o .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uSpVOfmO8o .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uSpVOgoD0L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uSpVOgoD0L .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uSpVOgoD0L .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uSpVOgoD0L .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uSpVOgoD0L .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uSpVOgoD0L .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uSpVOgoD0L .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uSpVOgoD0L .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uSpVOgoD0L .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uSpVOgoD0L .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uSpVOgoD0L .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uSpVOgoD0L .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uSpVOgoD0L .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uSpVOgoD0L .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uSpVOgoD0L .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uSpVOgoD0L [class^="socicon-"]:before,
.cid-uSpVOgoD0L [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uSpVOgoD0L .mbr-section-title,
.cid-uSpVOgoD0L .mbr-social-likes {
  color: #ffffff;
}
.cid-uSpVOgCe8T {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uSpVOgCe8T .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uSpVOgCe8T .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uSpVOgCe8T .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uSpVOgCe8T .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uSpVOgCe8T .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uSpVOgCe8T .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uSpVOgCe8T .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uSpVOgCe8T .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uSpVOgCe8T .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uSpVOgCe8T .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uSpVOgCe8T .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uSpVOgCe8T .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uSpVOgCe8T .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uSpVOgCe8T .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uSpVOgCe8T [class^="socicon-"]:before,
.cid-uSpVOgCe8T [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uSpVOgCe8T .mbr-section-title,
.cid-uSpVOgCe8T .mbr-social-likes {
  color: #ffffff;
}
.cid-uSpVOgPV8K {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uSpVOgPV8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpVOgPV8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpVOgPV8K .mbr-section-title {
  color: #ffffff;
}
.cid-uSpVOgPV8K .mbr-section-subtitle {
  color: #ffe161;
}
.cid-uSpXAcXFs8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fff4e7;
}
.cid-uSpXAcXFs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpXAcXFs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpXAcXFs8 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSpXAcXFs8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSpXAcXFs8 .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #faebc5;
}
@media (max-width: 992px) {
  .cid-uSpXAcXFs8 .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uSpXAcXFs8 .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uSpXAcXFs8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uSpXAcXFs8 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSpXAcXFs8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSpXAcXFs8 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uSpXAcXFs8 .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uSpXAcXFs8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #000c3f;
  background-color: #fff4e7;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSpXAcXFs8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uSpXAcXFs8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uSpXAcXFs8 .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uSpXAcXFs8 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSpXAcXFs8 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uSpXAcXFs8 .mbr-section-title {
  color: #000c3f;
  text-align: center;
}
.cid-uSpXAcXFs8 .panel-title-edit {
  color: #000c3f;
}
.cid-uSpXAcXFs8 .panel-text {
  color: #000c3f;
}
.cid-uSpVOi8HSg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSpVOi8HSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpVOi8HSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpVOi8HSg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSpVOi8HSg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSpVOi8HSg .row {
    text-align: center;
  }
  .cid-uSpVOi8HSg .row > div {
    margin: auto;
  }
  .cid-uSpVOi8HSg .social-row {
    justify-content: center;
  }
}
.cid-uSpVOi8HSg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSpVOi8HSg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSpVOi8HSg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSpVOi8HSg .list {
    margin-bottom: 0rem;
  }
}
.cid-uSpVOi8HSg .mbr-text {
  color: #bbbbbb;
}
.cid-uSpVOi8HSg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSpVOi8HSg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSpVOi8HSg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2ehEUry2p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2ehEUry2p nav.navbar {
  position: fixed;
}
.cid-v2ehEUry2p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2ehEUry2p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2ehEUry2p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2ehEUry2p .dropdown-item:hover,
.cid-v2ehEUry2p .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v2ehEUry2p .dropdown-item:hover span {
  color: white;
}
.cid-v2ehEUry2p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2ehEUry2p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2ehEUry2p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2ehEUry2p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2ehEUry2p .nav-link {
  position: relative;
}
.cid-v2ehEUry2p .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2ehEUry2p .container {
    flex-wrap: nowrap;
  }
}
.cid-v2ehEUry2p .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v2ehEUry2p .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v2ehEUry2p .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-v2ehEUry2p .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v2ehEUry2p .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-v2ehEUry2p .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v2ehEUry2p .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-v2ehEUry2p .dropdown-menu,
.cid-v2ehEUry2p .navbar.opened {
  background: #ffffff !important;
}
.cid-v2ehEUry2p .nav-item:focus,
.cid-v2ehEUry2p .nav-link:focus {
  outline: none;
}
.cid-v2ehEUry2p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2ehEUry2p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2ehEUry2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2ehEUry2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2ehEUry2p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2ehEUry2p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2ehEUry2p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v2ehEUry2p .navbar.opened {
  transition: all 0.3s;
}
.cid-v2ehEUry2p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2ehEUry2p .navbar .navbar-logo img {
  width: auto;
}
.cid-v2ehEUry2p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2ehEUry2p .navbar.collapsed {
  justify-content: center;
}
.cid-v2ehEUry2p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2ehEUry2p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2ehEUry2p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v2ehEUry2p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2ehEUry2p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2ehEUry2p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2ehEUry2p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2ehEUry2p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2ehEUry2p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2ehEUry2p .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v2ehEUry2p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2ehEUry2p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2ehEUry2p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2ehEUry2p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2ehEUry2p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2ehEUry2p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2ehEUry2p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2ehEUry2p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2ehEUry2p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2ehEUry2p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2ehEUry2p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2ehEUry2p .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2ehEUry2p .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2ehEUry2p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2ehEUry2p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v2ehEUry2p .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v2ehEUry2p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2ehEUry2p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2ehEUry2p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2ehEUry2p .dropdown-item.active,
.cid-v2ehEUry2p .dropdown-item:active {
  background-color: transparent;
}
.cid-v2ehEUry2p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2ehEUry2p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2ehEUry2p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2ehEUry2p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2ehEUry2p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2ehEUry2p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2ehEUry2p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2ehEUry2p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2ehEUry2p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2ehEUry2p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-v2ehEUry2p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2ehEUry2p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2ehEUry2p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2ehEUry2p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2ehEUry2p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2ehEUry2p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2ehEUry2p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2ehEUry2p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2ehEUry2p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2ehEUry2p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2ehEUry2p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2ehEUry2p .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2ehEUry2p .navbar {
    height: 70px;
  }
  .cid-v2ehEUry2p .navbar.opened {
    height: auto;
  }
  .cid-v2ehEUry2p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v2ehEUry2p .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v2ehEUry2p .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v2ehEUry2p .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v2ehEUry2p .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v2ehEUry2p .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v2ehEUry2p .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2ehEUry2p .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2ehEUry2p .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v2ehEUry2p .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2ehEUry2p .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2ehEVhrMl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2ehEVhrMl .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2ehEVhrMl .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2ehEVhrMl .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2ehEVhrMl .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2ehEVhrMl .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2ehEVhrMl .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2ehEVhrMl .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2ehEVhrMl .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2ehEVhrMl .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2ehEVhrMl .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2ehEVhrMl .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2ehEVhrMl .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2ehEVhrMl .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2ehEVhrMl .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2ehEVhrMl [class^="socicon-"]:before,
.cid-v2ehEVhrMl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2ehEVhrMl .mbr-section-title,
.cid-v2ehEVhrMl .mbr-social-likes {
  color: #ffffff;
}
.cid-v2ehEVDhjZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2ehEVDhjZ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2ehEVDhjZ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2ehEVDhjZ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2ehEVDhjZ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2ehEVDhjZ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2ehEVDhjZ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2ehEVDhjZ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2ehEVDhjZ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2ehEVDhjZ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2ehEVDhjZ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2ehEVDhjZ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2ehEVDhjZ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2ehEVDhjZ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2ehEVDhjZ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2ehEVDhjZ [class^="socicon-"]:before,
.cid-v2ehEVDhjZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2ehEVDhjZ .mbr-section-title,
.cid-v2ehEVDhjZ .mbr-social-likes {
  color: #ffffff;
}
.cid-v2ehEVSARZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-v2ehEVSARZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ehEVSARZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ehEVSARZ .mbr-section-title {
  color: #ffffff;
}
.cid-v2ehEVSARZ .mbr-section-subtitle {
  color: #ffe161;
}
.cid-v2evs8MXHm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2evs8MXHm .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2evs8MXHm .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2evs8MXHm .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2evs8MXHm .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2evs8MXHm .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2evs8MXHm .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2evs8MXHm .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2evs8MXHm .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2evs8MXHm .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2evs8MXHm .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2evs8MXHm .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2evs8MXHm .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2evs8MXHm .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2evs8MXHm .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2evs8MXHm [class^="socicon-"]:before,
.cid-v2evs8MXHm [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2evs8MXHm .mbr-section-title,
.cid-v2evs8MXHm .mbr-social-likes {
  color: #ffffff;
}
.cid-v2ehEW3pem {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe2b7;
}
.cid-v2ehEW3pem .row {
  flex-direction: row-reverse;
}
.cid-v2ehEW3pem .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2ehEW3pem .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2ehEW3pem .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2ehEW3pem .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2ehEW3pem .link-wrap {
    align-items: center;
  }
}
.cid-v2ehEW3pem .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2ehEW3pem .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2ehEW3pem .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2ehEW3pem .btn:hover,
.cid-v2ehEW3pem .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2ehEW3pem .card-title {
  color: #000000;
}
.cid-v2ehEW3pem .mbr-subtile {
  color: #000000;
}
.cid-v2ehEW3pem .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2ehEW3pem .padding {
    padding-right: 110px;
  }
}
.cid-v2ev7cPlgc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2ev7cPlgc .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2ev7cPlgc .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2ev7cPlgc .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2ev7cPlgc .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2ev7cPlgc .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2ev7cPlgc .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2ev7cPlgc .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2ev7cPlgc .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2ev7cPlgc .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2ev7cPlgc .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2ev7cPlgc .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2ev7cPlgc .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2ev7cPlgc .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2ev7cPlgc .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2ev7cPlgc [class^="socicon-"]:before,
.cid-v2ev7cPlgc [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2ev7cPlgc .mbr-section-title,
.cid-v2ev7cPlgc .mbr-social-likes {
  color: #ffffff;
}
.cid-v2ekHggP67 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5c9ad;
}
.cid-v2ekHggP67 .row {
  flex-direction: row-reverse;
}
.cid-v2ekHggP67 .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2ekHggP67 .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2ekHggP67 .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2ekHggP67 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2ekHggP67 .link-wrap {
    align-items: center;
  }
}
.cid-v2ekHggP67 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2ekHggP67 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2ekHggP67 .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2ekHggP67 .btn:hover,
.cid-v2ekHggP67 .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2ekHggP67 .card-title {
  color: #000000;
}
.cid-v2ekHggP67 .mbr-subtile {
  color: #000000;
}
.cid-v2ekHggP67 .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2ekHggP67 .padding {
    padding-right: 110px;
  }
}
.cid-v2eiFoDGXJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff1e2;
}
.cid-v2eiFoDGXJ .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2eiFoDGXJ .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2eiFoDGXJ .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2eiFoDGXJ .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2eiFoDGXJ .link-wrap {
    align-items: center;
  }
}
.cid-v2eiFoDGXJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2eiFoDGXJ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2eiFoDGXJ .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2eiFoDGXJ .btn:hover,
.cid-v2eiFoDGXJ .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2eiFoDGXJ .card-title {
  color: #000000;
}
.cid-v2eiFoDGXJ .mbr-subtile {
  color: #000000;
}
.cid-v2eiFoDGXJ .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2eiFoDGXJ .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-v2empWfPwc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5c9ad;
}
.cid-v2empWfPwc .row {
  flex-direction: row-reverse;
}
.cid-v2empWfPwc .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2empWfPwc .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2empWfPwc .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2empWfPwc .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2empWfPwc .link-wrap {
    align-items: center;
  }
}
.cid-v2empWfPwc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2empWfPwc .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2empWfPwc .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2empWfPwc .btn:hover,
.cid-v2empWfPwc .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2empWfPwc .card-title {
  color: #000000;
}
.cid-v2empWfPwc .mbr-subtile {
  color: #000000;
}
.cid-v2empWfPwc .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2empWfPwc .padding {
    padding-right: 110px;
  }
}
.cid-v2eoEUIYYy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff1e2;
}
.cid-v2eoEUIYYy .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2eoEUIYYy .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2eoEUIYYy .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2eoEUIYYy .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2eoEUIYYy .link-wrap {
    align-items: center;
  }
}
.cid-v2eoEUIYYy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2eoEUIYYy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2eoEUIYYy .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2eoEUIYYy .btn:hover,
.cid-v2eoEUIYYy .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2eoEUIYYy .card-title {
  color: #000000;
}
.cid-v2eoEUIYYy .mbr-subtile {
  color: #000000;
}
.cid-v2eoEUIYYy .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2eoEUIYYy .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-v2epZms3UI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5c9ad;
}
.cid-v2epZms3UI .row {
  flex-direction: row-reverse;
}
.cid-v2epZms3UI .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2epZms3UI .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2epZms3UI .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2epZms3UI .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2epZms3UI .link-wrap {
    align-items: center;
  }
}
.cid-v2epZms3UI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2epZms3UI .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2epZms3UI .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2epZms3UI .btn:hover,
.cid-v2epZms3UI .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2epZms3UI .card-title {
  color: #000000;
}
.cid-v2epZms3UI .mbr-subtile {
  color: #000000;
}
.cid-v2epZms3UI .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2epZms3UI .padding {
    padding-right: 110px;
  }
}
.cid-v2esfm2OKA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff1e2;
}
.cid-v2esfm2OKA .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2esfm2OKA .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2esfm2OKA .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2esfm2OKA .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2esfm2OKA .link-wrap {
    align-items: center;
  }
}
.cid-v2esfm2OKA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2esfm2OKA .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2esfm2OKA .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2esfm2OKA .btn:hover,
.cid-v2esfm2OKA .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2esfm2OKA .card-title {
  color: #000000;
}
.cid-v2esfm2OKA .mbr-subtile {
  color: #000000;
}
.cid-v2esfm2OKA .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2esfm2OKA .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-v2etjn1hV6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5c9ad;
}
.cid-v2etjn1hV6 .row {
  flex-direction: row-reverse;
}
.cid-v2etjn1hV6 .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2etjn1hV6 .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2etjn1hV6 .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2etjn1hV6 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2etjn1hV6 .link-wrap {
    align-items: center;
  }
}
.cid-v2etjn1hV6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2etjn1hV6 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2etjn1hV6 .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2etjn1hV6 .btn:hover,
.cid-v2etjn1hV6 .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2etjn1hV6 .card-title {
  color: #000000;
}
.cid-v2etjn1hV6 .mbr-subtile {
  color: #000000;
}
.cid-v2etjn1hV6 .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2etjn1hV6 .padding {
    padding-right: 110px;
  }
}
.cid-v2eu0iqVu9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff1e2;
}
.cid-v2eu0iqVu9 .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2eu0iqVu9 .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2eu0iqVu9 .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2eu0iqVu9 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2eu0iqVu9 .link-wrap {
    align-items: center;
  }
}
.cid-v2eu0iqVu9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2eu0iqVu9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2eu0iqVu9 .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2eu0iqVu9 .btn:hover,
.cid-v2eu0iqVu9 .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2eu0iqVu9 .card-title {
  color: #000000;
}
.cid-v2eu0iqVu9 .mbr-subtile {
  color: #000000;
}
.cid-v2eu0iqVu9 .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2eu0iqVu9 .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-v2ehEWQDuy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2ehEWQDuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ehEWQDuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ehEWQDuy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2ehEWQDuy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2ehEWQDuy .row {
    text-align: center;
  }
  .cid-v2ehEWQDuy .row > div {
    margin: auto;
  }
  .cid-v2ehEWQDuy .social-row {
    justify-content: center;
  }
}
.cid-v2ehEWQDuy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2ehEWQDuy .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2ehEWQDuy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ehEWQDuy .list {
    margin-bottom: 0rem;
  }
}
.cid-v2ehEWQDuy .mbr-text {
  color: #bbbbbb;
}
.cid-v2ehEWQDuy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2ehEWQDuy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2ehEWQDuy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2fubWsAMi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2fubWsAMi nav.navbar {
  position: fixed;
}
.cid-v2fubWsAMi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fubWsAMi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2fubWsAMi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2fubWsAMi .dropdown-item:hover,
.cid-v2fubWsAMi .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v2fubWsAMi .dropdown-item:hover span {
  color: white;
}
.cid-v2fubWsAMi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2fubWsAMi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2fubWsAMi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2fubWsAMi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2fubWsAMi .nav-link {
  position: relative;
}
.cid-v2fubWsAMi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2fubWsAMi .container {
    flex-wrap: nowrap;
  }
}
.cid-v2fubWsAMi .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v2fubWsAMi .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v2fubWsAMi .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-v2fubWsAMi .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v2fubWsAMi .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-v2fubWsAMi .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v2fubWsAMi .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-v2fubWsAMi .dropdown-menu,
.cid-v2fubWsAMi .navbar.opened {
  background: #ffffff !important;
}
.cid-v2fubWsAMi .nav-item:focus,
.cid-v2fubWsAMi .nav-link:focus {
  outline: none;
}
.cid-v2fubWsAMi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2fubWsAMi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2fubWsAMi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2fubWsAMi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fubWsAMi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2fubWsAMi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2fubWsAMi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v2fubWsAMi .navbar.opened {
  transition: all 0.3s;
}
.cid-v2fubWsAMi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2fubWsAMi .navbar .navbar-logo img {
  width: auto;
}
.cid-v2fubWsAMi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2fubWsAMi .navbar.collapsed {
  justify-content: center;
}
.cid-v2fubWsAMi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2fubWsAMi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2fubWsAMi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v2fubWsAMi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2fubWsAMi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2fubWsAMi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2fubWsAMi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2fubWsAMi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2fubWsAMi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2fubWsAMi .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v2fubWsAMi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2fubWsAMi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2fubWsAMi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2fubWsAMi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2fubWsAMi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2fubWsAMi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2fubWsAMi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2fubWsAMi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2fubWsAMi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2fubWsAMi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2fubWsAMi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2fubWsAMi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2fubWsAMi .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2fubWsAMi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2fubWsAMi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v2fubWsAMi .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v2fubWsAMi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2fubWsAMi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2fubWsAMi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2fubWsAMi .dropdown-item.active,
.cid-v2fubWsAMi .dropdown-item:active {
  background-color: transparent;
}
.cid-v2fubWsAMi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2fubWsAMi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2fubWsAMi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2fubWsAMi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2fubWsAMi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2fubWsAMi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2fubWsAMi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2fubWsAMi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2fubWsAMi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2fubWsAMi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-v2fubWsAMi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2fubWsAMi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fubWsAMi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fubWsAMi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2fubWsAMi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fubWsAMi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2fubWsAMi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2fubWsAMi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fubWsAMi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2fubWsAMi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2fubWsAMi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2fubWsAMi .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2fubWsAMi .navbar {
    height: 70px;
  }
  .cid-v2fubWsAMi .navbar.opened {
    height: auto;
  }
  .cid-v2fubWsAMi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v2fubWsAMi .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v2fubWsAMi .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v2fubWsAMi .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v2fubWsAMi .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v2fubWsAMi .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v2fubWsAMi .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2fubWsAMi .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2fubWsAMi .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v2fubWsAMi .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2fubWsAMi .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2fubXxWdd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fubXxWdd .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fubXxWdd .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fubXxWdd .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fubXxWdd .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fubXxWdd .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fubXxWdd .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fubXxWdd .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fubXxWdd .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fubXxWdd .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fubXxWdd .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fubXxWdd .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fubXxWdd .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fubXxWdd .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fubXxWdd .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fubXxWdd [class^="socicon-"]:before,
.cid-v2fubXxWdd [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fubXxWdd .mbr-section-title,
.cid-v2fubXxWdd .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fubXQstj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fubXQstj .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fubXQstj .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fubXQstj .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fubXQstj .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fubXQstj .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fubXQstj .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fubXQstj .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fubXQstj .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fubXQstj .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fubXQstj .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fubXQstj .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fubXQstj .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fubXQstj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fubXQstj .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fubXQstj [class^="socicon-"]:before,
.cid-v2fubXQstj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fubXQstj .mbr-section-title,
.cid-v2fubXQstj .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fubYPiZA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-v2fubYPiZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fubYPiZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fubYPiZA .mbr-section-title {
  color: #ffffff;
}
.cid-v2fubYPiZA .mbr-section-subtitle {
  color: #ffe161;
}
.cid-v2fuMROhqz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fuMROhqz .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fuMROhqz .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fuMROhqz .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fuMROhqz .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fuMROhqz .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fuMROhqz .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fuMROhqz .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fuMROhqz .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fuMROhqz .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fuMROhqz .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fuMROhqz .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fuMROhqz .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fuMROhqz .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fuMROhqz .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fuMROhqz [class^="socicon-"]:before,
.cid-v2fuMROhqz [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fuMROhqz .mbr-section-title,
.cid-v2fuMROhqz .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fubZqKJi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8e7d2;
}
.cid-v2fubZqKJi .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2fubZqKJi .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2fubZqKJi .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2fubZqKJi .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2fubZqKJi .link-wrap {
    align-items: center;
  }
}
.cid-v2fubZqKJi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2fubZqKJi .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2fubZqKJi .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2fubZqKJi .btn:hover,
.cid-v2fubZqKJi .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2fubZqKJi .card-title {
  color: #000000;
}
.cid-v2fubZqKJi .mbr-subtile {
  color: #000000;
}
.cid-v2fubZqKJi .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2fubZqKJi .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-v2fuO66qzU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fuO66qzU .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fuO66qzU .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fuO66qzU .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fuO66qzU .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fuO66qzU .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fuO66qzU .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fuO66qzU .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fuO66qzU .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fuO66qzU .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fuO66qzU .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fuO66qzU .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fuO66qzU .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fuO66qzU .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fuO66qzU .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fuO66qzU [class^="socicon-"]:before,
.cid-v2fuO66qzU [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fuO66qzU .mbr-section-title,
.cid-v2fuO66qzU .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fubZBPBC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe2b7;
}
.cid-v2fubZBPBC .row {
  flex-direction: row-reverse;
}
.cid-v2fubZBPBC .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2fubZBPBC .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2fubZBPBC .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2fubZBPBC .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2fubZBPBC .link-wrap {
    align-items: center;
  }
}
.cid-v2fubZBPBC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2fubZBPBC .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2fubZBPBC .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2fubZBPBC .btn:hover,
.cid-v2fubZBPBC .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2fubZBPBC .card-title {
  color: #000000;
}
.cid-v2fubZBPBC .mbr-subtile {
  color: #000000;
}
.cid-v2fubZBPBC .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2fubZBPBC .padding {
    padding-right: 110px;
  }
}
.cid-v2fubZY0oo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2fubZY0oo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fubZY0oo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fubZY0oo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2fubZY0oo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2fubZY0oo .row {
    text-align: center;
  }
  .cid-v2fubZY0oo .row > div {
    margin: auto;
  }
  .cid-v2fubZY0oo .social-row {
    justify-content: center;
  }
}
.cid-v2fubZY0oo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2fubZY0oo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2fubZY0oo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2fubZY0oo .list {
    margin-bottom: 0rem;
  }
}
.cid-v2fubZY0oo .mbr-text {
  color: #bbbbbb;
}
.cid-v2fubZY0oo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2fubZY0oo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2fubZY0oo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2fyCY6PHg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2fyCY6PHg nav.navbar {
  position: fixed;
}
.cid-v2fyCY6PHg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fyCY6PHg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2fyCY6PHg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2fyCY6PHg .dropdown-item:hover,
.cid-v2fyCY6PHg .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v2fyCY6PHg .dropdown-item:hover span {
  color: white;
}
.cid-v2fyCY6PHg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2fyCY6PHg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2fyCY6PHg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2fyCY6PHg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2fyCY6PHg .nav-link {
  position: relative;
}
.cid-v2fyCY6PHg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2fyCY6PHg .container {
    flex-wrap: nowrap;
  }
}
.cid-v2fyCY6PHg .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v2fyCY6PHg .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v2fyCY6PHg .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-v2fyCY6PHg .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v2fyCY6PHg .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-v2fyCY6PHg .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v2fyCY6PHg .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-v2fyCY6PHg .dropdown-menu,
.cid-v2fyCY6PHg .navbar.opened {
  background: #ffffff !important;
}
.cid-v2fyCY6PHg .nav-item:focus,
.cid-v2fyCY6PHg .nav-link:focus {
  outline: none;
}
.cid-v2fyCY6PHg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2fyCY6PHg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2fyCY6PHg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2fyCY6PHg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fyCY6PHg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2fyCY6PHg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2fyCY6PHg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v2fyCY6PHg .navbar.opened {
  transition: all 0.3s;
}
.cid-v2fyCY6PHg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2fyCY6PHg .navbar .navbar-logo img {
  width: auto;
}
.cid-v2fyCY6PHg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2fyCY6PHg .navbar.collapsed {
  justify-content: center;
}
.cid-v2fyCY6PHg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2fyCY6PHg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2fyCY6PHg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v2fyCY6PHg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2fyCY6PHg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2fyCY6PHg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2fyCY6PHg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2fyCY6PHg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2fyCY6PHg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2fyCY6PHg .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v2fyCY6PHg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2fyCY6PHg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2fyCY6PHg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2fyCY6PHg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2fyCY6PHg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2fyCY6PHg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2fyCY6PHg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2fyCY6PHg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2fyCY6PHg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2fyCY6PHg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2fyCY6PHg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2fyCY6PHg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2fyCY6PHg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2fyCY6PHg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2fyCY6PHg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v2fyCY6PHg .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v2fyCY6PHg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2fyCY6PHg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2fyCY6PHg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2fyCY6PHg .dropdown-item.active,
.cid-v2fyCY6PHg .dropdown-item:active {
  background-color: transparent;
}
.cid-v2fyCY6PHg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2fyCY6PHg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2fyCY6PHg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2fyCY6PHg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2fyCY6PHg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2fyCY6PHg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2fyCY6PHg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2fyCY6PHg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2fyCY6PHg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2fyCY6PHg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-v2fyCY6PHg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2fyCY6PHg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fyCY6PHg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fyCY6PHg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2fyCY6PHg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fyCY6PHg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2fyCY6PHg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2fyCY6PHg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fyCY6PHg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2fyCY6PHg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2fyCY6PHg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2fyCY6PHg .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2fyCY6PHg .navbar {
    height: 70px;
  }
  .cid-v2fyCY6PHg .navbar.opened {
    height: auto;
  }
  .cid-v2fyCY6PHg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v2fyCY6PHg .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v2fyCY6PHg .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v2fyCY6PHg .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v2fyCY6PHg .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v2fyCY6PHg .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v2fyCY6PHg .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2fyCY6PHg .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2fyCY6PHg .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v2fyCY6PHg .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2fyCY6PHg .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2fyCYWIct {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fyCYWIct .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fyCYWIct .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fyCYWIct .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fyCYWIct .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fyCYWIct .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fyCYWIct .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fyCYWIct .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fyCYWIct .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fyCYWIct .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fyCYWIct .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fyCYWIct .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fyCYWIct .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fyCYWIct .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fyCYWIct .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fyCYWIct [class^="socicon-"]:before,
.cid-v2fyCYWIct [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fyCYWIct .mbr-section-title,
.cid-v2fyCYWIct .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fyCZceXl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fyCZceXl .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fyCZceXl .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fyCZceXl .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fyCZceXl .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fyCZceXl .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fyCZceXl .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fyCZceXl .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fyCZceXl .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fyCZceXl .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fyCZceXl .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fyCZceXl .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fyCZceXl .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fyCZceXl .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fyCZceXl .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fyCZceXl [class^="socicon-"]:before,
.cid-v2fyCZceXl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fyCZceXl .mbr-section-title,
.cid-v2fyCZceXl .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fyCZpfrF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-v2fyCZpfrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fyCZpfrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fyCZpfrF .mbr-section-title {
  color: #ffffff;
}
.cid-v2fyCZpfrF .mbr-section-subtitle {
  color: #ffe161;
}
.cid-v2fz4QftQH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fz4QftQH .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fz4QftQH .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fz4QftQH .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fz4QftQH .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fz4QftQH .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fz4QftQH .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fz4QftQH .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fz4QftQH .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fz4QftQH .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fz4QftQH .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fz4QftQH .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fz4QftQH .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fz4QftQH .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fz4QftQH .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fz4QftQH [class^="socicon-"]:before,
.cid-v2fz4QftQH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fz4QftQH .mbr-section-title,
.cid-v2fz4QftQH .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fyCZWFuT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-v2fyCZWFuT .row {
  flex-direction: row-reverse;
}
.cid-v2fyCZWFuT .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2fyCZWFuT .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2fyCZWFuT .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2fyCZWFuT .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2fyCZWFuT .link-wrap {
    align-items: center;
  }
}
.cid-v2fyCZWFuT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2fyCZWFuT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2fyCZWFuT .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2fyCZWFuT .btn:hover,
.cid-v2fyCZWFuT .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2fyCZWFuT .card-title {
  color: #000000;
}
.cid-v2fyCZWFuT .mbr-subtile {
  color: #000000;
}
.cid-v2fyCZWFuT .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2fyCZWFuT .padding {
    padding-right: 110px;
  }
}
.cid-v2fCgmpWjI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fCgmpWjI .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fCgmpWjI .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fCgmpWjI .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fCgmpWjI .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fCgmpWjI .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fCgmpWjI .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fCgmpWjI .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fCgmpWjI .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fCgmpWjI .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fCgmpWjI .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fCgmpWjI .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fCgmpWjI .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fCgmpWjI .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fCgmpWjI .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fCgmpWjI [class^="socicon-"]:before,
.cid-v2fCgmpWjI [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fCgmpWjI .mbr-section-title,
.cid-v2fCgmpWjI .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fArzMauW {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-v2fArzMauW .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v2fArzMauW img,
.cid-v2fArzMauW .item-img {
  width: 100%;
}
.cid-v2fArzMauW .item:focus,
.cid-v2fArzMauW span:focus {
  outline: none;
}
.cid-v2fArzMauW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2fArzMauW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f5c9ad;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2fArzMauW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2fArzMauW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2fArzMauW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2fArzMauW .mbr-section-title {
  color: #ffffff;
}
.cid-v2fArzMauW .mbr-text,
.cid-v2fArzMauW .mbr-section-btn {
  text-align: center;
}
.cid-v2fArzMauW .item-title {
  text-align: center;
}
.cid-v2fArzMauW .item-subtitle {
  text-align: center;
}
.cid-v2fArzMauW .mbr-section-subtitle {
  color: #ffe161;
}
.cid-v2fyD0iQsh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2fyD0iQsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fyD0iQsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fyD0iQsh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2fyD0iQsh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2fyD0iQsh .row {
    text-align: center;
  }
  .cid-v2fyD0iQsh .row > div {
    margin: auto;
  }
  .cid-v2fyD0iQsh .social-row {
    justify-content: center;
  }
}
.cid-v2fyD0iQsh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2fyD0iQsh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2fyD0iQsh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2fyD0iQsh .list {
    margin-bottom: 0rem;
  }
}
.cid-v2fyD0iQsh .mbr-text {
  color: #bbbbbb;
}
.cid-v2fyD0iQsh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2fyD0iQsh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2fyD0iQsh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2fEX2hHY0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2fEX2hHY0 nav.navbar {
  position: fixed;
}
.cid-v2fEX2hHY0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fEX2hHY0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2fEX2hHY0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2fEX2hHY0 .dropdown-item:hover,
.cid-v2fEX2hHY0 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v2fEX2hHY0 .dropdown-item:hover span {
  color: white;
}
.cid-v2fEX2hHY0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2fEX2hHY0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2fEX2hHY0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2fEX2hHY0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2fEX2hHY0 .nav-link {
  position: relative;
}
.cid-v2fEX2hHY0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2fEX2hHY0 .container {
    flex-wrap: nowrap;
  }
}
.cid-v2fEX2hHY0 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v2fEX2hHY0 .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v2fEX2hHY0 .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-v2fEX2hHY0 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v2fEX2hHY0 .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-v2fEX2hHY0 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v2fEX2hHY0 .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-v2fEX2hHY0 .dropdown-menu,
.cid-v2fEX2hHY0 .navbar.opened {
  background: #ffffff !important;
}
.cid-v2fEX2hHY0 .nav-item:focus,
.cid-v2fEX2hHY0 .nav-link:focus {
  outline: none;
}
.cid-v2fEX2hHY0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2fEX2hHY0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2fEX2hHY0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2fEX2hHY0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fEX2hHY0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2fEX2hHY0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2fEX2hHY0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v2fEX2hHY0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2fEX2hHY0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2fEX2hHY0 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2fEX2hHY0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2fEX2hHY0 .navbar.collapsed {
  justify-content: center;
}
.cid-v2fEX2hHY0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2fEX2hHY0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2fEX2hHY0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v2fEX2hHY0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2fEX2hHY0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2fEX2hHY0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2fEX2hHY0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2fEX2hHY0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2fEX2hHY0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2fEX2hHY0 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v2fEX2hHY0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2fEX2hHY0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2fEX2hHY0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2fEX2hHY0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2fEX2hHY0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2fEX2hHY0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2fEX2hHY0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2fEX2hHY0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2fEX2hHY0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2fEX2hHY0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2fEX2hHY0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2fEX2hHY0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2fEX2hHY0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2fEX2hHY0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2fEX2hHY0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v2fEX2hHY0 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v2fEX2hHY0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2fEX2hHY0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2fEX2hHY0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2fEX2hHY0 .dropdown-item.active,
.cid-v2fEX2hHY0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2fEX2hHY0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2fEX2hHY0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2fEX2hHY0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2fEX2hHY0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2fEX2hHY0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2fEX2hHY0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2fEX2hHY0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2fEX2hHY0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2fEX2hHY0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2fEX2hHY0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-v2fEX2hHY0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2fEX2hHY0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fEX2hHY0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fEX2hHY0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2fEX2hHY0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fEX2hHY0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2fEX2hHY0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2fEX2hHY0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fEX2hHY0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2fEX2hHY0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2fEX2hHY0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2fEX2hHY0 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2fEX2hHY0 .navbar {
    height: 70px;
  }
  .cid-v2fEX2hHY0 .navbar.opened {
    height: auto;
  }
  .cid-v2fEX2hHY0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v2fEX2hHY0 .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v2fEX2hHY0 .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v2fEX2hHY0 .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v2fEX2hHY0 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v2fEX2hHY0 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v2fEX2hHY0 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2fEX2hHY0 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2fEX2hHY0 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v2fEX2hHY0 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2fEX2hHY0 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2fEX3dDCL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fEX3dDCL .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fEX3dDCL .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fEX3dDCL .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fEX3dDCL .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fEX3dDCL .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fEX3dDCL .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fEX3dDCL .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fEX3dDCL .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fEX3dDCL .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fEX3dDCL .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fEX3dDCL .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fEX3dDCL .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fEX3dDCL .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fEX3dDCL .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fEX3dDCL [class^="socicon-"]:before,
.cid-v2fEX3dDCL [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fEX3dDCL .mbr-section-title,
.cid-v2fEX3dDCL .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fEX3sFGO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fEX3sFGO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fEX3sFGO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fEX3sFGO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fEX3sFGO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fEX3sFGO .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fEX3sFGO .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fEX3sFGO .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fEX3sFGO .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fEX3sFGO .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fEX3sFGO .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fEX3sFGO .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fEX3sFGO .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fEX3sFGO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fEX3sFGO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fEX3sFGO [class^="socicon-"]:before,
.cid-v2fEX3sFGO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fEX3sFGO .mbr-section-title,
.cid-v2fEX3sFGO .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fEX3ErgV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-v2fEX3ErgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fEX3ErgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fEX3ErgV .mbr-section-title {
  color: #ffffff;
}
.cid-v2fEX3ErgV .mbr-section-subtitle {
  color: #ffe161;
}
.cid-v2fEX3UuwJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fEX3UuwJ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fEX3UuwJ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fEX3UuwJ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fEX3UuwJ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fEX3UuwJ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fEX3UuwJ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fEX3UuwJ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fEX3UuwJ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fEX3UuwJ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fEX3UuwJ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fEX3UuwJ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fEX3UuwJ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fEX3UuwJ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fEX3UuwJ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fEX3UuwJ [class^="socicon-"]:before,
.cid-v2fEX3UuwJ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fEX3UuwJ .mbr-section-title,
.cid-v2fEX3UuwJ .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fEX5nW0h {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-v2fEX5nW0h .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2fEX5nW0h .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2fEX5nW0h .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2fEX5nW0h .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2fEX5nW0h .link-wrap {
    align-items: center;
  }
}
.cid-v2fEX5nW0h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2fEX5nW0h .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2fEX5nW0h .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2fEX5nW0h .btn:hover,
.cid-v2fEX5nW0h .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2fEX5nW0h .card-title {
  color: #000000;
}
.cid-v2fEX5nW0h .mbr-subtile {
  color: #000000;
}
.cid-v2fEX5nW0h .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2fEX5nW0h .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-v2fFDAMlMc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fFDAMlMc .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fFDAMlMc .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fFDAMlMc .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fFDAMlMc .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fFDAMlMc .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fFDAMlMc .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fFDAMlMc .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fFDAMlMc .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fFDAMlMc .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fFDAMlMc .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fFDAMlMc .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fFDAMlMc .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fFDAMlMc .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fFDAMlMc .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fFDAMlMc [class^="socicon-"]:before,
.cid-v2fFDAMlMc [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fFDAMlMc .mbr-section-title,
.cid-v2fFDAMlMc .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fFH077W8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-v2fFH077W8 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v2fFH077W8 img,
.cid-v2fFH077W8 .item-img {
  width: 100%;
}
.cid-v2fFH077W8 .item:focus,
.cid-v2fFH077W8 span:focus {
  outline: none;
}
.cid-v2fFH077W8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2fFH077W8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2fFH077W8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2fFH077W8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2fFH077W8 .item-wrapper {
  background: transparent;
}
.cid-v2fFH077W8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2fFH077W8 .mbr-section-title {
  color: #ffffff;
}
.cid-v2fFH077W8 .mbr-text,
.cid-v2fFH077W8 .mbr-section-btn {
  text-align: center;
  color: #fff0b0;
}
.cid-v2fFH077W8 .item-title {
  text-align: center;
  color: #ffe161;
}
.cid-v2fFH077W8 .item-subtitle {
  text-align: center;
}
.cid-v2fFH077W8 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-v2fEX5PUiu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2fEX5PUiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fEX5PUiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fEX5PUiu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2fEX5PUiu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2fEX5PUiu .row {
    text-align: center;
  }
  .cid-v2fEX5PUiu .row > div {
    margin: auto;
  }
  .cid-v2fEX5PUiu .social-row {
    justify-content: center;
  }
}
.cid-v2fEX5PUiu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2fEX5PUiu .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2fEX5PUiu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2fEX5PUiu .list {
    margin-bottom: 0rem;
  }
}
.cid-v2fEX5PUiu .mbr-text {
  color: #bbbbbb;
}
.cid-v2fEX5PUiu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2fEX5PUiu .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2fEX5PUiu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2fJoUq2Lj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2fJoUq2Lj nav.navbar {
  position: fixed;
}
.cid-v2fJoUq2Lj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fJoUq2Lj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2fJoUq2Lj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2fJoUq2Lj .dropdown-item:hover,
.cid-v2fJoUq2Lj .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v2fJoUq2Lj .dropdown-item:hover span {
  color: white;
}
.cid-v2fJoUq2Lj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2fJoUq2Lj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2fJoUq2Lj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2fJoUq2Lj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2fJoUq2Lj .nav-link {
  position: relative;
}
.cid-v2fJoUq2Lj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2fJoUq2Lj .container {
    flex-wrap: nowrap;
  }
}
.cid-v2fJoUq2Lj .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v2fJoUq2Lj .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v2fJoUq2Lj .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-v2fJoUq2Lj .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v2fJoUq2Lj .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-v2fJoUq2Lj .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v2fJoUq2Lj .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-v2fJoUq2Lj .dropdown-menu,
.cid-v2fJoUq2Lj .navbar.opened {
  background: #ffffff !important;
}
.cid-v2fJoUq2Lj .nav-item:focus,
.cid-v2fJoUq2Lj .nav-link:focus {
  outline: none;
}
.cid-v2fJoUq2Lj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2fJoUq2Lj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2fJoUq2Lj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2fJoUq2Lj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fJoUq2Lj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2fJoUq2Lj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2fJoUq2Lj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v2fJoUq2Lj .navbar.opened {
  transition: all 0.3s;
}
.cid-v2fJoUq2Lj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2fJoUq2Lj .navbar .navbar-logo img {
  width: auto;
}
.cid-v2fJoUq2Lj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2fJoUq2Lj .navbar.collapsed {
  justify-content: center;
}
.cid-v2fJoUq2Lj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2fJoUq2Lj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2fJoUq2Lj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v2fJoUq2Lj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2fJoUq2Lj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2fJoUq2Lj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2fJoUq2Lj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2fJoUq2Lj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2fJoUq2Lj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2fJoUq2Lj .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v2fJoUq2Lj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2fJoUq2Lj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2fJoUq2Lj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2fJoUq2Lj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2fJoUq2Lj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2fJoUq2Lj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2fJoUq2Lj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2fJoUq2Lj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2fJoUq2Lj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2fJoUq2Lj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2fJoUq2Lj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2fJoUq2Lj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2fJoUq2Lj .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2fJoUq2Lj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2fJoUq2Lj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v2fJoUq2Lj .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v2fJoUq2Lj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2fJoUq2Lj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2fJoUq2Lj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2fJoUq2Lj .dropdown-item.active,
.cid-v2fJoUq2Lj .dropdown-item:active {
  background-color: transparent;
}
.cid-v2fJoUq2Lj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2fJoUq2Lj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2fJoUq2Lj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2fJoUq2Lj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2fJoUq2Lj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2fJoUq2Lj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2fJoUq2Lj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2fJoUq2Lj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2fJoUq2Lj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2fJoUq2Lj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-v2fJoUq2Lj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2fJoUq2Lj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fJoUq2Lj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fJoUq2Lj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2fJoUq2Lj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fJoUq2Lj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2fJoUq2Lj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2fJoUq2Lj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fJoUq2Lj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2fJoUq2Lj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2fJoUq2Lj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2fJoUq2Lj .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2fJoUq2Lj .navbar {
    height: 70px;
  }
  .cid-v2fJoUq2Lj .navbar.opened {
    height: auto;
  }
  .cid-v2fJoUq2Lj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v2fJoUq2Lj .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v2fJoUq2Lj .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v2fJoUq2Lj .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v2fJoUq2Lj .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v2fJoUq2Lj .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v2fJoUq2Lj .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2fJoUq2Lj .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2fJoUq2Lj .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v2fJoUq2Lj .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2fJoUq2Lj .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2fJoVmP7g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fJoVmP7g .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fJoVmP7g .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fJoVmP7g .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fJoVmP7g .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fJoVmP7g .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fJoVmP7g .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fJoVmP7g .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fJoVmP7g .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fJoVmP7g .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fJoVmP7g .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fJoVmP7g .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fJoVmP7g .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fJoVmP7g .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fJoVmP7g .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fJoVmP7g [class^="socicon-"]:before,
.cid-v2fJoVmP7g [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fJoVmP7g .mbr-section-title,
.cid-v2fJoVmP7g .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fJoVEnBV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fJoVEnBV .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fJoVEnBV .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fJoVEnBV .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fJoVEnBV .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fJoVEnBV .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fJoVEnBV .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fJoVEnBV .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fJoVEnBV .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fJoVEnBV .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fJoVEnBV .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fJoVEnBV .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fJoVEnBV .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fJoVEnBV .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fJoVEnBV .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fJoVEnBV [class^="socicon-"]:before,
.cid-v2fJoVEnBV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fJoVEnBV .mbr-section-title,
.cid-v2fJoVEnBV .mbr-social-likes {
  color: #ffffff;
}
.cid-v2HsPEEjuE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-v2HsPEEjuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HsPEEjuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fK6Gy1Xe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff1e2;
}
.cid-v2fK6Gy1Xe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fK6Gy1Xe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2fK6Gy1Xe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2fK6Gy1Xe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2fK6Gy1Xe .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2fKplSzVi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5c9ad;
}
.cid-v2fKplSzVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKplSzVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2fKplSzVi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2fKplSzVi .row {
  flex-direction: row-reverse;
}
.cid-v2fKplSzVi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2fKplSzVi .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2Ht3wk98F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff1e2;
}
.cid-v2Ht3wk98F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Ht3wk98F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2Ht3wk98F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2Ht3wk98F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2Ht3wk98F .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2fJoWujYB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2fJoWujYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fJoWujYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fJoWujYB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2fJoWujYB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2fJoWujYB .row {
    text-align: center;
  }
  .cid-v2fJoWujYB .row > div {
    margin: auto;
  }
  .cid-v2fJoWujYB .social-row {
    justify-content: center;
  }
}
.cid-v2fJoWujYB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2fJoWujYB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2fJoWujYB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2fJoWujYB .list {
    margin-bottom: 0rem;
  }
}
.cid-v2fJoWujYB .mbr-text {
  color: #bbbbbb;
}
.cid-v2fJoWujYB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2fJoWujYB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2fJoWujYB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2fPUKGmC2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2fPUKGmC2 nav.navbar {
  position: fixed;
}
.cid-v2fPUKGmC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fPUKGmC2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2fPUKGmC2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2fPUKGmC2 .dropdown-item:hover,
.cid-v2fPUKGmC2 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v2fPUKGmC2 .dropdown-item:hover span {
  color: white;
}
.cid-v2fPUKGmC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2fPUKGmC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2fPUKGmC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2fPUKGmC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2fPUKGmC2 .nav-link {
  position: relative;
}
.cid-v2fPUKGmC2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2fPUKGmC2 .container {
    flex-wrap: nowrap;
  }
}
.cid-v2fPUKGmC2 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v2fPUKGmC2 .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v2fPUKGmC2 .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-v2fPUKGmC2 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v2fPUKGmC2 .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-v2fPUKGmC2 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v2fPUKGmC2 .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-v2fPUKGmC2 .dropdown-menu,
.cid-v2fPUKGmC2 .navbar.opened {
  background: #ffffff !important;
}
.cid-v2fPUKGmC2 .nav-item:focus,
.cid-v2fPUKGmC2 .nav-link:focus {
  outline: none;
}
.cid-v2fPUKGmC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2fPUKGmC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2fPUKGmC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2fPUKGmC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fPUKGmC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2fPUKGmC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2fPUKGmC2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v2fPUKGmC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2fPUKGmC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2fPUKGmC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2fPUKGmC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2fPUKGmC2 .navbar.collapsed {
  justify-content: center;
}
.cid-v2fPUKGmC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2fPUKGmC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2fPUKGmC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v2fPUKGmC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2fPUKGmC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2fPUKGmC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2fPUKGmC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2fPUKGmC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2fPUKGmC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2fPUKGmC2 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v2fPUKGmC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2fPUKGmC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2fPUKGmC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2fPUKGmC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2fPUKGmC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2fPUKGmC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2fPUKGmC2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2fPUKGmC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2fPUKGmC2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2fPUKGmC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2fPUKGmC2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2fPUKGmC2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2fPUKGmC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2fPUKGmC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2fPUKGmC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v2fPUKGmC2 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v2fPUKGmC2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2fPUKGmC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2fPUKGmC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2fPUKGmC2 .dropdown-item.active,
.cid-v2fPUKGmC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2fPUKGmC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2fPUKGmC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2fPUKGmC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2fPUKGmC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2fPUKGmC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2fPUKGmC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2fPUKGmC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2fPUKGmC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2fPUKGmC2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2fPUKGmC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-v2fPUKGmC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2fPUKGmC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fPUKGmC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fPUKGmC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2fPUKGmC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fPUKGmC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2fPUKGmC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2fPUKGmC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fPUKGmC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2fPUKGmC2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2fPUKGmC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2fPUKGmC2 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2fPUKGmC2 .navbar {
    height: 70px;
  }
  .cid-v2fPUKGmC2 .navbar.opened {
    height: auto;
  }
  .cid-v2fPUKGmC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v2fPUKGmC2 .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v2fPUKGmC2 .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v2fPUKGmC2 .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v2fPUKGmC2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v2fPUKGmC2 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v2fPUKGmC2 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2fPUKGmC2 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2fPUKGmC2 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v2fPUKGmC2 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2fPUKGmC2 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2fPULqHh4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fPULqHh4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fPULqHh4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fPULqHh4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fPULqHh4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fPULqHh4 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fPULqHh4 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fPULqHh4 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fPULqHh4 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fPULqHh4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fPULqHh4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fPULqHh4 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fPULqHh4 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fPULqHh4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fPULqHh4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fPULqHh4 [class^="socicon-"]:before,
.cid-v2fPULqHh4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fPULqHh4 .mbr-section-title,
.cid-v2fPULqHh4 .mbr-social-likes {
  color: #ffffff;
}
.cid-v2fPULEvqx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fPULEvqx .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2fPULEvqx .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2fPULEvqx .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2fPULEvqx .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2fPULEvqx .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2fPULEvqx .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2fPULEvqx .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2fPULEvqx .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2fPULEvqx .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2fPULEvqx .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2fPULEvqx .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2fPULEvqx .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2fPULEvqx .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2fPULEvqx .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2fPULEvqx [class^="socicon-"]:before,
.cid-v2fPULEvqx [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2fPULEvqx .mbr-section-title,
.cid-v2fPULEvqx .mbr-social-likes {
  color: #ffffff;
}
.cid-v2Hs3g50cE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-v2Hs3g50cE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Hs3g50cE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fPUM0ZtL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f8e7d2;
}
.cid-v2fPUM0ZtL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-v2fPUM0ZtL .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-v2fPUM0ZtL .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-v2fPUM0ZtL P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-v2fPUM0ZtL img {
  margin-top: 32px;
}
.cid-v2fPUM0ZtL img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-v2fPUM0ZtL .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-v2fPUM0ZtL .top,
  .cid-v2fPUM0ZtL .top-2 {
    margin-top: 0;
  }
}
.cid-v2fUhGTMV2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8e7d2;
}
.cid-v2fUhGTMV2 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-v2fUhGTMV2 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-v2fUhGTMV2 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-v2fUhGTMV2 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-v2fUhGTMV2 img {
  margin-top: 32px;
}
.cid-v2fUhGTMV2 img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-v2fUhGTMV2 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-v2fUhGTMV2 .top,
  .cid-v2fUhGTMV2 .top-2 {
    margin-top: 0;
  }
}
.cid-v2fPUMaDmd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2fPUMaDmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fPUMaDmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fPUMaDmd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2fPUMaDmd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2fPUMaDmd .row {
    text-align: center;
  }
  .cid-v2fPUMaDmd .row > div {
    margin: auto;
  }
  .cid-v2fPUMaDmd .social-row {
    justify-content: center;
  }
}
.cid-v2fPUMaDmd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2fPUMaDmd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2fPUMaDmd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2fPUMaDmd .list {
    margin-bottom: 0rem;
  }
}
.cid-v2fPUMaDmd .mbr-text {
  color: #bbbbbb;
}
.cid-v2fPUMaDmd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2fPUMaDmd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2fPUMaDmd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2g1jyAeGF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2g1jyAeGF nav.navbar {
  position: fixed;
}
.cid-v2g1jyAeGF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2g1jyAeGF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2g1jyAeGF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2g1jyAeGF .dropdown-item:hover,
.cid-v2g1jyAeGF .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v2g1jyAeGF .dropdown-item:hover span {
  color: white;
}
.cid-v2g1jyAeGF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2g1jyAeGF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2g1jyAeGF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2g1jyAeGF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2g1jyAeGF .nav-link {
  position: relative;
}
.cid-v2g1jyAeGF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2g1jyAeGF .container {
    flex-wrap: nowrap;
  }
}
.cid-v2g1jyAeGF .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v2g1jyAeGF .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v2g1jyAeGF .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-v2g1jyAeGF .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v2g1jyAeGF .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-v2g1jyAeGF .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v2g1jyAeGF .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-v2g1jyAeGF .dropdown-menu,
.cid-v2g1jyAeGF .navbar.opened {
  background: #ffffff !important;
}
.cid-v2g1jyAeGF .nav-item:focus,
.cid-v2g1jyAeGF .nav-link:focus {
  outline: none;
}
.cid-v2g1jyAeGF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2g1jyAeGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2g1jyAeGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2g1jyAeGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2g1jyAeGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2g1jyAeGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2g1jyAeGF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v2g1jyAeGF .navbar.opened {
  transition: all 0.3s;
}
.cid-v2g1jyAeGF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2g1jyAeGF .navbar .navbar-logo img {
  width: auto;
}
.cid-v2g1jyAeGF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2g1jyAeGF .navbar.collapsed {
  justify-content: center;
}
.cid-v2g1jyAeGF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2g1jyAeGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2g1jyAeGF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v2g1jyAeGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2g1jyAeGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2g1jyAeGF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2g1jyAeGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2g1jyAeGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2g1jyAeGF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2g1jyAeGF .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v2g1jyAeGF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2g1jyAeGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2g1jyAeGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2g1jyAeGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2g1jyAeGF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2g1jyAeGF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2g1jyAeGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2g1jyAeGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2g1jyAeGF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2g1jyAeGF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2g1jyAeGF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2g1jyAeGF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2g1jyAeGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2g1jyAeGF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2g1jyAeGF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v2g1jyAeGF .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v2g1jyAeGF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2g1jyAeGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2g1jyAeGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2g1jyAeGF .dropdown-item.active,
.cid-v2g1jyAeGF .dropdown-item:active {
  background-color: transparent;
}
.cid-v2g1jyAeGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2g1jyAeGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2g1jyAeGF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2g1jyAeGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2g1jyAeGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2g1jyAeGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2g1jyAeGF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2g1jyAeGF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2g1jyAeGF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2g1jyAeGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-v2g1jyAeGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2g1jyAeGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2g1jyAeGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2g1jyAeGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2g1jyAeGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2g1jyAeGF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2g1jyAeGF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2g1jyAeGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2g1jyAeGF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2g1jyAeGF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2g1jyAeGF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2g1jyAeGF .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2g1jyAeGF .navbar {
    height: 70px;
  }
  .cid-v2g1jyAeGF .navbar.opened {
    height: auto;
  }
  .cid-v2g1jyAeGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v2g1jyAeGF .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v2g1jyAeGF .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v2g1jyAeGF .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v2g1jyAeGF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v2g1jyAeGF .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v2g1jyAeGF .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2g1jyAeGF .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2g1jyAeGF .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v2g1jyAeGF .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2g1jyAeGF .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2g1jzup01 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2g1jzup01 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2g1jzup01 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2g1jzup01 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2g1jzup01 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2g1jzup01 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2g1jzup01 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2g1jzup01 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2g1jzup01 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2g1jzup01 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2g1jzup01 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2g1jzup01 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2g1jzup01 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2g1jzup01 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2g1jzup01 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2g1jzup01 [class^="socicon-"]:before,
.cid-v2g1jzup01 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2g1jzup01 .mbr-section-title,
.cid-v2g1jzup01 .mbr-social-likes {
  color: #ffffff;
}
.cid-v2g1jzJrdm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2g1jzJrdm .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2g1jzJrdm .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2g1jzJrdm .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2g1jzJrdm .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2g1jzJrdm .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2g1jzJrdm .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2g1jzJrdm .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2g1jzJrdm .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2g1jzJrdm .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2g1jzJrdm .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2g1jzJrdm .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2g1jzJrdm .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2g1jzJrdm .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2g1jzJrdm .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2g1jzJrdm [class^="socicon-"]:before,
.cid-v2g1jzJrdm [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2g1jzJrdm .mbr-section-title,
.cid-v2g1jzJrdm .mbr-social-likes {
  color: #ffffff;
}
.cid-v2HsomKtNT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-v2HsomKtNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HsomKtNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2g23zFBVN {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/photo-10-1000x667.jpg");
}
.cid-v2g23zFBVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2g23zFBVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2g23zFBVN .mbr-text,
.cid-v2g23zFBVN .mbr-section-btn {
  color: #232323;
}
.cid-v2g23zFBVN .card-title,
.cid-v2g23zFBVN .card-box {
  color: #ffffff;
}
.cid-v2g23zFBVN .mbr-text,
.cid-v2g23zFBVN .link-wrap {
  color: #ffffff;
}
.cid-v2g1MiG4pd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #b3c29b;
}
.cid-v2g1MiG4pd img,
.cid-v2g1MiG4pd .item-img {
  width: 100%;
}
.cid-v2g1MiG4pd .item:focus,
.cid-v2g1MiG4pd span:focus {
  outline: none;
}
.cid-v2g1MiG4pd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2g1MiG4pd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffb18a;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2g1MiG4pd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2g1MiG4pd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2g1MiG4pd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2g1MiG4pd .mbr-section-title {
  color: #232323;
}
.cid-v2g1MiG4pd .mbr-text,
.cid-v2g1MiG4pd .mbr-section-btn {
  text-align: center;
}
.cid-v2g1MiG4pd .item-title {
  text-align: center;
}
.cid-v2g1MiG4pd .item-subtitle {
  text-align: center;
}
.cid-v2g1jBkAd0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2g1jBkAd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2g1jBkAd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2g1jBkAd0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2g1jBkAd0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2g1jBkAd0 .row {
    text-align: center;
  }
  .cid-v2g1jBkAd0 .row > div {
    margin: auto;
  }
  .cid-v2g1jBkAd0 .social-row {
    justify-content: center;
  }
}
.cid-v2g1jBkAd0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2g1jBkAd0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2g1jBkAd0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2g1jBkAd0 .list {
    margin-bottom: 0rem;
  }
}
.cid-v2g1jBkAd0 .mbr-text {
  color: #bbbbbb;
}
.cid-v2g1jBkAd0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2g1jBkAd0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2g1jBkAd0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2gudnG1yH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2gudnG1yH nav.navbar {
  position: fixed;
}
.cid-v2gudnG1yH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2gudnG1yH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2gudnG1yH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2gudnG1yH .dropdown-item:hover,
.cid-v2gudnG1yH .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v2gudnG1yH .dropdown-item:hover span {
  color: white;
}
.cid-v2gudnG1yH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2gudnG1yH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2gudnG1yH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2gudnG1yH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2gudnG1yH .nav-link {
  position: relative;
}
.cid-v2gudnG1yH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2gudnG1yH .container {
    flex-wrap: nowrap;
  }
}
.cid-v2gudnG1yH .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v2gudnG1yH .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v2gudnG1yH .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-v2gudnG1yH .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v2gudnG1yH .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-v2gudnG1yH .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v2gudnG1yH .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-v2gudnG1yH .dropdown-menu,
.cid-v2gudnG1yH .navbar.opened {
  background: #ffffff !important;
}
.cid-v2gudnG1yH .nav-item:focus,
.cid-v2gudnG1yH .nav-link:focus {
  outline: none;
}
.cid-v2gudnG1yH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2gudnG1yH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2gudnG1yH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2gudnG1yH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2gudnG1yH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2gudnG1yH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2gudnG1yH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v2gudnG1yH .navbar.opened {
  transition: all 0.3s;
}
.cid-v2gudnG1yH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2gudnG1yH .navbar .navbar-logo img {
  width: auto;
}
.cid-v2gudnG1yH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2gudnG1yH .navbar.collapsed {
  justify-content: center;
}
.cid-v2gudnG1yH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2gudnG1yH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2gudnG1yH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v2gudnG1yH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2gudnG1yH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2gudnG1yH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2gudnG1yH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2gudnG1yH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2gudnG1yH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2gudnG1yH .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v2gudnG1yH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2gudnG1yH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2gudnG1yH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2gudnG1yH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2gudnG1yH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2gudnG1yH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2gudnG1yH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2gudnG1yH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2gudnG1yH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2gudnG1yH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2gudnG1yH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2gudnG1yH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2gudnG1yH .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2gudnG1yH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2gudnG1yH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v2gudnG1yH .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v2gudnG1yH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2gudnG1yH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2gudnG1yH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2gudnG1yH .dropdown-item.active,
.cid-v2gudnG1yH .dropdown-item:active {
  background-color: transparent;
}
.cid-v2gudnG1yH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2gudnG1yH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2gudnG1yH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2gudnG1yH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2gudnG1yH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2gudnG1yH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2gudnG1yH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2gudnG1yH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2gudnG1yH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2gudnG1yH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-v2gudnG1yH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2gudnG1yH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2gudnG1yH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2gudnG1yH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2gudnG1yH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2gudnG1yH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2gudnG1yH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2gudnG1yH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2gudnG1yH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2gudnG1yH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2gudnG1yH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2gudnG1yH .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2gudnG1yH .navbar {
    height: 70px;
  }
  .cid-v2gudnG1yH .navbar.opened {
    height: auto;
  }
  .cid-v2gudnG1yH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v2gudnG1yH .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v2gudnG1yH .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v2gudnG1yH .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v2gudnG1yH .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v2gudnG1yH .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v2gudnG1yH .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2gudnG1yH .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2gudnG1yH .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v2gudnG1yH .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2gudnG1yH .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2gudo750F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2gudo750F .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2gudo750F .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2gudo750F .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2gudo750F .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2gudo750F .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2gudo750F .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2gudo750F .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2gudo750F .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2gudo750F .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2gudo750F .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2gudo750F .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2gudo750F .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2gudo750F .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2gudo750F .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2gudo750F [class^="socicon-"]:before,
.cid-v2gudo750F [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2gudo750F .mbr-section-title,
.cid-v2gudo750F .mbr-social-likes {
  color: #ffffff;
}
.cid-v2gudoi8LJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2gudoi8LJ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2gudoi8LJ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2gudoi8LJ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2gudoi8LJ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2gudoi8LJ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2gudoi8LJ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2gudoi8LJ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2gudoi8LJ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2gudoi8LJ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2gudoi8LJ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2gudoi8LJ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2gudoi8LJ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2gudoi8LJ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2gudoi8LJ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2gudoi8LJ [class^="socicon-"]:before,
.cid-v2gudoi8LJ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2gudoi8LJ .mbr-section-title,
.cid-v2gudoi8LJ .mbr-social-likes {
  color: #ffffff;
}
.cid-v2gudoBB4y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f5c9ad;
}
.cid-v2gudoBB4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gudoBB4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gwdkoBpn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-v2gwdkoBpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gwdkoBpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2gwdkoBpn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gwdkoBpn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2gwdkoBpn .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2gwdkoBpn .mbr-section-title {
  color: #ff9966;
}
.cid-v2gwdkoBpn .mbr-text {
  color: #f8b285;
}
.cid-v2gwdkoBpn .mbr-description {
  color: #f8b285;
}
.cid-v2gxM9GZn9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d99b7c;
}
.cid-v2gxM9GZn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gxM9GZn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2gxM9GZn9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gxM9GZn9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2gxM9GZn9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HxIIT0Mt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-v2HxIIT0Mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HxIIT0Mt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2HxIIT0Mt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HxIIT0Mt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2HxIIT0Mt .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HxIIT0Mt .mbr-section-title {
  color: #ff9966;
}
.cid-v2HxIIT0Mt .mbr-text {
  color: #f8b285;
}
.cid-v2HxIIT0Mt .mbr-description {
  color: #f8b285;
}
.cid-v2guVOe4y6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d99b7c;
}
.cid-v2guVOe4y6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2guVOe4y6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2guVOe4y6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2guVOe4y6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2guVOe4y6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2Hz6T5dRi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-v2Hz6T5dRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Hz6T5dRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2Hz6T5dRi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2Hz6T5dRi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2Hz6T5dRi .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2Hz6T5dRi .mbr-section-title {
  color: #ff9966;
}
.cid-v2Hz6T5dRi .mbr-text {
  color: #f8b285;
}
.cid-v2Hz6T5dRi .mbr-description {
  color: #f8b285;
}
.cid-v2gz34dFWs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d99b7c;
}
.cid-v2gz34dFWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gz34dFWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2gz34dFWs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gz34dFWs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2gz34dFWs .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HKzduWMm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-v2HKzduWMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKzduWMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2HKzduWMm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HKzduWMm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2HKzduWMm .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HKzduWMm .mbr-section-title {
  color: #ff9966;
}
.cid-v2HKzduWMm .mbr-text {
  color: #f8b285;
}
.cid-v2HKzduWMm .mbr-description {
  color: #f8b285;
}
.cid-v2HLuHcXhx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d99b7c;
}
.cid-v2HLuHcXhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLuHcXhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2HLuHcXhx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HLuHcXhx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2HLuHcXhx .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HMbj9kAx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-v2HMbj9kAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMbj9kAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2HMbj9kAx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HMbj9kAx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2HMbj9kAx .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HMbj9kAx .mbr-section-title {
  color: #ff9966;
}
.cid-v2HMbj9kAx .mbr-text {
  color: #f8b285;
}
.cid-v2HMbj9kAx .mbr-description {
  color: #f8b285;
}
.cid-v2gudpLYju {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2gudpLYju .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gudpLYju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gudpLYju .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2gudpLYju .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2gudpLYju .row {
    text-align: center;
  }
  .cid-v2gudpLYju .row > div {
    margin: auto;
  }
  .cid-v2gudpLYju .social-row {
    justify-content: center;
  }
}
.cid-v2gudpLYju .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2gudpLYju .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2gudpLYju .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2gudpLYju .list {
    margin-bottom: 0rem;
  }
}
.cid-v2gudpLYju .mbr-text {
  color: #bbbbbb;
}
.cid-v2gudpLYju .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2gudpLYju .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2gudpLYju div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2gH5L2Le0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2gH5L2Le0 nav.navbar {
  position: fixed;
}
.cid-v2gH5L2Le0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2gH5L2Le0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2gH5L2Le0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2gH5L2Le0 .dropdown-item:hover,
.cid-v2gH5L2Le0 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v2gH5L2Le0 .dropdown-item:hover span {
  color: white;
}
.cid-v2gH5L2Le0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2gH5L2Le0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2gH5L2Le0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2gH5L2Le0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2gH5L2Le0 .nav-link {
  position: relative;
}
.cid-v2gH5L2Le0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2gH5L2Le0 .container {
    flex-wrap: nowrap;
  }
}
.cid-v2gH5L2Le0 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v2gH5L2Le0 .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v2gH5L2Le0 .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-v2gH5L2Le0 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v2gH5L2Le0 .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-v2gH5L2Le0 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v2gH5L2Le0 .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-v2gH5L2Le0 .dropdown-menu,
.cid-v2gH5L2Le0 .navbar.opened {
  background: #ffffff !important;
}
.cid-v2gH5L2Le0 .nav-item:focus,
.cid-v2gH5L2Le0 .nav-link:focus {
  outline: none;
}
.cid-v2gH5L2Le0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2gH5L2Le0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2gH5L2Le0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2gH5L2Le0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2gH5L2Le0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2gH5L2Le0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2gH5L2Le0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v2gH5L2Le0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2gH5L2Le0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2gH5L2Le0 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2gH5L2Le0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2gH5L2Le0 .navbar.collapsed {
  justify-content: center;
}
.cid-v2gH5L2Le0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2gH5L2Le0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2gH5L2Le0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v2gH5L2Le0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2gH5L2Le0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2gH5L2Le0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2gH5L2Le0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2gH5L2Le0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2gH5L2Le0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2gH5L2Le0 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v2gH5L2Le0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2gH5L2Le0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2gH5L2Le0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2gH5L2Le0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2gH5L2Le0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2gH5L2Le0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2gH5L2Le0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2gH5L2Le0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2gH5L2Le0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2gH5L2Le0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2gH5L2Le0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2gH5L2Le0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2gH5L2Le0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2gH5L2Le0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2gH5L2Le0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v2gH5L2Le0 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v2gH5L2Le0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2gH5L2Le0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2gH5L2Le0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2gH5L2Le0 .dropdown-item.active,
.cid-v2gH5L2Le0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2gH5L2Le0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2gH5L2Le0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2gH5L2Le0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2gH5L2Le0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2gH5L2Le0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2gH5L2Le0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2gH5L2Le0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2gH5L2Le0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2gH5L2Le0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2gH5L2Le0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-v2gH5L2Le0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2gH5L2Le0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2gH5L2Le0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2gH5L2Le0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2gH5L2Le0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2gH5L2Le0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2gH5L2Le0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2gH5L2Le0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2gH5L2Le0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2gH5L2Le0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2gH5L2Le0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2gH5L2Le0 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2gH5L2Le0 .navbar {
    height: 70px;
  }
  .cid-v2gH5L2Le0 .navbar.opened {
    height: auto;
  }
  .cid-v2gH5L2Le0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v2gH5L2Le0 .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v2gH5L2Le0 .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v2gH5L2Le0 .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v2gH5L2Le0 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v2gH5L2Le0 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v2gH5L2Le0 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2gH5L2Le0 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2gH5L2Le0 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v2gH5L2Le0 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2gH5L2Le0 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2gH5LNasb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2gH5LNasb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2gH5LNasb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2gH5LNasb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2gH5LNasb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2gH5LNasb .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2gH5LNasb .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2gH5LNasb .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2gH5LNasb .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2gH5LNasb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2gH5LNasb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2gH5LNasb .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2gH5LNasb .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2gH5LNasb .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2gH5LNasb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2gH5LNasb [class^="socicon-"]:before,
.cid-v2gH5LNasb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2gH5LNasb .mbr-section-title,
.cid-v2gH5LNasb .mbr-social-likes {
  color: #ffffff;
}
.cid-v2gH5M0ooF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2gH5M0ooF .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2gH5M0ooF .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2gH5M0ooF .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2gH5M0ooF .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2gH5M0ooF .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2gH5M0ooF .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2gH5M0ooF .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2gH5M0ooF .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2gH5M0ooF .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2gH5M0ooF .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2gH5M0ooF .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2gH5M0ooF .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2gH5M0ooF .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2gH5M0ooF .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2gH5M0ooF [class^="socicon-"]:before,
.cid-v2gH5M0ooF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2gH5M0ooF .mbr-section-title,
.cid-v2gH5M0ooF .mbr-social-likes {
  color: #ffffff;
}
.cid-v2gH5Mc0pR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-v2gH5Mc0pR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gH5Mc0pR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gH5Mc0pR .mbr-section-title {
  color: #ffffff;
}
.cid-v2gH5Mc0pR .mbr-section-subtitle {
  color: #ffe161;
}
.cid-v2gH5Mpy9N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2gH5Mpy9N .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2gH5Mpy9N .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2gH5Mpy9N .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2gH5Mpy9N .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2gH5Mpy9N .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2gH5Mpy9N .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2gH5Mpy9N .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2gH5Mpy9N .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2gH5Mpy9N .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2gH5Mpy9N .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2gH5Mpy9N .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2gH5Mpy9N .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2gH5Mpy9N .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2gH5Mpy9N .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2gH5Mpy9N [class^="socicon-"]:before,
.cid-v2gH5Mpy9N [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2gH5Mpy9N .mbr-section-title,
.cid-v2gH5Mpy9N .mbr-social-likes {
  color: #ffffff;
}
.cid-v2gH5NtW8p {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d99b7c;
}
.cid-v2gH5NtW8p .row {
  flex-direction: row-reverse;
}
.cid-v2gH5NtW8p .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2gH5NtW8p .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2gH5NtW8p .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2gH5NtW8p .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gH5NtW8p .link-wrap {
    align-items: center;
  }
}
.cid-v2gH5NtW8p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2gH5NtW8p .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2gH5NtW8p .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2gH5NtW8p .btn:hover,
.cid-v2gH5NtW8p .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2gH5NtW8p .card-title {
  color: #000000;
}
.cid-v2gH5NtW8p .mbr-subtile {
  color: #000000;
}
.cid-v2gH5NtW8p .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2gH5NtW8p .padding {
    padding-right: 110px;
  }
}
.cid-v2gHGxi2QP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe2b7;
}
.cid-v2gHGxi2QP .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2gHGxi2QP .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2gHGxi2QP .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2gHGxi2QP .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gHGxi2QP .link-wrap {
    align-items: center;
  }
}
.cid-v2gHGxi2QP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2gHGxi2QP .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2gHGxi2QP .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2gHGxi2QP .btn:hover,
.cid-v2gHGxi2QP .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2gHGxi2QP .card-title {
  color: #000000;
}
.cid-v2gHGxi2QP .mbr-subtile {
  color: #000000;
}
.cid-v2gHGxi2QP .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2gHGxi2QP .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-v2gLD1ASAF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5c9ad;
}
.cid-v2gLD1ASAF .row {
  flex-direction: row-reverse;
}
.cid-v2gLD1ASAF .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2gLD1ASAF .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2gLD1ASAF .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2gLD1ASAF .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gLD1ASAF .link-wrap {
    align-items: center;
  }
}
.cid-v2gLD1ASAF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2gLD1ASAF .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2gLD1ASAF .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2gLD1ASAF .btn:hover,
.cid-v2gLD1ASAF .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2gLD1ASAF .card-title {
  color: #000000;
}
.cid-v2gLD1ASAF .mbr-subtile {
  color: #000000;
}
.cid-v2gLD1ASAF .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2gLD1ASAF .padding {
    padding-right: 110px;
  }
}
.cid-v2gLYlPlNo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe2b7;
}
.cid-v2gLYlPlNo .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2gLYlPlNo .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2gLYlPlNo .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2gLYlPlNo .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gLYlPlNo .link-wrap {
    align-items: center;
  }
}
.cid-v2gLYlPlNo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2gLYlPlNo .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2gLYlPlNo .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2gLYlPlNo .btn:hover,
.cid-v2gLYlPlNo .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2gLYlPlNo .card-title {
  color: #000000;
}
.cid-v2gLYlPlNo .mbr-subtile {
  color: #000000;
}
.cid-v2gLYlPlNo .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2gLYlPlNo .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-v2IRrC02s9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5c9ad;
}
.cid-v2IRrC02s9 .row {
  flex-direction: row-reverse;
}
.cid-v2IRrC02s9 .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2IRrC02s9 .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2IRrC02s9 .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2IRrC02s9 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2IRrC02s9 .link-wrap {
    align-items: center;
  }
}
.cid-v2IRrC02s9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2IRrC02s9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2IRrC02s9 .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2IRrC02s9 .btn:hover,
.cid-v2IRrC02s9 .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2IRrC02s9 .card-title {
  color: #000000;
}
.cid-v2IRrC02s9 .mbr-subtile {
  color: #000000;
}
.cid-v2IRrC02s9 .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2IRrC02s9 .padding {
    padding-right: 110px;
  }
}
.cid-v2IVqcuMmd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe2b7;
}
.cid-v2IVqcuMmd .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2IVqcuMmd .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2IVqcuMmd .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2IVqcuMmd .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2IVqcuMmd .link-wrap {
    align-items: center;
  }
}
.cid-v2IVqcuMmd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2IVqcuMmd .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2IVqcuMmd .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2IVqcuMmd .btn:hover,
.cid-v2IVqcuMmd .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2IVqcuMmd .card-title {
  color: #000000;
}
.cid-v2IVqcuMmd .mbr-subtile {
  color: #000000;
}
.cid-v2IVqcuMmd .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2IVqcuMmd .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-v2IXE6p9xC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5c9ad;
}
.cid-v2IXE6p9xC .row {
  flex-direction: row-reverse;
}
.cid-v2IXE6p9xC .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2IXE6p9xC .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-v2IXE6p9xC .card {
    margin-bottom: 2rem !important;
  }
  .cid-v2IXE6p9xC .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2IXE6p9xC .link-wrap {
    align-items: center;
  }
}
.cid-v2IXE6p9xC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2IXE6p9xC .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v2IXE6p9xC .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-v2IXE6p9xC .btn:hover,
.cid-v2IXE6p9xC .btn:focus {
  border-color: #ffb18a !important;
  background-color: #ffb18a !important;
}
.cid-v2IXE6p9xC .card-title {
  color: #000000;
}
.cid-v2IXE6p9xC .mbr-subtile {
  color: #000000;
}
.cid-v2IXE6p9xC .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2IXE6p9xC .padding {
    padding-right: 110px;
  }
}
.cid-v2gH5NGFSd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2gH5NGFSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gH5NGFSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gH5NGFSd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2gH5NGFSd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2gH5NGFSd .row {
    text-align: center;
  }
  .cid-v2gH5NGFSd .row > div {
    margin: auto;
  }
  .cid-v2gH5NGFSd .social-row {
    justify-content: center;
  }
}
.cid-v2gH5NGFSd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2gH5NGFSd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2gH5NGFSd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2gH5NGFSd .list {
    margin-bottom: 0rem;
  }
}
.cid-v2gH5NGFSd .mbr-text {
  color: #bbbbbb;
}
.cid-v2gH5NGFSd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2gH5NGFSd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2gH5NGFSd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2HBEnTFOn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2HBEnTFOn nav.navbar {
  position: fixed;
}
.cid-v2HBEnTFOn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HBEnTFOn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2HBEnTFOn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2HBEnTFOn .dropdown-item:hover,
.cid-v2HBEnTFOn .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v2HBEnTFOn .dropdown-item:hover span {
  color: white;
}
.cid-v2HBEnTFOn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2HBEnTFOn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2HBEnTFOn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2HBEnTFOn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2HBEnTFOn .nav-link {
  position: relative;
}
.cid-v2HBEnTFOn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2HBEnTFOn .container {
    flex-wrap: nowrap;
  }
}
.cid-v2HBEnTFOn .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v2HBEnTFOn .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v2HBEnTFOn .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-v2HBEnTFOn .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v2HBEnTFOn .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-v2HBEnTFOn .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v2HBEnTFOn .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-v2HBEnTFOn .dropdown-menu,
.cid-v2HBEnTFOn .navbar.opened {
  background: #ffffff !important;
}
.cid-v2HBEnTFOn .nav-item:focus,
.cid-v2HBEnTFOn .nav-link:focus {
  outline: none;
}
.cid-v2HBEnTFOn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2HBEnTFOn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2HBEnTFOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2HBEnTFOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HBEnTFOn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2HBEnTFOn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2HBEnTFOn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v2HBEnTFOn .navbar.opened {
  transition: all 0.3s;
}
.cid-v2HBEnTFOn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2HBEnTFOn .navbar .navbar-logo img {
  width: auto;
}
.cid-v2HBEnTFOn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2HBEnTFOn .navbar.collapsed {
  justify-content: center;
}
.cid-v2HBEnTFOn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2HBEnTFOn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2HBEnTFOn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v2HBEnTFOn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2HBEnTFOn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2HBEnTFOn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2HBEnTFOn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2HBEnTFOn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2HBEnTFOn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2HBEnTFOn .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v2HBEnTFOn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2HBEnTFOn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2HBEnTFOn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2HBEnTFOn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2HBEnTFOn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2HBEnTFOn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2HBEnTFOn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2HBEnTFOn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2HBEnTFOn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2HBEnTFOn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2HBEnTFOn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2HBEnTFOn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2HBEnTFOn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2HBEnTFOn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2HBEnTFOn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v2HBEnTFOn .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v2HBEnTFOn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2HBEnTFOn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2HBEnTFOn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2HBEnTFOn .dropdown-item.active,
.cid-v2HBEnTFOn .dropdown-item:active {
  background-color: transparent;
}
.cid-v2HBEnTFOn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2HBEnTFOn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2HBEnTFOn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2HBEnTFOn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2HBEnTFOn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2HBEnTFOn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2HBEnTFOn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2HBEnTFOn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2HBEnTFOn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2HBEnTFOn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-v2HBEnTFOn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2HBEnTFOn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HBEnTFOn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HBEnTFOn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2HBEnTFOn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HBEnTFOn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2HBEnTFOn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2HBEnTFOn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HBEnTFOn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2HBEnTFOn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2HBEnTFOn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2HBEnTFOn .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2HBEnTFOn .navbar {
    height: 70px;
  }
  .cid-v2HBEnTFOn .navbar.opened {
    height: auto;
  }
  .cid-v2HBEnTFOn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v2HBEnTFOn .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v2HBEnTFOn .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v2HBEnTFOn .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v2HBEnTFOn .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v2HBEnTFOn .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v2HBEnTFOn .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2HBEnTFOn .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2HBEnTFOn .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v2HBEnTFOn .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2HBEnTFOn .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2HBEoH9nP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HBEoH9nP .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HBEoH9nP .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HBEoH9nP .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2HBEoH9nP .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2HBEoH9nP .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2HBEoH9nP .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2HBEoH9nP .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2HBEoH9nP .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2HBEoH9nP .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HBEoH9nP .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HBEoH9nP .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2HBEoH9nP .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2HBEoH9nP .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2HBEoH9nP .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2HBEoH9nP [class^="socicon-"]:before,
.cid-v2HBEoH9nP [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2HBEoH9nP .mbr-section-title,
.cid-v2HBEoH9nP .mbr-social-likes {
  color: #ffffff;
}
.cid-v2HBEp0QIS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HBEp0QIS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HBEp0QIS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HBEp0QIS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2HBEp0QIS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2HBEp0QIS .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2HBEp0QIS .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2HBEp0QIS .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2HBEp0QIS .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2HBEp0QIS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HBEp0QIS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HBEp0QIS .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2HBEp0QIS .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2HBEp0QIS .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2HBEp0QIS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2HBEp0QIS [class^="socicon-"]:before,
.cid-v2HBEp0QIS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2HBEp0QIS .mbr-section-title,
.cid-v2HBEp0QIS .mbr-social-likes {
  color: #ffffff;
}
.cid-v2HBEpvu3U {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-v2HBEpvu3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HBEpvu3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HBEpvu3U .mbr-section-title {
  color: #ff9966;
}
.cid-v2HBEpvu3U .mbr-section-subtitle {
  color: #ffb18a;
}
.cid-v2HBEpVzGD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-v2HBEpVzGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HBEpVzGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2HBEpVzGD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HBEpVzGD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2HBEpVzGD .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HBEqbWEj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-v2HBEqbWEj .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HBEqbWEj .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HBEqbWEj .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2HBEqbWEj .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2HBEqbWEj .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2HBEqbWEj .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2HBEqbWEj .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2HBEqbWEj .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2HBEqbWEj .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HBEqbWEj .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HBEqbWEj .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2HBEqbWEj .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2HBEqbWEj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2HBEqbWEj .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2HBEqbWEj [class^="socicon-"]:before,
.cid-v2HBEqbWEj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2HBEqbWEj .mbr-section-title,
.cid-v2HBEqbWEj .mbr-social-likes {
  color: #ffffff;
}
.cid-v2HBEqrlQA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-v2HBEqrlQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HBEqrlQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2HBEqrlQA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HBEqrlQA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2HBEqrlQA .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HBEqrlQA .mbr-section-title {
  color: #232323;
}
.cid-v2HBEqHHfY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-v2HBEqHHfY .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HBEqHHfY .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HBEqHHfY .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2HBEqHHfY .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2HBEqHHfY .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2HBEqHHfY .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2HBEqHHfY .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2HBEqHHfY .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2HBEqHHfY .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HBEqHHfY .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HBEqHHfY .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2HBEqHHfY .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2HBEqHHfY .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2HBEqHHfY .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2HBEqHHfY [class^="socicon-"]:before,
.cid-v2HBEqHHfY [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2HBEqHHfY .mbr-section-title,
.cid-v2HBEqHHfY .mbr-social-likes {
  color: #ffffff;
}
.cid-v2HBEr1gGX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-v2HBEr1gGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HBEr1gGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2HBEr1gGX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HBEr1gGX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2HBEr1gGX .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HBErkQjM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-v2HBErkQjM .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HBErkQjM .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HBErkQjM .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2HBErkQjM .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2HBErkQjM .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2HBErkQjM .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2HBErkQjM .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2HBErkQjM .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2HBErkQjM .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HBErkQjM .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HBErkQjM .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2HBErkQjM .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2HBErkQjM .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2HBErkQjM .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2HBErkQjM [class^="socicon-"]:before,
.cid-v2HBErkQjM [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2HBErkQjM .mbr-section-title,
.cid-v2HBErkQjM .mbr-social-likes {
  color: #ffffff;
}
.cid-v2HIFaMeLI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-v2HIFaMeLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HIFaMeLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2HIFaMeLI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HIFaMeLI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2HIFaMeLI .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HBEt3qGN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2HBEt3qGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HBEt3qGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HBEt3qGN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2HBEt3qGN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HBEt3qGN .row {
    text-align: center;
  }
  .cid-v2HBEt3qGN .row > div {
    margin: auto;
  }
  .cid-v2HBEt3qGN .social-row {
    justify-content: center;
  }
}
.cid-v2HBEt3qGN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2HBEt3qGN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2HBEt3qGN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HBEt3qGN .list {
    margin-bottom: 0rem;
  }
}
.cid-v2HBEt3qGN .mbr-text {
  color: #bbbbbb;
}
.cid-v2HBEt3qGN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2HBEt3qGN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2HBEt3qGN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2HT6bb2y0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2HT6bb2y0 nav.navbar {
  position: fixed;
}
.cid-v2HT6bb2y0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HT6bb2y0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2HT6bb2y0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2HT6bb2y0 .dropdown-item:hover,
.cid-v2HT6bb2y0 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v2HT6bb2y0 .dropdown-item:hover span {
  color: white;
}
.cid-v2HT6bb2y0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2HT6bb2y0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2HT6bb2y0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2HT6bb2y0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2HT6bb2y0 .nav-link {
  position: relative;
}
.cid-v2HT6bb2y0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2HT6bb2y0 .container {
    flex-wrap: nowrap;
  }
}
.cid-v2HT6bb2y0 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v2HT6bb2y0 .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v2HT6bb2y0 .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-v2HT6bb2y0 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v2HT6bb2y0 .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-v2HT6bb2y0 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v2HT6bb2y0 .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-v2HT6bb2y0 .dropdown-menu,
.cid-v2HT6bb2y0 .navbar.opened {
  background: #ffffff !important;
}
.cid-v2HT6bb2y0 .nav-item:focus,
.cid-v2HT6bb2y0 .nav-link:focus {
  outline: none;
}
.cid-v2HT6bb2y0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2HT6bb2y0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2HT6bb2y0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2HT6bb2y0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HT6bb2y0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2HT6bb2y0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2HT6bb2y0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v2HT6bb2y0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2HT6bb2y0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2HT6bb2y0 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2HT6bb2y0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2HT6bb2y0 .navbar.collapsed {
  justify-content: center;
}
.cid-v2HT6bb2y0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2HT6bb2y0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2HT6bb2y0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v2HT6bb2y0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2HT6bb2y0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2HT6bb2y0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2HT6bb2y0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2HT6bb2y0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2HT6bb2y0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2HT6bb2y0 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v2HT6bb2y0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2HT6bb2y0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2HT6bb2y0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2HT6bb2y0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2HT6bb2y0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2HT6bb2y0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2HT6bb2y0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2HT6bb2y0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2HT6bb2y0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2HT6bb2y0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2HT6bb2y0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2HT6bb2y0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2HT6bb2y0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2HT6bb2y0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2HT6bb2y0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v2HT6bb2y0 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v2HT6bb2y0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2HT6bb2y0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2HT6bb2y0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2HT6bb2y0 .dropdown-item.active,
.cid-v2HT6bb2y0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2HT6bb2y0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2HT6bb2y0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2HT6bb2y0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2HT6bb2y0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2HT6bb2y0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2HT6bb2y0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2HT6bb2y0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2HT6bb2y0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2HT6bb2y0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2HT6bb2y0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-v2HT6bb2y0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2HT6bb2y0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HT6bb2y0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HT6bb2y0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2HT6bb2y0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HT6bb2y0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2HT6bb2y0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2HT6bb2y0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HT6bb2y0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2HT6bb2y0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2HT6bb2y0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2HT6bb2y0 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2HT6bb2y0 .navbar {
    height: 70px;
  }
  .cid-v2HT6bb2y0 .navbar.opened {
    height: auto;
  }
  .cid-v2HT6bb2y0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v2HT6bb2y0 .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v2HT6bb2y0 .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v2HT6bb2y0 .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v2HT6bb2y0 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v2HT6bb2y0 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v2HT6bb2y0 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2HT6bb2y0 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2HT6bb2y0 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v2HT6bb2y0 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v2HT6bb2y0 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v2HT6bYxz7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HT6bYxz7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HT6bYxz7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HT6bYxz7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2HT6bYxz7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2HT6bYxz7 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2HT6bYxz7 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2HT6bYxz7 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2HT6bYxz7 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2HT6bYxz7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HT6bYxz7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HT6bYxz7 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2HT6bYxz7 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2HT6bYxz7 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2HT6bYxz7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2HT6bYxz7 [class^="socicon-"]:before,
.cid-v2HT6bYxz7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2HT6bYxz7 .mbr-section-title,
.cid-v2HT6bYxz7 .mbr-social-likes {
  color: #ffffff;
}
.cid-v2HT6cf0Op {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HT6cf0Op .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HT6cf0Op .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HT6cf0Op .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2HT6cf0Op .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2HT6cf0Op .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2HT6cf0Op .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2HT6cf0Op .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2HT6cf0Op .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2HT6cf0Op .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HT6cf0Op .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HT6cf0Op .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2HT6cf0Op .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2HT6cf0Op .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2HT6cf0Op .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2HT6cf0Op [class^="socicon-"]:before,
.cid-v2HT6cf0Op [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2HT6cf0Op .mbr-section-title,
.cid-v2HT6cf0Op .mbr-social-likes {
  color: #ffffff;
}
.cid-v2HT6ctXIl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-v2HT6ctXIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HT6ctXIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HT6ctXIl .mbr-section-title {
  color: #ff9966;
}
.cid-v2HT6ctXIl .mbr-section-subtitle {
  color: #ffb18a;
}
.cid-v2HT6cKpx3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-v2HT6cKpx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HT6cKpx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2HT6cKpx3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HT6cKpx3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2HT6cKpx3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HT6cY380 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-v2HT6cY380 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HT6cY380 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HT6cY380 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2HT6cY380 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2HT6cY380 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2HT6cY380 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2HT6cY380 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2HT6cY380 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2HT6cY380 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HT6cY380 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HT6cY380 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2HT6cY380 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2HT6cY380 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2HT6cY380 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2HT6cY380 [class^="socicon-"]:before,
.cid-v2HT6cY380 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2HT6cY380 .mbr-section-title,
.cid-v2HT6cY380 .mbr-social-likes {
  color: #ffffff;
}
.cid-v2HYcdGq9p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-v2HYcdGq9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HYcdGq9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2HYcdGq9p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HYcdGq9p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2HYcdGq9p .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HT6dP98x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-v2HT6dP98x .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HT6dP98x .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HT6dP98x .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v2HT6dP98x .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v2HT6dP98x .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-v2HT6dP98x .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-v2HT6dP98x .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-v2HT6dP98x .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-v2HT6dP98x .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HT6dP98x .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HT6dP98x .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v2HT6dP98x .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v2HT6dP98x .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-v2HT6dP98x .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v2HT6dP98x [class^="socicon-"]:before,
.cid-v2HT6dP98x [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v2HT6dP98x .mbr-section-title,
.cid-v2HT6dP98x .mbr-social-likes {
  color: #ffffff;
}
.cid-v2HZ2unoSr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-v2HZ2unoSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HZ2unoSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2HZ2unoSr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HZ2unoSr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2HZ2unoSr .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2HT6elCVQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2HT6elCVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HT6elCVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HT6elCVQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2HT6elCVQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HT6elCVQ .row {
    text-align: center;
  }
  .cid-v2HT6elCVQ .row > div {
    margin: auto;
  }
  .cid-v2HT6elCVQ .social-row {
    justify-content: center;
  }
}
.cid-v2HT6elCVQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2HT6elCVQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2HT6elCVQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HT6elCVQ .list {
    margin-bottom: 0rem;
  }
}
.cid-v2HT6elCVQ .mbr-text {
  color: #bbbbbb;
}
.cid-v2HT6elCVQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2HT6elCVQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2HT6elCVQ div > *:last-child {
    margin-top: 0 !important;
  }
}
