@import url(https://fonts.googleapis.com/css?family=Petit+Formal+Script:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,500,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oleo+Script:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=DM+Sans:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Petit Formal Script', handwriting;
  font-size: 4.5rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Petit Formal Script', handwriting;
  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: 'Cinzel', serif;
  font-size: 1.625rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-7 {
  font-family: 'Oleo Script', display;
  font-size: 3.4rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 5.44rem;
}
/* ---- 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: 1.3rem;
    font-size: calc( 1.21875rem + (1.625 - 1.21875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21875rem + (1.625 - 1.21875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 3.275rem;
}
.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: #e93a7d !important;
}
.bg-success {
  background-color: #1d8712 !important;
}
.bg-info {
  background-color: #fd330f !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #1cefcf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e93a7d;
  border-color: #e93a7d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-primary:hover {
  background-color: #d81862 !important;
  border-color: #d81862 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #111fed !important;
  border-color: #111fed !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #111fed;
  border-color: #111fed;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #111fed !important;
  border-color: #111fed !important;
}
.btn-secondary:hover {
  background-color: #0e19bd !important;
  border-color: #0e19bd !important;
}
.btn-info,
.btn-info:active {
  background-color: #fd330f !important;
  border-color: #fd330f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #fd330f;
  border-color: #fd330f;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #fd330f !important;
  border-color: #fd330f !important;
}
.btn-info:hover {
  background-color: #d72202 !important;
  border-color: #d72202 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1d8712 !important;
  border-color: #1d8712 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1d8712;
  border-color: #1d8712;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1d8712 !important;
  border-color: #1d8712 !important;
}
.btn-success:hover {
  background-color: #135a0c !important;
  border-color: #135a0c !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: #1cefcf !important;
  border-color: #1cefcf !important;
  color: #010b0a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #010b0a !important;
  background-color: #1cefcf;
  border-color: #1cefcf;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #010b0a !important;
  background-color: #1cefcf !important;
  border-color: #1cefcf !important;
}
.btn-danger:hover {
  background-color: #0ecaad !important;
  border-color: #0ecaad !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: #e93a7d;
  color: #e93a7d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #e93a7d !important;
  border-color: #e93a7d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #111fed;
  color: #111fed;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #111fed !important;
  border-color: #111fed;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #111fed !important;
  border-color: #111fed !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fd330f;
  color: #fd330f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #fd330f !important;
  border-color: #fd330f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fd330f !important;
  border-color: #fd330f !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1d8712;
  color: #1d8712;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #1d8712 !important;
  border-color: #1d8712;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1d8712 !important;
  border-color: #1d8712 !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: #1cefcf;
  color: #1cefcf;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #010b0a !important;
  background: #1cefcf !important;
  border-color: #1cefcf;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #010b0a !important;
  background-color: #1cefcf !important;
  border-color: #1cefcf !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: #e93a7d !important;
}
.text-secondary {
  color: #111fed !important;
}
.text-success {
  color: #1d8712 !important;
}
.text-info {
  color: #fd330f !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #1cefcf !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #aa134d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0a138e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0a2d06 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a51a01 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5d6a79 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0b9a84 !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: #1d8712;
}
.alert-info {
  background-color: #fd330f;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #1cefcf;
}
.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: #e93a7d;
  border-color: #e93a7d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #e93a7d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #45e434;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffdfd9;
}
.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: #dbfcf7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oleo Script', display;
  font-size: 3.4rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 5.44rem;
}
blockquote {
  border-color: #e93a7d;
}
/* 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: #e93a7d;
  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: #e93a7d;
  border-bottom-color: #e93a7d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #111fed !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-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .nav-link {
  position: relative;
}
.cid-rNQ2ogNvEJ .nav-link:before,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .nav-item:hover .nav-link:before,
.cid-rNQ2ogNvEJ .soc-item:hover a:before {
  height: 2px;
  background-color: #1cefcf;
  margin-top: 2px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.9rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e93a7d;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h20DGoPx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e93a7d;
}
.cid-u1h20DGoPx .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1h20DGoPx .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1h20DGoPx .socials {
  margin-top: 65px;
}
.cid-u1h20DGoPx .title__social {
  margin-bottom: 25px;
}
.cid-u1h20DGoPx .icons-menu,
.cid-u1h20DGoPx .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1h20DGoPx .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1h20DGoPx .social__link:hover {
  border-color: #ffffff;
}
.cid-u1h20DGoPx .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1h20DGoPx .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1h20DGoPx .form-control {
    margin-bottom: 20px;
  }
  .cid-u1h20DGoPx .mbr-text {
    margin-top: 10px;
  }
  .cid-u1h20DGoPx .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1h20DGoPx .socials {
    margin-top: 40px;
  }
}
.cid-u0EACjfjXo .modal-body .close {
  background: #1b1b1b;
}
.cid-u0EACjfjXo .modal-body .close span {
  font-style: normal;
}
.cid-u0EACjfjXo .carousel-inner > .active,
.cid-u0EACjfjXo .carousel-inner > .next,
.cid-u0EACjfjXo .carousel-inner > .prev {
  display: flex;
}
.cid-u0EACjfjXo .carousel-control .icon-next,
.cid-u0EACjfjXo .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-u0EACjfjXo .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-u0EACjfjXo .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u0EACjfjXo .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u0EACjfjXo .boxed-slider > div {
  position: relative;
}
.cid-u0EACjfjXo .container img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.cid-u0EACjfjXo .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-u0EACjfjXo .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u0EACjfjXo .mbr-table-cell {
  padding: 0;
}
.cid-u0EACjfjXo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u0EACjfjXo .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-u0EACjfjXo .mbr-overlay {
  z-index: 1;
}
.cid-u0EACjfjXo .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 520px;
}
.cid-u0EACjfjXo .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-u0EACjfjXo .carousel-item.active.right,
.cid-u0EACjfjXo .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u0EACjfjXo .carousel-item.active.left,
.cid-u0EACjfjXo .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u0EACjfjXo .carousel-item.active,
.cid-u0EACjfjXo .carousel-item.next.left,
.cid-u0EACjfjXo .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-u0EACjfjXo .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-u0EACjfjXo .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0EACjfjXo .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0EACjfjXo .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-u0EACjfjXo .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-u0EACjfjXo .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u0EACjfjXo .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-u0EACjfjXo .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-u0EACjfjXo .mbr-slider .carousel-indicators li.active,
.cid-u0EACjfjXo .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-u0EACjfjXo .mbr-slider .carousel-indicators li::after,
.cid-u0EACjfjXo .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u0EACjfjXo .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u0EACjfjXo .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u0EACjfjXo .mbr-slider > .container img {
  width: 100%;
}
.cid-u0EACjfjXo .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-u0EACjfjXo .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u0EACjfjXo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u0EACjfjXo .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u0EACjfjXo .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u0EACjfjXo .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-u0EACjfjXo .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u0EACjfjXo .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u0EACjfjXo .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u0EACjfjXo .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u0EACjfjXo .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u0EACjfjXo .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u0EACjfjXo .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u0EACjfjXo h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u0EACjfjXo .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-u0EACjfjXo .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-u0EACjfjXo .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u0EACjfjXo .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-u0EACjfjXo .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-u0EACjfjXo .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-u0EACjfjXo .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-u0EACjfjXo .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-u0EACjfjXo .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-u0EACjfjXo H2 {
  color: #f48fb6;
}
.cid-u1g0X9ycUi {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1g0X9ycUi .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  color: #100303;
}
.cid-u1g0X9ycUi .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
  color: #100303;
}
.cid-u1g0X9ycUi .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u1g0X9ycUi .text__block {
    margin-top: 1.5rem;
  }
}
.cid-rNQapyCsDm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNQapyCsDm .mbr-section-title {
  margin-bottom: 25px;
  color: #121d27;
}
.cid-rNQapyCsDm .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNQapyCsDm .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-rNQapyCsDm .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-rNQapyCsDm .mbr-section-btn .btn-lg {
  font-weight: 700;
}
.cid-rNQapyCsDm .mbr-section-btn .btn-sm {
  font-weight: 500;
}
.cid-rNQapyCsDm .image {
  margin-top: 50px;
}
.cid-rNQapyCsDm .image img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.cid-rNQapyCsDm .wrapper__products {
  margin-top: 70px;
}
.cid-rNQapyCsDm .card__product {
  margin-top: 50px;
}
.cid-rNQapyCsDm .image__card img {
  transition: all .25s;
  border-radius: 10px;
  max-width: 120px;
  max-height: 200px;
}
.cid-rNQapyCsDm .image__card img:hover {
  opacity: .8;
}
.cid-rNQapyCsDm .content__card {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  margin-left: 40px;
  position: relative;
}
.cid-rNQapyCsDm .card__btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
  margin-top: 0;
  width: 105%;
  position: absolute;
  bottom: 0;
}
.cid-rNQapyCsDm .card__btn .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-right: 0;
}
.cid-rNQapyCsDm .card__title {
  margin-bottom: 0;
  color: #000000;
}
.cid-rNQapyCsDm .card__text {
  margin-bottom: 0;
  color: #919dab;
  margin-top: 4px;
}
.cid-rNQapyCsDm .mbr-text,
.cid-rNQapyCsDm .mbr-section-btn {
  color: #000000;
}
.cid-rNQapyCsDm .card__text,
.cid-rNQapyCsDm .card__btn {
  color: #1e0e62;
}
.cid-rNQsk4NBjl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #100303;
}
.cid-rNQsk4NBjl .reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-rNQsk4NBjl .wrapper {
  margin-bottom: 60px;
}
.cid-rNQsk4NBjl .content__block {
  margin: 30px 40px 40px;
}
@media (max-width: 991px) {
  .cid-rNQsk4NBjl .content__block {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-rNQsk4NBjl .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-rNQsk4NBjl .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNQsk4NBjl .mbr-section-btn {
  margin-top: 30px;
}
.cid-rNQsk4NBjl .mbr-section-btn .btn {
  font-weight: 500;
  margin-top: 0;
}
.cid-rNQsk4NBjl .image {
  transition: all .2s;
}
.cid-rNQsk4NBjl .image:hover {
  opacity: .7;
}
.cid-rNQsk4NBjl .image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.cid-rNQsk4NBjl .mbr-text,
.cid-rNQsk4NBjl .mbr-section-btn {
  color: #d0d0d0;
}
.cid-u1g93CGpPh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1g93CGpPh .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u1g93CGpPh .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1g93CGpPh .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-u1g93CGpPh .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1g93CGpPh .mbr-section-btn .btn-lg {
  font-weight: 700;
}
.cid-u1g93CGpPh .mbr-section-btn .btn-sm {
  font-weight: 500;
}
.cid-u1g93CGpPh .image {
  margin-top: 50px;
}
.cid-u1g93CGpPh .image img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
}
.cid-u1g93CGpPh .wrapper__products {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .cid-u1g93CGpPh .wrapper__products {
    margin-top: 20px;
  }
}
.cid-u1g93CGpPh .card__product {
  margin-top: 50px;
}
.cid-u1g93CGpPh .image__card img {
  transition: all .25s;
  border-radius: 10px;
  max-width: 120px;
  max-height: 200px;
}
.cid-u1g93CGpPh .image__card img:hover {
  opacity: .8;
}
.cid-u1g93CGpPh .content__card {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  margin-left: 40px;
  position: relative;
}
.cid-u1g93CGpPh .card__btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
  margin-top: 0;
  width: 105%;
  position: absolute;
  bottom: 0;
}
.cid-u1g93CGpPh .card__btn .btn {
  height: 40px;
  padding: 0 15px;
  margin-right: 0;
}
.cid-u1g93CGpPh .card__title {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-u1g93CGpPh .card__text {
  margin-bottom: 0;
  color: #919dab;
  margin-top: 4px;
}
.cid-u1DC37ibi0 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1DC37ibi0 .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  color: #100303;
}
.cid-u1DC37ibi0 .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
  color: #202020;
}
.cid-u1DC37ibi0 .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u1DC37ibi0 .text__block {
    margin-top: 1.5rem;
  }
}
.cid-u0PMruzNLA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-u0PMruzNLA .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0PMruzNLA .mbr-text {
  margin: 25px 0 65px;
}
.cid-u0PMruzNLA .form-group {
  margin-bottom: 0;
}
.cid-u0PMruzNLA .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-u0PMruzNLA .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-u0PMruzNLA .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u0PMruzNLA .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u0PMruzNLA .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-u0PMruzNLA .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-u0PKCHrAdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0PKCHrAdh .logo__image {
  width: 56px;
  object-fit: cover;
}
.cid-u0PKCHrAdh .brand__text {
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .brand__text a {
  font-weight: 700;
}
.cid-u0PKCHrAdh a:hover {
  color: #fd330f !important;
}
.cid-u0PKCHrAdh .mbr-text,
.cid-u0PKCHrAdh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u0PKCHrAdh .menu {
  margin: 10px 0;
}
.cid-u0PKCHrAdh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-u0PKCHrAdh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .menu__items:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .divider {
  background-color: #200202;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-u0PKCHrAdh .social {
  margin-top: 10px;
}
.cid-u0PKCHrAdh .social a {
  margin: 0 15px;
}
.cid-u0PKCHrAdh .social a:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .social a:first-child {
  margin-left: 0;
}
.cid-u0PKCHrAdh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-u0PKCHrAdh .privacy {
  color: #100303;
}
.cid-u0PKCHrAdh .mbr-text {
  color: #100303;
}
.cid-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .nav-link {
  position: relative;
}
.cid-rNQ2ogNvEJ .nav-link:before,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .nav-item:hover .nav-link:before,
.cid-rNQ2ogNvEJ .soc-item:hover a:before {
  height: 2px;
  background-color: #1cefcf;
  margin-top: 2px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.9rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e93a7d;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h17g687E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e93a7d;
}
.cid-u1h17g687E .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1h17g687E .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1h17g687E .socials {
  margin-top: 65px;
}
.cid-u1h17g687E .title__social {
  margin-bottom: 25px;
}
.cid-u1h17g687E .icons-menu,
.cid-u1h17g687E .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1h17g687E .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1h17g687E .social__link:hover {
  border-color: #ffffff;
}
.cid-u1h17g687E .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1h17g687E .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1h17g687E .form-control {
    margin-bottom: 20px;
  }
  .cid-u1h17g687E .mbr-text {
    margin-top: 10px;
  }
  .cid-u1h17g687E .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1h17g687E .socials {
    margin-top: 40px;
  }
}
.cid-u1h0hT5fqP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1174-1-1920x1174.jpg");
}
.cid-u1h0hT5fqP .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1h0hT5fqP .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-u1h0hT5fqP .icons {
  margin-bottom: 80px;
}
@media (max-width: 567px) {
  .cid-u1h0hT5fqP .icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.cid-u1h0hT5fqP .icons .mbr-iconfont {
  margin-right: 33px;
  margin-bottom: 15px;
  font-size: 42px;
}
.cid-u1h0hT5fqP .mbr-iconfont:nth-child(1) {
  color: #ffffff;
}
.cid-u1h0hT5fqP .mbr-iconfont:nth-child(2) {
  color: #ffffff;
}
.cid-u1h0hT5fqP .mbr-iconfont:nth-child(3) {
  color: #ffffff;
}
.cid-u1h0hT5fqP .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
.cid-u1h0hT5fqP .mbr-iconfont:nth-child(5) {
  color: #7fa8d7;
}
.cid-u1h0hT5fqP .mbr-section-btn {
  margin-top: 75px;
}
.cid-u1h0hT5fqP .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-u1h0hT5fqP .mbr-section-title,
.cid-u1h0hT5fqP .icons {
  text-align: right;
}
.cid-u1h0hT5fqP .mbr-text,
.cid-u1h0hT5fqP .mbr-section-btn {
  text-align: right;
}
.cid-u0PKCHrAdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0PKCHrAdh .logo__image {
  width: 56px;
  object-fit: cover;
}
.cid-u0PKCHrAdh .brand__text {
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .brand__text a {
  font-weight: 700;
}
.cid-u0PKCHrAdh a:hover {
  color: #fd330f !important;
}
.cid-u0PKCHrAdh .mbr-text,
.cid-u0PKCHrAdh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u0PKCHrAdh .menu {
  margin: 10px 0;
}
.cid-u0PKCHrAdh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-u0PKCHrAdh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .menu__items:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .divider {
  background-color: #200202;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-u0PKCHrAdh .social {
  margin-top: 10px;
}
.cid-u0PKCHrAdh .social a {
  margin: 0 15px;
}
.cid-u0PKCHrAdh .social a:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .social a:first-child {
  margin-left: 0;
}
.cid-u0PKCHrAdh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-u0PKCHrAdh .privacy {
  color: #100303;
}
.cid-u0PKCHrAdh .mbr-text {
  color: #100303;
}
.cid-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .nav-link {
  position: relative;
}
.cid-rNQ2ogNvEJ .nav-link:before,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .nav-item:hover .nav-link:before,
.cid-rNQ2ogNvEJ .soc-item:hover a:before {
  height: 2px;
  background-color: #1cefcf;
  margin-top: 2px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.9rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e93a7d;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h5P3RiiP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e93a7d;
}
.cid-u1h5P3RiiP .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1h5P3RiiP .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1h5P3RiiP .socials {
  margin-top: 65px;
}
.cid-u1h5P3RiiP .title__social {
  margin-bottom: 25px;
}
.cid-u1h5P3RiiP .icons-menu,
.cid-u1h5P3RiiP .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1h5P3RiiP .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1h5P3RiiP .social__link:hover {
  border-color: #ffffff;
}
.cid-u1h5P3RiiP .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1h5P3RiiP .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1h5P3RiiP .form-control {
    margin-bottom: 20px;
  }
  .cid-u1h5P3RiiP .mbr-text {
    margin-top: 10px;
  }
  .cid-u1h5P3RiiP .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1h5P3RiiP .socials {
    margin-top: 40px;
  }
}
.cid-u1h5tUwbx2 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #100303;
}
.cid-u1h5tUwbx2 .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1h5tUwbx2 .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-u1h5tUwbx2 .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-u1h5tUwbx2 .form-control {
    margin-bottom: 15px;
  }
}
.cid-u0PKCHrAdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0PKCHrAdh .logo__image {
  width: 56px;
  object-fit: cover;
}
.cid-u0PKCHrAdh .brand__text {
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .brand__text a {
  font-weight: 700;
}
.cid-u0PKCHrAdh a:hover {
  color: #fd330f !important;
}
.cid-u0PKCHrAdh .mbr-text,
.cid-u0PKCHrAdh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u0PKCHrAdh .menu {
  margin: 10px 0;
}
.cid-u0PKCHrAdh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-u0PKCHrAdh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .menu__items:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .divider {
  background-color: #200202;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-u0PKCHrAdh .social {
  margin-top: 10px;
}
.cid-u0PKCHrAdh .social a {
  margin: 0 15px;
}
.cid-u0PKCHrAdh .social a:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .social a:first-child {
  margin-left: 0;
}
.cid-u0PKCHrAdh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-u0PKCHrAdh .privacy {
  color: #100303;
}
.cid-u0PKCHrAdh .mbr-text {
  color: #100303;
}
.cid-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .nav-link {
  position: relative;
}
.cid-rNQ2ogNvEJ .nav-link:before,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .nav-item:hover .nav-link:before,
.cid-rNQ2ogNvEJ .soc-item:hover a:before {
  height: 2px;
  background-color: #1cefcf;
  margin-top: 2px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.9rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e93a7d;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h9lmfoLW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e93a7d;
}
.cid-u1h9lmfoLW .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1h9lmfoLW .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1h9lmfoLW .socials {
  margin-top: 65px;
}
.cid-u1h9lmfoLW .title__social {
  margin-bottom: 25px;
}
.cid-u1h9lmfoLW .icons-menu,
.cid-u1h9lmfoLW .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1h9lmfoLW .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1h9lmfoLW .social__link:hover {
  border-color: #ffffff;
}
.cid-u1h9lmfoLW .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1h9lmfoLW .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1h9lmfoLW .form-control {
    margin-bottom: 20px;
  }
  .cid-u1h9lmfoLW .mbr-text {
    margin-top: 10px;
  }
  .cid-u1h9lmfoLW .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1h9lmfoLW .socials {
    margin-top: 40px;
  }
}
.cid-u2FIyz07FC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-u2FIyz07FC .reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-u2FIyz07FC .wrapper {
  margin-bottom: 60px;
}
.cid-u2FIyz07FC .content__block {
  margin: 30px 40px 40px;
}
@media (max-width: 991px) {
  .cid-u2FIyz07FC .content__block {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-u2FIyz07FC .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u2FIyz07FC .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u2FIyz07FC .mbr-section-btn {
  margin-top: 30px;
}
.cid-u2FIyz07FC .mbr-section-btn .btn {
  font-weight: 500;
  margin-top: 0;
}
.cid-u2FIyz07FC .image {
  transition: all .2s;
}
.cid-u2FIyz07FC .image:hover {
  opacity: .7;
}
.cid-u2FIyz07FC .image img {
  border-radius: 10px;
  width: 100%;
}
.cid-u1hjeuDElA {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-u1hjeuDElA .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1hjeuDElA .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-u1hjeuDElA .icons {
  margin-bottom: 80px;
}
@media (max-width: 567px) {
  .cid-u1hjeuDElA .icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.cid-u1hjeuDElA .icons .mbr-iconfont {
  margin-right: 33px;
  margin-bottom: 15px;
  font-size: 42px;
}
.cid-u1hjeuDElA .mbr-iconfont:nth-child(1) {
  color: #ffffff;
}
.cid-u1hjeuDElA .mbr-iconfont:nth-child(2) {
  color: #ffffff;
}
.cid-u1hjeuDElA .mbr-iconfont:nth-child(3) {
  color: #ffffff;
}
.cid-u1hjeuDElA .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
.cid-u1hjeuDElA .mbr-iconfont:nth-child(5) {
  color: #7fa8d7;
}
.cid-u1hjeuDElA .mbr-section-btn {
  margin-top: 75px;
}
.cid-u1hjeuDElA .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-u0PKCHrAdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0PKCHrAdh .logo__image {
  width: 56px;
  object-fit: cover;
}
.cid-u0PKCHrAdh .brand__text {
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .brand__text a {
  font-weight: 700;
}
.cid-u0PKCHrAdh a:hover {
  color: #fd330f !important;
}
.cid-u0PKCHrAdh .mbr-text,
.cid-u0PKCHrAdh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u0PKCHrAdh .menu {
  margin: 10px 0;
}
.cid-u0PKCHrAdh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-u0PKCHrAdh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .menu__items:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .divider {
  background-color: #200202;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-u0PKCHrAdh .social {
  margin-top: 10px;
}
.cid-u0PKCHrAdh .social a {
  margin: 0 15px;
}
.cid-u0PKCHrAdh .social a:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .social a:first-child {
  margin-left: 0;
}
.cid-u0PKCHrAdh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-u0PKCHrAdh .privacy {
  color: #100303;
}
.cid-u0PKCHrAdh .mbr-text {
  color: #100303;
}
.cid-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .nav-link {
  position: relative;
}
.cid-rNQ2ogNvEJ .nav-link:before,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .nav-item:hover .nav-link:before,
.cid-rNQ2ogNvEJ .soc-item:hover a:before {
  height: 2px;
  background-color: #1cefcf;
  margin-top: 2px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.9rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e93a7d;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1lZiC3Ixw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e93a7d;
}
.cid-u1lZiC3Ixw .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1lZiC3Ixw .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1lZiC3Ixw .socials {
  margin-top: 65px;
}
.cid-u1lZiC3Ixw .title__social {
  margin-bottom: 25px;
}
.cid-u1lZiC3Ixw .icons-menu,
.cid-u1lZiC3Ixw .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1lZiC3Ixw .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1lZiC3Ixw .social__link:hover {
  border-color: #ffffff;
}
.cid-u1lZiC3Ixw .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1lZiC3Ixw .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1lZiC3Ixw .form-control {
    margin-bottom: 20px;
  }
  .cid-u1lZiC3Ixw .mbr-text {
    margin-top: 10px;
  }
  .cid-u1lZiC3Ixw .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1lZiC3Ixw .socials {
    margin-top: 40px;
  }
}
.cid-u1lZxa5ePs {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1281x854.jpg");
}
.cid-u1lZxa5ePs .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1lZxa5ePs .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-u1lZxa5ePs .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-u1lZxa5ePs .form-control {
    margin-bottom: 15px;
  }
}
.cid-u1m2rYBaW0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-u1m2rYBaW0 .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-u1m2rYBaW0 .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1m2rYBaW0 .mbr-section-btn {
  margin-top: 45px;
}
.cid-u1m2rYBaW0 .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-u1m2rYBaW0 img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u1m2rYBaW0 .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-u1m2rYBaW0 .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-u1m2rYBaW0 .mbr-text {
    margin-top: 10px;
  }
}
.cid-u1m2rYBaW0 .mbr-text,
.cid-u1m2rYBaW0 .mbr-section-btn {
  color: #100303;
}
.cid-u1m6LA2D4h {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1m6LA2D4h .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u1m6LA2D4h .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1m6LA2D4h .block__product {
  margin: 30px 0;
}
.cid-u1m6LA2D4h .image {
  transition: all .25s;
}
.cid-u1m6LA2D4h .image:hover {
  opacity: .8;
}
.cid-u1m6LA2D4h .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-u1m6LA2D4h .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u1m6LA2D4h .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-u1m6LA2D4h .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u1m6LA2D4h .title__block:hover {
  color: #e93a7d;
}
.cid-u1m6LA2D4h .price__block {
  margin-bottom: 15px;
  color: #100303;
  letter-spacing: 2px;
}
.cid-u1m6LA2D4h .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-u1m6LA2D4h .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1m6LA2D4h .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-u1m6LA2D4h .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #e93a7d !important;
  color: #e93a7d !important;
}
.cid-u1m6LA2D4h .mbr-text,
.cid-u1m6LA2D4h .mbr-section-btn {
  color: #100303;
}
.cid-u1m8wDTnOc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u1m8wDTnOc .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u1m8wDTnOc .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1m8wDTnOc .block__product {
  margin: 30px 0;
}
.cid-u1m8wDTnOc .image {
  transition: all .25s;
}
.cid-u1m8wDTnOc .image:hover {
  opacity: .8;
}
.cid-u1m8wDTnOc .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-u1m8wDTnOc .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u1m8wDTnOc .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-u1m8wDTnOc .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u1m8wDTnOc .title__block:hover {
  color: #e93a7d;
}
.cid-u1m8wDTnOc .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-u1m8wDTnOc .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-u1m8wDTnOc .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1m8wDTnOc .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-u1m8wDTnOc .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #e93a7d !important;
  color: #e93a7d !important;
}
.cid-u1m9h3TSGY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f1fc;
}
.cid-u1m9h3TSGY .mbr-section-title {
  margin-bottom: 40px;
  text-align: center;
  color: #a61919;
}
.cid-u1m9h3TSGY .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1m9h3TSGY .block__product {
  margin: 30px 0;
}
.cid-u1m9h3TSGY .image {
  transition: all .25s;
}
.cid-u1m9h3TSGY .image:hover {
  opacity: .8;
}
.cid-u1m9h3TSGY .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-u1m9h3TSGY .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u1m9h3TSGY .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-u1m9h3TSGY .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u1m9h3TSGY .title__block:hover {
  color: #e93a7d;
}
.cid-u1m9h3TSGY .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-u1m9h3TSGY .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-u1m9h3TSGY .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1m9h3TSGY .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-u1m9h3TSGY .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #e93a7d !important;
  color: #e93a7d !important;
}
.cid-u1mUBXlDU9 {
  background-image: url("../../../assets/images/0-57-1920x1080.jpg");
}
.cid-u1mUBXlDU9 .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1mUBXlDU9 .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-u1mUBXlDU9 .icons {
  margin-bottom: 80px;
}
@media (max-width: 567px) {
  .cid-u1mUBXlDU9 .icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.cid-u1mUBXlDU9 .icons .mbr-iconfont {
  margin-right: 33px;
  margin-bottom: 15px;
  font-size: 42px;
}
.cid-u1mUBXlDU9 .mbr-iconfont:nth-child(1) {
  color: #ffffff;
}
.cid-u1mUBXlDU9 .mbr-iconfont:nth-child(2) {
  color: #ffffff;
}
.cid-u1mUBXlDU9 .mbr-iconfont:nth-child(3) {
  color: #ffffff;
}
.cid-u1mUBXlDU9 .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
.cid-u1mUBXlDU9 .mbr-iconfont:nth-child(5) {
  color: #7fa8d7;
}
.cid-u1mUBXlDU9 .mbr-section-btn {
  margin-top: 75px;
}
.cid-u1mUBXlDU9 .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-u0PKCHrAdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0PKCHrAdh .logo__image {
  width: 56px;
  object-fit: cover;
}
.cid-u0PKCHrAdh .brand__text {
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .brand__text a {
  font-weight: 700;
}
.cid-u0PKCHrAdh a:hover {
  color: #fd330f !important;
}
.cid-u0PKCHrAdh .mbr-text,
.cid-u0PKCHrAdh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u0PKCHrAdh .menu {
  margin: 10px 0;
}
.cid-u0PKCHrAdh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-u0PKCHrAdh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .menu__items:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .divider {
  background-color: #200202;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-u0PKCHrAdh .social {
  margin-top: 10px;
}
.cid-u0PKCHrAdh .social a {
  margin: 0 15px;
}
.cid-u0PKCHrAdh .social a:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .social a:first-child {
  margin-left: 0;
}
.cid-u0PKCHrAdh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-u0PKCHrAdh .privacy {
  color: #100303;
}
.cid-u0PKCHrAdh .mbr-text {
  color: #100303;
}
.cid-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .nav-link {
  position: relative;
}
.cid-rNQ2ogNvEJ .nav-link:before,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .nav-item:hover .nav-link:before,
.cid-rNQ2ogNvEJ .soc-item:hover a:before {
  height: 2px;
  background-color: #1cefcf;
  margin-top: 2px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.9rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e93a7d;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1mWAsXKEW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e93a7d;
}
.cid-u1mWAsXKEW .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1mWAsXKEW .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1mWAsXKEW .socials {
  margin-top: 65px;
}
.cid-u1mWAsXKEW .title__social {
  margin-bottom: 25px;
}
.cid-u1mWAsXKEW .icons-menu,
.cid-u1mWAsXKEW .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1mWAsXKEW .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1mWAsXKEW .social__link:hover {
  border-color: #ffffff;
}
.cid-u1mWAsXKEW .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1mWAsXKEW .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1mWAsXKEW .form-control {
    margin-bottom: 20px;
  }
  .cid-u1mWAsXKEW .mbr-text {
    margin-top: 10px;
  }
  .cid-u1mWAsXKEW .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1mWAsXKEW .socials {
    margin-top: 40px;
  }
}
.cid-u1mWFDy6VL {
  background-image: url("../../../assets/images/15-24-2000x2250.jpg");
}
.cid-u1mWFDy6VL .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1mWFDy6VL .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-u1mWFDy6VL .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-u1mWFDy6VL .form-control {
    margin-bottom: 15px;
  }
}
.cid-u1mWCKPiSU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-u1mWCKPiSU .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-u1mWCKPiSU .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1mWCKPiSU .mbr-section-btn {
  margin-top: 45px;
}
.cid-u1mWCKPiSU .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-u1mWCKPiSU img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u1mWCKPiSU .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-u1mWCKPiSU .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-u1mWCKPiSU .mbr-text {
    margin-top: 10px;
  }
}
.cid-u1mWCKPiSU .mbr-text,
.cid-u1mWCKPiSU .mbr-section-btn {
  color: #100303;
}
.cid-u1mXXugQ9E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1mXXugQ9E .mbr-section-title {
  margin-bottom: 40px;
  text-align: center;
}
.cid-u1mXXugQ9E .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1mXXugQ9E .block__product {
  margin: 30px 0;
}
.cid-u1mXXugQ9E .image {
  transition: all .25s;
}
.cid-u1mXXugQ9E .image:hover {
  opacity: .8;
}
.cid-u1mXXugQ9E .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-u1mXXugQ9E .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u1mXXugQ9E .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-u1mXXugQ9E .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u1mXXugQ9E .title__block:hover {
  color: #e93a7d;
}
.cid-u1mXXugQ9E .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-u1mXXugQ9E .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-u1mXXugQ9E .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1mXXugQ9E .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-u1mXXugQ9E .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #e93a7d !important;
  color: #e93a7d !important;
}
.cid-u1mXYXpeck {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1mXYXpeck .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u1mXYXpeck .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1mXYXpeck .block__product {
  margin: 30px 0;
}
.cid-u1mXYXpeck .image {
  transition: all .25s;
}
.cid-u1mXYXpeck .image:hover {
  opacity: .8;
}
.cid-u1mXYXpeck .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-u1mXYXpeck .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u1mXYXpeck .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-u1mXYXpeck .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u1mXYXpeck .title__block:hover {
  color: #e93a7d;
}
.cid-u1mXYXpeck .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-u1mXYXpeck .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-u1mXYXpeck .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1mXYXpeck .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-u1mXYXpeck .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #e93a7d !important;
  color: #e93a7d !important;
}
.cid-u1mYJDmVW1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-u1mYJDmVW1 .mbr-section-title {
  margin-bottom: 40px;
  text-align: center;
  color: #a61919;
}
.cid-u1mYJDmVW1 .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1mYJDmVW1 .block__product {
  margin: 30px 0;
}
.cid-u1mYJDmVW1 .image {
  transition: all .25s;
}
.cid-u1mYJDmVW1 .image:hover {
  opacity: .8;
}
.cid-u1mYJDmVW1 .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-u1mYJDmVW1 .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u1mYJDmVW1 .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-u1mYJDmVW1 .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u1mYJDmVW1 .title__block:hover {
  color: #e93a7d;
}
.cid-u1mYJDmVW1 .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-u1mYJDmVW1 .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-u1mYJDmVW1 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1mYJDmVW1 .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-u1mYJDmVW1 .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #e93a7d !important;
  color: #e93a7d !important;
}
.cid-u1mYNxo500 {
  background-image: url("../../../assets/images/0-10-1080x1350.jpg");
}
.cid-u1mYNxo500 .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1mYNxo500 .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-u1mYNxo500 .icons {
  margin-bottom: 80px;
}
@media (max-width: 567px) {
  .cid-u1mYNxo500 .icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.cid-u1mYNxo500 .icons .mbr-iconfont {
  margin-right: 33px;
  margin-bottom: 15px;
  font-size: 42px;
}
.cid-u1mYNxo500 .mbr-iconfont:nth-child(1) {
  color: #ffffff;
}
.cid-u1mYNxo500 .mbr-iconfont:nth-child(2) {
  color: #ffffff;
}
.cid-u1mYNxo500 .mbr-iconfont:nth-child(3) {
  color: #ffffff;
}
.cid-u1mYNxo500 .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
.cid-u1mYNxo500 .mbr-iconfont:nth-child(5) {
  color: #7fa8d7;
}
.cid-u1mYNxo500 .mbr-section-btn {
  margin-top: 75px;
}
.cid-u1mYNxo500 .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-u1mYNxo500 .mbr-section-title,
.cid-u1mYNxo500 .icons {
  text-align: right;
  color: #e93a7d;
}
.cid-u0PKCHrAdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0PKCHrAdh .logo__image {
  width: 56px;
  object-fit: cover;
}
.cid-u0PKCHrAdh .brand__text {
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .brand__text a {
  font-weight: 700;
}
.cid-u0PKCHrAdh a:hover {
  color: #fd330f !important;
}
.cid-u0PKCHrAdh .mbr-text,
.cid-u0PKCHrAdh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u0PKCHrAdh .menu {
  margin: 10px 0;
}
.cid-u0PKCHrAdh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-u0PKCHrAdh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .menu__items:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .divider {
  background-color: #200202;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-u0PKCHrAdh .social {
  margin-top: 10px;
}
.cid-u0PKCHrAdh .social a {
  margin: 0 15px;
}
.cid-u0PKCHrAdh .social a:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .social a:first-child {
  margin-left: 0;
}
.cid-u0PKCHrAdh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-u0PKCHrAdh .privacy {
  color: #100303;
}
.cid-u0PKCHrAdh .mbr-text {
  color: #100303;
}
.cid-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .nav-link {
  position: relative;
}
.cid-rNQ2ogNvEJ .nav-link:before,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .nav-item:hover .nav-link:before,
.cid-rNQ2ogNvEJ .soc-item:hover a:before {
  height: 2px;
  background-color: #1cefcf;
  margin-top: 2px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.9rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e93a7d;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1n2wfdlij {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e93a7d;
}
.cid-u1n2wfdlij .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1n2wfdlij .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1n2wfdlij .socials {
  margin-top: 65px;
}
.cid-u1n2wfdlij .title__social {
  margin-bottom: 25px;
}
.cid-u1n2wfdlij .icons-menu,
.cid-u1n2wfdlij .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1n2wfdlij .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1n2wfdlij .social__link:hover {
  border-color: #ffffff;
}
.cid-u1n2wfdlij .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1n2wfdlij .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1n2wfdlij .form-control {
    margin-bottom: 20px;
  }
  .cid-u1n2wfdlij .mbr-text {
    margin-top: 10px;
  }
  .cid-u1n2wfdlij .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1n2wfdlij .socials {
    margin-top: 40px;
  }
}
.cid-u1n2CRMJ1p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1n2CRMJ1p .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u1n2CRMJ1p .mbr-section-btn {
  margin-top: 60px;
}
.cid-u1n2CRMJ1p .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-u1n2CRMJ1p .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
@media (min-width: 768px) {
  .cid-u1n2CRMJ1p .bottom__block {
    margin-top: 80px;
  }
}
.cid-u1n2CRMJ1p .bottom__card {
  margin-top: 30px;
  height: 100%;
  align-items: center;
}
.cid-u1n2CRMJ1p .bottom__card:first-child .separate {
  border-left: none;
}
.cid-u1n2CRMJ1p .bottom__card:last-child .separate2 {
  border-left: none;
}
.cid-u1n2CRMJ1p .bottom__card:nth-child(3) .separate2 {
  border-left: none;
}
.cid-u1n2CRMJ1p .bottom__card:nth-child(4) .separate {
  border-left: none;
}
.cid-u1n2CRMJ1p .mbr-text {
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  color: #919dab;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cid-u1n2CRMJ1p .mbr-text {
    margin: 25px 65px 0 !important;
  }
}
.cid-u1n2CRMJ1p .image {
  display: flex;
  justify-content: center;
}
.cid-u1n2CRMJ1p .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 170px;
  height: 110px;
}
.cid-u1n2CRMJ1p .separate,
.cid-u1n2CRMJ1p .separate2 {
  border-left: 1px solid #e96f6f;
  height: 150px;
  position: absolute;
}
.cid-u1n2CRMJ1p .separate {
  left: 0;
}
.cid-u1n2CRMJ1p .separate2 {
  right: 0;
}
@media (max-width: 767px) {
  .cid-u1n2CRMJ1p .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-u1n2CRMJ1p .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-u1n2CRMJ1p .separate,
  .cid-u1n2CRMJ1p .separate2 {
    border-left: none;
  }
}
.cid-u1n2CRMJ1p .mbr-section-subtitle,
.cid-u1n2CRMJ1p .mbr-section-btn {
  color: #100303;
}
.cid-u0PKCHrAdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0PKCHrAdh .logo__image {
  width: 56px;
  object-fit: cover;
}
.cid-u0PKCHrAdh .brand__text {
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .brand__text a {
  font-weight: 700;
}
.cid-u0PKCHrAdh a:hover {
  color: #fd330f !important;
}
.cid-u0PKCHrAdh .mbr-text,
.cid-u0PKCHrAdh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u0PKCHrAdh .menu {
  margin: 10px 0;
}
.cid-u0PKCHrAdh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-u0PKCHrAdh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .menu__items:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .divider {
  background-color: #200202;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-u0PKCHrAdh .social {
  margin-top: 10px;
}
.cid-u0PKCHrAdh .social a {
  margin: 0 15px;
}
.cid-u0PKCHrAdh .social a:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .social a:first-child {
  margin-left: 0;
}
.cid-u0PKCHrAdh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-u0PKCHrAdh .privacy {
  color: #100303;
}
.cid-u0PKCHrAdh .mbr-text {
  color: #100303;
}
.cid-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .nav-link {
  position: relative;
}
.cid-rNQ2ogNvEJ .nav-link:before,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .nav-item:hover .nav-link:before,
.cid-rNQ2ogNvEJ .soc-item:hover a:before {
  height: 2px;
  background-color: #1cefcf;
  margin-top: 2px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.9rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e93a7d;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1o1CiD2O6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e93a7d;
}
.cid-u1o1CiD2O6 .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1o1CiD2O6 .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1o1CiD2O6 .socials {
  margin-top: 65px;
}
.cid-u1o1CiD2O6 .title__social {
  margin-bottom: 25px;
}
.cid-u1o1CiD2O6 .icons-menu,
.cid-u1o1CiD2O6 .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1o1CiD2O6 .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1o1CiD2O6 .social__link:hover {
  border-color: #ffffff;
}
.cid-u1o1CiD2O6 .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1o1CiD2O6 .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1o1CiD2O6 .form-control {
    margin-bottom: 20px;
  }
  .cid-u1o1CiD2O6 .mbr-text {
    margin-top: 10px;
  }
  .cid-u1o1CiD2O6 .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1o1CiD2O6 .socials {
    margin-top: 40px;
  }
}
.cid-u1o1Tg0WYH .modal-body .close {
  background: #1b1b1b;
}
.cid-u1o1Tg0WYH .modal-body .close span {
  font-style: normal;
}
.cid-u1o1Tg0WYH .carousel-inner > .active,
.cid-u1o1Tg0WYH .carousel-inner > .next,
.cid-u1o1Tg0WYH .carousel-inner > .prev {
  display: flex;
}
.cid-u1o1Tg0WYH .carousel-control .icon-next,
.cid-u1o1Tg0WYH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-u1o1Tg0WYH .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-u1o1Tg0WYH .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1o1Tg0WYH .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u1o1Tg0WYH .boxed-slider > div {
  position: relative;
}
.cid-u1o1Tg0WYH .container img {
  width: 100%;
  height: 810px;
  object-fit: cover;
}
.cid-u1o1Tg0WYH .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-u1o1Tg0WYH .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u1o1Tg0WYH .mbr-table-cell {
  padding: 0;
}
.cid-u1o1Tg0WYH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u1o1Tg0WYH .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-u1o1Tg0WYH .mbr-overlay {
  z-index: 1;
}
.cid-u1o1Tg0WYH .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u1o1Tg0WYH .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-u1o1Tg0WYH .carousel-item.active.right,
.cid-u1o1Tg0WYH .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u1o1Tg0WYH .carousel-item.active.left,
.cid-u1o1Tg0WYH .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u1o1Tg0WYH .carousel-item.active,
.cid-u1o1Tg0WYH .carousel-item.next.left,
.cid-u1o1Tg0WYH .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-u1o1Tg0WYH .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-u1o1Tg0WYH .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1o1Tg0WYH .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1o1Tg0WYH .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-u1o1Tg0WYH .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-u1o1Tg0WYH .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-u1o1Tg0WYH .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-u1o1Tg0WYH .mbr-slider .carousel-indicators li.active,
.cid-u1o1Tg0WYH .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-u1o1Tg0WYH .mbr-slider .carousel-indicators li::after,
.cid-u1o1Tg0WYH .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u1o1Tg0WYH .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u1o1Tg0WYH .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u1o1Tg0WYH .mbr-slider > .container img {
  width: 100%;
}
.cid-u1o1Tg0WYH .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-u1o1Tg0WYH .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u1o1Tg0WYH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1o1Tg0WYH .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u1o1Tg0WYH .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u1o1Tg0WYH .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-u1o1Tg0WYH .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u1o1Tg0WYH .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u1o1Tg0WYH .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u1o1Tg0WYH .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u1o1Tg0WYH .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u1o1Tg0WYH .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u1o1Tg0WYH .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u1o1Tg0WYH h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u1o1Tg0WYH .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-u1o1Tg0WYH .mbr-section-btn {
  margin-top: 100px;
}
.cid-u1o1Tg0WYH .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-u1o1Tg0WYH .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-u1o1Tg0WYH .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-u1o1Tg0WYH .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-u1o1Tg0WYH .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-u1o1Tg0WYH .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-u1o1Tg0WYH P {
  color: #1cefcf;
}
.cid-u1o7CM9I9D {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-u1o7CM9I9D .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-u1o7CM9I9D .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1o7CM9I9D .mbr-section-btn {
  margin-top: 45px;
}
.cid-u1o7CM9I9D .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-u1o7CM9I9D img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u1o7CM9I9D .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-u1o7CM9I9D .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-u1o7CM9I9D .mbr-text {
    margin-top: 10px;
  }
}
.cid-u1o7CM9I9D .mbr-text,
.cid-u1o7CM9I9D .mbr-section-btn {
  color: #100303;
}
.cid-u1o8kxlGDS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1o8kxlGDS .mbr-section-title {
  margin-bottom: 40px;
  text-align: center;
}
.cid-u1o8kxlGDS .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1o8kxlGDS .block__product {
  margin: 30px 0;
}
.cid-u1o8kxlGDS .image {
  transition: all .25s;
}
.cid-u1o8kxlGDS .image:hover {
  opacity: .8;
}
.cid-u1o8kxlGDS .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-u1o8kxlGDS .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u1o8kxlGDS .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-u1o8kxlGDS .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u1o8kxlGDS .title__block:hover {
  color: #e93a7d;
}
.cid-u1o8kxlGDS .price__block {
  margin-bottom: 15px;
  color: #100303;
  letter-spacing: 2px;
}
.cid-u1o8kxlGDS .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-u1o8kxlGDS .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1o8kxlGDS .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-u1o8kxlGDS .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #e93a7d !important;
  color: #e93a7d !important;
}
.cid-u1o8kxlGDS .mbr-text,
.cid-u1o8kxlGDS .mbr-section-btn {
  color: #100303;
}
.cid-u1ogcy07Nu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200202;
}
.cid-u1ogcy07Nu .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
}
.cid-u1ogcy07Nu .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-u1ogcy07Nu .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u1ogcy07Nu .text__block {
    margin-top: 1.5rem;
  }
}
.cid-u1o8uPKbr0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1o8uPKbr0 .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u1o8uPKbr0 .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1o8uPKbr0 .block__product {
  margin: 30px 0;
}
.cid-u1o8uPKbr0 .image {
  transition: all .25s;
}
.cid-u1o8uPKbr0 .image:hover {
  opacity: .8;
}
.cid-u1o8uPKbr0 .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-u1o8uPKbr0 .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u1o8uPKbr0 .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-u1o8uPKbr0 .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u1o8uPKbr0 .title__block:hover {
  color: #e93a7d;
}
.cid-u1o8uPKbr0 .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-u1o8uPKbr0 .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-u1o8uPKbr0 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1o8uPKbr0 .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-u1o8uPKbr0 .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #e93a7d !important;
  color: #e93a7d !important;
}
.cid-u1o8xLUAlY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebeaed;
}
.cid-u1o8xLUAlY .mbr-section-title {
  margin-bottom: 40px;
  text-align: center;
  color: #a61919;
}
.cid-u1o8xLUAlY .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1o8xLUAlY .block__product {
  margin: 30px 0;
}
.cid-u1o8xLUAlY .image {
  transition: all .25s;
}
.cid-u1o8xLUAlY .image:hover {
  opacity: .8;
}
.cid-u1o8xLUAlY .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-u1o8xLUAlY .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u1o8xLUAlY .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-u1o8xLUAlY .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u1o8xLUAlY .title__block:hover {
  color: #e93a7d;
}
.cid-u1o8xLUAlY .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-u1o8xLUAlY .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-u1o8xLUAlY .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1o8xLUAlY .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-u1o8xLUAlY .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #e93a7d !important;
  color: #e93a7d !important;
}
.cid-u1ofl7jU70 {
  background-image: url("../../../assets/images/0-77-1-1080x1058.jpg");
}
.cid-u1ofl7jU70 .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1ofl7jU70 .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-u1ofl7jU70 .icons {
  margin-bottom: 80px;
}
@media (max-width: 567px) {
  .cid-u1ofl7jU70 .icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.cid-u1ofl7jU70 .icons .mbr-iconfont {
  margin-right: 33px;
  margin-bottom: 15px;
  font-size: 42px;
}
.cid-u1ofl7jU70 .mbr-iconfont:nth-child(1) {
  color: #ffffff;
}
.cid-u1ofl7jU70 .mbr-iconfont:nth-child(2) {
  color: #ffffff;
}
.cid-u1ofl7jU70 .mbr-iconfont:nth-child(3) {
  color: #ffffff;
}
.cid-u1ofl7jU70 .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
.cid-u1ofl7jU70 .mbr-iconfont:nth-child(5) {
  color: #7fa8d7;
}
.cid-u1ofl7jU70 .mbr-section-btn {
  margin-top: 75px;
}
.cid-u1ofl7jU70 .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-u0PKCHrAdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0PKCHrAdh .logo__image {
  width: 56px;
  object-fit: cover;
}
.cid-u0PKCHrAdh .brand__text {
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .brand__text a {
  font-weight: 700;
}
.cid-u0PKCHrAdh a:hover {
  color: #fd330f !important;
}
.cid-u0PKCHrAdh .mbr-text,
.cid-u0PKCHrAdh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u0PKCHrAdh .menu {
  margin: 10px 0;
}
.cid-u0PKCHrAdh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-u0PKCHrAdh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .menu__items:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .divider {
  background-color: #200202;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-u0PKCHrAdh .social {
  margin-top: 10px;
}
.cid-u0PKCHrAdh .social a {
  margin: 0 15px;
}
.cid-u0PKCHrAdh .social a:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .social a:first-child {
  margin-left: 0;
}
.cid-u0PKCHrAdh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-u0PKCHrAdh .privacy {
  color: #100303;
}
.cid-u0PKCHrAdh .mbr-text {
  color: #100303;
}
.cid-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .nav-link {
  position: relative;
}
.cid-rNQ2ogNvEJ .nav-link:before,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .nav-item:hover .nav-link:before,
.cid-rNQ2ogNvEJ .soc-item:hover a:before {
  height: 2px;
  background-color: #1cefcf;
  margin-top: 2px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.9rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e93a7d;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1DFvIQurU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e93a7d;
}
.cid-u1DFvIQurU .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DFvIQurU .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1DFvIQurU .socials {
  margin-top: 65px;
}
.cid-u1DFvIQurU .title__social {
  margin-bottom: 25px;
}
.cid-u1DFvIQurU .icons-menu,
.cid-u1DFvIQurU .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1DFvIQurU .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1DFvIQurU .social__link:hover {
  border-color: #ffffff;
}
.cid-u1DFvIQurU .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1DFvIQurU .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1DFvIQurU .form-control {
    margin-bottom: 20px;
  }
  .cid-u1DFvIQurU .mbr-text {
    margin-top: 10px;
  }
  .cid-u1DFvIQurU .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1DFvIQurU .socials {
    margin-top: 40px;
  }
}
.cid-u1DFDycT1y {
  background-image: url("../../../assets/images/mbr-1277x1920.jpg");
}
.cid-u1DFDycT1y .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DFDycT1y .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-u1DFDycT1y .icons {
  margin-bottom: 80px;
}
@media (max-width: 567px) {
  .cid-u1DFDycT1y .icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.cid-u1DFDycT1y .icons .mbr-iconfont {
  margin-right: 33px;
  margin-bottom: 15px;
  font-size: 42px;
}
.cid-u1DFDycT1y .mbr-iconfont:nth-child(1) {
  color: #ffffff;
}
.cid-u1DFDycT1y .mbr-iconfont:nth-child(2) {
  color: #ffffff;
}
.cid-u1DFDycT1y .mbr-iconfont:nth-child(3) {
  color: #ffffff;
}
.cid-u1DFDycT1y .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
.cid-u1DFDycT1y .mbr-iconfont:nth-child(5) {
  color: #7fa8d7;
}
.cid-u1DFDycT1y .mbr-section-btn {
  margin-top: 75px;
}
.cid-u1DFDycT1y .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-u1DFIw9NfW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-u1DFIw9NfW .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-u1DFIw9NfW .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1DFIw9NfW .mbr-section-btn {
  margin-top: 45px;
}
.cid-u1DFIw9NfW .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-u1DFIw9NfW img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u1DFIw9NfW .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-u1DFIw9NfW .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-u1DFIw9NfW .mbr-text {
    margin-top: 10px;
  }
}
.cid-u1DFIw9NfW .mbr-text,
.cid-u1DFIw9NfW .mbr-section-btn {
  color: #100303;
}
.cid-u1DIepSUgD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1DIepSUgD .image {
    display: none !important;
  }
}
.cid-u1DIepSUgD .image img {
  height: 500px;
}
.cid-u1DIepSUgD .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-u1DIepSUgD .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u1DIepSUgD .mbr-text {
  color: #100303;
  margin-bottom: 0;
}
.cid-u1DIepSUgD .block__products {
  padding-top: 10px;
}
.cid-u1DIepSUgD .product__item {
  margin-top: 40px;
}
.cid-u1DIepSUgD .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-u1DIepSUgD .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-u1DIepSUgD .image__item:hover {
  opacity: .8;
}
.cid-u1DIepSUgD .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-u1DIepSUgD .item__text {
    margin-top: 0;
  }
}
.cid-u1DIepSUgD .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-u1DIepSUgD .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-u1DIepSUgD .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-u1DIepSUgD .item__descr {
  margin-top: 10px;
}
.cid-u1DIepSUgD .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1DIepSUgD .item__buttons {
  margin-top: 40px;
}
.cid-u1DIepSUgD .mbr-section-btn {
  text-align: left;
}
.cid-u1DIepSUgD .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-u1DIepSUgD .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-u1DIepSUgD .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-u1DIepSUgD .item__text {
    margin: 20px 0 0;
  }
  .cid-u1DIepSUgD .mbr-text {
    text-align: center;
  }
}
.cid-u1DIDvW9ay {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1DIDvW9ay .image {
    display: none !important;
  }
}
.cid-u1DIDvW9ay .image img {
  height: 500px;
}
.cid-u1DIDvW9ay .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-u1DIDvW9ay .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u1DIDvW9ay .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-u1DIDvW9ay .block__products {
  padding-top: 10px;
}
.cid-u1DIDvW9ay .product__item {
  margin-top: 40px;
}
.cid-u1DIDvW9ay .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-u1DIDvW9ay .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-u1DIDvW9ay .image__item:hover {
  opacity: .8;
}
.cid-u1DIDvW9ay .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-u1DIDvW9ay .item__text {
    margin-top: 0;
  }
}
.cid-u1DIDvW9ay .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-u1DIDvW9ay .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-u1DIDvW9ay .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-u1DIDvW9ay .item__descr {
  margin-top: 10px;
}
.cid-u1DIDvW9ay .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1DIDvW9ay .item__buttons {
  margin-top: 40px;
}
.cid-u1DIDvW9ay .mbr-section-btn {
  text-align: left;
}
.cid-u1DIDvW9ay .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-u1DIDvW9ay .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-u1DIDvW9ay .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-u1DIDvW9ay .item__text {
    margin: 20px 0 0;
  }
  .cid-u1DIDvW9ay .mbr-text {
    text-align: center;
  }
}
.cid-u1DIKwiEM4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1DIKwiEM4 .image {
    display: none !important;
  }
}
.cid-u1DIKwiEM4 .image img {
  height: 500px;
}
.cid-u1DIKwiEM4 .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-u1DIKwiEM4 .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u1DIKwiEM4 .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-u1DIKwiEM4 .block__products {
  padding-top: 10px;
}
.cid-u1DIKwiEM4 .product__item {
  margin-top: 40px;
}
.cid-u1DIKwiEM4 .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-u1DIKwiEM4 .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-u1DIKwiEM4 .image__item:hover {
  opacity: .8;
}
.cid-u1DIKwiEM4 .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-u1DIKwiEM4 .item__text {
    margin-top: 0;
  }
}
.cid-u1DIKwiEM4 .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-u1DIKwiEM4 .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-u1DIKwiEM4 .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-u1DIKwiEM4 .item__descr {
  margin-top: 10px;
}
.cid-u1DIKwiEM4 .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1DIKwiEM4 .item__buttons {
  margin-top: 40px;
}
.cid-u1DIKwiEM4 .mbr-section-btn {
  text-align: left;
}
.cid-u1DIKwiEM4 .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-u1DIKwiEM4 .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-u1DIKwiEM4 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-u1DIKwiEM4 .item__text {
    margin: 20px 0 0;
  }
  .cid-u1DIKwiEM4 .mbr-text {
    text-align: center;
  }
}
.cid-u1DIM82sJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1DIM82sJ3 .image {
    display: none !important;
  }
}
.cid-u1DIM82sJ3 .image img {
  height: 500px;
}
.cid-u1DIM82sJ3 .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-u1DIM82sJ3 .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u1DIM82sJ3 .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-u1DIM82sJ3 .block__products {
  padding-top: 10px;
}
.cid-u1DIM82sJ3 .product__item {
  margin-top: 40px;
}
.cid-u1DIM82sJ3 .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-u1DIM82sJ3 .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-u1DIM82sJ3 .image__item:hover {
  opacity: .8;
}
.cid-u1DIM82sJ3 .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-u1DIM82sJ3 .item__text {
    margin-top: 0;
  }
}
.cid-u1DIM82sJ3 .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-u1DIM82sJ3 .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-u1DIM82sJ3 .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-u1DIM82sJ3 .item__descr {
  margin-top: 10px;
}
.cid-u1DIM82sJ3 .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1DIM82sJ3 .item__buttons {
  margin-top: 40px;
}
.cid-u1DIM82sJ3 .mbr-section-btn {
  text-align: left;
}
.cid-u1DIM82sJ3 .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-u1DIM82sJ3 .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-u1DIM82sJ3 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-u1DIM82sJ3 .item__text {
    margin: 20px 0 0;
  }
  .cid-u1DIM82sJ3 .mbr-text {
    text-align: center;
  }
}
.cid-u1DIN1P0WC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1DIN1P0WC .image {
    display: none !important;
  }
}
.cid-u1DIN1P0WC .image img {
  height: 500px;
}
.cid-u1DIN1P0WC .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-u1DIN1P0WC .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u1DIN1P0WC .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-u1DIN1P0WC .block__products {
  padding-top: 10px;
}
.cid-u1DIN1P0WC .product__item {
  margin-top: 40px;
}
.cid-u1DIN1P0WC .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-u1DIN1P0WC .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-u1DIN1P0WC .image__item:hover {
  opacity: .8;
}
.cid-u1DIN1P0WC .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-u1DIN1P0WC .item__text {
    margin-top: 0;
  }
}
.cid-u1DIN1P0WC .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-u1DIN1P0WC .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-u1DIN1P0WC .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-u1DIN1P0WC .item__descr {
  margin-top: 10px;
}
.cid-u1DIN1P0WC .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1DIN1P0WC .item__buttons {
  margin-top: 40px;
}
.cid-u1DIN1P0WC .mbr-section-btn {
  text-align: left;
}
.cid-u1DIN1P0WC .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-u1DIN1P0WC .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-u1DIN1P0WC .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-u1DIN1P0WC .item__text {
    margin: 20px 0 0;
  }
  .cid-u1DIN1P0WC .mbr-text {
    text-align: center;
  }
}
.cid-u1DIOb1FPN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1DIOb1FPN .image {
    display: none !important;
  }
}
.cid-u1DIOb1FPN .image img {
  height: 500px;
}
.cid-u1DIOb1FPN .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-u1DIOb1FPN .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u1DIOb1FPN .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-u1DIOb1FPN .block__products {
  padding-top: 10px;
}
.cid-u1DIOb1FPN .product__item {
  margin-top: 40px;
}
.cid-u1DIOb1FPN .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-u1DIOb1FPN .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-u1DIOb1FPN .image__item:hover {
  opacity: .8;
}
.cid-u1DIOb1FPN .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-u1DIOb1FPN .item__text {
    margin-top: 0;
  }
}
.cid-u1DIOb1FPN .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-u1DIOb1FPN .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-u1DIOb1FPN .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-u1DIOb1FPN .item__descr {
  margin-top: 10px;
}
.cid-u1DIOb1FPN .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1DIOb1FPN .item__buttons {
  margin-top: 40px;
}
.cid-u1DIOb1FPN .mbr-section-btn {
  text-align: left;
}
.cid-u1DIOb1FPN .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-u1DIOb1FPN .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-u1DIOb1FPN .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-u1DIOb1FPN .item__text {
    margin: 20px 0 0;
  }
  .cid-u1DIOb1FPN .mbr-text {
    text-align: center;
  }
}
.cid-u1DIPgoUoQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1DIPgoUoQ .image {
    display: none !important;
  }
}
.cid-u1DIPgoUoQ .image img {
  height: 500px;
}
.cid-u1DIPgoUoQ .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-u1DIPgoUoQ .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u1DIPgoUoQ .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-u1DIPgoUoQ .block__products {
  padding-top: 10px;
}
.cid-u1DIPgoUoQ .product__item {
  margin-top: 40px;
}
.cid-u1DIPgoUoQ .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-u1DIPgoUoQ .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-u1DIPgoUoQ .image__item:hover {
  opacity: .8;
}
.cid-u1DIPgoUoQ .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-u1DIPgoUoQ .item__text {
    margin-top: 0;
  }
}
.cid-u1DIPgoUoQ .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-u1DIPgoUoQ .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-u1DIPgoUoQ .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-u1DIPgoUoQ .item__descr {
  margin-top: 10px;
}
.cid-u1DIPgoUoQ .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1DIPgoUoQ .item__buttons {
  margin-top: 40px;
}
.cid-u1DIPgoUoQ .mbr-section-btn {
  text-align: left;
}
.cid-u1DIPgoUoQ .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-u1DIPgoUoQ .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-u1DIPgoUoQ .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-u1DIPgoUoQ .item__text {
    margin: 20px 0 0;
  }
  .cid-u1DIPgoUoQ .mbr-text {
    text-align: center;
  }
}
.cid-u1DIQlOdc5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1DIQlOdc5 .image {
    display: none !important;
  }
}
.cid-u1DIQlOdc5 .image img {
  height: 500px;
}
.cid-u1DIQlOdc5 .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-u1DIQlOdc5 .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u1DIQlOdc5 .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-u1DIQlOdc5 .block__products {
  padding-top: 10px;
}
.cid-u1DIQlOdc5 .product__item {
  margin-top: 40px;
}
.cid-u1DIQlOdc5 .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-u1DIQlOdc5 .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-u1DIQlOdc5 .image__item:hover {
  opacity: .8;
}
.cid-u1DIQlOdc5 .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-u1DIQlOdc5 .item__text {
    margin-top: 0;
  }
}
.cid-u1DIQlOdc5 .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-u1DIQlOdc5 .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-u1DIQlOdc5 .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-u1DIQlOdc5 .item__descr {
  margin-top: 10px;
}
.cid-u1DIQlOdc5 .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1DIQlOdc5 .item__buttons {
  margin-top: 40px;
}
.cid-u1DIQlOdc5 .mbr-section-btn {
  text-align: left;
}
.cid-u1DIQlOdc5 .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-u1DIQlOdc5 .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-u1DIQlOdc5 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-u1DIQlOdc5 .item__text {
    margin: 20px 0 0;
  }
  .cid-u1DIQlOdc5 .mbr-text {
    text-align: center;
  }
}
.cid-u1DKnzE9It {
  background-image: url("../../../assets/images/0-8-2-1080x720.jpg");
}
.cid-u1DKnzE9It .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DKnzE9It .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-u1DKnzE9It .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-u1DKnzE9It .form-control {
    margin-bottom: 15px;
  }
}
.cid-u0PKCHrAdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0PKCHrAdh .logo__image {
  width: 56px;
  object-fit: cover;
}
.cid-u0PKCHrAdh .brand__text {
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .brand__text a {
  font-weight: 700;
}
.cid-u0PKCHrAdh a:hover {
  color: #fd330f !important;
}
.cid-u0PKCHrAdh .mbr-text,
.cid-u0PKCHrAdh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u0PKCHrAdh .menu {
  margin: 10px 0;
}
.cid-u0PKCHrAdh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-u0PKCHrAdh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .menu__items:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .divider {
  background-color: #200202;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-u0PKCHrAdh .social {
  margin-top: 10px;
}
.cid-u0PKCHrAdh .social a {
  margin: 0 15px;
}
.cid-u0PKCHrAdh .social a:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .social a:first-child {
  margin-left: 0;
}
.cid-u0PKCHrAdh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-u0PKCHrAdh .privacy {
  color: #100303;
}
.cid-u0PKCHrAdh .mbr-text {
  color: #100303;
}
.cid-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .nav-link {
  position: relative;
}
.cid-rNQ2ogNvEJ .nav-link:before,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .nav-item:hover .nav-link:before,
.cid-rNQ2ogNvEJ .soc-item:hover a:before {
  height: 2px;
  background-color: #1cefcf;
  margin-top: 2px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.9rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e93a7d;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1Gr4uYFtn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e93a7d;
}
.cid-u1Gr4uYFtn .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1Gr4uYFtn .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1Gr4uYFtn .socials {
  margin-top: 65px;
}
.cid-u1Gr4uYFtn .title__social {
  margin-bottom: 25px;
}
.cid-u1Gr4uYFtn .icons-menu,
.cid-u1Gr4uYFtn .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1Gr4uYFtn .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1Gr4uYFtn .social__link:hover {
  border-color: #ffffff;
}
.cid-u1Gr4uYFtn .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1Gr4uYFtn .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1Gr4uYFtn .form-control {
    margin-bottom: 20px;
  }
  .cid-u1Gr4uYFtn .mbr-text {
    margin-top: 10px;
  }
  .cid-u1Gr4uYFtn .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1Gr4uYFtn .socials {
    margin-top: 40px;
  }
}
.cid-u1GrfG0LEG {
  background-image: url("../../../assets/images/rompers-meta-800x1000.jpg");
}
.cid-u1GrfG0LEG .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1GrfG0LEG .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-u1GrfG0LEG .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-u1GrfG0LEG .form-control {
    margin-bottom: 15px;
  }
}
.cid-u1Gr6QI4QG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-u1Gr6QI4QG .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-u1Gr6QI4QG .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1Gr6QI4QG .mbr-section-btn {
  margin-top: 45px;
}
.cid-u1Gr6QI4QG .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-u1Gr6QI4QG img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u1Gr6QI4QG .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-u1Gr6QI4QG .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-u1Gr6QI4QG .mbr-text {
    margin-top: 10px;
  }
}
.cid-u1Gr6QI4QG .mbr-text,
.cid-u1Gr6QI4QG .mbr-section-btn {
  color: #100303;
}
.cid-u1GsO23PSq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1GsO23PSq .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u1GsO23PSq .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1GsO23PSq .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-u1GsO23PSq .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1GsO23PSq .mbr-section-btn .btn-lg {
  font-weight: 700;
}
.cid-u1GsO23PSq .mbr-section-btn .btn-sm {
  font-weight: 500;
}
.cid-u1GsO23PSq .image {
  margin-top: 50px;
}
.cid-u1GsO23PSq .image img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
}
.cid-u1GsO23PSq .wrapper__products {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .cid-u1GsO23PSq .wrapper__products {
    margin-top: 20px;
  }
}
.cid-u1GsO23PSq .card__product {
  margin-top: 50px;
}
.cid-u1GsO23PSq .image__card img {
  transition: all .25s;
  border-radius: 10px;
  max-width: 120px;
  max-height: 200px;
}
.cid-u1GsO23PSq .image__card img:hover {
  opacity: .8;
}
.cid-u1GsO23PSq .content__card {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  margin-left: 40px;
  position: relative;
}
.cid-u1GsO23PSq .card__btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
  margin-top: 0;
  width: 105%;
  position: absolute;
  bottom: 0;
}
.cid-u1GsO23PSq .card__btn .btn {
  height: 40px;
  padding: 0 15px;
  margin-right: 0;
}
.cid-u1GsO23PSq .card__title {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-u1GsO23PSq .card__text {
  margin-bottom: 0;
  color: #919dab;
  margin-top: 4px;
}
.cid-u1GsO23PSq .card__text,
.cid-u1GsO23PSq .card__btn {
  color: #100303;
}
.cid-u1GtVzTUH9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1GtVzTUH9 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u1GtVzTUH9 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1GtVzTUH9 .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-u1GtVzTUH9 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1GtVzTUH9 .mbr-section-btn .btn-lg {
  font-weight: 700;
}
.cid-u1GtVzTUH9 .mbr-section-btn .btn-sm {
  font-weight: 500;
}
.cid-u1GtVzTUH9 .image {
  margin-top: 50px;
}
.cid-u1GtVzTUH9 .image img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
}
.cid-u1GtVzTUH9 .wrapper__products {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .cid-u1GtVzTUH9 .wrapper__products {
    margin-top: 20px;
  }
}
.cid-u1GtVzTUH9 .card__product {
  margin-top: 50px;
}
.cid-u1GtVzTUH9 .image__card img {
  transition: all .25s;
  border-radius: 10px;
  max-width: 120px;
  max-height: 200px;
}
.cid-u1GtVzTUH9 .image__card img:hover {
  opacity: .8;
}
.cid-u1GtVzTUH9 .content__card {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  margin-left: 40px;
  position: relative;
}
.cid-u1GtVzTUH9 .card__btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
  margin-top: 0;
  width: 105%;
  position: absolute;
  bottom: 0;
}
.cid-u1GtVzTUH9 .card__btn .btn {
  height: 40px;
  padding: 0 15px;
  margin-right: 0;
}
.cid-u1GtVzTUH9 .card__title {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-u1GtVzTUH9 .card__text {
  margin-bottom: 0;
  color: #919dab;
  margin-top: 4px;
}
.cid-u1GvofGbev {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1GvofGbev .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u1GvofGbev .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1GvofGbev .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-u1GvofGbev .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1GvofGbev .mbr-section-btn .btn-lg {
  font-weight: 700;
}
.cid-u1GvofGbev .mbr-section-btn .btn-sm {
  font-weight: 500;
}
.cid-u1GvofGbev .image {
  margin-top: 50px;
}
.cid-u1GvofGbev .image img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
}
.cid-u1GvofGbev .wrapper__products {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .cid-u1GvofGbev .wrapper__products {
    margin-top: 20px;
  }
}
.cid-u1GvofGbev .card__product {
  margin-top: 50px;
}
.cid-u1GvofGbev .image__card img {
  transition: all .25s;
  border-radius: 10px;
  max-width: 120px;
  max-height: 200px;
}
.cid-u1GvofGbev .image__card img:hover {
  opacity: .8;
}
.cid-u1GvofGbev .content__card {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  margin-left: 40px;
  position: relative;
}
.cid-u1GvofGbev .card__btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
  margin-top: 0;
  width: 105%;
  position: absolute;
  bottom: 0;
}
.cid-u1GvofGbev .card__btn .btn {
  height: 40px;
  padding: 0 15px;
  margin-right: 0;
}
.cid-u1GvofGbev .card__title {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-u1GvofGbev .card__text {
  margin-bottom: 0;
  color: #919dab;
  margin-top: 4px;
}
.cid-u1Gvqcj9Um {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u1Gvqcj9Um .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u1Gvqcj9Um .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1Gvqcj9Um .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-u1Gvqcj9Um .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1Gvqcj9Um .mbr-section-btn .btn-lg {
  font-weight: 700;
}
.cid-u1Gvqcj9Um .mbr-section-btn .btn-sm {
  font-weight: 500;
}
.cid-u1Gvqcj9Um .image {
  margin-top: 50px;
}
.cid-u1Gvqcj9Um .image img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
}
.cid-u1Gvqcj9Um .wrapper__products {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .cid-u1Gvqcj9Um .wrapper__products {
    margin-top: 20px;
  }
}
.cid-u1Gvqcj9Um .card__product {
  margin-top: 50px;
}
.cid-u1Gvqcj9Um .image__card img {
  transition: all .25s;
  border-radius: 10px;
  max-width: 120px;
  max-height: 200px;
}
.cid-u1Gvqcj9Um .image__card img:hover {
  opacity: .8;
}
.cid-u1Gvqcj9Um .content__card {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  margin-left: 40px;
  position: relative;
}
.cid-u1Gvqcj9Um .card__btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
  margin-top: 0;
  width: 105%;
  position: absolute;
  bottom: 0;
}
.cid-u1Gvqcj9Um .card__btn .btn {
  height: 40px;
  padding: 0 15px;
  margin-right: 0;
}
.cid-u1Gvqcj9Um .card__title {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-u1Gvqcj9Um .card__text {
  margin-bottom: 0;
  color: #919dab;
  margin-top: 4px;
}
.cid-u1GvPe6Lds {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-u1GvPe6Lds .mbr-section-title {
  margin-bottom: 40px;
  text-align: center;
}
.cid-u1GvPe6Lds .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1GvPe6Lds .block__product {
  margin: 30px 0;
}
.cid-u1GvPe6Lds .image {
  transition: all .25s;
}
.cid-u1GvPe6Lds .image:hover {
  opacity: .8;
}
.cid-u1GvPe6Lds .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-u1GvPe6Lds .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u1GvPe6Lds .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-u1GvPe6Lds .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u1GvPe6Lds .title__block:hover {
  color: #e93a7d;
}
.cid-u1GvPe6Lds .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-u1GvPe6Lds .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-u1GvPe6Lds .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1GvPe6Lds .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-u1GvPe6Lds .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #e93a7d !important;
  color: #e93a7d !important;
}
.cid-u0PKCHrAdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0PKCHrAdh .logo__image {
  width: 56px;
  object-fit: cover;
}
.cid-u0PKCHrAdh .brand__text {
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .brand__text a {
  font-weight: 700;
}
.cid-u0PKCHrAdh a:hover {
  color: #fd330f !important;
}
.cid-u0PKCHrAdh .mbr-text,
.cid-u0PKCHrAdh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u0PKCHrAdh .menu {
  margin: 10px 0;
}
.cid-u0PKCHrAdh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-u0PKCHrAdh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .menu__items:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .divider {
  background-color: #200202;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-u0PKCHrAdh .social {
  margin-top: 10px;
}
.cid-u0PKCHrAdh .social a {
  margin: 0 15px;
}
.cid-u0PKCHrAdh .social a:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .social a:first-child {
  margin-left: 0;
}
.cid-u0PKCHrAdh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-u0PKCHrAdh .privacy {
  color: #100303;
}
.cid-u0PKCHrAdh .mbr-text {
  color: #100303;
}
.cid-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .nav-link {
  position: relative;
}
.cid-rNQ2ogNvEJ .nav-link:before,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .nav-item:hover .nav-link:before,
.cid-rNQ2ogNvEJ .soc-item:hover a:before {
  height: 2px;
  background-color: #1cefcf;
  margin-top: 2px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.9rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e93a7d;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1LBy4wdqf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e93a7d;
}
.cid-u1LBy4wdqf .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1LBy4wdqf .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1LBy4wdqf .socials {
  margin-top: 65px;
}
.cid-u1LBy4wdqf .title__social {
  margin-bottom: 25px;
}
.cid-u1LBy4wdqf .icons-menu,
.cid-u1LBy4wdqf .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1LBy4wdqf .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1LBy4wdqf .social__link:hover {
  border-color: #ffffff;
}
.cid-u1LBy4wdqf .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1LBy4wdqf .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1LBy4wdqf .form-control {
    margin-bottom: 20px;
  }
  .cid-u1LBy4wdqf .mbr-text {
    margin-top: 10px;
  }
  .cid-u1LBy4wdqf .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1LBy4wdqf .socials {
    margin-top: 40px;
  }
}
.cid-u1LBLRvEM5 {
  background-image: url("../../../assets/images/business-attire-meta-1920x1264.jpg");
}
.cid-u1LBLRvEM5 .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1LBLRvEM5 .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1LBLRvEM5 .socials {
  margin-top: 65px;
}
.cid-u1LBLRvEM5 .title__social {
  margin-bottom: 25px;
}
.cid-u1LBLRvEM5 .icons-menu,
.cid-u1LBLRvEM5 .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1LBLRvEM5 .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1LBLRvEM5 .social__link:hover {
  border-color: #ffffff;
}
.cid-u1LBLRvEM5 .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1LBLRvEM5 .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1LBLRvEM5 .form-control {
    margin-bottom: 20px;
  }
  .cid-u1LBLRvEM5 .mbr-text {
    margin-top: 10px;
  }
  .cid-u1LBLRvEM5 .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1LBLRvEM5 .socials {
    margin-top: 40px;
  }
}
.cid-u1LEmW1anD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-u1LEmW1anD .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-u1LEmW1anD .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1LEmW1anD .mbr-section-btn {
  margin-top: 45px;
}
.cid-u1LEmW1anD .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-u1LEmW1anD img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u1LEmW1anD .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-u1LEmW1anD .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-u1LEmW1anD .mbr-text {
    margin-top: 10px;
  }
}
.cid-u1LEmW1anD .mbr-text,
.cid-u1LEmW1anD .mbr-section-btn {
  color: #100303;
}
.cid-u1LHUbdH8R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1LHUbdH8R .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1LHUbdH8R .mbr-text {
  margin-bottom: 0;
  color: #100303;
}
.cid-u1LHUbdH8R .content__block {
  margin-top: 20px;
}
.cid-u1LHUbdH8R .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-u1LHUbdH8R .card__products {
    margin: 55px 0 0;
  }
}
.cid-u1LHUbdH8R .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-u1LHUbdH8R .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-u1LHUbdH8R .image:hover {
  opacity: .8;
}
.cid-u1LHUbdH8R .card__bottom {
  margin-top: 15px;
}
.cid-u1LHUbdH8R .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-u1LHUbdH8R .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-u1LHUbdH8R .card__descr {
  color: #100303;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-u1LHUbdH8R .card__descr {
    max-width: 100%;
  }
}
.cid-u1LKlEE0GC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1LKlEE0GC .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1LKlEE0GC .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1LKlEE0GC .content__block {
  margin-top: 20px;
}
.cid-u1LKlEE0GC .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-u1LKlEE0GC .card__products {
    margin: 55px 0 0;
  }
}
.cid-u1LKlEE0GC .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-u1LKlEE0GC .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-u1LKlEE0GC .image:hover {
  opacity: .8;
}
.cid-u1LKlEE0GC .card__bottom {
  margin-top: 15px;
}
.cid-u1LKlEE0GC .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-u1LKlEE0GC .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-u1LKlEE0GC .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-u1LKlEE0GC .card__descr {
    max-width: 100%;
  }
}
.cid-u1LKncaZao {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u1LKncaZao .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1LKncaZao .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1LKncaZao .content__block {
  margin-top: 20px;
}
.cid-u1LKncaZao .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-u1LKncaZao .card__products {
    margin: 55px 0 0;
  }
  .cid-u1LKncaZao .card__products:first-child {
    margin-top: 0;
  }
}
.cid-u1LKncaZao .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-u1LKncaZao .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-u1LKncaZao .image:hover {
  opacity: .8;
}
.cid-u1LKncaZao .card__bottom {
  margin-top: 15px;
}
.cid-u1LKncaZao .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-u1LKncaZao .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-u1LKncaZao .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-u1LKncaZao .card__descr {
    max-width: 100%;
  }
}
.cid-u1LJH42Erf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-u1LJH42Erf .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1LJH42Erf .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1LJH42Erf .content__block {
  margin-top: 20px;
}
.cid-u1LJH42Erf .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-u1LJH42Erf .card__products {
    margin: 55px 0 0;
  }
  .cid-u1LJH42Erf .card__products:first-child {
    margin-top: 0;
  }
}
.cid-u1LJH42Erf .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-u1LJH42Erf .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-u1LJH42Erf .image:hover {
  opacity: .8;
}
.cid-u1LJH42Erf .card__bottom {
  margin-top: 15px;
}
.cid-u1LJH42Erf .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-u1LJH42Erf .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-u1LJH42Erf .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-u1LJH42Erf .card__descr {
    max-width: 100%;
  }
}
.cid-u1LKpouemy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-u1LKpouemy .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1LKpouemy .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1LKpouemy .content__block {
  margin-top: 20px;
}
.cid-u1LKpouemy .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-u1LKpouemy .card__products {
    margin: 55px 0 0;
  }
  .cid-u1LKpouemy .card__products:first-child {
    margin-top: 0;
  }
}
.cid-u1LKpouemy .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-u1LKpouemy .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-u1LKpouemy .image:hover {
  opacity: .8;
}
.cid-u1LKpouemy .card__bottom {
  margin-top: 15px;
}
.cid-u1LKpouemy .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-u1LKpouemy .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-u1LKpouemy .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-u1LKpouemy .card__descr {
    max-width: 100%;
  }
}
.cid-u1LLCqE73P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u1LLCqE73P .mbr-text {
  margin: 0;
  color: #200202;
}
.cid-u1LLCqE73P .mbr-title {
  margin-bottom: 30px;
  color: #200202;
}
.cid-u1LLCqE73P .row-element,
.cid-u1LLCqE73P .image-element {
  padding: 0;
}
.cid-u1LLCqE73P .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1LLCqE73P .img-wrap img {
  max-width: 90%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u1LLCqE73P .img-wrap {
    margin-bottom: 50px;
  }
  .cid-u1LLCqE73P .img-wrap img {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-u1LLCqE73P .img-wrap img {
    max-width: 100%;
  }
}
@media (min-width: 575px) {
  .cid-u1LLCqE73P .img-wrap img {
    max-width: 100%;
  }
}
.cid-u1LLCqE73P .card__item {
  margin-top: 50px;
}
.cid-u1LLCqE73P .icon .mbr-iconfont {
  font-size: 40px;
}
.cid-u1LLCqE73P .card__title {
  margin: 20px 0 15px;
}
.cid-u1LLCqE73P .card__text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u1LLCqE73P .height__100 {
    height: 100%;
  }
}
.cid-u1LLCqE73P .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 20px;
  left: -25px;
}
.cid-u1LLCqE73P .carousel-indicators .active {
  background: #ffffff;
  opacity: 1;
  border: 2px solid #ffffff;
}
.cid-u1LLCqE73P .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  margin: 5px;
  box-sizing: border-box;
  opacity: 0.3;
  background-color: transparent;
  border-radius: 50%;
}
.cid-u1LLCqE73P .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u1LLCqE73P .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u1LLCqE73P .carousel-indicators {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1LLCqE73P .image-element {
    min-width: 50%;
  }
  .cid-u1LLCqE73P .media-container-row {
    width: 100%;
  }
}
.cid-u0PKCHrAdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0PKCHrAdh .logo__image {
  width: 56px;
  object-fit: cover;
}
.cid-u0PKCHrAdh .brand__text {
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .brand__text a {
  font-weight: 700;
}
.cid-u0PKCHrAdh a:hover {
  color: #fd330f !important;
}
.cid-u0PKCHrAdh .mbr-text,
.cid-u0PKCHrAdh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u0PKCHrAdh .menu {
  margin: 10px 0;
}
.cid-u0PKCHrAdh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-u0PKCHrAdh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .menu__items:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .divider {
  background-color: #200202;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-u0PKCHrAdh .social {
  margin-top: 10px;
}
.cid-u0PKCHrAdh .social a {
  margin: 0 15px;
}
.cid-u0PKCHrAdh .social a:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .social a:first-child {
  margin-left: 0;
}
.cid-u0PKCHrAdh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-u0PKCHrAdh .privacy {
  color: #100303;
}
.cid-u0PKCHrAdh .mbr-text {
  color: #100303;
}
.cid-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .nav-link {
  position: relative;
}
.cid-rNQ2ogNvEJ .nav-link:before,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .nav-item:hover .nav-link:before,
.cid-rNQ2ogNvEJ .soc-item:hover a:before {
  height: 2px;
  background-color: #1cefcf;
  margin-top: 2px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.9rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e93a7d;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .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-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1Qu1xvN7Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e93a7d;
}
.cid-u1Qu1xvN7Z .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1Qu1xvN7Z .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-u1Qu1xvN7Z .socials {
  margin-top: 65px;
}
.cid-u1Qu1xvN7Z .title__social {
  margin-bottom: 25px;
}
.cid-u1Qu1xvN7Z .icons-menu,
.cid-u1Qu1xvN7Z .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1Qu1xvN7Z .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-u1Qu1xvN7Z .social__link:hover {
  border-color: #ffffff;
}
.cid-u1Qu1xvN7Z .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1Qu1xvN7Z .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-u1Qu1xvN7Z .form-control {
    margin-bottom: 20px;
  }
  .cid-u1Qu1xvN7Z .mbr-text {
    margin-top: 10px;
  }
  .cid-u1Qu1xvN7Z .subscribe__form {
    margin-top: 40px;
  }
  .cid-u1Qu1xvN7Z .socials {
    margin-top: 40px;
  }
}
.cid-u1Qu4dnj03 {
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-u1Qu4dnj03 .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1Qu4dnj03 .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-u1Qu4dnj03 .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-u1Qu4dnj03 .form-control {
    margin-bottom: 15px;
  }
}
.cid-u1Qu6DfOjI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-u1Qu6DfOjI .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-u1Qu6DfOjI .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1Qu6DfOjI .mbr-section-btn {
  margin-top: 45px;
}
.cid-u1Qu6DfOjI .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-u1Qu6DfOjI img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u1Qu6DfOjI .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-u1Qu6DfOjI .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-u1Qu6DfOjI .mbr-text {
    margin-top: 10px;
  }
}
.cid-u1Qu6DfOjI .mbr-text,
.cid-u1Qu6DfOjI .mbr-section-btn {
  color: #100303;
}
.cid-u1QucaOUT7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u1QucaOUT7 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1QucaOUT7 .mbr-text {
  margin-bottom: 0;
  color: #100303;
}
.cid-u1QucaOUT7 .content__block {
  margin-top: 20px;
}
.cid-u1QucaOUT7 .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-u1QucaOUT7 .card__products {
    margin: 55px 0 0;
  }
}
.cid-u1QucaOUT7 .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-u1QucaOUT7 .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-u1QucaOUT7 .image:hover {
  opacity: .8;
}
.cid-u1QucaOUT7 .card__bottom {
  margin-top: 15px;
}
.cid-u1QucaOUT7 .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-u1QucaOUT7 .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-u1QucaOUT7 .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-u1QucaOUT7 .card__descr {
    max-width: 100%;
  }
}
.cid-u1Qul3P5Pe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-u1Qul3P5Pe .mbr-text {
  margin: 0;
}
.cid-u1Qul3P5Pe .mbr-title {
  margin-bottom: 30px;
  color: #e93a7d;
}
.cid-u1Qul3P5Pe .row-element,
.cid-u1Qul3P5Pe .image-element {
  padding: 0;
}
.cid-u1Qul3P5Pe .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1Qul3P5Pe .img-wrap img {
  max-width: 90%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u1Qul3P5Pe .img-wrap {
    margin-bottom: 50px;
  }
  .cid-u1Qul3P5Pe .img-wrap img {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-u1Qul3P5Pe .img-wrap img {
    max-width: 100%;
  }
}
@media (min-width: 575px) {
  .cid-u1Qul3P5Pe .img-wrap img {
    max-width: 100%;
  }
}
.cid-u1Qul3P5Pe .card__item {
  margin-top: 50px;
}
.cid-u1Qul3P5Pe .icon .mbr-iconfont {
  font-size: 40px;
}
.cid-u1Qul3P5Pe .card__title {
  margin: 20px 0 15px;
}
.cid-u1Qul3P5Pe .card__text {
  margin-bottom: 0;
  color: #100303;
}
@media (min-width: 992px) {
  .cid-u1Qul3P5Pe .height__100 {
    height: 100%;
  }
}
.cid-u1Qul3P5Pe .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 20px;
  left: -25px;
}
.cid-u1Qul3P5Pe .carousel-indicators .active {
  background: #ffffff;
  opacity: 1;
  border: 2px solid #ffffff;
}
.cid-u1Qul3P5Pe .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  margin: 5px;
  box-sizing: border-box;
  opacity: 0.3;
  background-color: transparent;
  border-radius: 50%;
}
.cid-u1Qul3P5Pe .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u1Qul3P5Pe .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u1Qul3P5Pe .carousel-indicators {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1Qul3P5Pe .image-element {
    min-width: 50%;
  }
  .cid-u1Qul3P5Pe .media-container-row {
    width: 100%;
  }
}
.cid-u1Qul3P5Pe .card__title,
.cid-u1Qul3P5Pe .icon {
  color: #a61919;
}
.cid-u1Qvpe4IR3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1Qvpe4IR3 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1Qvpe4IR3 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1Qvpe4IR3 .content__block {
  margin-top: 20px;
}
.cid-u1Qvpe4IR3 .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-u1Qvpe4IR3 .card__products {
    margin: 55px 0 0;
  }
  .cid-u1Qvpe4IR3 .card__products:first-child {
    margin-top: 0;
  }
}
.cid-u1Qvpe4IR3 .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-u1Qvpe4IR3 .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-u1Qvpe4IR3 .image:hover {
  opacity: .8;
}
.cid-u1Qvpe4IR3 .card__bottom {
  margin-top: 15px;
}
.cid-u1Qvpe4IR3 .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-u1Qvpe4IR3 .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-u1Qvpe4IR3 .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-u1Qvpe4IR3 .card__descr {
    max-width: 100%;
  }
}
.cid-u1QACLwzzw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1QACLwzzw .image {
    display: none !important;
  }
}
.cid-u1QACLwzzw .image img {
  height: 650px;
}
.cid-u1QACLwzzw .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-u1QACLwzzw .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u1QACLwzzw .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-u1QACLwzzw .block__products {
  padding-top: 10px;
}
.cid-u1QACLwzzw .product__item {
  margin-top: 40px;
}
.cid-u1QACLwzzw .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-u1QACLwzzw .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-u1QACLwzzw .image__item:hover {
  opacity: .8;
}
.cid-u1QACLwzzw .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-u1QACLwzzw .item__text {
    margin-top: 0;
  }
}
.cid-u1QACLwzzw .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-u1QACLwzzw .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-u1QACLwzzw .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-u1QACLwzzw .item__descr {
  margin-top: 10px;
}
.cid-u1QACLwzzw .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u1QACLwzzw .item__buttons {
  margin-top: 40px;
}
.cid-u1QACLwzzw .mbr-section-btn {
  text-align: left;
}
.cid-u1QACLwzzw .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-u1QACLwzzw .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-u1QACLwzzw .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-u1QACLwzzw .item__text {
    margin: 20px 0 0;
  }
  .cid-u1QACLwzzw .mbr-text {
    text-align: center;
  }
}
.cid-u1QvANhjV4 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #100303;
}
.cid-u1QvANhjV4 .mbr-section-subtitle {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-u1QvANhjV4 .mbr-section-title {
  margin: 10px 0;
}
.cid-u1QvANhjV4 .mbr-text {
  margin-bottom: 0;
}
.cid-u1QvANhjV4 .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1QvANhjV4 .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-u1QvANhjV4 .form-control {
    margin-bottom: 20px;
  }
  .cid-u1QvANhjV4 .image {
    margin-top: 50px;
  }
  .cid-u1QvANhjV4 .content__block {
    justify-content: center;
    text-align: center;
  }
}
.cid-u0PKCHrAdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0PKCHrAdh .logo__image {
  width: 56px;
  object-fit: cover;
}
.cid-u0PKCHrAdh .brand__text {
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .brand__text a {
  font-weight: 700;
}
.cid-u0PKCHrAdh a:hover {
  color: #fd330f !important;
}
.cid-u0PKCHrAdh .mbr-text,
.cid-u0PKCHrAdh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u0PKCHrAdh .menu {
  margin: 10px 0;
}
.cid-u0PKCHrAdh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-u0PKCHrAdh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-u0PKCHrAdh .menu__items:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .divider {
  background-color: #200202;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-u0PKCHrAdh .social {
  margin-top: 10px;
}
.cid-u0PKCHrAdh .social a {
  margin: 0 15px;
}
.cid-u0PKCHrAdh .social a:last-child {
  margin-right: 0;
}
.cid-u0PKCHrAdh .social a:first-child {
  margin-left: 0;
}
.cid-u0PKCHrAdh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-u0PKCHrAdh .privacy {
  color: #100303;
}
.cid-u0PKCHrAdh .mbr-text {
  color: #100303;
}
