.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.625rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.625rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.2rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.25rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #5fcac7 !important;
}
.bg-success {
  background-color: #4b4342 !important;
}
.bg-info {
  background-color: #482be7 !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #5fcac7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5fcac7;
  border-color: #5fcac7;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
}
.btn-primary:hover {
  background-color: #3db9b5 !important;
  border-color: #3db9b5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff91a4 !important;
  border-color: #ff91a4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff91a4;
  border-color: #ff91a4;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff91a4 !important;
  border-color: #ff91a4 !important;
}
.btn-secondary:hover {
  background-color: #ff5e7a !important;
  border-color: #ff5e7a !important;
}
.btn-info,
.btn-info:active {
  background-color: #482be7 !important;
  border-color: #482be7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #482be7;
  border-color: #482be7;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-info:hover {
  background-color: #3217c8 !important;
  border-color: #3217c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #4b4342;
  border-color: #4b4342;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
}
.btn-success:hover {
  background-color: #302b2a !important;
  border-color: #302b2a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #919dab !important;
  border-color: #919dab !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning:hover {
  background-color: #748395 !important;
  border-color: #748395 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #5fcac7;
  border-color: #5fcac7;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
}
.btn-danger:hover {
  background-color: #3db9b5 !important;
  border-color: #3db9b5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5fcac7;
  color: #5fcac7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #5fcac7 !important;
  border-color: #5fcac7;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff91a4;
  color: #ff91a4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #ff91a4 !important;
  border-color: #ff91a4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff91a4 !important;
  border-color: #ff91a4 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #482be7;
  color: #482be7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #482be7 !important;
  border-color: #482be7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #4b4342;
  color: #4b4342;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #4b4342 !important;
  border-color: #4b4342;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #919dab;
  color: #919dab;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #919dab !important;
  border-color: #919dab;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #919dab !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #5fcac7;
  color: #5fcac7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #5fcac7 !important;
  border-color: #5fcac7;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
}
.btn-black-outline {
  border: 2px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 2px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #5fcac7 !important;
}
.text-secondary {
  color: #ff91a4 !important;
}
.text-success {
  color: #4b4342 !important;
}
.text-info {
  color: #482be7 !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #5fcac7 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #319290 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff2b50 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #151312 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #27119b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5d6a79 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #319290 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #4b4342;
}
.alert-info {
  background-color: #482be7;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #5fcac7;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5fcac7;
  border-color: #5fcac7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #5fcac7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8fdfd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beb6b5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6e2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9dde2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8fdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 2.2rem;
}
blockquote {
  border-color: #5fcac7;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5fcac7;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5fcac7;
  border-bottom-color: #5fcac7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #5fcac7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff91a4 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rNKkI33ZKQ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNKkI33ZKQ .nav-item,
.cid-rNKkI33ZKQ .nav-link,
.cid-rNKkI33ZKQ .navbar-caption {
  font-weight: normal;
}
.cid-rNKkI33ZKQ .nav-link {
  line-height: 40px;
}
.cid-rNKkI33ZKQ .nav-link {
  position: relative;
}
.cid-rNKkI33ZKQ .nav-link:before,
.cid-rNKkI33ZKQ .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-rNKkI33ZKQ .nav-item:hover .nav-link:before,
.cid-rNKkI33ZKQ .soc-item:hover a:before {
  height: 2px;
  background-color: #5fcac7;
  margin-top: 2px;
}
.cid-rNKkI33ZKQ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNKkI33ZKQ .dropdown-toggle::after,
.cid-rNKkI33ZKQ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNKkI33ZKQ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNKkI33ZKQ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNKkI33ZKQ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNKkI33ZKQ .nav-item:focus,
.cid-rNKkI33ZKQ .nav-link:focus {
  outline: none;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNKkI33ZKQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNKkI33ZKQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNKkI33ZKQ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNKkI33ZKQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNKkI33ZKQ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNKkI33ZKQ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNKkI33ZKQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNKkI33ZKQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNKkI33ZKQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120rem - 1rem);
  }
}
.cid-rNKkI33ZKQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNKkI33ZKQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNKkI33ZKQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNKkI33ZKQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNKkI33ZKQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNKkI33ZKQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNKkI33ZKQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNKkI33ZKQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNKkI33ZKQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNKkI33ZKQ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNKkI33ZKQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNKkI33ZKQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNKkI33ZKQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNKkI33ZKQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNKkI33ZKQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNKkI33ZKQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNKkI33ZKQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNKkI33ZKQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNKkI33ZKQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNKkI33ZKQ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNKkI33ZKQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNKkI33ZKQ .dropdown-item.active,
.cid-rNKkI33ZKQ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNKkI33ZKQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNKkI33ZKQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNKkI33ZKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNKkI33ZKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNKkI33ZKQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNKkI33ZKQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNKkI33ZKQ .navbar-buttons {
  text-align: center;
}
.cid-rNKkI33ZKQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNKkI33ZKQ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
}
.cid-rNKkI33ZKQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNKkI33ZKQ .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-rNKkI33ZKQ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNKkI33ZKQ .social__link {
  line-height: 40px;
}
.cid-rNKkI33ZKQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNKkI33ZKQ .navbar {
    height: 77px;
  }
  .cid-rNKkI33ZKQ .navbar.opened {
    height: auto;
  }
  .cid-rNKkI33ZKQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNKqKUXkpa .modal-body .close {
  background: #1b1b1b;
}
.cid-rNKqKUXkpa .modal-body .close span {
  font-style: normal;
}
.cid-rNKqKUXkpa .carousel-inner > .active,
.cid-rNKqKUXkpa .carousel-inner > .next,
.cid-rNKqKUXkpa .carousel-inner > .prev {
  display: table;
}
.cid-rNKqKUXkpa .carousel-control .icon-next,
.cid-rNKqKUXkpa .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rNKqKUXkpa .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rNKqKUXkpa .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rNKqKUXkpa .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rNKqKUXkpa .boxed-slider > div {
  position: relative;
}
.cid-rNKqKUXkpa .container img {
  width: 100%;
  height: 840px;
  object-fit: cover;
}
.cid-rNKqKUXkpa .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rNKqKUXkpa .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rNKqKUXkpa .mbr-table-cell {
  padding: 0;
}
.cid-rNKqKUXkpa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rNKqKUXkpa .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rNKqKUXkpa .mbr-overlay {
  z-index: 1;
}
.cid-rNKqKUXkpa .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 840px;
}
.cid-rNKqKUXkpa .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rNKqKUXkpa .carousel-item .container {
    width: 100%;
  }
}
.cid-rNKqKUXkpa .carousel-item-next.carousel-item-left,
.cid-rNKqKUXkpa .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rNKqKUXkpa .active.carousel-item-right,
.cid-rNKqKUXkpa .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rNKqKUXkpa .active.carousel-item-left,
.cid-rNKqKUXkpa .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rNKqKUXkpa .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rNKqKUXkpa .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNKqKUXkpa .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNKqKUXkpa .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rNKqKUXkpa .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-rNKqKUXkpa .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators li.active,
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators li::after,
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rNKqKUXkpa .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rNKqKUXkpa .mbr-slider > .container img {
  width: 100%;
}
.cid-rNKqKUXkpa .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rNKqKUXkpa .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rNKqKUXkpa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rNKqKUXkpa .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rNKqKUXkpa .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rNKqKUXkpa .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rNKqKUXkpa .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rNKqKUXkpa .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rNKqKUXkpa .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rNKqKUXkpa .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rNKqKUXkpa .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rNKqKUXkpa .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rNKqKUXkpa .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rNKqKUXkpa h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rNKqKUXkpa .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-rNKqKUXkpa .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-rNKqKUXkpa .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-rNKqKUXkpa .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rNKqKUXkpa .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rNKqKUXkpa .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rNKqKUXkpa .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rNKqKUXkpa .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rNKqKUXkpa .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rNKHrIArCA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bakery4-5-1200x800.jpg");
}
.cid-rNKHrIArCA .mbr-section-title {
  margin-bottom: 25px;
  color: #4b4342;
}
.cid-rNKHrIArCA .mbr-section-btn {
  margin-top: 60px;
}
.cid-rNKHrIArCA .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rNKHrIArCA .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
@media (min-width: 768px) {
  .cid-rNKHrIArCA .bottom__block {
    margin-top: 80px;
  }
}
.cid-rNKHrIArCA .bottom__card {
  margin-top: 30px;
  height: 100%;
  align-items: center;
}
.cid-rNKHrIArCA .bottom__card:first-child .separate {
  border-left: none;
}
.cid-rNKHrIArCA .bottom__card:last-child .separate2 {
  border-left: none;
}
.cid-rNKHrIArCA .bottom__card:nth-child(3) .separate2 {
  border-left: none;
}
.cid-rNKHrIArCA .bottom__card:nth-child(4) .separate {
  border-left: none;
}
.cid-rNKHrIArCA .mbr-text {
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  color: #4b4342;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cid-rNKHrIArCA .mbr-text {
    margin: 25px 65px 0 !important;
  }
}
.cid-rNKHrIArCA .image {
  display: flex;
  justify-content: center;
}
.cid-rNKHrIArCA .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 170px;
  height: 110px;
  width: 100%;
  height: 160px;
}
@media (max-width: 991px) {
  .cid-rNKHrIArCA .image img {
    width: 170px;
    height: 110px;
  }
}
.cid-rNKHrIArCA .separate,
.cid-rNKHrIArCA .separate2 {
  border-left: 1px solid #ea5991;
  height: 150px;
  position: absolute;
}
.cid-rNKHrIArCA .separate {
  left: 0;
}
.cid-rNKHrIArCA .separate2 {
  right: 0;
}
@media (max-width: 767px) {
  .cid-rNKHrIArCA .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-rNKHrIArCA .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-rNKHrIArCA .separate,
  .cid-rNKHrIArCA .separate2 {
    border-left: none;
  }
}
.cid-rNPdInuBLE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-rNPdInuBLE .mbr-section-title {
  margin-bottom: 55px;
  color: #ffffff;
}
.cid-rNPdInuBLE .image {
  margin-bottom: 10px;
  min-width: 100px;
}
.cid-rNPdInuBLE .image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 70px;
}
.cid-rNPdInuBLE .content__block {
  margin-bottom: 60px;
}
.cid-rNPdInuBLE .mbr-text {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-rNPdInuBLE .signature {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNPdInuBLE .company {
  color: #ebeaed;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-rNPdInuBLE .content__block {
    margin-bottom: 30px;
  }
}
.cid-tgqI6kZrwE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgqI6kZrwE .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #4b4342;
}
.cid-tgqI6kZrwE .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #919dab;
}
.cid-tgqI6kZrwE .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tgqI6kZrwE .mbr-iconfont {
  margin-left: 30px;
  margin-right: 30px;
  width: 28px;
}
.cid-tgqI6kZrwE .mbr-iconfont:nth-child(1) {
  color: #ff91a4;
}
.cid-tgqI6kZrwE .mbr-iconfont:nth-child(2) {
  color: #ff91a4;
}
.cid-tgqI6kZrwE .mbr-iconfont:nth-child(3) {
  color: #ff91a4;
}
.cid-tgqI6kZrwE .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
@media (max-width: 991px) {
  .cid-tgqI6kZrwE .mbr-iconfont {
    margin: 10px 20px;
  }
  .cid-tgqI6kZrwE .mbr-text {
    margin-top: 15px;
  }
  .cid-tgqI6kZrwE .mbr-section-title {
    margin-top: 30px;
  }
}
.cid-tkRpqaX4ze {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #606060;
}
.cid-tkRpqaX4ze .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tkRpqaX4ze .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tkRpqaX4ze .mbr-gallery {
  border-radius: 20px;
  border: 3px solid #000;
  overflow: hidden;
}
.cid-tkRpqaX4ze .mbr-section-head {
  width: fit-content;
  border-radius: 20px;
  background-color: #006b54;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 80px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-tkRpqaX4ze .mbr-section-head .display-7 {
    font-size: 23.8px;
  }
}
.cid-tkRpqaX4ze .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tkRpqaX4ze .item-wrapper img {
  object-fit: cover;
}
.cid-tkRpqaX4ze .item-wrapper img {
  height: 100%;
}
.cid-tkRpqaX4ze .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  transition: 0.2s;
}
.cid-tkRpqaX4ze .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tkRpqaX4ze .carousel-control,
.cid-tkRpqaX4ze .close {
  background: #1b1b1b;
}
.cid-tkRpqaX4ze .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tkRpqaX4ze .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tkRpqaX4ze .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
}
.cid-tkRpqaX4ze .close::before {
  content: '\e91a';
}
.cid-tkRpqaX4ze .close:hover {
  opacity: .7;
}
.cid-tkRpqaX4ze .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  opacity: 0.5;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tkRpqaX4ze .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkRpqaX4ze .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkRpqaX4ze .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tkRpqaX4ze .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tkRpqaX4ze .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tkRpqaX4ze .carousel-indicators li.active,
.cid-tkRpqaX4ze .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tkRpqaX4ze .carousel-indicators li::after,
.cid-tkRpqaX4ze .carousel-indicators li::before {
  content: none;
}
.cid-tkRpqaX4ze .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tkRpqaX4ze .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tkRpqaX4ze .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tkRpqaX4ze .carousel-indicators {
    display: none;
  }
}
.cid-tkRpqaX4ze .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tkRpqaX4ze .carousel-inner > .active {
  display: block;
}
.cid-tkRpqaX4ze .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkRpqaX4ze .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkRpqaX4ze .carousel-control:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-tkRpqaX4ze .carousel-control,
  .cid-tkRpqaX4ze .carousel-indicators,
  .cid-tkRpqaX4ze .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tkRpqaX4ze .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tkRpqaX4ze .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tkRpqaX4ze .carousel-indicators .active,
.cid-tkRpqaX4ze .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tkRpqaX4ze .carousel-indicators .active {
  background: #fff;
}
.cid-tkRpqaX4ze .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tkRpqaX4ze .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tkRpqaX4ze .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tkRpqaX4ze .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tkRpqaX4ze .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tkRpqaX4ze .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tkRpqaX4ze .carousel {
  width: 100%;
}
.cid-tkRpqaX4ze .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tkRpqaX4ze .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tkRpqaX4ze .modal.fade .modal-dialog,
.cid-tkRpqaX4ze .modal.in .modal-dialog {
  transform: none;
}
.cid-tkRpqaX4ze .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tkRpqaX4ze H6 {
  text-align: center;
}
.cid-tkRpqaX4ze H3 {
  text-align: center;
}
.cid-rNPmqrXLIz {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-rNPmqrXLIz .mbr-section-title {
  margin-bottom: 0;
}
.cid-rNPmqrXLIz .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-rNPmqrXLIz .socials {
  margin-top: 65px;
}
.cid-rNPmqrXLIz .title__social {
  margin-bottom: 25px;
}
.cid-rNPmqrXLIz .icons-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rNPmqrXLIz .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}
.cid-rNPmqrXLIz .social__link:hover {
  border-color: #ffffff;
}
.cid-rNPmqrXLIz .social__link .mbr-iconfont {
  color: #ffffff;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .cid-rNPmqrXLIz .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-rNPmqrXLIz .form-control {
    margin-bottom: 20px;
  }
  .cid-rNPmqrXLIz .mbr-text {
    margin-top: 10px;
  }
  .cid-rNPmqrXLIz .subscribe__form {
    margin-top: 40px;
  }
  .cid-rNPmqrXLIz .socials {
    margin-top: 40px;
  }
}
.cid-rNPqI5iwy5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2a2a2a;
}
.cid-rNPqI5iwy5 .wrapper {
  line-height: 40px;
}
.cid-rNPqI5iwy5 .social {
  display: inline-block;
}
.cid-rNPqI5iwy5 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-rNPqI5iwy5 .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-rNPqI5iwy5 .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNPqI5iwy5 .brand {
  margin-bottom: 10px;
}
.cid-rNPqI5iwy5 .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-rNPqI5iwy5 .privacy {
  margin-top: 10px;
}
.cid-rNPqI5iwy5 .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tfdDlNZDUF {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tfdDlNZDUF .nav-item,
.cid-tfdDlNZDUF .nav-link,
.cid-tfdDlNZDUF .navbar-caption {
  font-weight: normal;
}
.cid-tfdDlNZDUF .nav-link {
  line-height: 40px;
}
.cid-tfdDlNZDUF .nav-link {
  position: relative;
}
.cid-tfdDlNZDUF .nav-link:before,
.cid-tfdDlNZDUF .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tfdDlNZDUF .nav-item:hover .nav-link:before,
.cid-tfdDlNZDUF .soc-item:hover a:before {
  height: 2px;
  background-color: #5fcac7;
  margin-top: 2px;
}
.cid-tfdDlNZDUF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tfdDlNZDUF .dropdown-toggle::after,
.cid-tfdDlNZDUF .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tfdDlNZDUF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tfdDlNZDUF .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tfdDlNZDUF .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tfdDlNZDUF .nav-item:focus,
.cid-tfdDlNZDUF .nav-link:focus {
  outline: none;
}
.cid-tfdDlNZDUF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tfdDlNZDUF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tfdDlNZDUF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tfdDlNZDUF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tfdDlNZDUF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tfdDlNZDUF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfdDlNZDUF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfdDlNZDUF .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfdDlNZDUF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfdDlNZDUF .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tfdDlNZDUF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tfdDlNZDUF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfdDlNZDUF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfdDlNZDUF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120rem - 1rem);
  }
}
.cid-tfdDlNZDUF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfdDlNZDUF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfdDlNZDUF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfdDlNZDUF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfdDlNZDUF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfdDlNZDUF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfdDlNZDUF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfdDlNZDUF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfdDlNZDUF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfdDlNZDUF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tfdDlNZDUF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfdDlNZDUF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tfdDlNZDUF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tfdDlNZDUF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfdDlNZDUF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfdDlNZDUF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfdDlNZDUF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfdDlNZDUF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfdDlNZDUF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfdDlNZDUF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tfdDlNZDUF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfdDlNZDUF .dropdown-item.active,
.cid-tfdDlNZDUF .dropdown-item:active {
  background-color: transparent;
}
.cid-tfdDlNZDUF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tfdDlNZDUF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tfdDlNZDUF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfdDlNZDUF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tfdDlNZDUF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfdDlNZDUF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfdDlNZDUF .navbar-buttons {
  text-align: center;
}
.cid-tfdDlNZDUF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfdDlNZDUF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tfdDlNZDUF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfdDlNZDUF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfdDlNZDUF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfdDlNZDUF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfdDlNZDUF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfdDlNZDUF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfdDlNZDUF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfdDlNZDUF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfdDlNZDUF .navbar-dropdown {
  padding: 30px 0;
  position: relative;
}
.cid-tfdDlNZDUF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tfdDlNZDUF .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tfdDlNZDUF .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tfdDlNZDUF .social__link {
  line-height: 40px;
}
.cid-tfdDlNZDUF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfdDlNZDUF .navbar {
    height: 77px;
  }
  .cid-tfdDlNZDUF .navbar.opened {
    height: auto;
  }
  .cid-tfdDlNZDUF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfdDlQfmSc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bakery25-1200x800.jpg");
}
.cid-tfdDlQfmSc .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #4b4342;
}
.cid-tfdDlQfmSc .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #919dab;
}
.cid-tfdDlQfmSc .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tfdDlQfmSc .mbr-iconfont {
  margin-left: 30px;
  margin-right: 30px;
  width: 28px;
}
.cid-tfdDlQfmSc .mbr-iconfont:nth-child(1) {
  color: #ff91a4;
}
.cid-tfdDlQfmSc .mbr-iconfont:nth-child(2) {
  color: #5b69bb;
}
.cid-tfdDlQfmSc .mbr-iconfont:nth-child(3) {
  color: #ff8f00;
}
.cid-tfdDlQfmSc .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
@media (max-width: 991px) {
  .cid-tfdDlQfmSc .mbr-iconfont {
    margin: 10px 20px;
  }
  .cid-tfdDlQfmSc .mbr-text {
    margin-top: 15px;
  }
  .cid-tfdDlQfmSc .mbr-section-title {
    margin-top: 30px;
  }
}
.cid-tfdDlQAekM {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bakery24-1-1200x800.jpg");
}
.cid-tfdDlQAekM .mbr-fonts-style {
  margin-bottom: 45px;
}
.cid-tfdDlQAekM .quotes .mbr-iconfont {
  color: #ebeaed;
  font-size: 30px;
  font-weight: 700;
}
.cid-tfdDlQAekM .user__text {
  margin: 35px 0 45px;
  text-align: center;
  color: #4b4342;
}
@media (max-width: 767px) {
  .cid-tfdDlQAekM .user__text {
    margin: 10px 0 25px;
  }
}
.cid-tfdDlQAekM .mbr-text {
  margin-bottom: 0;
}
.cid-tfdDlQAekM .user_image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tfdDlQAekM .user_name {
  margin-top: 20px;
  margin-bottom: 0;
  color: #4b4342;
}
.cid-tfdDlQAekM .user_descr {
  color: #919dab;
  margin-bottom: 0;
}
.cid-tfdDlQAekM .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tfdDlQAekM .carousel-item.active,
.cid-tfdDlQAekM .carousel-item-next,
.cid-tfdDlQAekM .carousel-item-prev {
  display: flex;
}
@media (min-width: 768px) {
  .cid-tfdDlQAekM .carousel-controls a {
    font-size: 22px;
  }
  .cid-tfdDlQAekM .carousel-controls a span {
    line-height: 35px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 180px;
    padding: 10px 15px;
    border-radius: 50%;
    color: #5fcac7;
    opacity: .5;
    transition: all .25s ease;
  }
  .cid-tfdDlQAekM .carousel-controls a:hover span {
    opacity: 1;
    background: #ace3e2;
  }
}
.cid-tgqKlJ2l1p {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-tgqKlJ2l1p .mbr-section-title {
  margin-bottom: 0;
}
.cid-tgqKlJ2l1p .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-tgqKlJ2l1p .socials {
  margin-top: 65px;
}
.cid-tgqKlJ2l1p .title__social {
  margin-bottom: 25px;
}
.cid-tgqKlJ2l1p .icons-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgqKlJ2l1p .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}
.cid-tgqKlJ2l1p .social__link:hover {
  border-color: #ffffff;
}
.cid-tgqKlJ2l1p .social__link .mbr-iconfont {
  color: #ffffff;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .cid-tgqKlJ2l1p .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-tgqKlJ2l1p .form-control {
    margin-bottom: 20px;
  }
  .cid-tgqKlJ2l1p .mbr-text {
    margin-top: 10px;
  }
  .cid-tgqKlJ2l1p .subscribe__form {
    margin-top: 40px;
  }
  .cid-tgqKlJ2l1p .socials {
    margin-top: 40px;
  }
}
.cid-tfdDlSB1wG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2a2a2a;
}
.cid-tfdDlSB1wG .wrapper {
  line-height: 40px;
}
.cid-tfdDlSB1wG .social {
  display: inline-block;
}
.cid-tfdDlSB1wG .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-tfdDlSB1wG .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-tfdDlSB1wG .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tfdDlSB1wG .brand {
  margin-bottom: 10px;
}
.cid-tfdDlSB1wG .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tfdDlSB1wG .privacy {
  margin-top: 10px;
}
.cid-tfdDlSB1wG .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tfdDoAdFA3 {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tfdDoAdFA3 .nav-item,
.cid-tfdDoAdFA3 .nav-link,
.cid-tfdDoAdFA3 .navbar-caption {
  font-weight: normal;
}
.cid-tfdDoAdFA3 .nav-link {
  line-height: 40px;
}
.cid-tfdDoAdFA3 .nav-link {
  position: relative;
}
.cid-tfdDoAdFA3 .nav-link:before,
.cid-tfdDoAdFA3 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tfdDoAdFA3 .nav-item:hover .nav-link:before,
.cid-tfdDoAdFA3 .soc-item:hover a:before {
  height: 2px;
  background-color: #5fcac7;
  margin-top: 2px;
}
.cid-tfdDoAdFA3 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tfdDoAdFA3 .dropdown-toggle::after,
.cid-tfdDoAdFA3 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tfdDoAdFA3 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tfdDoAdFA3 .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tfdDoAdFA3 .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tfdDoAdFA3 .nav-item:focus,
.cid-tfdDoAdFA3 .nav-link:focus {
  outline: none;
}
.cid-tfdDoAdFA3 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tfdDoAdFA3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tfdDoAdFA3 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tfdDoAdFA3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tfdDoAdFA3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tfdDoAdFA3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfdDoAdFA3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfdDoAdFA3 .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfdDoAdFA3 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfdDoAdFA3 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tfdDoAdFA3 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tfdDoAdFA3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfdDoAdFA3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfdDoAdFA3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120rem - 1rem);
  }
}
.cid-tfdDoAdFA3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfdDoAdFA3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfdDoAdFA3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfdDoAdFA3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfdDoAdFA3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfdDoAdFA3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfdDoAdFA3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfdDoAdFA3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfdDoAdFA3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfdDoAdFA3 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tfdDoAdFA3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfdDoAdFA3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tfdDoAdFA3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tfdDoAdFA3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfdDoAdFA3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfdDoAdFA3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfdDoAdFA3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfdDoAdFA3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfdDoAdFA3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfdDoAdFA3 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tfdDoAdFA3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfdDoAdFA3 .dropdown-item.active,
.cid-tfdDoAdFA3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfdDoAdFA3 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tfdDoAdFA3 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tfdDoAdFA3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfdDoAdFA3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tfdDoAdFA3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfdDoAdFA3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfdDoAdFA3 .navbar-buttons {
  text-align: center;
}
.cid-tfdDoAdFA3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfdDoAdFA3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tfdDoAdFA3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfdDoAdFA3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfdDoAdFA3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfdDoAdFA3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfdDoAdFA3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfdDoAdFA3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfdDoAdFA3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfdDoAdFA3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfdDoAdFA3 .navbar-dropdown {
  padding: 30px 0;
  position: relative;
}
.cid-tfdDoAdFA3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tfdDoAdFA3 .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tfdDoAdFA3 .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tfdDoAdFA3 .social__link {
  line-height: 40px;
}
.cid-tfdDoAdFA3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfdDoAdFA3 .navbar {
    height: 77px;
  }
  .cid-tfdDoAdFA3 .navbar.opened {
    height: auto;
  }
  .cid-tfdDoAdFA3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-11 {
  /* Type valid CSS here */
}
#custom-html-11 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-11 p {
  font-size: 60px;
  color: #777;
}
.cid-tfdDoBUa7j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bakery12-3-1200x800.jpg");
}
.cid-tfdDoBUa7j .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.cid-tfdDoBUa7j .mbr-iconfont {
  font-size: 62px;
  color: #ffffff;
}
.cid-tfdDoBUa7j .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tfdDoBUa7j .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tfdDoBUa7j .mbr-section-btn {
  margin-top: 40px;
}
.cid-tfdDoBUa7j .mbr-section-btn .btn {
  height: 50px;
  line-height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tfdDoBUa7j .mbr-text {
    margin-top: 10px;
  }
  .cid-tfdDoBUa7j .mbr-section-title {
    margin-top: 10px;
  }
  .cid-tfdDoBUa7j .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-tfdDoCejJh {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tfdDoCejJh .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #4b4342;
}
.cid-tfdDoCejJh .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #919dab;
}
.cid-tfdDoCejJh .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tfdDoCejJh .mbr-iconfont {
  margin-left: 30px;
  margin-right: 30px;
  width: 28px;
}
.cid-tfdDoCejJh .mbr-iconfont:nth-child(1) {
  color: #ff91a4;
}
.cid-tfdDoCejJh .mbr-iconfont:nth-child(2) {
  color: #ff91a4;
}
.cid-tfdDoCejJh .mbr-iconfont:nth-child(3) {
  color: #ff91a4;
}
.cid-tfdDoCejJh .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
@media (max-width: 991px) {
  .cid-tfdDoCejJh .mbr-iconfont {
    margin: 10px 20px;
  }
  .cid-tfdDoCejJh .mbr-text {
    margin-top: 15px;
  }
  .cid-tfdDoCejJh .mbr-section-title {
    margin-top: 30px;
  }
}
.cid-tfdDoCEkl5 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tfdDoCEkl5 .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-tfdDoCEkl5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tfdDoCEkl5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tfdDoCEkl5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tfdDoCEkl5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tfdDoCEkl5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tfdDoCEkl5 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tfdDoCEkl5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tfdDoCEkl5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tfdDoCEkl5 .mbr-gallery-item > div img,
.cid-tfdDoCEkl5 .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-tfdDoCEkl5 .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-tfdDoCEkl5 .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-tfdDoCEkl5 .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-tfdDoCEkl5 .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-tfdDoCEkl5 .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-tfdDoCEkl5 .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-tfdDoCEkl5 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-tfdDoCEkl5 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-tfdDoCEkl5 .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-tfdDoD4oNc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bakery25-1200x800.jpg");
}
.cid-tfdDoD4oNc .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #4b4342;
}
.cid-tfdDoD4oNc .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #919dab;
}
.cid-tfdDoD4oNc .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tfdDoD4oNc .mbr-iconfont {
  margin-left: 30px;
  margin-right: 30px;
  width: 28px;
}
.cid-tfdDoD4oNc .mbr-iconfont:nth-child(1) {
  color: #ff91a4;
}
.cid-tfdDoD4oNc .mbr-iconfont:nth-child(2) {
  color: #5b69bb;
}
.cid-tfdDoD4oNc .mbr-iconfont:nth-child(3) {
  color: #ff8f00;
}
.cid-tfdDoD4oNc .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
@media (max-width: 991px) {
  .cid-tfdDoD4oNc .mbr-iconfont {
    margin: 10px 20px;
  }
  .cid-tfdDoD4oNc .mbr-text {
    margin-top: 15px;
  }
  .cid-tfdDoD4oNc .mbr-section-title {
    margin-top: 30px;
  }
}
.cid-tfdDoDrnNm {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bakery24-1-1200x800.jpg");
}
.cid-tfdDoDrnNm .mbr-fonts-style {
  margin-bottom: 45px;
}
.cid-tfdDoDrnNm .quotes .mbr-iconfont {
  color: #ebeaed;
  font-size: 30px;
  font-weight: 700;
}
.cid-tfdDoDrnNm .user__text {
  margin: 35px 0 45px;
  text-align: center;
  color: #4b4342;
}
@media (max-width: 767px) {
  .cid-tfdDoDrnNm .user__text {
    margin: 10px 0 25px;
  }
}
.cid-tfdDoDrnNm .mbr-text {
  margin-bottom: 0;
}
.cid-tfdDoDrnNm .user_image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tfdDoDrnNm .user_name {
  margin-top: 20px;
  margin-bottom: 0;
  color: #4b4342;
}
.cid-tfdDoDrnNm .user_descr {
  color: #919dab;
  margin-bottom: 0;
}
.cid-tfdDoDrnNm .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tfdDoDrnNm .carousel-item.active,
.cid-tfdDoDrnNm .carousel-item-next,
.cid-tfdDoDrnNm .carousel-item-prev {
  display: flex;
}
@media (min-width: 768px) {
  .cid-tfdDoDrnNm .carousel-controls a {
    font-size: 22px;
  }
  .cid-tfdDoDrnNm .carousel-controls a span {
    line-height: 35px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 180px;
    padding: 10px 15px;
    border-radius: 50%;
    color: #5fcac7;
    opacity: .5;
    transition: all .25s ease;
  }
  .cid-tfdDoDrnNm .carousel-controls a:hover span {
    opacity: 1;
    background: #ace3e2;
  }
}
.cid-tfdDoDZr6w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/bakery26-1200x800.jpg");
}
.cid-tfdDoDZr6w .mbr-section-title {
  margin-bottom: 55px;
  color: #ffffff;
}
.cid-tfdDoDZr6w .image {
  margin-bottom: 10px;
  min-width: 100px;
}
.cid-tfdDoDZr6w .image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 70px;
}
.cid-tfdDoDZr6w .content__block {
  margin-bottom: 60px;
}
.cid-tfdDoDZr6w .mbr-text {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tfdDoDZr6w .signature {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tfdDoDZr6w .company {
  color: #ebeaed;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tfdDoDZr6w .content__block {
    margin-bottom: 30px;
  }
}
.cid-tfdDoEr3rS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfdDoEr3rS .mbr-section-title {
  margin-bottom: 10px;
  color: #4b4342;
}
.cid-tfdDoEr3rS .table__title {
  padding-top: 22px;
  padding-bottom: 20px;
}
.cid-tfdDoEr3rS .mbr-text {
  margin-bottom: 0;
  color: #4b4342;
}
.cid-tfdDoEr3rS .tables {
  background-color: #7fa8d7;
}
.cid-tfdDoEr3rS .tables {
  background-color: transparent;
}
.cid-tfdDoEr3rS .border__bot {
  border-bottom: 2px solid #ebeaed;
}
.cid-tfdDoEr3rS .cell {
  padding: 22px 30px 20px 30px;
}
.cid-tfdDoEr3rS .title {
  color: #919dab;
  margin-bottom: 0;
}
.cid-tfdDoEr3rS .border__bot:last-child {
  border-bottom: none !important;
}
.cid-tfdDoEr3rS .content__block {
  padding: 35px;
  background-color: #f3f2f4;
  border-radius: 6px;
  max-width: 270px;
  margin-left: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tfdDoEr3rS .content__block {
    margin: auto;
  }
}
.cid-tfdDoEr3rS .title__text {
  margin-bottom: 0;
  font-weight: 400;
  color: #4b4342;
}
.cid-tfdDoEr3rS .text {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #919dab;
}
.cid-tfdDoEr3rS .mbr-section-btn {
  margin-top: 35px;
}
.cid-tfdDoEr3rS .mbr-section-btn .btn {
  height: 40px;
  line-height: 40px;
  font-weight: 500;
}
.cid-tfdDoEr3rS .text,
.cid-tfdDoEr3rS .mbr-section-btn {
  color: #5fcac7;
}
.cid-tfdDoFbpp7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bakery3-2-1200x800.jpg");
}
.cid-tfdDoFbpp7 .mbr-section-title {
  margin-bottom: 0;
}
.cid-tfdDoFbpp7 .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-tfdDoFbpp7 .subscribe__form {
  margin-top: 70px;
}
.cid-tfdDoFbpp7 .form-group {
  margin-bottom: 0;
}
.cid-tfdDoFbpp7 .form-control {
  border: 2px solid #ebeaed;
  opacity: .4;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-tfdDoFbpp7 .input-group-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-tfdDoFbpp7 .mbr-form .btn {
  margin: 0;
}
.cid-tfdDoFbpp7 input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-tfdDoFbpp7 input::-moz-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-tfdDoFbpp7 .socials {
  margin-top: 65px;
}
.cid-tfdDoFbpp7 .title__social {
  margin-bottom: 25px;
}
.cid-tfdDoFbpp7 .icons-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tfdDoFbpp7 .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}
.cid-tfdDoFbpp7 .social__link:hover {
  border-color: #ffffff;
}
.cid-tfdDoFbpp7 .social__link .mbr-iconfont {
  color: #ffffff;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .cid-tfdDoFbpp7 .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-tfdDoFbpp7 .form-control {
    margin-bottom: 20px;
  }
  .cid-tfdDoFbpp7 .mbr-text {
    margin-top: 10px;
  }
  .cid-tfdDoFbpp7 .subscribe__form {
    margin-top: 40px;
  }
  .cid-tfdDoFbpp7 .socials {
    margin-top: 40px;
  }
}
.cid-tfdDoFTUye {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2a2a2a;
}
.cid-tfdDoFTUye .wrapper {
  line-height: 40px;
}
.cid-tfdDoFTUye .social {
  display: inline-block;
}
.cid-tfdDoFTUye .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-tfdDoFTUye .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-tfdDoFTUye .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tfdDoFTUye .brand {
  margin-bottom: 10px;
}
.cid-tfdDoFTUye .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tfdDoFTUye .privacy {
  margin-top: 10px;
}
.cid-tfdDoFTUye .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tfdDtsD4Q0 {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tfdDtsD4Q0 .nav-item,
.cid-tfdDtsD4Q0 .nav-link,
.cid-tfdDtsD4Q0 .navbar-caption {
  font-weight: normal;
}
.cid-tfdDtsD4Q0 .nav-link {
  line-height: 40px;
}
.cid-tfdDtsD4Q0 .nav-link {
  position: relative;
}
.cid-tfdDtsD4Q0 .nav-link:before,
.cid-tfdDtsD4Q0 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tfdDtsD4Q0 .nav-item:hover .nav-link:before,
.cid-tfdDtsD4Q0 .soc-item:hover a:before {
  height: 2px;
  background-color: #5fcac7;
  margin-top: 2px;
}
.cid-tfdDtsD4Q0 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tfdDtsD4Q0 .dropdown-toggle::after,
.cid-tfdDtsD4Q0 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tfdDtsD4Q0 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tfdDtsD4Q0 .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tfdDtsD4Q0 .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tfdDtsD4Q0 .nav-item:focus,
.cid-tfdDtsD4Q0 .nav-link:focus {
  outline: none;
}
.cid-tfdDtsD4Q0 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tfdDtsD4Q0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tfdDtsD4Q0 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tfdDtsD4Q0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tfdDtsD4Q0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tfdDtsD4Q0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfdDtsD4Q0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfdDtsD4Q0 .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfdDtsD4Q0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfdDtsD4Q0 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tfdDtsD4Q0 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tfdDtsD4Q0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfdDtsD4Q0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfdDtsD4Q0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120rem - 1rem);
  }
}
.cid-tfdDtsD4Q0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfdDtsD4Q0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfdDtsD4Q0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfdDtsD4Q0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfdDtsD4Q0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfdDtsD4Q0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfdDtsD4Q0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfdDtsD4Q0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfdDtsD4Q0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfdDtsD4Q0 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tfdDtsD4Q0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfdDtsD4Q0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tfdDtsD4Q0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tfdDtsD4Q0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfdDtsD4Q0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfdDtsD4Q0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfdDtsD4Q0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfdDtsD4Q0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfdDtsD4Q0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfdDtsD4Q0 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tfdDtsD4Q0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfdDtsD4Q0 .dropdown-item.active,
.cid-tfdDtsD4Q0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfdDtsD4Q0 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tfdDtsD4Q0 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tfdDtsD4Q0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfdDtsD4Q0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tfdDtsD4Q0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfdDtsD4Q0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfdDtsD4Q0 .navbar-buttons {
  text-align: center;
}
.cid-tfdDtsD4Q0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfdDtsD4Q0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tfdDtsD4Q0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfdDtsD4Q0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfdDtsD4Q0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfdDtsD4Q0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfdDtsD4Q0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfdDtsD4Q0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfdDtsD4Q0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfdDtsD4Q0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfdDtsD4Q0 .navbar-dropdown {
  padding: 30px 0;
  position: relative;
}
.cid-tfdDtsD4Q0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tfdDtsD4Q0 .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tfdDtsD4Q0 .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tfdDtsD4Q0 .social__link {
  line-height: 40px;
}
.cid-tfdDtsD4Q0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfdDtsD4Q0 .navbar {
    height: 77px;
  }
  .cid-tfdDtsD4Q0 .navbar.opened {
    height: auto;
  }
  .cid-tfdDtsD4Q0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfdDtuWwme {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bakery25-1200x800.jpg");
}
.cid-tfdDtuWwme .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #4b4342;
}
.cid-tfdDtuWwme .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #919dab;
}
.cid-tfdDtuWwme .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tfdDtuWwme .mbr-iconfont {
  margin-left: 30px;
  margin-right: 30px;
  width: 28px;
}
.cid-tfdDtuWwme .mbr-iconfont:nth-child(1) {
  color: #ff91a4;
}
.cid-tfdDtuWwme .mbr-iconfont:nth-child(2) {
  color: #5b69bb;
}
.cid-tfdDtuWwme .mbr-iconfont:nth-child(3) {
  color: #ff8f00;
}
.cid-tfdDtuWwme .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
@media (max-width: 991px) {
  .cid-tfdDtuWwme .mbr-iconfont {
    margin: 10px 20px;
  }
  .cid-tfdDtuWwme .mbr-text {
    margin-top: 15px;
  }
  .cid-tfdDtuWwme .mbr-section-title {
    margin-top: 30px;
  }
}
.cid-tfGoj0oUjm {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tfGoj0oUjm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfGoj0oUjm .container-fluid {
  padding: 0 !important;
}
.cid-tfGoj0oUjm .google-map {
  height: 300px;
  position: relative;
  margin-bottom: 65px;
}
.cid-tfGoj0oUjm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tfGoj0oUjm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tfGoj0oUjm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tfGoj0oUjm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tfGoj0oUjm .wrapper {
  margin-bottom: 50px;
}
.cid-tfGoj0oUjm .mbr-section-title {
  margin-bottom: 0;
}
.cid-tfGoj0oUjm .mbr-text {
  color: #919dab;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tfGoj0oUjm .subscribe__form {
  margin-top: 30px;
}
.cid-tfGoj0oUjm .form-group {
  margin-bottom: 0;
}
.cid-tfGoj0oUjm .dragArea .form-control {
  color: #919dab;
  margin-bottom: 35px;
  border: 2px solid #ebeaed !important;
  font-weight: 700;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-tfGoj0oUjm .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-tfGoj0oUjm .dragArea input::placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-tfGoj0oUjm .dragArea textarea::placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-tfGoj0oUjm .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tfGoj0oUjm .dragArea .input-group-btn .btn {
  width: 100%;
  margin: 35px 0 0;
  font-weight: 500;
  height: 50px;
}
@media (max-width: 991px) {
  .cid-tfGoj0oUjm .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-tfGoj0oUjm .title__right {
  margin-bottom: 0;
}
.cid-tfGoj0oUjm .text__right {
  margin: 20px 0 40px;
  color: #919dab;
}
.cid-tfGoj0oUjm .tel {
  margin: 10px 0 0;
  font-weight: 500;
  transition: all .25s;
}
.cid-tfGoj0oUjm .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px;
  color: #4b4342;
}
.cid-tfGoj0oUjm .tel:hover {
  color: #482be7;
}
.cid-tfGoj0oUjm .divider {
  width: 100%;
  height: 2px;
  background-color: #ebeaed;
  margin: 50px 0 40px;
}
.cid-tfGoj0oUjm .title__right_social {
  margin-bottom: 20px;
}
.cid-tfGoj0oUjm .socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px;
}
.cid-tfGoj0oUjm .socials .soc-item {
  margin-bottom: 15px;
  width: 48%;
  padding-right: 20px;
}
.cid-tfGoj0oUjm .socials .mbr-iconfont {
  color: #1e0e62;
  margin-right: 15px;
  font-size: 18px;
}
.cid-tfGoj0oUjm .socname {
  transition: all .25s;
  color: #919dab;
}
.cid-tfGoj0oUjm .socname:hover {
  color: #5d6a79;
}
.cid-tgqKya6aZB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-tgqKya6aZB .mbr-section-title {
  margin-bottom: 0;
}
.cid-tgqKya6aZB .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-tgqKya6aZB .socials {
  margin-top: 65px;
}
.cid-tgqKya6aZB .title__social {
  margin-bottom: 25px;
}
.cid-tgqKya6aZB .icons-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgqKya6aZB .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}
.cid-tgqKya6aZB .social__link:hover {
  border-color: #ffffff;
}
.cid-tgqKya6aZB .social__link .mbr-iconfont {
  color: #ffffff;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .cid-tgqKya6aZB .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-tgqKya6aZB .form-control {
    margin-bottom: 20px;
  }
  .cid-tgqKya6aZB .mbr-text {
    margin-top: 10px;
  }
  .cid-tgqKya6aZB .subscribe__form {
    margin-top: 40px;
  }
  .cid-tgqKya6aZB .socials {
    margin-top: 40px;
  }
}
.cid-tfdDtxtDJ1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2a2a2a;
}
.cid-tfdDtxtDJ1 .wrapper {
  line-height: 40px;
}
.cid-tfdDtxtDJ1 .social {
  display: inline-block;
}
.cid-tfdDtxtDJ1 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-tfdDtxtDJ1 .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-tfdDtxtDJ1 .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tfdDtxtDJ1 .brand {
  margin-bottom: 10px;
}
.cid-tfdDtxtDJ1 .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tfdDtxtDJ1 .privacy {
  margin-top: 10px;
}
.cid-tfdDtxtDJ1 .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tgqOSrpD28 {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgqOSrpD28 .nav-item,
.cid-tgqOSrpD28 .nav-link,
.cid-tgqOSrpD28 .navbar-caption {
  font-weight: normal;
}
.cid-tgqOSrpD28 .nav-link {
  line-height: 40px;
}
.cid-tgqOSrpD28 .nav-link {
  position: relative;
}
.cid-tgqOSrpD28 .nav-link:before,
.cid-tgqOSrpD28 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgqOSrpD28 .nav-item:hover .nav-link:before,
.cid-tgqOSrpD28 .soc-item:hover a:before {
  height: 2px;
  background-color: #5fcac7;
  margin-top: 2px;
}
.cid-tgqOSrpD28 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgqOSrpD28 .dropdown-toggle::after,
.cid-tgqOSrpD28 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgqOSrpD28 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgqOSrpD28 .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgqOSrpD28 .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgqOSrpD28 .nav-item:focus,
.cid-tgqOSrpD28 .nav-link:focus {
  outline: none;
}
.cid-tgqOSrpD28 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgqOSrpD28 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgqOSrpD28 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgqOSrpD28 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgqOSrpD28 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgqOSrpD28 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgqOSrpD28 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgqOSrpD28 .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgqOSrpD28 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgqOSrpD28 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgqOSrpD28 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgqOSrpD28 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgqOSrpD28 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgqOSrpD28 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120rem - 1rem);
  }
}
.cid-tgqOSrpD28 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgqOSrpD28 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgqOSrpD28 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgqOSrpD28 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgqOSrpD28 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgqOSrpD28 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgqOSrpD28 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgqOSrpD28 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgqOSrpD28 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgqOSrpD28 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgqOSrpD28 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgqOSrpD28 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgqOSrpD28 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgqOSrpD28 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgqOSrpD28 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgqOSrpD28 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgqOSrpD28 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgqOSrpD28 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgqOSrpD28 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgqOSrpD28 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgqOSrpD28 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgqOSrpD28 .dropdown-item.active,
.cid-tgqOSrpD28 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgqOSrpD28 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgqOSrpD28 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgqOSrpD28 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgqOSrpD28 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgqOSrpD28 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgqOSrpD28 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgqOSrpD28 .navbar-buttons {
  text-align: center;
}
.cid-tgqOSrpD28 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgqOSrpD28 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgqOSrpD28 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgqOSrpD28 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgqOSrpD28 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgqOSrpD28 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgqOSrpD28 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgqOSrpD28 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgqOSrpD28 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgqOSrpD28 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgqOSrpD28 .navbar-dropdown {
  padding: 30px 0;
  position: relative;
}
.cid-tgqOSrpD28 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgqOSrpD28 .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgqOSrpD28 .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgqOSrpD28 .social__link {
  line-height: 40px;
}
.cid-tgqOSrpD28 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgqOSrpD28 .navbar {
    height: 77px;
  }
  .cid-tgqOSrpD28 .navbar.opened {
    height: auto;
  }
  .cid-tgqOSrpD28 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgqPakIJrV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bakery12-4-1200x800.jpg");
}
.cid-tgqPakIJrV .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.cid-tgqPakIJrV .mbr-iconfont {
  font-size: 62px;
  color: #ffffff;
}
.cid-tgqPakIJrV .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tgqPakIJrV .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tgqPakIJrV .mbr-section-btn {
  margin-top: 40px;
}
.cid-tgqPakIJrV .mbr-section-btn .btn {
  height: 50px;
  line-height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tgqPakIJrV .mbr-text {
    margin-top: 10px;
  }
  .cid-tgqPakIJrV .mbr-section-title {
    margin-top: 10px;
  }
  .cid-tgqPakIJrV .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-tgqOStjUpT {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-tgqOStjUpT .mbr-section-title {
  margin-bottom: 0;
}
.cid-tgqOStjUpT .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-tgqOStjUpT .socials {
  margin-top: 65px;
}
.cid-tgqOStjUpT .title__social {
  margin-bottom: 25px;
}
.cid-tgqOStjUpT .icons-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgqOStjUpT .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}
.cid-tgqOStjUpT .social__link:hover {
  border-color: #ffffff;
}
.cid-tgqOStjUpT .social__link .mbr-iconfont {
  color: #ffffff;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .cid-tgqOStjUpT .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-tgqOStjUpT .form-control {
    margin-bottom: 20px;
  }
  .cid-tgqOStjUpT .mbr-text {
    margin-top: 10px;
  }
  .cid-tgqOStjUpT .subscribe__form {
    margin-top: 40px;
  }
  .cid-tgqOStjUpT .socials {
    margin-top: 40px;
  }
}
.cid-tgqOStLTf5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2a2a2a;
}
.cid-tgqOStLTf5 .wrapper {
  line-height: 40px;
}
.cid-tgqOStLTf5 .social {
  display: inline-block;
}
.cid-tgqOStLTf5 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-tgqOStLTf5 .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-tgqOStLTf5 .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tgqOStLTf5 .brand {
  margin-bottom: 10px;
}
.cid-tgqOStLTf5 .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tgqOStLTf5 .privacy {
  margin-top: 10px;
}
.cid-tgqOStLTf5 .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
